Searched refs:test2 (Results 1 - 25 of 607) sorted by relevance

1234567891011>>

/external/chromium_org/tools/gyp/test/external-cross-compile/src/
H A Dtest2.c1 From test2.c
/external/valgrind/main/none/tests/mips32/
H A Dblock_size.stdout.exp2 test2 - PASS
/external/valgrind/main/none/tests/mips64/
H A Dtest_block_size.stdout.exp2 test2 - PASS
/external/valgrind/main/none/tests/
H A Dnestedfns.stdout.exp2 Inside test2
H A Dnestedfns.c26 void test2() function
30 printf( "Inside test2\n" );
38 test2();
/external/clang/test/CodeGen/
H A D2004-02-13-BuiltinFrameReturnAddress.c7 void *test2() { function
H A Dinstrument-functions.c11 // CHECK: @test2
12 int test2(int) __attribute__((no_instrument_function));
13 int test2(int x) { function
H A Dattr-optnone.c6 int test2() { return 0; } function
7 // PRESENT-DAG: @test2{{.*}}[[ATTR2:#[0-9]+]]
14 int test4() { return test2(); }
16 // Also check that test2 is inlined into test4 (always_inline still works).
17 // PRESENT-NOT: call i32 @test2
H A D2003-11-08-PointerSubNotGetelementptr.c8 int *test2(int* I) { function
H A D2006-12-14-ordered_expr.c3 int test2(float X, float Y) { function
H A Dpointer-to-int.c9 int test2(void) { function
H A Dunwind-attr.c20 // CHECK: define weak [[INT:i.*]] @test2() [[TF]] {
21 // CHECK-NOEXC: define weak [[INT:i.*]] @test2() [[NUW]] {
22 __attribute__((weak)) int test2(void) { function
H A D2005-03-06-OffsetOfStructCrash.c12 void test2() { function
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/
H A Dlevelop.asm2 mov word [0x0010 + (test2 - test1)], 0x0000
3 mov word [0x0010 + test2 - test1], 0x0000
4 test2: label
/external/chromium_org/v8/test/mjsunit/
H A Dmath-floor-negative.js36 function test2() { function
50 test2();
51 test2();
52 %OptimizeFunctionOnNextCall(test2);
58 assertEquals(-101, test2());
H A Dobject-literal-conversions.js32 var test2 = { 13: 7, "13.0": 6 };
37 assertEquals(7, test2[13]);
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2110.js45 function test2() { function
50 test2();
51 test2();
52 %OptimizeFunctionOnNextCall(test2);
53 test2();
H A Dregress-2055.js40 function test2(depth) { function
44 var o = [ 0, test2(depth) ];
48 assertEquals([0,0.5], test2(2));
/external/libcxxabi/test/
H A Dcatch_pointer_nullptr.cpp32 void test2() function
54 void test2() function
63 test2();
/external/clang/test/Sema/
H A Dimplicit-cast.c6 static char *test2(int cf) { function
/external/clang/test/SemaCXX/
H A Dpr9812.c14 int test2(int argc, char** argv) function
H A DPR10447.cpp18 namespace test2 { namespace
21 test2::Bar *ptr;
/external/clang/test/CodeGenCXX/
H A Dinstrument-functions.cpp12 int test2(int) __attribute__((no_instrument_function));
13 int test2(int x) { function
H A Dmangle-valist.cpp10 void test2(const char *fmt, va_list ap);
13 void Test2::test2(const char *fmt, va_list ap) { function in class:Test2
/external/clang/test/Index/
H A Dlinkage.c16 static int test2; variable
18 extern int test2;
37 // CHECK: VarDecl=test2{{.*}}linkage=Internal
38 // CHECK: VarDecl=test2{{.*}}linkage=Internal

Completed in 6670 milliseconds

1234567891011>>