/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/mjsunit/es6/ |
debug-step-destructuring-bind.js | 69 function f5([ 78 f5(); // B24
|
/external/v8/test/mjsunit/ |
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");
|
/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.pass.cpp | 172 void f5() function 203 f5();
|
catch_ptr.pass.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);
|
/external/clang/test/Analysis/ |
malloc-overflow.c | 32 void * f5(struct s4 *s) function
|
outofbound.c | 41 void f5() { function
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
p7-1y.cpp | 52 typedef decltype(auto) f5(); // expected-error {{'decltype(auto)' not allowed in typedef}} typedef
|
/external/clang/test/CodeGen/ |
function-attributes.c | 8 // CHECK: define zeroext i16 @f5(i32 %x) [[NUW]] 22 unsigned short f5(int x) { return x; } function
|
le32-arguments.c | 33 // CHECK-LABEL: define void @f5(i8 zeroext %a, i16 zeroext %b) 34 void f5(unsigned char a, unsigned short b) {} function
|
stdcall-fastcall.c | 11 void __attribute__((stdcall)) f5(void) { function 12 // CHECK-LABEL: define x86_stdcallcc void @f5() 27 void (__attribute__((stdcall)) *pf5)(void) = f5; 31 f4(); f5(); f6(); 33 // CHECK: call x86_stdcallcc void @f5()
|
/external/clang/test/CodeGenCXX/ |
mangle-ms-back-references.cpp | 15 void f5(char const* a, unsigned int b, char c, void const* d, char const* e, unsigned int f) {} function 16 // CHECK: "\01?f5@@YAXPBDIDPBX0I@Z"
|
mangle-neon-vectors.cpp | 49 void f5(float32x2_t v) { } function
|
mangle-unnamed.cpp | 41 int f5() { function
|
/external/clang/test/Sema/ |
vector-cast.c | 59 void f5() { function
|
warn-unused-function.c | 18 static void __attribute__((used)) f5() {} function
|
/external/clang/test/SemaCXX/ |
conversion-delete-expr.cpp | 77 void f5(X1 x) { delete x; } // OK. In selecting a conversion to pointer function, template convesions are skipped. function
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
NumberFormatRegistrationTest.java | 93 NumberFormat f5 = NumberFormat.getCurrencyInstance(SRC_LOC); local 103 logln("f5 unreg cur: " + f5.format(n)); 111 if (!f5.format(n).equals(f2.format(n))) {
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
NumberFormatRegistrationTest.java | 89 NumberFormat f5 = NumberFormat.getCurrencyInstance(SRC_LOC); local 99 logln("f5 unreg cur: " + f5.format(n)); 107 if (!f5.format(n).equals(f2.format(n))) {
|