Searched defs:f1 (Results 1 - 25 of 532) sorted by relevance

1234567891011>>

/external/chromium_org/tools/gyp/test/win/shard/
H A Dhello1.cc5 int f1() { function
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2594.js33 function f1() { function
40 assertEquals(1, f1())
H A Dregress-crbug-350867.js5 function f1(a, i) { function
9 return f1(arguments, index);
14 assertEquals(11, f1([11, 22, 33], 0));
/external/clang/test/Preprocessor/
H A Duser_defined_system_framework.c7 int f1() { function
/external/clang/test/SemaCXX/
H A Dvararg-default-arg.cpp5 void f1(void);
8 void f1(void) function
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dosr-warm.js30 function f1(x) { function
37 assertEquals(0, f1(1));
38 assertEquals(0, f1(200000));
H A Dcontrol-flow-1.js44 o.f1 = f1;
45 function f1(x) { function
51 return o.f1(x == y);
H A Dregress-or.js31 function f1(x) { function
41 for (var i = 0; i < 5; i++) f1(42);
42 %OptimizeFunctionOnNextCall(f1);
44 assertEquals(-1, f1(0));
45 assertEquals(-43, f1(42));
46 assertEquals(-1, f1(""));
/external/chromium_org/v8/test/webkit/
H A Dinterpreter-no-activation.js26 function f1(a,b,c,d) { function
31 shouldBeTrue("f1(false)");
/external/clang/test/Analysis/
H A Dcomplex.c5 void f1(int * p) { function
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
H A Dser.h3 inline bool f1() { function
/external/clang/test/CodeGen/
H A Ddebug-info-scope-file.c8 // CHECK: [[F1:![0-9]*]] = {{.*}} ; [ DW_TAG_subprogram ] {{.*}} [def] [f1]
13 void f1() { function
H A Dredef-ext-inline.c4 extern inline int f1 (void) {return 1;} function
5 int f3 (void) {return f1();}
6 int f1 (void) {return 0;} function
/external/clang/test/Driver/
H A Dframe-pointer-elim.c30 void f1() { f0(); } function
/external/clang/test/Parser/
H A Dasm.c3 void f1() { function
H A Dfor.cpp3 void f1() { function
/external/clang/test/Sema/
H A Dvarargs-x86-64.c4 void f1() { function
/external/libcxx/test/depr/exception.unexpected/unexpected/
H A Dunexpected.pass.cpp16 void f1() function
23 std::set_unexpected(f1);
/external/libcxx/test/language.support/support.exception/exception.terminate/terminate/
H A Dterminate.pass.cpp16 void f1() function
23 std::set_terminate(f1);
/external/llvm/test/MC/ELF/
H A Dcfi-sections.s6 f1: label
/external/strace/tests/
H A Dstack-fcall-1.c3 int f1(int i) function
/external/valgrind/main/none/tests/s390x/
H A Dfgx.c9 double f1; local
11 memset(&f1, 0x0f, sizeof(double));
12 f = f1;
/external/chromium_org/v8/test/mjsunit/
H A Dscope-calls-eval.js32 function f1() { function
64 assertEquals(3, f1());
H A Darguments-indirect.js28 function f1() { function
29 g(f1);
46 f1(1,2,3);
H A Dbinary-operation-overwrite.js29 function f1() { return (1.2, 3.4) + 5.6; } function
33 assertTrue(f1() === f1());

Completed in 589 milliseconds

1234567891011>>