Searched defs:test2 (Results 1 - 25 of 540) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2717.js45 function test2(a) { function
50 assertEquals({}, test2({}).y);
H A Dregress-2055.js40 function test2(depth) { function
44 var o = [ 0, test2(depth) ];
48 assertEquals([0,0.5], test2(2));
H A Dregress-2110.js45 function test2() { function
50 test2();
51 test2();
52 %OptimizeFunctionOnNextCall(test2);
53 test2();
H A Dregress-2980.js46 function test2(expected, holder) { function
59 test2(undefined, rec2);
60 test2(undefined, rec2);
61 test2(undefined, rec2);
63 test2("bar", rec2);
64 test2("bar", rec2);
H A Dregress-crbug-350890.js19 function test2() { function
41 test2();
/external/chromium_org/v8/test/webkit/
H A Dduplicate-param-crash.js36 function test2(a, a, a, a, a, a, b) { function
42 shouldBe('test2("success", "success", "success", "success", "success", "success", "success")()', '"success"');
H A Dduplicate-param-gc-crash.js58 function test2(a, a, a, a, a, a, b) { function
64 var test2Closure = test2("success", "success", "success", "success", "success", "success", ["success"]);
65 extra = test2("success", "success", "success", "success", "success", "success", ["success"]);
/external/clang/test/CodeGen/
H A D2004-02-13-BuiltinFrameReturnAddress.c7 void *test2() { function
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 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 Dbranch-target-layout.c29 // CHECK: @test2
34 void test2(int a) { function
H A Dinstrument-functions.c11 // CHECK: @test2
12 int test2(int) __attribute__((no_instrument_function));
13 int test2(int x) { 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
/external/clang/test/PCH/
H A Dcxx-ms-function-specialization-class-scope.cpp6 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());
/external/chromium_org/v8/test/webkit/fast/js/
H A Dstack-overflow-arrity-catch.js38 test2();
58 function test2() function
/external/clang/test/Parser/
H A Dcaptured-statements.c10 void test2() function
H A Dgoto.c9 void test2() { function
/external/clang/test/Sema/
H A Dimplicit-cast.c6 static char *test2(int cf) { function
H A Dwarn-vla.c8 void test2(int n, int v[n]) { // expected-warning {{variable length array used}} function
/external/libcxx/test/numerics/rand/rand.adapt/rand.adapt.disc/
H A Ddefault.pass.cpp30 test2() function
41 test2();
H A Deval.pass.cpp30 test2() function
41 test2();

Completed in 466 milliseconds

1234567891011>>