/external/llvm/test/MC/ARM/ |
ltorg-darwin.s | 41 b f5 50 @ CHECK-LABEL: f5: 51 f5: label
|
ltorg.s | 39 b f5 46 @ CHECK-LABEL: f5: 47 f5: label
|
/external/v8/test/mjsunit/compiler/ |
variables.js | 63 function f5(x) { function 66 assertEquals(5, f5(5));
|
/external/v8/test/mjsunit/ |
simple-constructor.js | 82 function f5(x, y) { class 120 testArgs(f5);
|
switch.js | 168 function f5(x) { function 178 assertTrue(f5(-2), "negcase.-2"); 179 assertFalse(f5(-1), "negcase.-1"); 180 assertTrue(f5(0), "negcase.-0"); 181 assertEquals(42, f5(1), "negcase.1"); 182 assertFalse(f5(2), "negcase.2");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.async/ |
async.pass.cpp | 58 void f5(int i) function 185 std::future<void> f = std::async(f5, 3); 191 std::future<void> f = std::async(std::launch::deferred, f5, 3);
|
/dalvik/dx/tests/079-dex-local-variable-renumbering/ |
Blort.java | 25 float f5 = 0.0f; local
|
/external/clang/test/Analysis/ |
stream.c | 41 void f5(void) { function
|
malloc-overflow.c | 32 void * f5(struct s4 *s) function
|
/external/clang/test/CodeGen/ |
functions.c | 40 void f5() { f4(42); } //expected-warning {{too many arguments}} function
|
microsoft-call-conv.c | 13 void __stdcall f5(void) { function 14 // CHECK-LABEL: define x86_stdcallcc void @f5() 34 void (__stdcall *pf5)(void) = f5; 39 f4(); f5(); f6(); f61(); 41 // CHECK: call x86_stdcallcc void @f5()
|
pointer-arithmetic.c | 18 FP f5(FP a, int b) { return a + b; } function
|
/external/clang/test/CodeGenCXX/ |
typeid-should-throw.cpp | 32 void f5(volatile A *x) { typeid(*x); } function
|
/external/clang/test/Sema/ |
varargs.c | 37 void f5() { function
|
vector-cast.c | 51 void f5() { function
|
vla.c | 56 void f5() { char a[][f5_ci] = {""}; } // expected-warning {{variable length array folded to constant array as an extension}} function
|
/external/libcxxabi/test/ |
catch_class_04.pass.cpp | 172 void f5() function 203 f5();
|
catch_ptr.pass.cpp | 148 void f5() function 175 f5();
|
/external/llvm/test/MC/AArch64/ |
ldr-pseudo.s | 46 // CHECK-LABEL: f5: 47 f5: label 107 ldr w0, =f5 251 // CHECK: .word f5
|
/external/v8/test/webkit/ |
toString-elision-trailing-comma.js | 46 function f5() { function 120 testToStringAndLength("f5", 3);
|
/ndk/sources/cxx-stl/gabi++/tests/ |
catch_class_04.cpp | 172 void f5() function 203 f5();
|
catch_ptr.cpp | 148 void f5() function 175 f5();
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
catch_class_04.cpp | 172 void f5() function 203 f5();
|
catch_ptr.cpp | 148 void f5() function 175 f5();
|
/art/test/703-floating-point-div/src/ |
Main.java | 67 float f5 = Float.POSITIVE_INFINITY; local 78 expectEquals(Float.floatToRawIntBits(fPi/f5), 0x0);
|