/external/clang/test/CodeGenCXX/ |
debug-info-blocks.cpp | 9 void test() { function
|
function-template-specialization.cpp | 10 void test(int *iptr, float *fptr, int diff) { function
|
microsoft-interface.cpp | 4 int test() { function 10 virtual int test() override { 11 return I::test(); 17 return s.test();
|
switch-case-folding-1.cpp | 4 int test(int val){ function 21 return test(4);
|
/external/clang/test/Index/ |
complete-in-stringify.c | 10 int test() { function 15 // RUN: c-index-test -code-completion-at=%s:11:11 %s | FileCheck %s 16 // RUN: c-index-test -code-completion-at=%s:12:11 %s | FileCheck %s
|
/external/clang/test/PCH/ |
check-deserializations.cpp | 17 void test(S1*) { function
|
/external/clang/test/Sema/ |
attr-availability-macosx.c | 10 void test() { function
|
sign-conversion.c | 5 void test(int x) { function
|
statements.c | 10 int test(int _x) { function
|
/external/clang/test/SemaCXX/ |
overload-0x.cpp | 8 void test(const A &a) { function in namespace:test0
|
shift.cpp | 12 void test() { function
|
uninit-variables-conditional.cpp | 17 double test() { function
|
unknown-anytype-blocks.cpp | 6 int test() { function in namespace:test1
|
unreachable-catch-clauses.cpp | 9 void test() function
|
/external/clang/test/SemaTemplate/ |
instantiation-default-3.cpp | 19 void test(B<int> *b1, B<float> *b2) { function
|
temp_arg_nontype_cxx11.cpp | 6 void test() { function in namespace:PR15360
|
/external/icu4c/test/intltest/ |
itmajor.cpp | 8 * MajorTestLevel is the top level test class for everything in the directory "IntlWork". 45 suite test; \ 46 callTest(test, par); \ 56 IntlTestUtilities test; local 57 callTest( test, par ); 65 IntlTestNormalize test; local 66 callTest( test, par ); 75 IntlTestCollator test; local 76 callTest( test, par ); 85 RegexTest test; local 95 IntlTestFormat test; local 105 IntlTestTransliterator test; local 115 IntlTestRBBI test; local 124 IntlTestRBNF test; local 133 RbnfRoundTripTest test; local 143 ICUServiceTest test; local 152 TestIDNA test; local 161 ConversionTest test; local 171 IntlTestRBNFParse test; local 180 CharsetDetectionTest test; local 191 IntlTestSpoof test; local [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_bld_alpha.c | 59 LLVMValueRef test; local 87 test = lp_build_cmp(&bld, func, alpha, ref); 89 lp_build_name(test, "alpha_mask"); 91 lp_build_mask_update(mask, test);
|
/external/openssh/openbsd-compat/regress/ |
strduptest.c | 23 test(const char *a) function 40 test(""); 41 test("a"); 42 test("\0"); 43 test("abcdefghijklmnopqrstuvwxyz");
|
/external/stlport/test/compiler/ |
movable.cpp | 12 void test() function
|
/external/v8/test/mjsunit/compiler/ |
regress-3218915.js | 30 // Regression test for failure to deoptimize properly when the most recent 42 function test(x) { return observe(this, ((0, side_effect()), x + 1)); } function 44 // Run test enough times to get it optimized. 45 for (var i = 0; i < 5; ++i) test(0); 46 %OptimizeFunctionOnNextCall(test); 47 test(0); 49 // Force test to deopt. If it behaves normally, it should return the global 52 assertFalse(test("a") === "wrong");
|
regress-gvn.js | 30 // Regression test for global value numbering. 32 function test(a) { function 47 result += test(a);
|
/external/v8/test/mjsunit/ |
math-abs.js | 35 function test() { function 95 // Test in a loop to cover the custom IC and GC-related issues. 97 test(); 100 // Regression test for optimized version of Math.abs, see:
|
/external/v8/test/mjsunit/regress/ |
regress-102153.js | 30 // Test that the break point is set before initializing the loop variable 45 function test() { function 51 Debug.setBreakPoint(test, 1, 0); 53 assertTrue(Debug.showBreakPoints(test).indexOf("// Break here.") >= 0); 55 test();
|
regress-103259.js | 34 var test = uc16; variable 35 for (var i = 0; i < 13; i++) test += test; 36 assertEquals(test, a.join(uc16));
|