Home
last modified time | relevance | path

Searched full:bar (Results 1 – 25 of 5170) sorted by relevance

12345678910>>...207

/external/python/cpython2/Lib/test/
Dtest_shlex.py16 foo bar|foo|bar|
17 foo bar|foo|bar|
18 foo bar |foo|bar|
19 foo bar bla fasel|foo|bar|bla|fasel|
21 \x bar|\|x|bar|
22 \ x bar|\|x|bar|
23 \ bar|\|bar|
24 foo \x bar|foo|\|x|bar|
25 foo \ x bar|foo|\|x|bar|
26 foo \ bar|foo|\|bar|
[all …]
Dtest_ntpath.py28 tester('ntpath.splitext("foo.bar.ext")', ('foo.bar', '.ext'))
29 tester('ntpath.splitext("xx/foo.bar.ext")', ('xx/foo.bar', '.ext'))
30 tester('ntpath.splitext("xx\\foo.bar.ext")', ('xx\\foo.bar', '.ext'))
34 tester('ntpath.splitdrive("c:\\foo\\bar")',
35 ('c:', '\\foo\\bar'))
36 tester('ntpath.splitdrive("c:/foo/bar")',
37 ('c:', '/foo/bar'))
38 tester('ntpath.splitdrive("\\\\conky\\mountpoint\\foo\\bar")',
39 ('\\\\conky\\mountpoint', '\\foo\\bar'))
40 tester('ntpath.splitdrive("//conky/mountpoint/foo/bar")',
[all …]
Dtest_genericpath.py92 f.write("bar")
176 p = "FoO/./BaR"
183 self.assertEqual(splitdrive("/foo/bar"), ("", "/foo/bar"))
184 self.assertEqual(splitdrive("foo:bar"), ("", "foo:bar"))
185 self.assertEqual(splitdrive(":foo:bar"), ("", ":foo:bar"))
193 env["foo"] = "bar"
197 self.assertEqual(expandvars("$foo bar"), "bar bar")
198 self.assertEqual(expandvars("${foo}bar"), "barbar")
199 self.assertEqual(expandvars("$[foo]bar"), "$[foo]bar")
200 self.assertEqual(expandvars("$bar bar"), "$bar bar")
[all …]
/external/clang/test/SemaCXX/
Dwarn-enum-compare.cpp4 enum Bar { BarD, BarE, BarF }; enum
23 Bar getBar();
27 Bar y = BarD; in test()
43 …cted-warning {{comparison of constant 'AnonBB' (45) with expression of type 'Bar' is always false}} in test()
84 …/ expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}} in test()
85 …/ expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}} in test()
86 …/ expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}} in test()
87 …/ expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}} in test()
88 …/ expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}} in test()
89 …/ expected-warning {{comparison of two values with different enumeration types ('Foo' and 'Bar')}} in test()
[all …]
Dwarn-range-loop-analysis.cpp20 struct Bar { struct
21 Bar(Foo);
22 Bar(int);
37 // int <=> Bar
38 // double => Bar
39 // Foo => Bar
45 // int => Bar
47 // Bar => Bar
48 // Bar => int
50 // Foo => Bar
[all …]
Dcxx0x-defaulted-functions.cpp15 struct bar { struct
16 bar();
17 bar(const bar&);
18 bar(bar&&);
19 bar& operator = (const bar&);
20 bar& operator = (bar&&);
21 ~bar();
24 bar::bar() = default;
25 bar::bar(const bar&) = default;
26 bar::bar(bar&&) = default;
[all …]
/external/curl/tests/unit/
Dunit1394.c46 "foo:bar:baz", "foo", "bar:baz",
47 "foo\\:bar:baz", "foo:bar", "baz",
48 "foo\\\\:bar:baz", "foo\\", "bar:baz",
49 "foo:bar\\:baz", "foo", "bar\\:baz",
50 "foo:bar\\\\:baz", "foo", "bar\\\\:baz",
51 "foo\\bar\\baz", "foo\\bar\\baz", NULL,
52 "foo\\\\bar\\\\baz", "foo\\bar\\baz", NULL,
55 "foo:bar\\", "foo", "bar\\",
56 "foo:bar\\\\", "foo", "bar\\\\",
57 "foo:bar:", "foo", "bar:",
[all …]
/external/libchrome/base/files/
Dfile_path_unittest.cc465 { FPL("//foo/bar/baz/"), FPL("|//|foo|bar|baz")}, in TEST_F()
467 { FPL("/foo//bar//baz/"), FPL("|/|foo|bar|baz")}, in TEST_F()
468 { FPL("/foo/bar/baz/"), FPL("|/|foo|bar|baz")}, in TEST_F()
469 { FPL("/foo/bar/baz//"), FPL("|/|foo|bar|baz")}, in TEST_F()
470 { FPL("/foo/bar/baz///"), FPL("|/|foo|bar|baz")}, in TEST_F()
471 { FPL("/foo/bar/baz"), FPL("|/|foo|bar|baz")}, in TEST_F()
472 { FPL("/foo/bar.bot/baz.txt"), FPL("|/|foo|bar.bot|baz.txt")}, in TEST_F()
473 { FPL("//foo//bar/baz"), FPL("|//|foo|bar|baz")}, in TEST_F()
485 { FPL("../foo/bar/"), FPL("|..|foo|bar") }, in TEST_F()
486 { FPL("\\\\foo\\bar\\baz\\"), FPL("|\\\\|foo|bar|baz")}, in TEST_F()
[all …]
/external/llvm/test/MC/Mips/mips64r6/
Drelocations.s8 # CHECK-FIXUP: addiupc $2, bar # encoding: [0xec,0b01000AAA,A,A]
10 # CHECK-FIXUP: value: bar, kind: fixup_MIPS_PC19_S2
11 # CHECK-FIXUP: beqc $5, $6, bar # encoding: [0x20,0xa6,A,A]
13 # CHECK-FIXUP: value: bar-4, kind: fixup_Mips_PC16
14 # CHECK-FIXUP: bnec $5, $6, bar # encoding: [0x60,0xa6,A,A]
16 # CHECK-FIXUP: value: bar-4, kind: fixup_Mips_PC16
17 # CHECK-FIXUP: beqzc $9, bar # encoding: [0xd9,0b001AAAAA,A,A]
19 # CHECK-FIXUP: value: bar-4, kind: fixup_MIPS_PC21_S2
20 # CHECK-FIXUP: bnezc $9, bar # encoding: [0xf9,0b001AAAAA,A,A]
22 # CHECK-FIXUP: value: bar-4, kind: fixup_MIPS_PC21_S2
[all …]
/external/llvm/test/MC/Mips/mips32r6/
Drelocations.s8 # CHECK-FIXUP: addiupc $2, bar # encoding: [0xec,0b01000AAA,A,A]
10 # CHECK-FIXUP: value: bar, kind: fixup_MIPS_PC19_S2
11 # CHECK-FIXUP: beqc $5, $6, bar # encoding: [0x20,0xa6,A,A]
13 # CHECK-FIXUP: value: bar-4, kind: fixup_Mips_PC16
14 # CHECK-FIXUP: bnec $5, $6, bar # encoding: [0x60,0xa6,A,A]
16 # CHECK-FIXUP: value: bar-4, kind: fixup_Mips_PC16
17 # CHECK-FIXUP: beqzc $9, bar # encoding: [0xd9,0b001AAAAA,A,A]
19 # CHECK-FIXUP: value: bar-4, kind: fixup_MIPS_PC21_S2
20 # CHECK-FIXUP: bnezc $9, bar # encoding: [0xf9,0b001AAAAA,A,A]
22 # CHECK-FIXUP: value: bar-4, kind: fixup_MIPS_PC21_S2
[all …]
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DLinkedListMultimapTest.java55 assertFalse(multimap.get("bar") instanceof RandomAccess); in testGetRandomAccess()
67 assertTrue(multimap.removeAll("bar") instanceof RandomAccess); in testRemoveAllRandomAccess()
80 assertTrue(multimap.replaceValues("bar", Arrays.asList(2, 4)) in testReplaceValuesRandomAccess()
87 multimap.put("bar", 3); in testCreateFromMultimap()
99 multimap.put("bar", 2); in testCreateFromSize()
113 map.put("bar", 1); in testLinkedGetAdd()
117 map.put("bar", 4); in testLinkedGetAdd()
119 assertEquals("{bar=[1, 4], foo=[2, 3, 5]}", map.toString()); in testLinkedGetAdd()
120 assertEquals("[bar=1, foo=2, foo=3, bar=4, foo=5]", in testLinkedGetAdd()
126 map.put("bar", 1); in testLinkedGetInsert()
[all …]
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_plugin_unittest.cc70 TryInsert("test.pb.h", "class_scope:foo.Bar", context); in Generate()
71 TryInsert("test.pb.h", "class_scope:foo.Bar.Baz", context); in Generate()
78 TryInsert("test.pb.h", "field_get:foo.Bar.optInt", context); in Generate()
79 TryInsert("test.pb.h", "field_set:foo.Bar.optInt", context); in Generate()
82 TryInsert("test.pb.h", "field_get:foo.Bar.repeatedInt", context); in Generate()
83 TryInsert("test.pb.h", "field_set:foo.Bar.repeatedInt", context); in Generate()
86 TryInsert("test.pb.h", "field_get:foo.Bar.requiredString", context); in Generate()
87 TryInsert("test.pb.h", "field_set:foo.Bar.requiredString", context); in Generate()
88 TryInsert("test.pb.h", "field_set_char:foo.Bar.requiredString", context); in Generate()
89 TryInsert("test.pb.h", "field_set_pointer:foo.Bar.requiredString", context); in Generate()
[all …]
/external/guice/core/test/com/google/inject/
DBoundProviderTest.java38 assertNotNull(a.bar); in testFooProvider()
39 assertNotNull(b.bar); in testFooProvider()
40 assertNotSame(a.bar, b.bar); in testFooProvider()
55 assertNotNull(a.bar); in testSingletonFooProvider()
56 assertNotNull(b.bar); in testSingletonFooProvider()
57 assertSame(a.bar, b.bar); in testSingletonFooProvider()
60 static class Bar {} class in BoundProviderTest
63 final Bar bar; field in BoundProviderTest.Foo
66 Foo(Bar bar, int i) { in Foo() argument
67 this.bar = bar; in Foo()
[all …]
/external/fmtlib/doc/bootstrap/
Dprogress-bars.less6 // Bar animations
10 @-webkit-keyframes progress-bar-stripes {
16 @keyframes progress-bar-stripes {
22 // Bar itself
35 // Bar of progress
36 .progress-bar {
42 color: @progress-bar-color;
44 background-color: @progress-bar-bg;
51 // `.progress-striped .progress-bar` is deprecated as of v3.2.0 in favor of the
52 // `.progress-bar-striped` class, which you just add to an existing
[all …]
/external/llvm/test/Transforms/MemCpyOpt/
Dcrash.ll7 %struct.bar = type { %struct.qw, %struct.qw, %struct.qw, %struct.qw, %struct.qw, float, float}
10 define void @test1(%struct.bar* %this) {
12 %0 = getelementptr inbounds %struct.bar, %struct.bar* %this, i32 0, i32 0, i32 0, i32 0
14 %1 = getelementptr inbounds %struct.bar, %struct.bar* %this, i32 0, i32 0, i32 0, i32 1
16 %2 = getelementptr inbounds %struct.bar, %struct.bar* %this, i32 0, i32 0, i32 0, i32 2
18 %3 = getelementptr inbounds %struct.bar, %struct.bar* %this, i32 0, i32 0, i32 0, i32 3
20 %4 = getelementptr inbounds %struct.bar, %struct.bar* %this, i32 0, i32 1, i32 0, i32 0
22 %5 = getelementptr inbounds %struct.bar, %struct.bar* %this, i32 0, i32 1, i32 0, i32 1
24 %6 = getelementptr inbounds %struct.bar, %struct.bar* %this, i32 0, i32 1, i32 0, i32 2
26 %7 = getelementptr inbounds %struct.bar, %struct.bar* %this, i32 0, i32 1, i32 0, i32 3
[all …]
/external/v8/tools/ignition/
Dlinux_perf_report_test.py20 abcdef76 BytecodeHandler:bar
26 abcdef76 BytecodeHandler:bar
30 abcdef76 BytecodeHandler:bar
41 22222222 bar
47 22222222 bar
57 ["foo", "BytecodeHandler:bar", "[interpreter]"],
58 ["foo", "BytecodeHandler:bar", "[interpreter]"],
59 ["beep", "BytecodeHandler:bar", "[interpreter]"],
73 ["foo", "BytecodeHandler:bar", "[interpreter]"],
74 ["foo", "BytecodeHandler:bar", "[interpreter]"],
[all …]
/external/valgrind/helgrind/tests/
Dtc17_sembar.c15 gcc-4.3-20071012/libgomp/config/posix/bar.c, which is
45 gomp_barrier_init (gomp_barrier_t *bar, unsigned count) in gomp_barrier_init() argument
47 pthread_mutex_init (&bar->mutex1, NULL); in gomp_barrier_init()
48 pthread_mutex_init (&bar->mutex2, NULL); in gomp_barrier_init()
49 bar->sem1 = my_sem_init ("sem1", 0, 0); in gomp_barrier_init()
50 bar->sem2 = my_sem_init ("sem2", 0, 0); in gomp_barrier_init()
51 bar->xxx = my_sem_init ("xxx", 0, 0); in gomp_barrier_init()
52 bar->total = count; in gomp_barrier_init()
53 bar->arrived = 0; in gomp_barrier_init()
57 gomp_barrier_destroy (gomp_barrier_t *bar) in gomp_barrier_destroy() argument
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DLinkedListMultimapTest.java102 assertFalse(multimap.get("bar") instanceof RandomAccess); in testGetRandomAccess()
114 assertTrue(multimap.removeAll("bar") instanceof RandomAccess); in testRemoveAllRandomAccess()
127 assertTrue(multimap.replaceValues("bar", Arrays.asList(2, 4)) in testReplaceValuesRandomAccess()
134 multimap.put("bar", 3); in testCreateFromMultimap()
146 multimap.put("bar", 2); in testCreateFromSize()
160 map.put("bar", 1); in testLinkedGetAdd()
164 map.put("bar", 4); in testLinkedGetAdd()
166 assertEquals("{bar=[1, 4], foo=[2, 3, 5]}", map.toString()); in testLinkedGetAdd()
167 assertEquals("[bar=1, foo=2, foo=3, bar=4, foo=5]", in testLinkedGetAdd()
173 map.put("bar", 1); in testLinkedGetInsert()
[all …]
/external/clang/test/CXX/class.access/class.friend/
Dp11.cpp6 void bar(); in foo()
8 friend void bar(); in foo()
16 friend void bar(); // expected-error {{no matching function found in local scope}} in foo()
22 void bar(); // expected-note {{'::test2::bar' declared here}}
49 …friend void bar(); // expected-error {{no matching function 'bar' found in local scope; did you me… in foo()
50 // expected-note@-1 {{'::test2::bar' declared here}} in foo()
54 { void bar(); } in foo()
56 …friend void bar(); // expected-error {{no matching function 'bar' found in local scope; did you me… in foo()
60 void bar(); in foo()
62 friend void bar(); in foo()
[all …]
/external/llvm/test/MC/X86/AlignedBundling/
Dnesting.s15 callq bar
16 callq bar
19 callq bar
20 callq bar
23 # CHECK: 10: callq {{.*}} <bar>
24 # CHECK-NEXT: 15: callq {{.*}} <bar>
27 # CHECK-LABEL: bar:
28 .type bar,@function
29 bar: label
35 callq bar
[all …]
/external/ltp/scripts/tests/
Dtest_abspath.sh32 foo/bar:$PWD/foo/bar \
33 /foo/bar:/foo/bar \
34 /foo/../bar:/bar \
35 /foo/bar/../baz:/foo/baz \
36 /foo/bar/../baz/:/foo/baz \
37 /foo/../bar/:/bar \
38 /foo/../bar/..:/ \
39 /foo/../bar/../:/ \
40 /foo/bar/../baz:/foo/baz \
41 /foo/./bar:/foo/bar \
[all …]
/external/googletest/googlemock/scripts/generator/cpp/
Dgmock_class_test.py61 virtual int Bar();
65 'MOCK_METHOD0(Bar,\nint());',
77 virtual int Bar() = 0;
82 'MOCK_METHOD0(Bar,\nint());',
90 virtual int Bar() = 0;
95 'MOCK_METHOD0(Bar,\nint());',
106 virtual int Bar() = 0;
111 'MOCK_METHOD0(Bar,\nint());',
122 virtual int Bar() = 0;
127 'MOCK_METHOD0(Bar,\nint());',
[all …]
/external/v8/testing/gmock/scripts/generator/cpp/
Dgmock_class_test.py61 virtual int Bar();
65 'MOCK_METHOD0(Bar,\nint());',
77 virtual int Bar() = 0;
82 'MOCK_METHOD0(Bar,\nint());',
90 virtual int Bar() = 0;
95 'MOCK_METHOD0(Bar,\nint());',
106 virtual int Bar() = 0;
111 'MOCK_METHOD0(Bar,\nint());',
122 virtual int Bar() = 0;
127 'MOCK_METHOD0(Bar,\nint());',
[all …]
/external/llvm/test/MC/Mips/micromips64r6/
Drelocations.s8 # CHECK-FIXUP: balc bar # encoding: [0b101101AA,A,A,A]
10 # CHECK-FIXUP: value: bar-4, kind: fixup_MICROMIPS_PC26_S1
11 # CHECK-FIXUP: bc bar # encoding: [0b100101AA,A,A,A]
13 # CHECK-FIXUP: value: bar-4, kind: fixup_MICROMIPS_PC26_S1
14 # CHECK-FIXUP: addiupc $2, bar # encoding: [0x78,0b01000AAA,A,A]
16 # CHECK-FIXUP: value: bar, kind: fixup_MICROMIPS_PC19_S2
17 # CHECK-FIXUP: lwpc $2, bar # encoding: [0x78,0b01001AAA,A,A]
19 # CHECK-FIXUP: value: bar, kind: fixup_MICROMIPS_PC19_S2
20 # CHECK-FIXUP: ldpc $2, bar # encoding: [0x78,0b010110AA,A,A]
22 # CHECK-FIXUP: value: bar, kind: fixup_MICROMIPS_PC18_S3
[all …]
/external/llvm/test/MC/Mips/
Dmicromips-branch-fixup.s10 # CHECK-FIXUP: beqz16 $6, bar # encoding: [0b0AAAAAAA,0x8f]
12 # CHECK-FIXUP: value: bar, kind: fixup_MICROMIPS_PC7_S1
14 # CHECK-FIXUP: bnez16 $6, bar # encoding: [0b0AAAAAAA,0xaf]
16 # CHECK-FIXUP: value: bar, kind: fixup_MICROMIPS_PC7_S1
18 # CHECK-FIXUP: b16 bar # encoding: [A,0b110011AA]
20 # CHECK-FIXUP: value: bar, kind: fixup_MICROMIPS_PC10_S1
22 # CHECK-FIXUP: b bar # encoding: [A,0x94'A',0x00,0x00]
24 # CHECK-FIXUP: value: bar, kind: fixup_MICROMIPS_PC16_S1
26 # CHECK-FIXUP: beq $3, $4, bar # encoding: [0x83'A',0x94'A',0x00,0x00]
28 # CHECK-FIXUP: value: bar, kind: fixup_MICROMIPS_PC16_S1
[all …]

12345678910>>...207