Home
last modified time | relevance | path

Searched refs:Bar (Results 1 – 25 of 230) sorted by relevance

12345678910

/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
Dxhtml10.t54 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 …]
Ditems.t28 …'<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/
Dswitchd.t20 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/
Dno-index.t31 $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/
Dfinalize.t25 $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/
Dtemplate25.C5 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/
Dtypename2.C5 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()
Dspec35.C17 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()
Dspec36.C13 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()
Dmangle1.C7 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/
D01SelfLoader.t45 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/
DTrace.t12 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/
DTrace.t14 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/
Ddllimport1.C18 class Bar : public Foo
21 ~Bar();
25 Bar::~Bar() in ~Bar()
28 void Bar::dummy_bar_func() in dummy_bar_func()
Ddllimport7.C12 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()
Ddllexport1.C8 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/
Deb34.C4 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/
Doffset1.C14 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();
Dp5840.C14 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/
Dtemporary1.C13 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()
Dnested3.C6 class Bar;
9 class Foo::Bar {
11 Bar() {} in Bar() function
/openbsd/src/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/
Dget-18.txt8 x-a: Bar
11 x-b: Bar
26 X-B: Bar
32 X-A: Bar
/openbsd/src/gnu/usr.bin/perl/t/comp/
Dpackage_block.t10 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/
Dsubname.t41 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/
Dcircular_hook.t29 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

12345678910