/dalvik/dx/src/com/android/dx/dex/cf/ |
CfTranslator.java | 173 Field one = fields.get(i); local 175 CstFieldRef field = new CstFieldRef(thisClass, one.getNat()); 176 int accessFlags = one.getAccessFlags(); 179 TypedConstant constVal = one.getConstantValue(); 191 AttributeTranslator.getAnnotations(one.getAttributes()); 197 String msg = "...while processing " + one.getName().toHuman() + 198 " " + one.getDescriptor().toHuman(); 255 Method one = methods.get(i); local 257 CstMethodRef meth = new CstMethodRef(thisClass, one.getNat()); 258 int accessFlags = one.getAccessFlags() [all...] |
/dalvik/dx/src/com/android/dx/dex/code/ |
InsnFormat.java | 225 * Add one to properly represent a list-final 269 * the uninterpreted bits; one of: {@code 4 8 16 32 64} 448 RegisterSpec one = list.get(i); local 449 if (one.getReg() != next) { 452 next += one.getCategory(); 584 * Writes one code unit to the given output destination.
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
Kube.java | 33 int one = 0x10000; local 35 GLColor red = new GLColor(one, 0, 0); 36 GLColor green = new GLColor(0, one, 0); 37 GLColor blue = new GLColor(0, 0, one); 38 GLColor yellow = new GLColor(one, one, 0); 39 GLColor orange = new GLColor(one, half, 0); 40 GLColor white = new GLColor(one, one, one); [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/ |
DfpMath.java | 2 * Licensed to the Apache Software Foundation (ASF) under one or more 414 * one to get ln(x+1) - ln(1-x). Note the even terms cancel out leaving 516 final Dfp one = x.getOne(); local 523 return x.newInstance(one); 526 if (y.equals(one)) { 543 if (Dfp.copysign(one, x).greaterThan(zero)) { 576 if (x.greaterThan(one) && y.classify() == Dfp.INFINITE) { 584 if (x.lessThan(one) && y.classify() == Dfp.INFINITE) { 588 return x.newInstance(Dfp.copysign(y, one)); 592 if (x.equals(one) && y.classify() == Dfp.INFINITE) 702 final Dfp one = a[0].getOne(); local 879 final Dfp one = a.getField().getOne(); local [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
MatrixUtils.java | 2 * Licensed to the Apache Software Foundation (ASF) under one or more 163 final T one = field.getOne(); local 169 dRow[row] = one; 189 dRow[row] = BigMatrixImpl.ONE; [all...] |
/external/boringssl/src/crypto/ec/ |
internal.h | 214 BIGNUM *one; /* The value one */ member in struct:ec_group_st
|
/external/clang/test/Sema/ |
MicrosoftExtensions.c | 115 __declspec(deprecated("This is deprecated")) enum DE1 { one, two } e1; // expected-note {{'e1' has been explicitly marked deprecated here}} enumerator in enum:DE1 124 e1 = one; // expected-warning {{'e1' is deprecated: This is deprecated}}
|
ms_class_layout.cpp | 18 char one; member in class:A 186 // CHECK-NEXT: 12 | char one 208 // CHECK-NEXT: 76 | char one 238 // CHECK-NEXT: 92 | char one 269 // CHECK-NEXT: 92 | char one
|
/external/clang/test/SemaCXX/ |
cxx0x-initializer-constructor.cpp | 3 struct one { char c[1]; }; struct 134 one ov1(B); // expected-note {{not viable: cannot convert initializer list}} 139 static_assert(sizeof(ov1({{1, 1.0}, 2, {3, 4}})) == sizeof(one), "bad overload"); 143 one ov2(int); 146 static_assert(sizeof(ov2({1})) == sizeof(one), "bad overload"); // list -> int ranks as identity
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
InsnFormat.java | 226 * Add one to properly represent a list-final 270 * the uninterpreted bits; one of: {@code 4 8 16 32 64} 449 RegisterSpec one = list.get(i); local 450 if (one.getReg() != next) { 453 next += one.getCategory(); 586 * Writes one code unit to the given output destination.
|
/external/eigen/Eigen/src/Eigen2Support/Geometry/ |
Quaternion.h | 8 // with this file, You can obtain one at http://mozilla.org/MPL/2.0/. 418 static const Scalar one = Scalar(1) - machine_epsilon<Scalar>(); local 425 if (absD>=one)
|
/external/fdlibm/ |
e_pow.c | 72 one = 1.0, variable 113 i0 = ((*(int*)&one)>>29)^1; i1=1-i0; 119 if((iy|ly)==0) return one; 157 if(hy<0) return one/x; else return x; 171 if(hy<0) z = one/z; /* z = (1/|x|) */ 187 s = one; /* s (sign of result -ve**odd) = -1 else = 1 */ 188 if((n|(yisint-1))==0) s = -one;/* (-ve)**(odd int) */ 196 /* over/underflow if x is not close to one */ 201 t = ax-one; /* t has 20 trailing zeros */ 225 v = one/(ax+bp[k]) [all...] |
s_erf.c | 42 * is close to one. The interval is chosen because the fix 45 * guarantee the error is less than one ulp for erf. 118 one = 1.00000000000000000000e+00, /* 0x3FF00000, 0x00000000 */ variable 203 return (double)(1-i)+one/x; /* ieee_erf(+-inf)=+-1 */ 214 s = one+z*(qq1+z*(qq2+z*(qq3+z*(qq4+z*qq5)))); 219 s = ieee_fabs(x)-one; 221 Q = one+s*(qa1+s*(qa2+s*(qa3+s*(qa4+s*(qa5+s*qa6))))); 225 if(hx>=0) return one-tiny; else return tiny-one; 228 s = one/(x*x) [all...] |
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/ |
BooleansTest.java | 165 List<Boolean> one = Arrays.asList(false); local 166 assertTrue(Arrays.equals(ARRAY_FALSE, Booleans.toArray(one)));
|
CharsTest.java | 266 List<Character> one = Arrays.asList((char) 1); local 267 assertTrue(Arrays.equals(ARRAY1, Chars.toArray(one)));
|
DoublesTest.java | 288 List<Double> one = Arrays.asList((double) 1); local 289 assertTrue(Arrays.equals(ARRAY1, Doubles.toArray(one)));
|
FloatsTest.java | 278 List<Float> one = Arrays.asList((float) 1); local 279 assertTrue(Arrays.equals(ARRAY1, Floats.toArray(one)));
|
IntsTest.java | 268 List<Integer> one = Arrays.asList((int) 1); local 269 assertTrue(Arrays.equals(ARRAY1, Ints.toArray(one)));
|
ShortsTest.java | 276 List<Short> one = Arrays.asList((short) 1); local 277 assertTrue(Arrays.equals(ARRAY1, Shorts.toArray(one)));
|
/external/guava/guava-tests/test/com/google/common/cache/ |
LocalLoadingCacheTest.java | 84 Object one = new Object(); local 85 cache.getUnchecked(one); 98 cache.getUnchecked(one); 144 Object one = new Object(); local 145 assertNull(map.put(one, one)); 146 assertSame(one, map.get(one)); 147 assertTrue(map.containsKey(one)); 148 assertTrue(map.containsValue(one)); 187 Object one = new Object(); local 212 Object one = new Object(); local 239 Object one = new Object(); local 299 Object one = new Object(); local [all...] |
/external/guava/guava-tests/test/com/google/common/primitives/ |
BooleansTest.java | 174 List<Boolean> one = Arrays.asList(false); local 175 assertTrue(Arrays.equals(ARRAY_FALSE, Booleans.toArray(one)));
|
CharsTest.java | 320 List<Character> one = Arrays.asList((char) 1); local 321 assertTrue(Arrays.equals(ARRAY1, Chars.toArray(one)));
|
/external/icu/icu4c/source/test/cintltst/ |
cmsgtst.c | 92 /* Keep the #if above in sync with the one below that has the same "add platforms here .." comment. */ 195 int32_t one=0; local 242 umsg_parse(formatter,result,resultLength,&count,&ec,one,two,d2); 254 umsg_parse(formatter,result,resultLength,&count,&ec,&one,&two,&d2); 751 u_uastrcpy(pattern, "The disk {1} contains {0,choice,0#no files|1#one file|1<{0,number} files}"); 797 u_uastrcpy(expected, "The disk MyDisk contains one file"); [all...] |
/external/icu/icu4c/source/test/intltest/ |
plurfmts.cpp | 277 pluralFmt.applyPattern(UNICODE_STRING_SIMPLE("one{one} other{not one}"), status); 281 UnicodeString one = UNICODE_STRING_SIMPLE("one"); local 282 UnicodeString notOne = UNICODE_STRING_SIMPLE("not one"); 287 numResult = one; 337 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}"); 348 testPattern = UNICODE_STRING_SIMPLE("one{one} other{other}") [all...] |
/external/libogg/src/ |
bitwise.c | 606 static int one[33]={146,25,44,151,195,15,153,176,233,131,196,65,85,172,47,40, local 652 cliptest(testbuffer1,test1size,0,one,onesize);
|