/dalvik/tests/091-deep-interface-hierarchy/src/ |
Main.java | 54 interface F3 extends E1, E2, E3, E4, E5 {} 58 interface G1 extends F1, F2, F3, F4, F5 {} 59 interface G2 extends F1, F2, F3, F4, F5 {} 60 interface G3 extends F1, F2, F3, F4, F5 {} 61 interface G4 extends F1, F2, F3, F4, F5 {} 62 interface G5 extends F1, F2, F3, F4, F5 {}
|
/external/chromium_org/v8/test/cctest/ |
test-assembler-ia32.cc | 160 typedef int (*F3)(float x); 189 F3 f = FUNCTION_CAST<F3>(code->entry());
|
test-assembler-x64.cc | 53 typedef int (*F3)(double x); 671 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry());
|
test-assembler-arm.cc | 42 typedef Object* (*F3)(void* p0, int p1, int p2, int p3, int p4); 202 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry()); 328 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry()); 1006 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry()); 1136 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry()); 1211 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry()) [all...] |
test-assembler-mips.cc | 44 typedef Object* (*F3)(void* p, int p1, int p2, int p3, int p4); 322 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry()); 390 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry()); 456 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry()); 529 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry()); 606 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry()) [all...] |
/external/chromium_org/v8/test/mjsunit/compiler/ |
inline-arguments.js | 63 function F3(x, y) { 74 F3(true, false);
|
/external/llvm/unittests/Support/ |
Casting.cpp | 109 const foo *F3 = cast<foo>(B2); 110 EXPECT_NE(F3, null_foo); 142 const foo *F3 = dyn_cast<foo>(B4); 143 EXPECT_NE(F3, null_foo); 156 const foo *F3 = dyn_cast_or_null<foo>(B4); 157 EXPECT_NE(F3, null_foo);
|
/external/v8/test/cctest/ |
test-assembler-arm.cc | 42 typedef Object* (*F3)(void* p0, int p1, int p2, int p3, int p4); 208 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry()); 323 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry()); 1003 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry());
|
test-assembler-mips.cc | 44 typedef Object* (*F3)(void* p, int p1, int p2, int p3, int p4); 325 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry()); 391 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry()); 460 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry()); 533 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry()); 612 F3 f = FUNCTION_CAST<F3>(Code::cast(code)->entry()) [all...] |
/art/runtime/arch/mips/ |
registers_mips.h | 72 F3 = 3,
|
/bionic/libc/arch-mips/include/machine/ |
regnum.h | 84 #define F3 (FPBASE+3)
|
/development/ndk/platforms/android-9/arch-mips/include/machine/ |
regnum.h | 84 #define F3 (FPBASE+3)
|
/external/ceres-solver/internal/ceres/ |
system_test.cc | 194 // F = 1/2 (f1^2 + f2^2 + f3^2 + f4^2) 198 // f3 = (x2 - 2*x3)^2 220 new AutoDiffCostFunction<F3, 1, 1, 1>(new F3), NULL, &x_[1], &x_[2]); 255 class F3 { 260 // f3 = (x2 - 2 x3)^2
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/ |
regnum.h | 84 #define F3 (FPBASE+3)
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/machine/ |
regnum.h | 84 #define F3 (FPBASE+3)
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/machine/ |
regnum.h | 84 #define F3 (FPBASE+3)
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/machine/ |
regnum.h | 84 #define F3 (FPBASE+3)
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/machine/ |
regnum.h | 84 #define F3 (FPBASE+3)
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
prog_noise.c | 324 #define F3 0.333333333f 330 float s = (x + y + z) * F3; /* Very nice and simple skew factor for 3D */
|
/external/mesa3d/src/mesa/program/ |
prog_noise.c | 324 #define F3 0.333333333f 330 float s = (x + y + z) * F3; /* Very nice and simple skew factor for 3D */
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
ComputeTest.java | 112 Float3 f3 = new Float3(); local 113 f3.x = 1.0f; 114 f3.y = 2.0f; 115 f3.z = 3.0f; 116 f3 = new Float3(1.0f, 2.0f, 3.0f); 117 assertTrue(f3.x == 1.0f); 118 assertTrue(f3.y == 2.0f); 119 assertTrue(f3.z == 3.0f); 299 avtItem.f3.x = 1.0f; 300 avtItem.f3.y = 2.0f [all...] |
/external/clang/test/Misc/ |
diag-template-diffing.cpp | [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
threadtest3.c | 139 #define F3(x, y, z) (x ^ y ^ z) 193 MD5STEP(F3, a, b, c, d, in[ 5]+0xfffa3942, 4); 194 MD5STEP(F3, d, a, b, c, in[ 8]+0x8771f681, 11); 195 MD5STEP(F3, c, d, a, b, in[11]+0x6d9d6122, 16); 196 MD5STEP(F3, b, c, d, a, in[14]+0xfde5380c, 23); 197 MD5STEP(F3, a, b, c, d, in[ 1]+0xa4beea44, 4); 198 MD5STEP(F3, d, a, b, c, in[ 4]+0x4bdecfa9, 11); 199 MD5STEP(F3, c, d, a, b, in[ 7]+0xf6bb4b60, 16); 200 MD5STEP(F3, b, c, d, a, in[10]+0xbebfbc70, 23); 201 MD5STEP(F3, a, b, c, d, in[13]+0x289b7ec6, 4) [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
tclsqlite.c | [all...] |
/prebuilts/devtools/tools/lib/ |
bcprov-jdk15on-1.48.jar | |