/aosp_15_r20/external/one-true-awk/testdir/ |
H A D | lilly.out | 9 foo=bar 10 foo==bar 11 foo+=bar 12 foo-=bar 13 foo*=bar 14 foo/=bar 15 foo^=bar 16 foo%=bar 17 foo!=bar 18 foo<=bar [all …]
|
/aosp_15_r20/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 …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/tracing/tests/ |
D | macros.rs | 26 span!(target: "foo_events", Level::DEBUG, "foo", bar.baz = ?2, quux = %3, quuux = 4); in span() 27 span!(target: "foo_events", Level::DEBUG, "foo", bar.baz = 2, quux = 3); in span() 28 span!(target: "foo_events", Level::DEBUG, "foo", bar.baz = 2, quux = 4,); in span() 30 span!(target: "foo_events", Level::DEBUG, "bar",); in span() 31 span!(Level::DEBUG, "foo", bar.baz = 2, quux = 3); in span() 32 span!(Level::DEBUG, "foo", bar.baz = 2, quux = 4,); in span() 33 span!(Level::DEBUG, "foo", bar.baz = 2, quux = 3); in span() 34 span!(Level::DEBUG, "foo", bar.baz = 2, quux = 4,); in span() 35 span!(Level::DEBUG, "foo", bar.baz = ?2); in span() 36 span!(Level::DEBUG, "foo", bar.baz = %2); in span() [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_shlex.py | 12 foo bar|foo|bar| 13 foo bar|foo|bar| 14 foo bar |foo|bar| 15 foo bar bla fasel|foo|bar|bla|fasel| 17 \x bar|\|x|bar| 18 \ x bar|\|x|bar| 19 \ bar|\|bar| 20 foo \x bar|foo|\|x|bar| 21 foo \ x bar|foo|\|x|bar| 22 foo \ bar|foo|\|bar| [all …]
|
/aosp_15_r20/external/dagger2/javatests/dagger/internal/codegen/ |
H A D | IgnoreProvisionKeyWildcardsTest.java | 69 " Foo<? extends Bar> fooExtends();", in testProvidesUniqueBindingsWithDifferentTypeVariances() 70 " Foo<Bar> foo();", in testProvidesUniqueBindingsWithDifferentTypeVariances() 74 " @Provides static Foo<? extends Bar> fooExtends() { return null; }", in testProvidesUniqueBindingsWithDifferentTypeVariances() 75 " @Provides static Foo<Bar> foo() { return null; }", in testProvidesUniqueBindingsWithDifferentTypeVariances() 81 " fun fooExtends(): Foo<out Bar>", in testProvidesUniqueBindingsWithDifferentTypeVariances() 82 " fun foo(): Foo<Bar>", in testProvidesUniqueBindingsWithDifferentTypeVariances() 86 " @Provides fun fooExtends(): Foo<out Bar> = TODO()", in testProvidesUniqueBindingsWithDifferentTypeVariances() 87 " @Provides fun foo(): Foo<Bar> = TODO()", in testProvidesUniqueBindingsWithDifferentTypeVariances() 94 "Foo<? extends Bar> is bound multiple times:", in testProvidesUniqueBindingsWithDifferentTypeVariances() 95 " @Provides Foo<Bar> MyModule.foo()", in testProvidesUniqueBindingsWithDifferentTypeVariances() [all …]
|
/aosp_15_r20/external/grpc-grpc/test/core/gprpp/ |
H A D | ref_counted_ptr_test.cc | 153 RefCountedPtr<Foo> bar = foo; in TEST() local 156 EXPECT_EQ(foo, bar); in TEST() 166 Foo* bar = new Foo(); in TEST() local 168 RefCountedPtr<Foo> ptr2(bar); in TEST() 171 EXPECT_EQ(bar, ptr1.get()); in TEST() 271 class Bar : public DualRefCounted<Bar> { class 273 Bar() : value_(0) {} in Bar() function in grpc_core::testing::__anon203ad9f00111::Bar 275 explicit Bar(int value) : value_(value) {} in Bar() function in grpc_core::testing::__anon203ad9f00111::Bar 277 ~Bar() override { GPR_ASSERT(shutting_down_); } in ~Bar() 288 TEST(WeakRefCountedPtr, DefaultConstructor) { WeakRefCountedPtr<Bar> bar; } in TEST() local [all …]
|
/aosp_15_r20/external/libchrome/base/files/ |
H A 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 …]
|
/aosp_15_r20/external/google-java-format/core/src/test/java/com/google/googlejavaformat/java/ |
H A D | ImportOrdererTest.java | 65 "foo", "bar", in parameters() 68 "foo", "bar", in parameters() 75 "import com.google.first.Bar;", in parameters() 82 "import com.google.first.Bar;", in parameters() 91 "import com.google.first.Bar;", in parameters() 99 "import com.google.first.Bar;", in parameters() 110 "import com.google.first.Bar;", in parameters() 117 "import com.google.first.Bar;", in parameters() 251 "import com.google.first.Bar;;", in parameters() 258 "import com.google.first.Bar;", in parameters() [all …]
|
/aosp_15_r20/external/cronet/base/files/ |
H A D | file_path_unittest.cc | 489 { FPL("//foo/bar/baz/"), FPL("|//|foo|bar|baz")}, in TEST_F() 492 {FPL("///foo//bar/baz"), FPL("|/|foo|bar|baz")}, in TEST_F() 494 { FPL("/foo//bar//baz/"), FPL("|/|foo|bar|baz")}, in TEST_F() 495 { FPL("/foo/bar/baz/"), FPL("|/|foo|bar|baz")}, in TEST_F() 496 { FPL("/foo/bar/baz//"), FPL("|/|foo|bar|baz")}, in TEST_F() 497 { FPL("/foo/bar/baz///"), FPL("|/|foo|bar|baz")}, in TEST_F() 498 { FPL("/foo/bar/baz"), FPL("|/|foo|bar|baz")}, in TEST_F() 499 { FPL("/foo/bar.bot/baz.txt"), FPL("|/|foo|bar.bot|baz.txt")}, in TEST_F() 500 { FPL("//foo//bar/baz"), FPL("|//|foo|bar|baz")}, in TEST_F() 512 { FPL("../foo/bar/"), FPL("|..|foo|bar") }, in TEST_F() [all …]
|
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/resources/gobbling/ |
H A D | if.vtl | 1 #if($bogus == "bar")x#end 2 #if($bogus == "bar")x #end 3 #if($bogus == "bar")x#{else}y#end 4 #if($bogus == "bar")x#else y#end 5 #if($bogus == "bar")x #{else}y#end 6 #if($bogus == "bar")x #{else}y #end 7 #if($bogus == "bar")x#elseif($bogus == "foo")y#end 8 #if($bogus == "bar")x#elseif($bogus == "foo")y #end 9 #if($bogus == "bar")x #elseif($bogus == "foo")y#end 10 #if($bogus == "bar")x #elseif($bogus == "foo")y #end [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/algorithms/ |
H A D | ranges_robust_against_omitting_invoke.pass.cpp | 31 struct Bar { struct 33 Bar create() const { return Bar(); } in create() argument 60 std::array in = {Bar{Foo{1}}, Bar{Foo{2}}, Bar{Foo{3}}}; in test_all() 61 std::array in2 = {Bar{Foo{4}}, Bar{Foo{5}}, Bar{Foo{6}}}; in test_all() 64 …std::array output = {Bar{Foo{7}}, Bar{Foo{8}}, Bar{Foo{9}}, Bar{Foo{10}}, Bar{Foo{11}}, Bar{Foo{12… in test_all() 68 Bar a{Foo{1}}; in test_all() 69 Bar b{Foo{2}}; in test_all() 70 Bar c{Foo{3}}; in test_all() 75 test(std::ranges::any_of, in, &Foo::unary_pred, &Bar::val); in test_all() 76 test(std::ranges::all_of, in, &Foo::unary_pred, &Bar::val); in test_all() [all …]
|
/aosp_15_r20/external/python/pyfakefs/pyfakefs/tests/ |
D | fake_filesystem_test.py | 75 dir_path = "C:/foo/bar/baz" 82 dir_path = "/foo/bar/baz" 86 self.assertEqual(f"{root_dir}foo/bar/baz", dir_object.path) 90 dir_path = "C:/foo/bar/baz" 172 fs.create_file("/foo/bar.txt", st_size=20) 173 bar_dir = fs.create_dir("/foo/bar/") 174 fs.create_file("/foo/bar/baz1.txt", st_size=30) 175 fs.create_file("/foo/bar/baz2.txt", st_size=40) 177 fs.create_file("/foo1/bar.txt", st_size=50) 178 fs.create_file("/foo1/bar/baz/file", st_size=60) [all …]
|
/aosp_15_r20/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/ |
H A D | JimfsPathTest.java | 47 assertPathEquals("/foo/bar", "/foo/bar"); in testPathParsing() 48 assertPathEquals("/foo/bar", "/", "foo", "bar"); in testPathParsing() 49 assertPathEquals("/foo/bar", "/foo", "bar"); in testPathParsing() 50 assertPathEquals("/foo/bar", "/", "foo/bar"); in testPathParsing() 51 assertPathEquals("foo/bar/baz", "foo/bar/baz"); in testPathParsing() 52 assertPathEquals("foo/bar/baz", "foo", "bar", "baz"); in testPathParsing() 53 assertPathEquals("foo/bar/baz", "foo/bar", "baz"); in testPathParsing() 54 assertPathEquals("foo/bar/baz", "foo", "bar/baz"); in testPathParsing() 59 assertPathEquals("/foo/bar", "///foo/bar"); in testPathParsing_withExtraSeparators() 60 assertPathEquals("/foo/bar", "/foo///bar//"); in testPathParsing_withExtraSeparators() [all …]
|
H A D | JimfsWindowsLikeFileSystemTest.java | 74 assertThatPath("foo\\bar").isRelative().and().hasNameComponents("foo", "bar"); in testPaths() 75 assertThatPath("C:\\foo\\bar\\baz") in testPaths() 80 .hasNameComponents("foo", "bar", "baz"); in testPaths() 104 assertThatPath("foo/bar") in testPaths_withSlash() 107 .hasNameComponents("foo", "bar") in testPaths_withSlash() 109 .isEqualTo(path("foo\\bar")); in testPaths_withSlash() 110 assertThatPath("C:/foo/bar/baz") in testPaths_withSlash() 115 .hasNameComponents("foo", "bar", "baz") in testPaths_withSlash() 117 .isEqualTo(path("C:\\foo\\bar\\baz")); in testPaths_withSlash() 118 assertThatPath("C:/foo\\bar/baz") in testPaths_withSlash() [all …]
|
H A D | JimfsUnixLikeFileSystemTest.java | 170 assertThatPath("foo/bar").isRelative().and().hasNameComponents("foo", "bar"); in testPaths() 171 assertThatPath("/foo/bar/baz") in testPaths() 176 .hasNameComponents("foo", "bar", "baz"); in testPaths() 199 assertThatPath(path("/").resolve("foo/bar")) in testPaths_resolve() 204 .hasNameComponents("foo", "bar"); in testPaths_resolve() 205 assertThatPath(path("foo/bar").resolveSibling("baz")) in testPaths_resolve() 209 assertThatPath(path("foo/bar").resolve("/one/two")) in testPaths_resolve() 219 assertThatPath(path("foo/bar/..").normalize()).isRelative().and().hasNameComponents("foo"); in testPaths_normalize() 220 assertThatPath(path("foo/./bar/../baz/test/./../stuff").normalize()) in testPaths_normalize() 224 assertThatPath(path("../../foo/./bar").normalize()) in testPaths_normalize() [all …]
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A 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 …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/path/ |
H A D | tests.rs | 208 t!("foo/bar", in test_decompositions_unix() 209 iter: ["foo", "bar"], in test_decompositions_unix() 213 file_name: Some("bar"), in test_decompositions_unix() 214 file_stem: Some("bar"), in test_decompositions_unix() 216 file_prefix: Some("bar") in test_decompositions_unix() 219 t!("/foo/bar", in test_decompositions_unix() 220 iter: ["/", "foo", "bar"], in test_decompositions_unix() 224 file_name: Some("bar"), in test_decompositions_unix() 225 file_stem: Some("bar"), in test_decompositions_unix() 227 file_prefix: Some("bar") in test_decompositions_unix() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/path/ |
H A D | tests.rs | 208 t!("foo/bar", in test_decompositions_unix() 209 iter: ["foo", "bar"], in test_decompositions_unix() 213 file_name: Some("bar"), in test_decompositions_unix() 214 file_stem: Some("bar"), in test_decompositions_unix() 216 file_prefix: Some("bar") in test_decompositions_unix() 219 t!("/foo/bar", in test_decompositions_unix() 220 iter: ["/", "foo", "bar"], in test_decompositions_unix() 224 file_name: Some("bar"), in test_decompositions_unix() 225 file_stem: Some("bar"), in test_decompositions_unix() 227 file_prefix: Some("bar") in test_decompositions_unix() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/path/ |
H A D | tests.rs | 208 t!("foo/bar", in test_decompositions_unix() 209 iter: ["foo", "bar"], in test_decompositions_unix() 213 file_name: Some("bar"), in test_decompositions_unix() 214 file_stem: Some("bar"), in test_decompositions_unix() 216 file_prefix: Some("bar") in test_decompositions_unix() 219 t!("/foo/bar", in test_decompositions_unix() 220 iter: ["/", "foo", "bar"], in test_decompositions_unix() 224 file_name: Some("bar"), in test_decompositions_unix() 225 file_stem: Some("bar"), in test_decompositions_unix() 227 file_prefix: Some("bar") in test_decompositions_unix() [all …]
|
/aosp_15_r20/art/test/911-get-stack-trace/ |
H A D | expected-stdout.txt | 10 bar (IIILart/ControlData;)J 0 26 13 bar (IIILart/ControlData;)J 0 26 16 bar (IIILart/ControlData;)J 0 26 19 bar (IIILart/ControlData;)J 0 26 22 bar (IIILart/ControlData;)J 0 26 30 bar (IIILart/ControlData;)J 0 26 33 bar (IIILart/ControlData;)J 0 26 36 bar (IIILart/ControlData;)J 0 26 39 bar (IIILart/ControlData;)J 0 26 42 bar (IIILart/ControlData;)J 0 26 [all …]
|
/aosp_15_r20/cts/tests/appsearch/src/com/android/cts/appsearch/external/ast/operators/ |
H A D | OrNodeCtsTest.java | 47 TextNode bar = new TextNode("bar"); in testEquals_identical() local 48 OrNode orNodeOne = new OrNode(List.of(foo, bar)); in testEquals_identical() 51 TextNode barTwo = new TextNode("bar"); in testEquals_identical() 61 TextNode bar = new TextNode("bar"); in testConstructor_buildsOrNode() local 64 List<Node> childNodes = List.of(foo, bar, baz); in testConstructor_buildsOrNode() 67 assertThat(orNode.getChildren()).containsExactly(foo, bar, baz).inOrder(); in testConstructor_buildsOrNode() 73 TextNode bar = new TextNode("bar"); in testConstructor_buildsOrNodeVarArgs() local 76 OrNode orNode = new OrNode(foo, bar, baz); in testConstructor_buildsOrNodeVarArgs() 77 assertThat(orNode.getChildren()).containsExactly(foo, bar, baz).inOrder(); in testConstructor_buildsOrNodeVarArgs() 102 TextNode bar = new TextNode("bar"); in testSetChildren_throwsWhenNullListPassed() local [all …]
|
H A D | AndNodeCtsTest.java | 47 TextNode bar = new TextNode("bar"); in testEquals_identical() local 48 AndNode andNodeOne = new AndNode(List.of(foo, bar)); in testEquals_identical() 51 TextNode barTwo = new TextNode("bar"); in testEquals_identical() 61 TextNode bar = new TextNode("bar"); in testConstructor_buildsAndNode() local 64 List<Node> childNodes = List.of(foo, bar, baz); in testConstructor_buildsAndNode() 67 assertThat(andNode.getChildren()).containsExactly(foo, bar, baz).inOrder(); in testConstructor_buildsAndNode() 73 TextNode bar = new TextNode("bar"); in testConstructor_buildsAndNodeVarArgs() local 76 AndNode andNode = new AndNode(foo, bar, baz); in testConstructor_buildsAndNodeVarArgs() 77 assertThat(andNode.getChildren()).containsExactly(foo, bar, baz).inOrder(); in testConstructor_buildsAndNodeVarArgs() 102 TextNode bar = new TextNode("bar"); in testSetChildren_throwsWhenNullListPassed() local [all …]
|
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft-next/ |
H A D | unevaluatedProperties.json | 100 "bar": "bar" string 128 "bar": "bar" string 157 "bar": "bar" string 174 "bar": { "type": "string" } object 185 "bar": "bar" string 193 "bar": "bar", string 211 "^bar": { "type": "string" } 222 "bar": "bar" string 230 "bar": "bar", string 264 "bar": "bar" string [all …]
|
/aosp_15_r20/external/libxml2/test/relaxng/OASIS/ |
H A D | spectest.xml | 37 <define name="bar"> 58 <name>bar</name> 72 <name>bar</name> 88 <name>bar</name> 104 <value>bar</value> 114 <empty name="bar"/> 121 <element xmlns="http://relaxng.org/ns/structure/1.0" name="foo" extra="bar"> 216 <attribute name="bar" global="true"> 452 <element name="bar"> 491 <element name="bar"> [all …]
|