/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
BlockAddresses.java | 131 BasicBlock one = blocks.get(i); local 132 int label = one.getLabel(); 133 Insn insn = one.getInsns().get(0); 137 SourcePosition pos = one.getLastInsn().getPosition();
|
/dalvik/dx/src/com/android/dx/dex/code/ |
BlockAddresses.java | 131 BasicBlock one = blocks.get(i); local 132 int label = one.getLabel(); 133 Insn insn = one.getInsns().get(0); 137 SourcePosition pos = one.getLastInsn().getPosition();
|
/external/clang/test/Modules/ |
normal-module-map.cpp | 44 return extra_a + one + decltype_val;
|
/external/clang/test/SemaCXX/ |
cxx0x-initializer-aggregates.cpp | 3 struct one { char c[1]; }; struct 63 one overloaded(A); 66 static_assert(sizeof(overloaded({1, 2})) == sizeof(one), "bad overload"); 70 static_assert(sizeof(overloaded({1})) == sizeof(one), "bad overload");
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
BlockAddresses.java | 131 BasicBlock one = blocks.get(i); local 132 int label = one.getLabel(); 133 Insn insn = one.getInsns().get(0); 137 SourcePosition pos = one.getLastInsn().getPosition();
|
/external/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/ |
ErrorCodeEnum.pass.cpp | 21 zero, one, two enumerator in enum:testing
|
/external/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/ |
ErrorCodeEnum.pass.cpp | 21 zero, one, two enumerator in enum:testing
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldAndroidInstanceofTest.java | 51 InterfaceOne one = mOne; local 53 assertFalse("m_one should not be a ChildOfAFive", one instanceof ChildOfAFive); 93 InterfaceOne one = mFive; local 95 assertFalse("m_five does not implement InterfaceFive", one instanceof InterfaceFive);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.constructors/ |
ErrorCodeEnum.pass.cpp | 21 zero, one, two enumerator in enum:testing
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcode/syserr.errcode.modifiers/ |
ErrorCodeEnum.pass.cpp | 21 zero, one, two enumerator in enum:testing
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/cloog/ |
state.h | 15 cloog_int_t one; member in struct:cloogstate
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/ |
state.h | 15 cloog_int_t one; member in struct:cloogstate
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
InsnList.java | 105 * Returns an instance that is identical to this one, except that 118 Insn one = (Insn) get0(i); local 119 if (one != null) { 120 result.set0(i, one.withRegisterOffset(delta));
|
/dalvik/dx/src/com/android/dx/rop/code/ |
InsnList.java | 105 * Returns an instance that is identical to this one, except that 118 Insn one = (Insn) get0(i); local 119 if (one != null) { 120 result.set0(i, one.withRegisterOffset(delta));
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
EdgeWalker_Test.h | 14 //extern int comparePaths(const SkPath& one, const SkPath& two); 15 extern int comparePaths(const SkPath& one, const SkPath& two, SkBitmap& bitmap); 16 extern void comparePathsTiny(const SkPath& one, const SkPath& two); 17 extern bool drawAsciiPaths(const SkPath& one, const SkPath& two,
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
InsnList.java | 105 * Returns an instance that is identical to this one, except that 118 Insn one = (Insn) get0(i); local 119 if (one != null) { 120 result.set0(i, one.withRegisterOffset(delta));
|
/external/fdlibm/ |
s_modf.c | 27 static const double one = 1.0; variable 29 static double one = 1.0; variable 63 *iptr = x*one;
|
e_asin.c | 52 one = 1.00000000000000000000e+00, /* 0x3FF00000, 0x00000000 */ variable 87 if(huge+x>one) return x;/* return x with inexact if x!=0*/ 91 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4))); 96 w = one-ieee_fabs(x); 99 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4)));
|
/external/skia/experimental/Intersection/ |
EdgeWalker_Test.h | 14 //extern int comparePaths(const SkPath& one, const SkPath& two); 15 extern int comparePaths(const SkPath& one, const SkPath& two, SkBitmap& bitmap); 16 extern void comparePathsTiny(const SkPath& one, const SkPath& two); 17 extern bool drawAsciiPaths(const SkPath& one, const SkPath& two,
|
/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/ |
b_tgamma.c | 126 static const double zero = 0., one = 1.0, tiny = 1e-300; variable 145 u.a = one - tiny; /* raise inexact */ 146 return (one/x); 162 z = one/(x*x); 167 u.a -= one; 190 y = x - one; 191 ym1 = y - one; 198 yy.a = r.a - one; 202 for (ym1 = y-one; ym1 > LEFT + x0; y = ym1--, yy.a--) { 230 t = (one-x0); t += x [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_asin.c | 53 one = 1.00000000000000000000e+00, /* 0x3FF00000, 0x00000000 */ variable 86 if(huge+x>one) return x;/* return x with inexact if x!=0*/ 90 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4))); 95 w = one-fabs(x); 98 q = one+t*(qS1+t*(qS2+t*(qS3+t*qS4)));
|
e_sqrt.c | 20 * | Use the hardware sqrt if you have one | 35 * To compute q from q , one checks whether 64 * One may easily use induction to prove (4) and (5). 69 * After generating the 53 bits result, we compute one more bit. 92 static const double one = 1.0, tiny=1.0e-300; variable 172 z = one-tiny; /* trigger inexact flag */ 173 if (z>=one) { 174 z = one+tiny; 176 else if (z>one) { 205 The second one uses reciproot iterations to avoid division, bu [all...] |
/external/chromium_org/v8/test/cctest/compiler/ |
test-js-constant-cache.cc | 134 Node* one = T.OneConstant(); local 136 CHECK_EQ(IrOpcode::kNumberConstant, one->opcode()); 137 CHECK_EQ(one, T.Constant(1)); 138 CHECK_EQ(one, T.Constant(1.0)); 139 CHECK_NE(one, T.Constant(1.01)); 140 CHECK_NE(one, T.Constant(-1.01)); 141 CHECK_NE(one, T.Constant(v8::base::OS::nan_value())); 142 CHECK_NE(one, T.Float64Constant(1.0)); 143 CHECK_NE(one, T.Int32Constant(1)); 145 Type* t = T.upper(one); 159 Node* one = T.Constant(1); local [all...] |
/packages/apps/Camera2/src/com/android/camera/one/ |
OneCameraManager.java | 17 package com.android.camera.one; 30 import com.android.camera.one.OneCamera.Facing; 31 import com.android.camera.one.OneCamera.OpenCallback; 46 * Exactly one call will always be made to a single method in the provided 52 * @param captureSize the capture size. This must be one of the supported 98 return new com.android.camera.one.v2.OneCameraManagerImpl( 102 return new com.android.camera.one.v1.OneCameraManagerImpl();
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
MixedItemSection.java | 164 * same item to more than one instance, nor to add the same items 187 * (which may not be the one passed in). This will add the item if no 279 OffsettedItem one = items.get(i); local 280 one.addContents(file); 310 OffsettedItem one = items.get(i); local 312 int placedAt = one.place(this, outAt); 316 one); 319 outAt = placedAt + one.writeSize(); 322 "...while placing " + one); 337 for (OffsettedItem one : items) [all...] |