HomeSort by relevance Sort by last modified time
    Searched refs:three (Results 1 - 25 of 179) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
054-if-with-macros.c 3 #define three 3 macro
10 #if three >= two
15 #if two + three <= five
20 #if five - two == three
25 #if one > three
  /external/mesa3d/src/glsl/glcpp/tests/
054-if-with-macros.c 3 #define three 3 macro
10 #if three >= two
15 #if two + three <= five
20 #if five - two == three
25 #if one > three
  /external/llvm/test/MC/ELF/
dot-symbol-assignment.s 11 three: label
  /external/clang/test/CodeGenCXX/
cp-blocks-linetables.cpp 17 zero, one, two, three, four enumerator in enum:numbers
24 return I(three);
36 if (y != three)
41 if (y != three) {
47 if (x != three)
49 if (y != three)
  /external/clang/test/PCH/Inputs/
chain-decls2.h 5 struct three {}; // for verification struct
  /external/clang/test/SemaCXX/
gnu-case-ranges.cpp 7 three, enumerator in enum:E
  /external/chromium_org/third_party/icu/source/test/intltest/
listformattertest.cpp 23 three("Charlie", -1, US_INV), four("Delta", -1, US_INV) {
38 UnicodeString three, UnicodeString four, UnicodeString results[4]) {
51 UnicodeString input3[] = {one, two, three};
54 UnicodeString input4[] = {one, two, three, four};
59 UnicodeString three, UnicodeString four, UnicodeString results[4]) {
70 UnicodeString input3[] = {one, two, three};
72 UnicodeString input4[] = {one, two, three, four};
85 one + ", " + two + ", " + three,
86 one + ", " + two + ", " + three + ", " + four
89 CheckFourCases("", one, two, three, four, results)
    [all...]
listformattertest.h 46 UnicodeString three,
53 UnicodeString three,
62 const UnicodeString three; member in class:ListFormatterTest
  /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]) {
51 UnicodeString input3[] = {one, two, three};
54 UnicodeString input4[] = {one, two, three, four};
59 UnicodeString three, UnicodeString four, UnicodeString results[4]) {
70 UnicodeString input3[] = {one, two, three};
72 UnicodeString input4[] = {one, two, three, four};
85 one + ", " + two + ", " + three,
86 one + ", " + two + ", " + three + ", " + four
89 CheckFourCases("", one, two, three, four, results)
    [all...]
listformattertest.h 46 UnicodeString three,
53 UnicodeString three,
62 const UnicodeString three; member in class:ListFormatterTest
  /external/clang/test/PCH/
chain-decls.c 23 struct three z;
  /external/libcxxabi/test/
test_vector1.cpp 66 void *one, *two, *three; local
71 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 );
75 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, NULL, my_dealloc3 );
80 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc3 );
84 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, my_destruct, my_dealloc3 );
89 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc3 );
93 __cxxabiv1::__cxa_vec_delete3( three, 40, 8, NULL, my_dealloc3 );
98 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc3 );
102 __cxxabiv1::__cxa_vec_delete3( three, 40, 8, my_destruct, my_dealloc3 );
110 void *one, *two, *three; local
151 void *one, *two, *three; local
208 void *one, *two, *three; local
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
collate9.test 54 INSERT INTO xy VALUES('three', 'three');
61 } {two three one}
66 } {one three two}
71 } {two three one sort}
81 } {two three one nosort}
87 } {two 1 three 1 one 0}
92 } {two 0 three 0 one 1}
97 } {two 1 three 1 one 0}
102 } {one three two
    [all...]
  /dalvik/libdex/
DexUtf.h 42 unsigned int one, two, three; local
46 /* two- or three-byte encoding */
49 /* three-byte encoding */
50 three = *(*pUtf8Ptr)++;
53 (three & 0x3f);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
CodeSignerTest.java 70 CodeSigner three = new CodeSigner(cpath, null); local
78 assertFalse(one.equals(three));
79 assertFalse(three.equals(one));
80 assertTrue(three.equals(three));
82 assertFalse(three.equals(four));
  /external/chromium_org/ui/base/glib/
glib_signal.h 48 ARG3 three, gpointer userdata) { \
50 METHOD(sender, one, two, three); \
58 ARG3 three, ARG4 four, \
61 METHOD(sender, one, two, three, four); \
69 ARG3 three, ARG4 four, ARG5 five, \
72 METHOD(sender, one, two, three, four, five); \
80 ARG3 three, ARG4 four, ARG5 five, \
83 METHOD(sender, one, two, three, four, five, six); \
114 ARG3 three, gpointer userdata) { \
116 METHOD(sender, one, two, three); \
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkBase64.cpp 78 int three = 0; local
84 three = bytes[2];
85 two |= three >> 2;
86 three = (uint8_t) (three << 6);
87 three |= bytes[3];
88 SkASSERT(one < 256 && two < 256 && three < 256);
100 *dst = (unsigned char) three;
  /external/chromium_org/v8/test/mjsunit/regress/
regress-deep-proto.js 34 var three = {bar: 0};
35 three.__proto__ = {};
36 three.__proto__.__proto__ = {};
37 three.__proto__.__proto__.__proto__ = {};
38 three.__proto__.__proto__.__proto__.__proto__ = {};
39 three.__proto__.__proto__.__proto__.__proto__.__proto__ = {};
44 poly(three);
  /external/chromium_org/net/base/
int128_unittest.cc 16 uint128 three(0, 3);
102 EXPECT_EQ(test |= three, three);
104 EXPECT_EQ(test ^= three, two);
129 uint128 three(3);
168 EXPECT_EQ(three, one | two_pod);
169 EXPECT_EQ(three, one_pod | two);
170 EXPECT_EQ(three, one_pod | two_pod);
171 EXPECT_EQ(one, three & one_pod);
174 EXPECT_EQ(two, three ^ one_pod)
    [all...]
  /external/clang/test/CodeGen/
designated-initializers.c 94 int three; member in struct:u_16644::s_16644
105 .a.three = 3,
111 .a.three = 13,
  /external/chromium_org/v8/test/mjsunit/
smi-ops-inlined.js 443 var three = 3;
463 assertEquals(pos_non_smi / 8, (pos_non_smi) >> three);
464 assertEquals(pos_non_smi / 8, (pos_non_smi) >>> three);
465 assertEquals(-0x46536000, (pos_non_smi) << three);
473 assertEquals(pos_non_smi / 8, (pos_non_smi + 0.5) >> three);
474 assertEquals(pos_non_smi / 8, (pos_non_smi + 0.5) >>> three);
475 assertEquals(-0x46536000, (pos_non_smi + 0.5) << three);
481 assertEquals(neg_non_smi / 8, (neg_non_smi) >> three);
482 assertEquals(neg_non_smi / 8 + 0x100000000 / 8, (neg_non_smi) >>> three);
483 assertEquals(0x46536000, (neg_non_smi) << three);
    [all...]
smi-ops.js 450 var three = 3;
470 assertEquals(pos_non_smi / 8, (pos_non_smi) >> three);
471 assertEquals(pos_non_smi / 8, (pos_non_smi) >>> three);
472 assertEquals(-0x46536000, (pos_non_smi) << three);
480 assertEquals(pos_non_smi / 8, (pos_non_smi + 0.5) >> three);
481 assertEquals(pos_non_smi / 8, (pos_non_smi + 0.5) >>> three);
482 assertEquals(-0x46536000, (pos_non_smi + 0.5) << three);
488 assertEquals(neg_non_smi / 8, (neg_non_smi) >> three);
489 assertEquals(neg_non_smi / 8 + 0x100000000 / 8, (neg_non_smi) >>> three);
490 assertEquals(0x46536000, (neg_non_smi) << three);
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
LocalLoadingCacheTest.java 127 Object three = new Object(); local
128 cache.getUnchecked(three);
158 Object three = new Object(); local
159 assertTrue(map.replace(one, two, three));
160 assertTrue(map.remove(one, three));
163 assertNull(map.putIfAbsent(two, three));
164 assertSame(three, map.remove(two));
165 assertNull(map.put(three, one));
170 Maps.immutableEntry(three, one), Maps.immutableEntry(one, two));
172 ASSERT.that(keys).hasContentsAnyOrder(one, three);
200 Object three = new Object(); local
214 Object three = new Object(); local
    [all...]
  /art/runtime/
utf-inl.h 30 // two- or three-byte encoding
36 // three-byte encoding
37 uint8_t three = *(*utf8_data_in)++; local
38 return ((one & 0x0f) << 12) | ((two & 0x3f) << 6) | (three & 0x3f);
  /art/test/093-serialization/src/
Main.java 97 String three; field in class:Base
102 three = "three";
127 System.out.println("one=" + one + " two=" + two + " three=" + three

Completed in 1136 milliseconds

1 2 3 4 5 6 7 8