Home
last modified time | relevance | path

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

12345678910>>...299

/external/one-true-awk/testdir/
Dlilly.out9 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 …]
/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 …]
/external/python/cpython3/Lib/test/
Dtest_shlex.py12 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 …]
/external/google-java-format/core/src/test/java/com/google/googlejavaformat/java/
DImportOrdererTest.java65 "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 …]
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DJimfsPathTest.java47 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 …]
DJimfsWindowsLikeFileSystemTest.java74 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 …]
/external/dagger2/javatests/dagger/functional/assisted/
DAssistedFactoryAsQualifiedBindingTest.java73 @BindsInstance @AsComponentDependency Bar bar, in create()
83 static Bar providesBar(@AsComponentDependency Bar bar) { in providesBar() argument
84 return bar; in providesBar()
95 Bar bindsBar(@AsComponentDependency Bar bar); in bindsBar() argument
103 Bar optionalBar(); in optionalBar()
111 static Bar providesOptionalBar(@AsComponentDependency Bar bar) { in providesOptionalBar() argument
112 return bar; in providesOptionalBar()
123 Set<Bar> barSet(); in barSet()
132 static Bar providesMultibindingBar(@AsComponentDependency Bar bar) { in providesMultibindingBar() argument
133 return bar; in providesMultibindingBar()
[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 …]
/external/libchrome/base/files/
Dfile_path_unittest.cc467 { 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/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/curl/src/
Dtool_cb_prg.c77 static void fly(struct ProgressData *bar, bool moved) in fly() argument
81 int check = bar->width - 2; in fly()
83 msnprintf(buf, sizeof(buf), "%*s\r", bar->width-1, " "); in fly()
84 memcpy(&buf[bar->bar], "-=O=-", 5); in fly()
86 pos = sinus[bar->tick%200] / (1000000 / check); in fly()
88 pos = sinus[(bar->tick + 5)%200] / (1000000 / check); in fly()
90 pos = sinus[(bar->tick + 10)%200] / (1000000 / check); in fly()
92 pos = sinus[(bar->tick + 15)%200] / (1000000 / check); in fly()
95 fputs(buf, bar->out); in fly()
96 bar->tick += 2; in fly()
[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/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_plugin_unittest.cc66 TryInsert("test.pb.h", "class_scope:foo.Bar", context); in Generate()
67 TryInsert("test.pb.h", "class_scope:foo.Bar.Baz", context); in Generate()
74 TryInsert("test.pb.h", "field_get:foo.Bar.optInt", context); in Generate()
75 TryInsert("test.pb.h", "field_set:foo.Bar.optInt", context); in Generate()
78 TryInsert("test.pb.h", "field_get:foo.Bar.repeatedInt", context); in Generate()
79 TryInsert("test.pb.h", "field_set:foo.Bar.repeatedInt", context); in Generate()
82 TryInsert("test.pb.h", "field_get:foo.Bar.requiredString", context); in Generate()
83 TryInsert("test.pb.h", "field_set:foo.Bar.requiredString", context); in Generate()
84 TryInsert("test.pb.h", "field_set_char:foo.Bar.requiredString", context); in Generate()
85 TryInsert("test.pb.h", "field_set_pointer:foo.Bar.requiredString", context); in Generate()
[all …]
/external/perfetto/python/test/
Dresolver_unittest.py26 def __init__(self, foo=None, bar=None): argument
28 self.bar = bar
34 yield self.bar.encode() if self.bar else b''
42 'bar': self.bar
50 def __init__(self, foo=None, bar=None): argument
51 super().__init__(foo=foo, bar=bar)
59 'bar': 'bar'
61 TraceUriResolver.Result(f'simple:foo={self.foo};bar={self.bar}'),
62 TraceUriResolver.Result(SimpleResolver(foo=self.foo, bar=self.bar)),
71 res = registry.resolve('simple:foo=x;bar=y')
[all …]
/external/bazel-skylib/tests/
Dpaths_tests.bzl27 asserts.equals(env, "bar", paths.basename("foo///bar"))
32 asserts.equals(env, "foo", paths.basename("bar/foo"))
33 asserts.equals(env, "foo", paths.basename("/bar/foo"))
51 asserts.equals(env, "foo", paths.dirname("foo///bar"))
56 asserts.equals(env, "bar", paths.dirname("bar/foo"))
57 asserts.equals(env, "/bar", paths.dirname("/bar/foo"))
79 asserts.false(env, paths.is_absolute("foo/bar"))
85 asserts.true(env, paths.is_absolute("/foo/bar"))
91 asserts.true(env, paths.is_absolute("C:\\foo\\bar"))
106 asserts.equals(env, "foo/bar", paths.join("foo", "bar"))
[all …]
/external/guice/core/test/com/google/inject/
DBoundProviderTest.java39 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/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/guava/android/guava-tests/test/com/google/common/collect/
DLinkedListMultimapTest.java100 assertFalse(multimap.get("bar") instanceof RandomAccess); in testGetRandomAccess()
112 assertTrue(multimap.removeAll("bar") instanceof RandomAccess); in testRemoveAllRandomAccess()
124 assertTrue(multimap.replaceValues("bar", Arrays.asList(2, 4)) instanceof RandomAccess); in testReplaceValuesRandomAccess()
130 multimap.put("bar", 3); in testCreateFromMultimap()
140 multimap.put("bar", 2); in testCreateFromSize()
155 map.put("bar", 1); in testLinkedGetAdd()
159 map.put("bar", 4); in testLinkedGetAdd()
161 assertEquals("{bar=[1, 4], foo=[2, 3, 5]}", map.toString()); in testLinkedGetAdd()
162 assertEquals("[bar=1, foo=2, foo=3, bar=4, foo=5]", map.entries().toString()); in testLinkedGetAdd()
167 map.put("bar", 1); in testLinkedGetInsert()
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DLinkedListMultimapTest.java99 assertFalse(multimap.get("bar") instanceof RandomAccess); in testGetRandomAccess()
111 assertTrue(multimap.removeAll("bar") instanceof RandomAccess); in testRemoveAllRandomAccess()
123 assertTrue(multimap.replaceValues("bar", Arrays.asList(2, 4)) instanceof RandomAccess); in testReplaceValuesRandomAccess()
129 multimap.put("bar", 3); in testCreateFromMultimap()
139 multimap.put("bar", 2); in testCreateFromSize()
154 map.put("bar", 1); in testLinkedGetAdd()
158 map.put("bar", 4); in testLinkedGetAdd()
160 assertEquals("{bar=[1, 4], foo=[2, 3, 5]}", map.toString()); in testLinkedGetAdd()
161 assertEquals("[bar=1, foo=2, foo=3, bar=4, foo=5]", map.entries().toString()); in testLinkedGetAdd()
166 map.put("bar", 1); in testLinkedGetInsert()
[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/python/pyfakefs/pyfakefs/tests/
Dfake_filesystem_test.py68 dir_path = 'C:/foo/bar/baz'
74 dir_path = '/foo/bar/baz'
82 dir_path = 'C:/foo/bar/baz'
205 path = 'bar'
207 self.assertEqual('/foo/bar', self.filesystem.absnormpath(path))
210 path = '/foo/bar'
216 path = 'foo/../bar'
217 self.assertEqual('/bar', self.filesystem.absnormpath(path))
242 self.assertEqual(['foo', 'bar'],
243 self.filesystem._path_components('foo/bar'))
[all …]
/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/
DRbPathTest.java23 assertThat(RbPath.of("foo", "bar")).hasSegments("foo", "bar"); in testParseVsOf()
24 assertThat(RbPath.parse("foo/bar/baz")).hasSegments("foo", "bar", "baz"); in testParseVsOf()
26 assertThat(RbPath.parse("/foo/bar/baz")).hasSegments("foo", "bar", "baz"); in testParseVsOf()
27 assertThat(RbPath.of("foo/bar", "baz")).hasSegments("foo/bar", "baz"); in testParseVsOf()
33 assertBadPath("foo//bar", "path segments must not be empty"); in testBadArgs()
34 assertBadPath("foo/<bar/baz", "mismatched quoting"); in testBadArgs()
35 assertBadPath("foo/\"bar", "mismatched quoting"); in testBadArgs()
36 assertBadPath("foo/\"bar\"baz\"", "invalid character"); in testBadArgs()
37 assertBadPath("foo/bar baz", "invalid character"); in testBadArgs()
42 RbPath path = RbPath.parse("foo/bar/baz"); in testIteration()
[all …]

12345678910>>...299