Searched defs:test2 (Results 1 - 25 of 380) 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-1167.js67 function test2(x) { function
73 for (var i = 0; i < 5; ++i) test2(0);
74 %OptimizeFunctionOnNextCall(test2);
75 test2(0);
76 test2(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"]);
H A Dreentrant-caching.js55 function test2() { function
111 test2();
H A Dcontinue-break-multiple-labels.js45 function test2() function
60 shouldBe("test2()", "'123'");
H A Dstack-overflow-catch.js37 // Dummy code to make this funciton different from test2()
46 test2();
52 function test2() function
/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 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/clang/test/CXX/expr/expr.unary/expr.unary.op/
H A Dp4.cpp30 namespace test2 { namespace

Completed in 515 milliseconds

1234567891011>>