Home
last modified time | relevance | path

Searched full:three (Results 1 – 25 of 4400) sorted by relevance

12345678910>>...176

/external/icu/icu4c/source/data/zone/
Den_XA.txt28 ld{"[Îŕîšĥ Šţåñðåŕð Ţîɱé one two three]"}
31 ld{"[Ɓŕîţîšĥ Šûɱɱéŕ Ţîɱé one two three]"}
47 ls{"[Åçŕé Šţåñðåŕð Ţîɱé one two three]"}
53 ls{"[Çéñţŕåļ Ńŕîçå Ţîɱé one two three]"}
59 ls{"[Šöûţĥ Ńŕîçå Šţåñðåŕð Ţîɱé one two three]"}
62 ld{"[Ŵéšţ Ńŕîçå Šûɱɱéŕ Ţîɱé one two three]"}
64 ls{"[Ŵéšţ Ńŕîçå Šţåñðåŕð Ţîɱé one two three]"}
67 ld{"[Åļåšķå Ðåýļîĝĥţ Ţîɱé one two three]"}
69 ls{"[Åļåšķå Šţåñðåŕð Ţîɱé one two three]"}
75 ld{"[Åļɱåţý Šûɱɱéŕ Ţîɱé one two three]"}
[all …]
/external/icu/icu4c/source/data/lang/
Den_XA.txt7 colAlternate{"[Îĝñöŕé Šýɱƀöļš Šöŕţîñĝ one two three]"}
8 colBackwards{"[Ŕéṽéŕšéð Åççéñţ Šöŕţîñĝ one two three]"}
9 colCaseFirst{"[Ûþþéŕçåšé⁄Ļöŵéŕçåšé Öŕðéŕîñĝ one two three]"}
10 colCaseLevel{"[Çåšé Šéñšîţîṽé Šöŕţîñĝ one two three]"}
11 colNormalization{"[Ñöŕɱåļîžéð Šöŕţîñĝ one two three]"}
13 colReorder{"[Šçŕîþţ⁄Ɓļöçķ Ŕéöŕðéŕîñĝ one two three]"}
17 d0{"[Ţŕåñšƒöŕɱ Ðéšţîñåţîöñ one two three]"}
18 em{"[Éɱöĵî Þŕéšéñţåţîöñ Šţýļé one two three]"}
19 fw{"[Ƒîŕšţ ðåý öƒ ŵééķ one two three]"}
20 hc{"[Ĥöûŕ Çýçļé (①② ṽš ②④) one two three]"}
[all …]
/external/icu/icu4c/source/test/intltest/
Dlistformattertest.cpp25 three("Charlie", -1, US_INV), four("Delta", -1, US_INV) { in ListFormatterTest()
40 UnicodeString three, UnicodeString four, UnicodeString results[4]) { in CheckFourCases() argument
53 UnicodeString input3[] = {one, two, three}; in CheckFourCases()
56 UnicodeString input4[] = {one, two, three, four}; in CheckFourCases()
61 UnicodeString three, UnicodeString four, UnicodeString results[4]) { in RecordFourCases() argument
72 UnicodeString input3[] = {one, two, three}; in RecordFourCases()
74 UnicodeString input4[] = {one, two, three, four}; in RecordFourCases()
87 one + ", " + two + ", " + three, in TestRoot()
88 one + ", " + two + ", " + three + ", " + four in TestRoot()
91 CheckFourCases("", one, two, three, four, results); in TestRoot()
[all …]
/external/toybox/tests/
Drmdir.test19 mkdir one two three
20 testing "one missing two file three" \
21 "rmdir one missing two walrus three 2> /dev/null || [ ! -d three ] && echo yes" \
37 mkdir -p temp/one/two/three
39 "rmdir -p temp/one/two/three 2>/dev/null || [ -d temp ] && [ ! -e temp/one ] && echo yes" \
44 mkdir -p one/two/three
45 testing "-p one/two/three" \
46 "rmdir -p one/two/three && [ ! -e one ] && echo yes" "yes\n" "" ""
48 mkdir -p one/two/three
49 testing "-p one/two/three/" \
[all …]
Dxargs.test9 "one two three four\n" "" "one two\tthree \nfour\n\n"
12 "" "one \ntwo\n three"
13 testing "-n 2" "xargs -n 2" "one two\nthree\n" "" "one \ntwo\n three"
14 testing "-n exact match" "xargs -n 3" "one two three\n" "" "one two three"
16 "one two three four five"
18 "one\ntwo\nok\n" "" "one two three"
19 testing "-s 13" "xargs -s 13 echo" "one two\nthree\n" "" "one \ntwo\n three"
20 testing "-s 12" "xargs -s 12 echo" "one\ntwo\nthree\n" "" "one \ntwo\n three"
22 touch one two three
24 "one two three"
[all …]
Dcp.test26 "cp -r two three && cmp random three/random && echo yes" \
31 touch two/three
33 "cp -r three two 2>/dev/null || echo yes" "yes\n" "" ""
34 rm -rf two three walrus
79 mkdir -p one/two/three/four
80 touch one/two/three/five
93 # cp -r one/two/three missing
94 # cp -r one/two/three two
95 # mkdir one; touch one/two; ln -s two one/three
Dgrep.test23 testing "-e -e" "grep -e one -e two -e three input" \
77 "three\none\n" "three\ntwo\none\n" ""
81 echo -e "three\ntwo\none" > sub/two
83 testing "-r file" "grep -r three sub/two" "three\n" "" ""
110 "(standard input)-1-one\n(standard input):2:two\n(standard input)-3-three\n" \
115 "input-3-8-three\ninput:4:14:four\ninput:5:19:five\n" \
134 testing "-o ''" "grep -o ''" "" "" "one two three\none two\none\n"
136 "one two three\none two\none\n"
140 "three\ntwo\none\n" ""
144 testing "match after NUL byte" "grep -a two" "one\0and two three\n" \
[all …]
Dtail.test15 "three\nfour\nfive\nsix\nseven\neight\nnine\nten\neleven\n" "" ""
34 "three\nfour\nfive\nsix\nseven\neight\nnine\nten\neleven\n" "" \
66 …'tail -f one & sleep .25 ; echo two >> one; sleep .25; echo three >> one; sleep .25; kill $! >/dev…
72 echo tres > three
73 testing "-f one two three" \
74 …'tail -f one two three & sleep .25 ; echo more >> three ; echo also >> one; sleep .25; kill $! >/d…
75 "==> one <==\nuno\n\n==> two <==\ndos\n\n==> three <==\ntres\nmore\n\n==> one <==\nalso\n" "" ""
76 rm one two three
/external/mockito/src/test/java/org/mockitousage/matchers/
DVerificationAndStubbingUsingMatchersTest.java21 private IMethods three; field in VerificationAndStubbingUsingMatchersTest
27 three = mock(IMethods.class); in setUp()
34 when(three.simpleMethod(startsWith("test"))).thenThrow(new RuntimeException()); in shouldStubUsingMatchers()
42 assertEquals(null, three.simpleMethod("three")); in shouldStubUsingMatchers()
43 assertEquals(null, three.simpleMethod("three again")); in shouldStubUsingMatchers()
46 three.simpleMethod("test three again"); in shouldStubUsingMatchers()
54 when(three.varargsObject(5, "first arg", "second arg")).thenReturn("stubbed"); in shouldVerifyUsingMatchers()
63 three.varargsObject(10, "first arg", "second arg"); in shouldVerifyUsingMatchers()
65 assertEquals("stubbed", three.varargsObject(5, "first arg", "second arg")); in shouldVerifyUsingMatchers()
70 verify(three).varargsObject(5, "first arg", "second arg"); in shouldVerifyUsingMatchers()
[all …]
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DImmutableSortedMapTest.java86 return ImmutableSortedMap.of("one", 1, "two", 2, "three", 3); in makePopulatedMap()
208 .put("three", 3) in testBuilder()
213 "five", 5, "four", 4, "one", 1, "three", 3, "two", 2); in testBuilder()
274 toPut.put("three", 3); in testBuilderPutAll()
285 "five", 5, "four", 4, "one", 1, "three", 3, "two", 2); in testBuilderPutAll()
295 .put("three", 3) in testBuilderReuse()
300 assertMapEquals(mapTwo, "four", 4, "one", 1, "three", 3, "two", 2); in testBuilderReuse()
360 ImmutableSortedMap.of("one", 1, "two", 2, "three", 3), in testOf()
361 "one", 1, "three", 3, "two", 2); in testOf()
363 ImmutableSortedMap.of("one", 1, "two", 2, "three", 3, "four", 4), in testOf()
[all …]
DImmutableBiMapTest.java86 return ImmutableBiMap.of("one", 1, "two", 2, "three", 3); in makePopulatedMap()
105 return ImmutableBiMap.of(1, "one", 2, "two", 3, "three").inverse(); in makePopulatedMap()
139 .put("three", 3) in testBuilder()
144 "one", 1, "two", 2, "three", 3, "four", 4, "five", 5); in testBuilder()
146 1, "one", 2, "two", 3, "three", 4, "four", 5, "five"); in testBuilder()
160 toPut.put("three", 3); in testBuilderPutAll()
170 "one", 1, "two", 2, "three", 3, "four", 4, "five", 5); in testBuilderPutAll()
172 1, "one", 2, "two", 3, "three", 4, "four", 5, "five"); in testBuilderPutAll()
182 .put("three", 3) in testBuilderReuse()
188 assertMapEquals(mapTwo, "one", 1, "two", 2, "three", 3, "four", 4); in testBuilderReuse()
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableSortedMapTest.java146 return ImmutableSortedMap.of("one", 1, "two", 2, "three", 3); in makePopulatedMap()
178 ImmutableSortedMap.of("one", 1, "two", 2, "three", 3)); in makePopulatedMap()
285 .put("three", 3) in testBuilder()
290 "five", 5, "four", 4, "one", 1, "three", 3, "two", 2); in testBuilder()
351 toPut.put("three", 3); in testBuilderPutAll()
362 "five", 5, "four", 4, "one", 1, "three", 3, "two", 2); in testBuilderPutAll()
372 .put("three", 3) in testBuilderReuse()
377 assertMapEquals(mapTwo, "four", 4, "one", 1, "three", 3, "two", 2); in testBuilderReuse()
437 ImmutableSortedMap.of("one", 1, "two", 2, "three", 3), in testOf()
438 "one", 1, "three", 3, "two", 2); in testOf()
[all …]
DImmutableBiMapTest.java127 return ImmutableBiMap.of("one", 1, "two", 2, "three", 3); in makePopulatedMap()
146 return ImmutableBiMap.of(1, "one", 2, "two", 3, "three").inverse(); in makePopulatedMap()
180 .put("three", 3) in testBuilder()
185 "one", 1, "two", 2, "three", 3, "four", 4, "five", 5); in testBuilder()
187 1, "one", 2, "two", 3, "three", 4, "four", 5, "five"); in testBuilder()
201 toPut.put("three", 3); in testBuilderPutAll()
211 "one", 1, "two", 2, "three", 3, "four", 4, "five", 5); in testBuilderPutAll()
213 1, "one", 2, "two", 3, "three", 4, "four", 5, "five"); in testBuilderPutAll()
223 .put("three", 3) in testBuilderReuse()
229 assertMapEquals(mapTwo, "one", 1, "two", 2, "three", 3, "four", 4); in testBuilderReuse()
[all …]
DMapsTest.java626 Set<String> strings = ImmutableSet.of("one", "two", "three"); in testAsMap()
628 assertEquals(ImmutableMap.of("one", 3, "two", 3, "three", 5), map); in testAsMap()
629 assertEquals(Integer.valueOf(5), map.get("three")); in testAsMap()
634 mapEntry("three", 5)).inOrder(); in testAsMap()
639 Collections.addAll(strings, "one", "two", "three"); in testAsMapReadsThrough()
641 assertEquals(ImmutableMap.of("one", 3, "two", 3, "three", 5), map); in testAsMapReadsThrough()
644 assertEquals(ImmutableMap.of("one", 3, "two", 3, "three", 5, "four", 4), map); in testAsMapReadsThrough()
650 Collections.addAll(strings, "one", "two", "three"); in testAsMapWritesThrough()
652 assertEquals(ImmutableMap.of("one", 3, "two", 3, "three", 5), map); in testAsMapWritesThrough()
654 assertThat(strings).has().exactly("one", "three").inOrder(); in testAsMapWritesThrough()
[all …]
/external/icu/icu4c/source/data/region/
Den_XA.txt25 057{"[Ṁîçŕöñéšîåñ Ŕéĝîöñ one two three]"}
37 AE{"[Ûñîţéð Åŕåƀ Éɱîŕåţéš one two three]"}
39 AG{"[Åñţîĝûå ⅋ Ɓåŕƀûðå one two three]"}
52 BA{"[Ɓöšñîå ⅋ Ĥéŕžéĝöṽîñå one two three]"}
65 BQ{"[Çåŕîƀƀéåñ Ñéţĥéŕļåñðš one two three]"}
74 CC{"[Çöçöš (Ķééļîñĝ) Κļåñðš one two three]"}
76 CF{"[Çéñţŕåļ Ńŕîçåñ Ŕéþûƀļîç one two three]"}
85 CP{"[Çļîþþéŕţöñ Κļåñð one two three]"}
98 DO{"[Ðöɱîñîçåñ Ŕéþûƀļîç one two three]"}
112 FK{"[Ƒåļķļåñð Κļåñðš (Κļåš Ṁåļṽîñåš) one two three four]"}
[all …]
/external/python/cpython2/Lib/distutils/tests/
Dtest_dep_util.py40 three = os.path.abspath(__file__) # I am the old file
46 self.assertEqual(newer_pairwise([one, two], [three, four]),
47 ([one],[three]))
55 three = os.path.join(sources, 'three')
62 self.write_file(three)
63 self.assertTrue(newer_group([one, two, three], old_file))
64 self.assertFalse(newer_group([one, two, old_file], three))
68 self.assertRaises(OSError, newer_group, [one, two, old_file], three)
70 self.assertFalse(newer_group([one, two, old_file], three,
73 self.assertTrue(newer_group([one, two, old_file], three,
/external/libcxxabi/test/
Dtest_vector1.pass.cpp78 void *one, *two, *three; in test_empty() local
83 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 ); in test_empty()
87 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, NULL, my_dealloc3 ); in test_empty()
92three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc3… in test_empty()
96 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, my_destruct, my_dealloc3 ); in test_empty()
101 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc3 ); in test_empty()
105 __cxxabiv1::__cxa_vec_delete3( three, 40, 8, NULL, my_dealloc3 ); in test_empty()
110three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc3… in test_empty()
114 __cxxabiv1::__cxa_vec_delete3( three, 40, 8, my_destruct, my_dealloc3 ); in test_empty()
122 void *one, *two, *three; in test_counted() local
[all …]
/external/guava/guava-tests/test/com/google/common/cache/
DLocalLoadingCacheTest.java122 Object three = new Object(); in testStats() local
123 cache.getUnchecked(three); in testStats()
153 Object three = new Object(); in testStatsNoops() local
154 assertTrue(map.replace(one, two, three)); in testStatsNoops()
155 assertTrue(map.remove(one, three)); in testStatsNoops()
158 assertNull(map.putIfAbsent(two, three)); in testStatsNoops()
159 assertSame(three, map.remove(two)); in testStatsNoops()
160 assertNull(map.put(three, one)); in testStatsNoops()
163 assertThat(map).hasKey(three).withValue(one); in testStatsNoops()
169 // Maps.immutableEntry(three, one), Maps.immutableEntry(one, two)); in testStatsNoops()
[all …]
/external/python/cpython2/Lib/test/
Dtest_strop.py60 self.assertTrue(replace("one!two!three!", '!', '@', 1)
61 == "one@two!three!")
62 self.assertTrue(replace("one!two!three!", '!', '@', 2)
63 == "one@two@three!")
64 self.assertTrue(replace("one!two!three!", '!', '@', 3)
65 == "one@two@three@")
66 self.assertTrue(replace("one!two!three!", '!', '@', 4)
67 == "one@two@three@")
73 self.assertTrue(replace("one!two!three!", '!', '@', 0)
74 == "one@two@three@")
[all …]
/external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
Derase_key.pass.cpp51 P(3, "three"), in main()
61 assert(c.at(3) == "three"); in main()
67 assert(c.at(3) == "three"); in main()
73 assert(c.at(3) == "three"); in main()
79 assert(c.at(3) == "three"); in main()
84 assert(c.at(3) == "three"); in main()
88 assert(c.at(3) == "three"); in main()
92 assert(c.at(3) == "three"); in main()
109 P(3, "three"), in main()
119 assert(c.at(3) == "three"); in main()
[all …]
/external/libese/libese/tests/
Dsg_unittests.cpp65 uint8_t three[] = "WORLD"; in TEST_F() local
76 .base = three, in TEST_F()
77 .len = sizeof(three), in TEST_F()
99 uint8_t three[6]; in TEST_F() local
110 .base = three, in TEST_F()
111 .len = sizeof(three), in TEST_F()
117 EXPECT_EQ(copied, sizeof(one) + sizeof(two) + sizeof(three)); in TEST_F()
121 EXPECT_STREQ(reinterpret_cast<char *>(three), "WORLD"); in TEST_F()
125 EXPECT_EQ(three[5], ' '); in TEST_F()
126 three[5] = 0; // NUL terminate for the test below. in TEST_F()
[all …]
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/util/
DSchedulerTest.java24 scheduler.postDelayed(new AddToTranscript("three"), 1000); in testTick_ReturnsTrueIffSomeJobWasRun()
33 transcript.assertEventsSoFar("three"); in testTick_ReturnsTrueIffSomeJobWasRun()
40 scheduler.postDelayed(new AddToTranscript("three"), 3000); in testShadowPostDelayed()
52 transcript.assertEventsSoFar("three"); in testShadowPostDelayed()
59 scheduler.postAtFrontOfQueue(new AddToTranscript("three")); in testShadowPostAtFrontOfQueue()
62 transcript.assertEventsSoFar("three"); in testShadowPostAtFrontOfQueue()
74 scheduler.postAtFrontOfQueue(new AddToTranscript("three")); in testShadowPostAtFrontOfQueue_whenUnpaused()
75 transcript.assertEventsSoFar("three"); in testShadowPostAtFrontOfQueue_whenUnpaused()
88 scheduler.postDelayed(new AddToTranscript("three"), 1000); in testShadowPostDelayed_WhenMoreItemsAreAdded()
104 transcript.assertEventsSoFar("three"); in testShadowPostDelayed_WhenMoreItemsAreAdded()
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
Dallocate_shared_cxx03.pass.cpp58 struct Three struct
62 Three(int v, int, int) : value(v) {++count;} in Three() function
63 Three(Three const & o) : value(o.value) {++count;} in Three() argument
64 ~Three() {--count;} in ~Three() argument
67 int Three::count = 0;
94 std::shared_ptr<Three> p = std::allocate_shared<Three>(Alloc(), i, bad, bad); in test()
95 assert(Three::count == 1); in test()
98 assert(Three::count == 0); in test()
/external/mesa3d/docs/specs/
DMESA_texture_array.spec71 of the N LOD in all three dimensions. For the TEXTURE_2D_ARRAY target,
172 is used to specify a three-dimensional texture image. target must be one
173 one of TEXTURE_3D for a three-dimensional texture or
176 three-dimensional proxy texture, or PROXY_TEXTURE_2D_ARRAY_EXT for a
334 "For one-, two-, or three-dimensional textures and one- or
343 "In addition to image arrays for one-, two-, and three-dimensional
346 are maintained for one-, two-, and three-dimensional textures and one-
354 three-dimensional proxy state values of the specified level-of-detail
377 named one-, two-, and three-dimensional, cube map, and one- and
394 three-dimensional, cube map, one- or two-dimensional array texture
[all …]
/external/mesa3d/src/compiler/glsl/glcpp/tests/
D054-if-with-macros.c3 #define three 3 macro
10 #if three >= two
15 #if two + three <= five
20 #if five - two == three
25 #if one > three

12345678910>>...176