/external/python/cpython2/Lib/test/ |
D | test_shlex.py | 16 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 …]
|
D | test_ntpath.py | 28 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 …]
|
D | test_genericpath.py | 92 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/python/cpython3/Lib/test/ |
D | test_shlex.py | 11 foo bar|foo|bar| 12 foo bar|foo|bar| 13 foo bar |foo|bar| 14 foo bar bla fasel|foo|bar|bla|fasel| 16 \x bar|\|x|bar| 17 \ x bar|\|x|bar| 18 \ bar|\|bar| 19 foo \x bar|foo|\|x|bar| 20 foo \ x bar|foo|\|x|bar| 21 foo \ bar|foo|\|bar| [all …]
|
D | test_ntpath.py | 55 tester('ntpath.splitext("foo.bar.ext")', ('foo.bar', '.ext')) 56 tester('ntpath.splitext("xx/foo.bar.ext")', ('xx/foo.bar', '.ext')) 57 tester('ntpath.splitext("xx\\foo.bar.ext")', ('xx\\foo.bar', '.ext')) 61 tester('ntpath.splitdrive("c:\\foo\\bar")', 62 ('c:', '\\foo\\bar')) 63 tester('ntpath.splitdrive("c:/foo/bar")', 64 ('c:', '/foo/bar')) 65 tester('ntpath.splitdrive("\\\\conky\\mountpoint\\foo\\bar")', 66 ('\\\\conky\\mountpoint', '\\foo\\bar')) 67 tester('ntpath.splitdrive("//conky/mountpoint/foo/bar")', [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips64r6/ |
D | relocations.s | 8 # CHECK-FIXUP: lapc $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/clang/test/SemaCXX/ |
D | warn-enum-compare.cpp | 4 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 …]
|
D | warn-range-loop-analysis.cpp | 20 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 …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips32r6/ |
D | relocations.s | 8 # CHECK-FIXUP: lapc $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/curl/tests/unit/ |
D | unit1394.c | 46 "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/ |
D | file_path_unittest.cc | 467 { 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/baz///"), FPL("|/|foo|bar|baz")}, in TEST_F() 473 { FPL("/foo/bar/baz"), FPL("|/|foo|bar|baz")}, in TEST_F() 474 { FPL("/foo/bar.bot/baz.txt"), FPL("|/|foo|bar.bot|baz.txt")}, in TEST_F() 475 { FPL("//foo//bar/baz"), FPL("|//|foo|bar|baz")}, in TEST_F() 487 { FPL("../foo/bar/"), FPL("|..|foo|bar") }, in TEST_F() 488 { FPL("\\\\foo\\bar\\baz\\"), FPL("|\\\\|foo|bar|baz")}, in TEST_F() [all …]
|
/external/llvm/test/MC/Mips/mips64r6/ |
D | relocations.s | 8 # 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/curl/src/ |
D | tool_cb_prg.c | 69 static void fly(struct ProgressData *bar, bool moved) in fly() argument 73 int check = bar->width - 2; in fly() 75 msnprintf(buf, sizeof(buf), "%*s\r", bar->width-1, " "); in fly() 76 memcpy(&buf[bar->bar], "-=O=-", 5); in fly() 78 pos = sinus[bar->tick%200] / (10000 / check); in fly() 80 pos = sinus[(bar->tick + 5)%200] / (10000 / check); in fly() 82 pos = sinus[(bar->tick + 10)%200] / (10000 / check); in fly() 84 pos = sinus[(bar->tick + 15)%200] / (10000 / check); in fly() 87 fputs(buf, bar->out); in fly() 88 bar->tick += 2; in fly() [all …]
|
/external/llvm/test/MC/Mips/mips32r6/ |
D | relocations.s | 8 # 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/ |
D | LinkedListMultimapTest.java | 55 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/u-boot/test/env/ |
D | attr.c | 17 ut_assertok(env_attr_lookup("foo:bar", "foo", attrs)); in env_test_attrs_lookup() 18 ut_asserteq_str("bar", attrs); in env_test_attrs_lookup() 20 ut_assertok(env_attr_lookup(",foo:bar", "foo", attrs)); in env_test_attrs_lookup() 21 ut_asserteq_str("bar", attrs); in env_test_attrs_lookup() 23 ut_assertok(env_attr_lookup(",foo:bar,", "foo", attrs)); in env_test_attrs_lookup() 24 ut_asserteq_str("bar", attrs); in env_test_attrs_lookup() 26 ut_assertok(env_attr_lookup(" foo:bar", "foo", attrs)); in env_test_attrs_lookup() 27 ut_asserteq_str("bar", attrs); in env_test_attrs_lookup() 29 ut_assertok(env_attr_lookup("foo : bar", "foo", attrs)); in env_test_attrs_lookup() 30 ut_asserteq_str("bar", attrs); in env_test_attrs_lookup() [all …]
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_plugin_unittest.cc | 70 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/ |
D | BoundProviderTest.java | 39 assertNotNull(a.bar); in testFooProvider() 40 assertNotNull(b.bar); in testFooProvider() 41 assertNotSame(a.bar, b.bar); in testFooProvider() 59 assertNotNull(a.bar); in testSingletonFooProvider() 60 assertNotNull(b.bar); in testSingletonFooProvider() 61 assertSame(a.bar, b.bar); in testSingletonFooProvider() 64 static class Bar {} class in BoundProviderTest 67 final Bar bar; field in BoundProviderTest.Foo 70 Foo(Bar bar, int i) { in Foo() argument 71 this.bar = bar; in Foo() [all …]
|
/external/llvm/test/Transforms/MemCpyOpt/ |
D | crash.ll | 7 %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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/MemCpyOpt/ |
D | crash.ll | 7 %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/ |
D | linux_perf_report_test.py | 20 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/guava/guava-tests/test/com/google/common/collect/ |
D | LinkedListMultimapTest.java | 102 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/v8/tools/testrunner/local/ |
D | testsuite_unittest.py | 21 suite = TestSuite('foo', 'bar') 24 'foo/bar': set(['PASS', 'SKIP']), 25 'baz/bar': set(['PASS', 'FAIL']), 34 TestCase(suite, 'foo/bar', 'foo/bar'), 35 TestCase(suite, 'baz/bar', 'baz/bar'), 39 [TestCase(suite, 'baz/bar', 'baz/bar')], 47 suite = TestSuite('foo', 'bar') 51 'foo/bar': set(['PREV']), 54 'foo/bar': set(['PASS', 'SKIP']), 55 'baz/bar': set(['PASS', 'FAIL']), [all …]
|
/external/clang/test/CXX/class.access/class.friend/ |
D | p11.cpp | 6 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/ |
D | nesting.s | 15 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 …]
|