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

1 2 3 4 5 6 7 8 91011>>

  /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/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/valgrind/main/none/tests/amd64/
ssse3_misaligned.stderr.exp 4 three
  /external/valgrind/main/none/tests/x86/
ssse3_misaligned.stderr.exp 4 three
  /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/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
  /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
  /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...]
  /ndk/sources/cxx-stl/llvm-libc++abi/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/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...]
  /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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_dep_util.py 40 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,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_dep_util.py 40 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,
    [all...]
  /ndk/sources/cxx-stl/gabi++/tests/
test_vector1.cpp 86 void *one, *two, *three; local
91 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, NULL, NULL, my_alloc2, my_dealloc3 );
95 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, NULL, my_dealloc3 );
100 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 0, my_construct, my_destruct, my_alloc2, my_dealloc3 );
104 __cxxabiv1::__cxa_vec_delete3( three, 40, 0, my_destruct, my_dealloc3 );
109 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, NULL, NULL, my_alloc2, my_dealloc3 );
113 __cxxabiv1::__cxa_vec_delete3( three, 40, 8, NULL, my_dealloc3 );
118 three = __cxxabiv1::__cxa_vec_new3( 10, 40, 8, my_construct, my_destruct, my_alloc2, my_dealloc3 );
122 __cxxabiv1::__cxa_vec_delete3( three, 40, 8, my_destruct, my_dealloc3 );
130 void *one, *two, *three; local
171 void *one, *two, *three; local
228 void *one, *two, *three; local
    [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));
  /ndk/tests/device/multi-static-instances/jni/
Application.mk 3 # This is a trick to allow use to build three executables

Completed in 858 milliseconds

1 2 3 4 5 6 7 8 91011>>