/external/clang/test/CodeGenCXX/ |
visibility-ms-compat.cpp | 82 namespace test4 { namespace
|
/external/clang/test/Sema/ |
bitfield.c | 47 struct Test4 { 52 void test4(struct Test4 *t) { function
|
builtin-assume-aligned.c | 18 int test4(int *a) { function
|
builtins-arm.c | 41 void test4() { function
|
c89.c | 28 int test4 = 0LL; /* expected-warning {{long long}} */ variable
|
callingconv-iamcu.c | 16 void __attribute__((thiscall)) test4(int a, ...) { // expected-warning {{calling convention 'thiscall' ignored for this target}} function
|
callingconv.c | 23 void __attribute__((thiscall)) test4(int a, ...) { // expected-error {{variadic function cannot use thiscall calling convention}} function
|
enum.c | 42 void test4() { function
|
offsetof.c | 67 int test4 = __builtin_offsetof(Array, array); variable
|
statements.c | 18 int test4() { return ({ ({5;}); }); }
|
/external/clang/test/SemaCXX/ |
class-base-member-init.cpp | 55 namespace test4 { namespace
|
enum.cpp | 59 int test4[is_same<__typeof(+v4), unsigned long>::value]; member in namespace:test1
|
err_typecheck_assign_const.cpp | 34 void test4() { function
|
expressions.cpp | 134 void test4() { function
|
uninit-variables.cpp | 64 test4_A test4() { function
|
warn-unused-value.cpp | 77 namespace test4 { namespace
|
/external/clang/test/SemaTemplate/ |
dependent-expr.cpp | 50 namespace test4 { namespace
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
BreakIteratorRegTest.java | 51 BreakIterator test4 = BreakIterator.getWordInstance(foo_locale); local 57 assertEqual(test4, twbi, "foo word == thai word"); 91 BreakIterator test4 = BreakIterator.getWordInstance(foo_locale); local 97 assertEqual(test4, rwbi, "root word break");
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
BreakIteratorRegTest.java | 47 BreakIterator test4 = BreakIterator.getWordInstance(foo_locale); local 53 assertEqual(test4, twbi, "foo word == thai word"); 87 BreakIterator test4 = BreakIterator.getWordInstance(foo_locale); local 93 assertEqual(test4, rwbi, "root word break");
|
/external/v8/test/mjsunit/regress/ |
regress-3185905.js | 52 function test4(x) { 60 test4(0)
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue4585.go | 101 func test4() { func 149 test4()
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue4585.go | 101 func test4() { func 149 test4()
|
/external/eigen/unsupported/test/ |
BVH.cpp | 215 TreeTest<4> test4; local 216 CALL_SUBTEST(test4.testIntersect1()); 217 CALL_SUBTEST(test4.testMinimize1()); 218 CALL_SUBTEST(test4.testIntersect2()); 219 CALL_SUBTEST(test4.testMinimize2());
|
/external/icu/icu4c/source/test/intltest/ |
ustrtest.cpp | 259 UnicodeString test4("never say, \"this is a test\"!!"); 269 if (test1 != test2 || test1 == test3 || test1 == test4) 273 if (test1 > test2 || test1 < test2 || !(test1 < test3) || !(test1 > test4) || 280 if (!(test1 >= test2) || !(test1 <= test2) || !(test1 <= test3) || !(test1 >= test4)) 284 if (test1.compare(test2) != 0 || test1.compare(test3) >= 0 || test1.compare(test4) <= 0) 290 test4.compare(12, 14, test2) != 0 || 295 if (test2.compare(uniChars) != 0 || test3.compare(uniChars) <= 0 || test4.compare(uniChars) >= 0) 299 if (test2.compare(chars) != 0 || test3.compare(chars) <= 0 || test4.compare(chars) >= 0) 309 || test1.compare(0, 14, test4, 12, 14) != 0) 314 || test1.compare(10, 4, test4, 22, 4) != 0 459 char test4[13] = {1, 2, 3, 4, 5, 6, 7, 8, 8, 10, 11, 12, 13}; local 647 char test4[] = "SPAM"; local 867 UnicodeString test4; local [all...] |
/external/skia/gm/ |
aarectmodes.cpp | 14 static void test4(SkCanvas* canvas) { function 145 test4(canvas);
|