| /openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| D | xhtml10.t | 54 ok $parser->parse_string_document( '=head1 Foo Bar' ), 'Parse multiword header'; 57 <li><a href="#Foo-Bar">Foo Bar</a></li> 60 <h1 id="Foo-Bar">Foo Bar</h1> 65 ok $parser->parse_string_document( "=head1 Foo B<Bar>\n\n=head1 Foo B<Baz>" ), 69 <li><a href="#Foo-Bar">Foo Bar</a></li> 73 <h1 id="Foo-Bar">Foo <b>Bar</b></h1> 80 ok $parser->parse_string_document( "=head1 Foo\n\n=head1 Bar" ), 'Parse two headers'; 84 <li><a href="#Bar">Bar</a></li> 89 <h1 id="Bar">Bar</h1> 94 ok $parser->parse_string_document( "=head1 Foo C<Bar>\n\n=head1 C<Baz>" ), [all …]
|
| D | items.t | 28 …'<Document><over-bullet indent="4"><item-bullet>Stuff</item-bullet><item-bullet>Bar <I>baz</I>!</i… 31 …'<Document><over-bullet indent="4"><item-bullet>Stuff</item-bullet><item-bullet>Bar <I>baz</I>!</i… 34 …'<Document><over-bullet indent="10"><item-bullet>Stuff</item-bullet><item-bullet>Bar <I>baz</I>!</… 37 …'<Document><over-bullet indent="4"><item-bullet>Stuff</item-bullet><item-bullet>Bar <I>baz</I>!</i… 45 …ent="4"><item-number number="1">Stuff</item-number><item-number number="2">Bar <I>baz</I>!</item-n… 48 …ent="4"><item-number number="1">Stuff</item-number><item-number number="2">Bar <I>baz</I>!</item-n… 52 …ent="4"><item-number number="1">Stuff</item-number><item-number number="2">Bar <I>baz</I>!</item-n… 55 …ent="4"><item-number number="1">Stuff</item-number><item-number number="2">Bar <I>baz</I>!</item-n… 62 …'<Document><over-block indent="4"><Para>Stuff</Para><Para>Bar <I>baz</I>!</Para></over-block></Doc… 65 …'<Document><over-block indent="4"><Verbatim xml:space="preserve"> Stuff</Verbatim><Para>Bar <I>baz… [all …]
|
| /openbsd/src/gnu/usr.bin/perl/t/run/ |
| D | switchd.t | 20 package Bar; 25 $s += Bar::bar($_) for 1..$_[0]; 38 …::tempfile_regexp,6>;sub<Bar::bar>;DB<Bar,$::tempfile_regexp,2>;sub<Bar::bar>;DB<Bar,$::tempfile_r… 46 …::tempfile_regexp,6>;sub<Bar::bar>;DB<Bar,$::tempfile_regexp,2>;sub<Bar::bar>;DB<Bar,$::tempfile_r… 54 …::tempfile_regexp,6>;sub<Bar::bar>;DB<Bar,$::tempfile_regexp,2>;sub<Bar::bar>;DB<Bar,$::tempfile_r…
|
| /openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/ |
| D | no-index.t | 31 $meta->should_index_package('Foo::Bar::Baz'), 36 $meta->should_index_file('lib/Foo/Bar/Baz.pm'), 45 package => [ 'Foo::Bar' ], 46 namespace => [ 'Foo::Bar::Baz' ], 51 ! $meta->should_index_package('Foo::Bar'), 56 $meta->should_index_package('Foo::Bar::Baz'), 61 ! $meta->should_index_package('Foo::Bar::Baz::Quux'), 70 file => [ 'lib/Foo/Bar.pm' ], 71 directory => [ 'lib/Foo/Bar/Baz' ], 76 ! $meta->should_index_file('lib/Foo/Bar.pm'), [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/ |
| D | finalize.t | 25 $req->add_minimum('Foo::Bar' => 10); 26 $req->add_minimum('Foo::Bar' => 0); 27 $req->add_minimum('Foo::Bar' => 2); 34 'Foo::Bar' => 10, 47 $req->add_minimum('Foo::Bar', 2); 49 pass('we can add a Foo::Bar requirement with no effect post finalization'); 51 dies_ok { $req->add_minimum('Foo::Bar', 12) } 53 "can't add a higher Foo::Bar after finalization"; 59 dies_ok { $req->clear_requirement('Foo::Bar') } 75 $cloned->add_minimum('Foo::Bar', 12); [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
| D | template25.C | 5 class Bar 20 void do_foo (Bar<char, T> const & bar); // {} Put the body here and it works 21 void do_foo (Bar<T, T> const & bar); // {} Put the body here and it works 28 do_foo (Bar<char, T> const & bar) in do_foo() 33 do_foo (Bar<T, T> const & bar) in do_foo() 39 Bar<char, int> bar1; in main() 40 Bar<int, int> bar2; in main()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
| D | typename2.C | 5 class Bar { public: virtual ~Bar() {}; }; in ~Bar() 10 class Bar : public Base::Bar {}; 14 struct XYZ : public T::Bar { 15 XYZ(): T::Bar() { } in XYZ()
|
| D | spec35.C | 17 template <typename T> int Bar (T const *const &); // ERROR - candidate 18 template <typename T> int Bar (T *const &); // ERROR - candidate 19 template <typename T> int Bar (T *); // ERROR - candidate 27 Bar (ptr2); // ERROR - ambiguous in Baz()
|
| D | spec36.C | 13 template <typename T> int Bar (T const *const &) {puts (__PRETTY_FUNCTION__); return 4;} in Bar() function 14 template <typename T> int Bar (T *const &) {puts (__PRETTY_FUNCTION__); return 5;} in Bar() function 15 template <typename T> int Bar (T *) {puts (__PRETTY_FUNCTION__); return 6;} in Bar() function 32 if (Bar (ptr) != 4) in Baz()
|
| D | mangle1.C | 7 class Bar {}; 9 void f (Bar<21>, int) {} in f() 10 void f (Bar<2>, i) {} in f()
|
| /openbsd/src/gnu/usr.bin/perl/dist/SelfLoader/t/ |
| D | 01SelfLoader.t | 45 open(BAR, ">$dir${sep}Bar.pm") or die; 47 package Bar; 59 sub a { 'a Bar'; } 60 sub b { 'b Bar' } 63 "with_whitespace_in_front Bar" 83 use Bar; 139 $bar = new Bar; 146 # There is no Bar::c so we should get Baz::c 151 print "not " unless $bar->with_whitespace_in_front() eq 'with_whitespace_in_front Bar'; 154 # This selfloads Bar::a because it is stubbed. It also stubs Bar::b as a side [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Util/ |
| D | Trace.t | 12 my $one = 'Test2::EventFacet::Trace'->new(frame => ['Foo::Bar', 'foo.t', 5, 'Foo::Bar::foo']); 13 is_deeply($one->frame, ['Foo::Bar', 'foo.t', 5, 'Foo::Bar::foo'], "Got frame"); 14 is_deeply([$one->call], ['Foo::Bar', 'foo.t', 5, 'Foo::Bar::foo'], "Got call"); 15 is($one->package, 'Foo::Bar', "Got package"); 18 is($one->subname, 'Foo::Bar::foo', "got subname");
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/EventFacet/ |
| D | Trace.t | 14 my $one = $CLASS->new(frame => ['Foo::Bar', 'foo.t', 5, 'Foo::Bar::foo']); 15 is_deeply($one->frame, ['Foo::Bar', 'foo.t', 5, 'Foo::Bar::foo'], "Got frame"); 16 is_deeply([$one->call], ['Foo::Bar', 'foo.t', 5, 'Foo::Bar::foo'], "Got call"); 17 is($one->package, 'Foo::Bar', "Got package"); 20 is($one->subname, 'Foo::Bar::foo', "got subname");
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/ext/ |
| D | dllimport1.C | 18 class Bar : public Foo 21 ~Bar(); 25 Bar::~Bar() in ~Bar() 28 void Bar::dummy_bar_func() in dummy_bar_func()
|
| D | dllimport7.C | 12 class __declspec(dllimport) Bar 21 const int Bar::three = 3; // { dg-error "definition of static data" } 22 const Baz Bar::null_baz; // { dg-error "definition of static data" } 27 Bar foobar; in foo() 28 const int* baz = &Bar::two; in foo()
|
| D | dllexport1.C | 8 class __attribute__((dllexport)) Bar 11 Bar(){}; in Bar() function 16 int Bar::outline_bar(int a) {return foo (a);} in outline_bar() 19 Bar abar;
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/ |
| D | eb34.C | 4 class Bar { public: virtual ~Bar() {}; }; in ~Bar() 9 class Bar : public Base::Bar {}; 13 class XYZ : public T::Bar {
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
| D | offset1.C | 14 class Bar : public Foo { 23 class Barf : virtual public Bar { 25 virtual void init(int argc, char **argv) { Bar::init(argc, argv); } in init() 28 class Baz : virtual public Bar, virtual public Barf { 33 Bar *theBar = new Baz();
|
| D | p5840.C | 14 class Bar 23 template class Bar <Signal, &Signal::Name>; 24 template class Bar <Derived, &Derived::Name>; 29 Bar<Derived, &Derived::Name> dispatcher2;
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
| D | temporary1.C | 13 class Bar 16 Bar(Foo const & = Foo()) { printf("Bar(Foo const &) 0x%08lx\n", (__SIZE_TYPE__)this); } 19 void fakeRef(Bar *) in fakeRef() argument 31 Bar bar[2]; in main()
|
| D | nested3.C | 6 class Bar; 9 class Foo::Bar { 11 Bar() {} in Bar() function
|
| /openbsd/src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/ |
| D | get-18.txt | 8 x-a: Bar 11 x-b: Bar 26 X-B: Bar 32 X-A: Bar
|
| /openbsd/src/gnu/usr.bin/perl/t/comp/ |
| D | package_block.t | 10 package Bar::Baz { 24 $main::result .= "b($Bar::VERSION)"; 26 package Bar 22 { 48 package Bar::Baz { 78 package Bar {
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/ |
| D | subname.t | 41 set_subname " Bar!", $x; 42 ::is($x->(), "Blork:: Bar!"); 44 set_subname "Foo::Bar::Baz", $x; 45 ::is($x->(), "Foo::Bar::Baz"); 60 for ("Blork:: Bar!", "Foo::Bar::Baz") {
|
| /openbsd/src/gnu/usr.bin/perl/dist/Storable/t/ |
| D | circular_hook.t | 29 my $eee = bless { Bar => $ddd }, 'Bar'; 45 isa_ok( $thawed->[0]->{Foo}->{Bar}, 'Foo' ); 46 is( $thawed->[0], $thawed->[0]->{Foo}->{Bar}, 'Circular is... well... circular' ); 81 package Bar; package
|