HomeSort by relevance Sort by last modified time
    Searched defs:f4 (Results 76 - 100 of 275) sorted by null

1 2 34 5 6 7 8 91011

  /external/v8/test/mjsunit/compiler/
optimized-function-calls.js 73 function f4(a, b, c, d) { function
78 return f4(f3(f2(f1(f0()),f0()),f1(f0()),f0()),f2(f1(f0()),f0()),f1(f0()),f0())
79 + f4(f0(),f1(f0()),f2(f1(f0()),f0()),f3(f2(f1(f0()),f0()),f1(f0()),f0()));
proto-chain-constant.js 33 var obj4 = c(null, { f4: { value: function() { return 4; }, writable: true }});
39 function get4(obj) { return obj.f4; }
45 obj4.f4 = function() { return 5; };
  /external/v8/test/mjsunit/es6/
block-scoping-sloppy.js 95 function f4(one) { function
117 f4(1);
block-scoping.js 97 function f4(one) { function
119 f4(1);
debug-step-destructuring-bind.js 58 function f4([
67 f4([2, {c: 6, b: 4}]); // B18
  /external/v8/test/mjsunit/
simple-constructor.js 48 function f4(x) { class
72 o4_0_1 = new f4(0);
73 o4_0_2 = new f4(0);
77 o4_1_1 = new f4(1);
78 o4_1_2 = new f4(1);
switch.js 113 function f4(x) { function
126 assertEquals(3, f4(0), "fallthrough-switch.0");
127 assertEquals(3, f4(1), "fallthrough-switch.1");
128 assertEquals(3, f4(2), "fallthrough-switch.2");
129 assertEquals(5, f4(3), "fallthrough-switch.3");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.async/
async.pass.cpp 52 std::unique_ptr<int> f4(std::unique_ptr<int>&& p) function
176 std::async(f4, std::unique_ptr<int>(new int(3)));
  /toolchain/binutils/binutils-2.25/gold/testsuite/
dwp_test_2.cc 88 (*C3::f4())() function
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
eh-frame5.s 31 .ent f4
32 f4: label
34 .end f4
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
Blort.java 24 float f4 = 0.0f; local
  /external/clang/test/Analysis/
cxx-crashes.cpp 20 void *f4(int* w) { function
stream.c 35 void f4(void) { function
  /external/clang/test/CodeGen/
functions.c 39 void f4() {} function
40 void f5() { f4(42); } //expected-warning {{too many arguments}}
microsoft-call-conv.c 8 void __fastcall f4(void) { function
9 // CHECK-LABEL: define x86_fastcallcc void @f4()
33 void (__fastcall *pf4)(void) = f4;
39 f4(); f5(); f6(); f61();
40 // CHECK: call x86_fastcallcc void @f4()
pointer-arithmetic.c 16 void *f4(void *a, int b) { return a - b; } function
  /external/clang/test/CodeGenCXX/
typeid-should-throw.cpp 27 void f4(bool b, A &x, A *y) { typeid(b ? x : *y); } function
  /external/clang/test/Sema/
varargs.c 31 void f4(const char *msg, ...) { function
  /external/clang/test/SemaCXX/
internal_linkage.cpp 13 void f4(); // expected-note{{previous definition is here}}
23 __attribute__((internal_linkage)) void A::f4() {} // expected-error{{'internal_linkage' attribute does not appear on the first declaration of 'f4'}} function in class:A
  /external/libcxxabi/test/
catch_class_03.pass.cpp 149 void f4() function
180 f4();
catch_class_04.pass.cpp 146 void f4() function
180 f4();
catch_ptr.pass.cpp 126 void f4() function
152 f4();
  /external/llvm/test/MC/AArch64/
ldr-pseudo.s 31 // CHECK-LABEL: f4:
32 f4: label
  /external/v8/test/webkit/
toString-elision-trailing-comma.js 42 function f4() { function
119 testToStringAndLength("f4", 2);
  /ndk/sources/cxx-stl/gabi++/tests/
catch_class_03.cpp 149 void f4() function
180 f4();

Completed in 796 milliseconds

1 2 34 5 6 7 8 91011