/external/mesa3d/src/glsl/glcpp/tests/ |
000-content-with-spaces.c | 1 this is four tokens
|
000-content-with-spaces.c.expected | 1 this is four tokens
|
/art/test/055-enum-performance/src/ |
SamePackagePrivateEnum.java | 2 ZERO, ONE, TWO, THREE, FOUR, FIVE, SIX, SEVEN, EIGHT, NINE,
|
SamePackagePublicEnum.java | 2 ZERO, ONE, TWO, THREE, FOUR, FIVE, SIX, SEVEN, EIGHT, NINE,
|
/art/test/055-enum-performance/src/otherpackage/ |
OtherPackagePublicEnum.java | 4 ZERO, ONE, TWO, THREE, FOUR, FIVE, SIX, SEVEN, EIGHT, NINE,
|
/external/clang/test/SemaCXX/ |
gnu-case-ranges.cpp | 8 four enumerator in enum:E 20 case four:
|
/external/markdown/MarkdownTest/Tests_2004/ |
Links, reference style.text | 20 Indented [four][] times. 28 [four]: /url
|
Links, reference style.html | 15 <p>Indented [four][] times.</p> 17 <pre><code>[four]: /url
|
/external/markdown/tests/markdown-test/ |
links-reference.txt | 20 Indented [four][] times. 28 [four]: /url
|
links-reference.html | 8 <p>Indented [four][] times.</p> 9 <pre><code>[four]: /url
|
/art/test/055-enum-performance/ |
expected.txt | 0 FOUR
|
/art/test/093-serialization/ |
expected.txt | 1 one=true two=2 three=three four=4.0 five=5.0 six=6 seven=7 eight=8 nine=9 thing=X
|
/external/bzip2/ |
words2 | 2 Checking test results. If any of the four "cmp"s which follow
|
/system/core/libbacktrace/ |
backtrace_testlib.c | 19 int test_level_four(int one, int two, int three, int four, 27 return one + two + three + four; 30 int test_level_three(int one, int two, int three, int four, 32 return test_level_four(one+3, two+6, three+9, four+12, callback_func, data) + 3; 35 int test_level_two(int one, int two, int three, int four, 37 return test_level_three(one+2, two+4, three+6, four+8, callback_func, data) + 2; 40 int test_level_one(int one, int two, int three, int four, 42 return test_level_two(one+1, two+2, three+3, four+4, callback_func, data) + 1;
|
/external/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/ |
assign_init.pass.cpp | 39 P(4, "four"), 40 P(1, "four"), 41 P(2, "four"), 47 P(4, "four"), 48 P(1, "four"), 49 P(2, "four"), 56 assert(c.at(4) == "four"); 72 P(4, "four"), 73 P(1, "four"), 74 P(2, "four"), [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.cnstr/ |
assign_init.pass.cpp | 39 P(4, "four"), 40 P(1, "four"), 41 P(2, "four"), 47 P(4, "four"), 48 P(1, "four"), 49 P(2, "four"), 56 assert(c.at(4) == "four"); 72 P(4, "four"), 73 P(1, "four"), 74 P(2, "four"), [all...] |
/external/libcxx/test/std/containers/unord/unord.map/unord.map.elem/ |
index.pass.cpp | 35 P(4, "four"), 36 P(1, "four"), 37 P(2, "four"), 56 P(4, "four"), 57 P(1, "four"), 58 P(2, "four"), 79 P(4, "four"), 80 P(1, "four"), 81 P(2, "four"), 101 P(4, "four"), [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.elem/ |
index.pass.cpp | 35 P(4, "four"), 36 P(1, "four"), 37 P(2, "four"), 56 P(4, "four"), 57 P(1, "four"), 58 P(2, "four"), 79 P(4, "four"), 80 P(1, "four"), 81 P(2, "four"), 101 P(4, "four"), [all...] |
/external/libcxx/test/std/containers/unord/unord.map/unorder.map.modifiers/ |
insert_init.pass.cpp | 37 P(4, "four"), 38 P(1, "four"), 39 P(2, "four"), 46 assert(c.at(4) == "four"); 59 P(4, "four"), 60 P(1, "four"), 61 P(2, "four"), 68 assert(c.at(4) == "four");
|
/external/llvm/lib/Target/NVPTX/ |
cl_common_defines.h | 36 CLK_SNORM_INT8 = 0x10D0, // four channel RGBA unorm8 37 CLK_SNORM_INT16 = 0x10D1, // four channel RGBA unorm16 38 CLK_UNORM_INT8 = 0x10D2, // four channel RGBA unorm8 39 CLK_UNORM_INT16 = 0x10D3, // four channel RGBA unorm16 40 CLK_HALF_FLOAT = 0x10DD, // four channel RGBA half 41 CLK_FLOAT = 0x10DE, // four channel RGBA float 58 __CLK_UNORM_INT8888, // four channel ARGB unorm8 59 __CLK_UNORM_INT8888R, // four channel BGRA unorm8
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.modifiers/ |
insert_init.pass.cpp | 37 P(4, "four"), 38 P(1, "four"), 39 P(2, "four"), 46 assert(c.at(4) == "four"); 59 P(4, "four"), 60 P(1, "four"), 61 P(2, "four"), 68 assert(c.at(4) == "four");
|
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/ |
assign_init.pass.cpp | 40 P(4, "four"), 41 P(1, "four"), 42 P(2, "four"), 48 P(4, "four"), 49 P(1, "four"), 50 P(2, "four"), 62 assert(i->second == "four"); 70 assert(i->second == "four"); 81 assert(i->second == "four"); 97 P(4, "four"), [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/ |
assign_init.pass.cpp | 40 P(4, "four"), 41 P(1, "four"), 42 P(2, "four"), 48 P(4, "four"), 49 P(1, "four"), 50 P(2, "four"), 62 assert(i->second == "four"); 70 assert(i->second == "four"); 81 assert(i->second == "four"); 97 P(4, "four"), [all...] |
/external/icu/icu4c/source/test/intltest/ |
listformattertest.cpp | 23 three("Charlie", -1, US_INV), four("Delta", -1, US_INV) { 38 UnicodeString three, UnicodeString four, UnicodeString results[4]) { 54 UnicodeString input4[] = {one, two, three, four}; 59 UnicodeString three, UnicodeString four, UnicodeString results[4]) { 72 UnicodeString input4[] = {one, two, three, four}; 86 one + ", " + two + ", " + three + ", " + four 89 CheckFourCases("", one, two, three, four, results); 95 if (RecordFourCases(Locale::getDefault(), one, two, three, four, results)) { 96 CheckFourCases("ex_PY", one, two, three, four, results); 107 one + ", " + two + ", " + three + ", and " + four [all...] |
/art/test/079-phantom/ |
expected.txt | 4 Created Bitmap three/four: 20x20 (101)
|