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

1 2 3 4 5 6 7

  /frameworks/compile/libbcc/tests/debuginfo/host-tests/
jit.cpp 4 // DEBUGGER: break three
8 // CHECK: three () at
16 int three() function
23 return three();
  /external/valgrind/main/none/tests/amd64/
ssse3_misaligned.stderr.exp 4 three
  /external/valgrind/main/none/tests/x86/
ssse3_misaligned.stderr.exp 4 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
  /frameworks/compile/mclinker/unittests/
LinearAllocatorTest.h 28 : one(1), two(2), three(3), four(4)
35 three = pThree;
43 three = -3;
49 unsigned char three; member in struct:mcldtest::LinearAllocatorTest::Data
RTLinearAllocatorTest.h 41 : one(1), two(2), three(3), four(4)
48 three = pThree;
56 three = -3;
62 unsigned char three; member in struct:mcldtest::RTLinearAllocatorTest::Data
LinearAllocatorTest.cpp 68 ASSERT_TRUE(3 == pointer->three);
79 ASSERT_TRUE(7 == pointer->three);
88 ASSERT_TRUE(3 == pointer->three);
99 ASSERT_TRUE(7 == pointer->three);
RTLinearAllocatorTest.cpp 69 ASSERT_TRUE(3 == pointer->three);
80 ASSERT_TRUE(7 == pointer->three);
89 ASSERT_TRUE(3 == pointer->three);
100 ASSERT_TRUE(7 == pointer->three);
  /external/icu4c/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};
91 one + ", " + two + ", " + three,
92 one + ", " + two + ", " + three + ", " + four
95 CheckFourCases("", one, two, three, four, results);
103 one + ", " + two + ", " + three,
104 one + ", " + two + ", " + three + ", " + four
107 CheckFourCases("ex_PY", one, two, three, four, results)
    [all...]
listformattertest.h 46 UnicodeString three,
55 const UnicodeString three; member in class:ListFormatterTest
  /external/clang/test/PCH/
chain-decls.c 23 struct three z;
  /external/srec/config/en.us/tcp/
change_sample_rate2.tcp 15 recognize_nist dallas/0000/S076.nwf 0 0 five zero two seven four nine three three zero zero
16 recognize_nist dallas/0000/S077.nwf 0 0 six nine five zero two eight seven seven three six
18 recognize_nist dallas/0000/S080.nwf 0 0 seven oh three seven nine zero six eight five seven
24 recognize_nist dallas/0300/S053.nwf 0 0 eight three five seven nine zero three five two oh
26 recognize_nist dallas/0300/S063.nwf 0 0 oh nine seven three one three zero five five zero
27 recognize_nist dallas/0300/S065.nwf 0 0 one three three three zero zero five oh oh si
    [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 69 CodeSigner three = new CodeSigner(cpath, null); local
77 assertFalse(one.equals(three));
78 assertFalse(three.equals(one));
79 assertTrue(three.equals(three));
81 assertFalse( three.equals(four));
  /ndk/tests/device/multi-static-instances/jni/
Application.mk 3 # This is a trick to allow use to build three executables
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ConcurrentModTest.java 38 Double three = new Double(3.0); local
42 al.add(three);
68 Double three = new Double(3.0); local
72 al.add(three);
98 Double three = new Double(3.0); local
102 al.add(three);
128 Double three = new Double(3.0); local
132 al.add(three);
158 Double three = new Double(3.0); local
162 al.add(three);
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
CodeSignerTest.java 86 CodeSigner three = new CodeSigner(cpath, null); local
94 assertFalse(one.equals(three));
95 assertFalse(three.equals(one));
96 assertTrue(three.equals(three));
98 assertFalse( three.equals(four));
  /external/e2fsprogs/lib/ext2fs/
sparse.c 51 unsigned int ext2fs_list_backups(ext2_filsys fs, unsigned int *three,
54 unsigned int *min = three;
  /external/skia/legacy/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/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;
  /dalvik/tests/093-serialization/src/
Main.java 80 String three; field in class:Base
85 three = "three";
110 System.out.println("one=" + one + " two=" + two + " three=" + three
  /external/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...]

Completed in 496 milliseconds

1 2 3 4 5 6 7