/external/v8/test/mjsunit/ |
elide-double-hole-check-7.js | 30 function f1(a, i) { function 34 assertEquals(0.5, f1(arr, 0)); 35 assertEquals(0.5, f1(arr, 0)); 37 assertEquals(2, f1(arr, 1)); 38 %OptimizeFunctionOnNextCall(f1); 39 assertEquals(2, f1(arr, 1)); 40 assertEquals(0.5, f1(arr, 0));
|
elide-double-hole-check-8.js | 30 function f1(a, i) { function 34 assertEquals(0.5, f1(arr, 0)); 35 assertEquals(0.5, f1(arr, 0)); 36 %OptimizeFunctionOnNextCall(f1); 37 assertEquals(0.5, f1(arr, 0)); 40 assertEquals(2, f1(arr, 1));
|
/external/v8/test/mjsunit/regress/ |
regress-3183.js | 33 function f1(method, array, elem, deopt) { function 46 baz(f1, 0); 49 baz(f1, "deopt"); 56 var f1; variable 58 f1 = function(method, array, elem, deopt) { 63 f1('push', a, [x], deopt + 0); 79 var f1; variable 81 f1 = function(method, array, elem, deopt) { 86 %_CallFunction(null, 'push', [x][0], ((deopt + 0), 1), f1);
|
/external/v8/test/webkit/ |
toString-for-var-decl.js | 28 function f1() { for (var j = 1 in []) {} } function 35 shouldBe("unevalf(eval(unevalf(f1)))", "unevalf(f1)");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/exception.unexpected/set.unexpected/ |
get_unexpected.pass.cpp | 16 void f1() {} function 30 std::set_unexpected(f1); 31 assert(std::get_unexpected() == f1); 32 // verify f1 was replace with f2
|
set_unexpected.pass.cpp | 16 void f1() {} function 26 std::unexpected_handler old = std::set_unexpected(f1); 29 // verify f1 was replace with f2 30 assert(std::set_unexpected(f2) == f1);
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
omit-frame-pointer2.cpp | 16 void f1 (void) function 32 f1 ();
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
omit-frame-pointer2.cpp | 16 void f1 (void) function 32 f1 ();
|
/cts/tools/vm-tests-tf/src/dot/junit/format/f1/d/ |
T_f1_0.java | 17 package dot.junit.format.f1.d;
|
/external/clang/test/Analysis/ |
exercise-ps.c | 7 static void f1(const char *x, char *y) { function
|
/external/clang/test/CXX/class/class.local/ |
p3.cpp | 3 void f1() { function
|
/external/clang/test/CXX/expr/ |
p10-0x.cpp | 11 void f1(volatile int *x, volatile S* s) { function
|
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/ |
p1-retmem.cpp | 12 value_type *f1(); 22 typename X0<U>::value_type *X0<U>::f1() { function in class:X0
|
/external/clang/test/CodeGen/ |
2008-07-30-implicit-initialization.c | 4 // CHECK-LABEL: define i32 @f1() 19 int f1() { function
|
2008-07-31-promotion-of-compound-pointer-arithmetic.c | 4 // CHECK-LABEL: define i32 @f1 20 int f1(int *a) { function
|
available-externally-suppress.c | 14 inline int __attribute__((always_inline)) f1(int x) { function 24 // CHECK-NOT: call {{.*}} @f1 26 return f1(x);
|
bitfield-assign.c | 18 _Bool f1 : 1; member in struct:s0 29 void f1(void) { function 31 if ((s.f1 = 3) != 1) g0();
|
cleanup-stack.c | 13 int f1(void) { function
|
/external/clang/test/CodeGenCXX/ |
cxx-apple-kext.cpp | 35 extern "C" void f1() { function
|
/external/clang/test/Sema/ |
attr-used.c | 15 void f1() { function
|
floating-point-compare.c | 3 int f1(float x, float y) { function
|
implicit-builtin-redecl.c | 12 void f1(void) { function
|
pragma-pack-3.c | 25 short f1; member in struct:s0 33 short f1; member in struct:s1
|
/external/clang/test/SemaCXX/ |
c99.cpp | 2 void f1(int i[static 5]) { // expected-error{{C99}} function
|
/external/clang/test/SemaTemplate/ |
value-dependent-null-pointer-constant.cpp | 9 const char *f1(bool Cond) { function in struct:X0
|