/external/oprofile/libutil++/tests/ |
string_filter_tests.cpp | 83 string_filter f10(" foo ", ""); 84 check(f10, " foo ", true); 85 check(f10, " foo", false); 86 check(f10, "foo ", false); 87 check(f10, "foo", false);
|
/external/clang/test/Sema/ |
warn-unused-function.c | 39 static void f10(void); // expected-warning{{unused}} 40 static void f10(void);
|
pragma-unused.c | 47 int f10(int x) { function
|
/dalvik/dx/tests/079-dex-local-variable-renumbering/ |
Blort.java | 30 float f10 = 0.0f; local
|
/external/libffi/testsuite/libffi.call/ |
many.c | 21 float f10, 29 (double) f6, (double) f7, (double) f8, (double) f9, (double) f10, 33 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
|
many_win32.c | 21 float f10, 26 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
|
/external/clang/test/CXX/except/except.spec/ |
p5-virtual.cpp | 38 virtual void f10() noexcept(false); 74 virtual void f10() noexcept(false);
|
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/ |
p1.cpp | 16 int typedef f10(int n [[carries_dependency]]); // expected-error {{'[[carries_dependency]]' attribute only allowed on parameter in a function declaration}} typedef
|
/external/clang/test/CodeGen/ |
switch.c | 137 // CHECK: define i32 @f10() 149 int f10() { function
|
function-attributes.c | 49 int f10(void) { return f10_t(); } function
|
x86_64-arguments-nacl.c | 49 // CHECK: define void @f10(i64 %a0.coerce) 51 void f10(struct s10 a0) {} function
|
regparm-struct.c | 87 __attribute__((regparm(3))) void f10(struct s6 a, int b); 88 // CHECK: declare void @f10(i32 inreg, i32 inreg, i32 inreg) 91 f10(x, 43);
|
/bionic/libc/kernel/arch-mips/asm/ |
fpregdef.h | 41 #define ft3 $f10 87 #define ft6 $f10
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
fpregdef.h | 41 #define ft3 $f10 87 #define ft6 $f10
|
/external/kernel-headers/original/asm-mips/ |
fpregdef.h | 37 #define ft3 $f10 78 #define ft6 $f10
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
fpregdef.h | 41 #define ft3 $f10 87 #define ft6 $f10
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
fpregdef.h | 41 #define ft3 $f10 87 #define ft6 $f10
|
/external/clang/test/CodeGenCXX/ |
temporaries.cpp | 192 void f10(const H&); 198 f10(H()); 203 f10(h);
|
/external/clang/test/Analysis/ |
malloc-overflow.c | 68 void * f10(int n) function
|
array-struct.c | 90 void f10() { function
|
/external/clang/test/SemaCXX/ |
function-extern-c.cpp | 38 extern "C" A *f10( void );
|
/external/libffi/src/ia64/ |
unix.S | 67 ldf.fill f10 = [in0], 32 210 (p7) stfs [in1] = f10, 8 234 (p7) stfd [in1] = f10, 16 258 (p7) stfe [in1] = f10, 32 312 stf.spill [r16] = f10, 32 439 (p7) ldfs f10 = [r16], 8 467 (p7) ldfd f10 = [r16], 16 495 (p7) ldfe f10 = [r16], 32
|
/external/valgrind/main/coregrind/m_dispatch/ |
dispatch-s390x-linux.S | 98 std %f10,160+16(SP) 157 ld %f10,160+16(SP)
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
registers1.cpp | 37 float f10 = *fsrc++ + 1.0f; local 84 *fdest++ = f10;
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
registers1.cpp | 37 float f10 = *fsrc++ + 1.0f; local 84 *fdest++ = f10;
|