/external/guava/guava-tests/test/com/google/common/primitives/ |
ShortsTest.java | 336 List<Short> one = Arrays.asList((short) 1); local 337 assertTrue(Arrays.equals(ARRAY1, Shorts.toArray(one)));
|
/external/ipsec-tools/src/racoon/ |
algorithm.h | 137 vchar_t *(*one) __P((vchar_t *, vchar_t *)); member in struct:hmac_algorithm 148 vchar_t *(*one) __P((vchar_t *)); member in struct:hash_algorithm
|
/external/linux-tools-perf/src/tools/perf/util/ |
event.h | 101 struct sample_read_value one; member in union:sample_read::__anon14139
|
/external/lz4/lib/ |
xxhash.c | 215 static const int one = 1; variable 216 # define XXH_CPU_LITTLE_ENDIAN (*(char*)(&one))
|
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
t1.c | 63 OPJ_INT32 one, 139 OPJ_INT32 one, 214 OPJ_INT32 one, 371 OPJ_INT32 one, 384 v = opj_int_abs(*datap) & one ? 1 : 0; 490 OPJ_INT32 one; local 493 one = 1 << (bpno + T1_NMSEDEC_FRACBITS); 504 one, 519 OPJ_INT32 one, half, oneplushalf, vsc; local 521 one = 1 << bpno 545 OPJ_INT32 one, half, oneplushalf; local 588 OPJ_INT32 one, half, oneplushalf, vsc; local 712 OPJ_INT32 one; local 739 OPJ_INT32 one, poshalf, neghalf; local 765 OPJ_INT32 one, poshalf, neghalf; local 807 OPJ_INT32 one, poshalf, neghalf; local 948 OPJ_INT32 one; local 1012 OPJ_INT32 one, half, oneplushalf, agg, runlen, vsc; local [all...] |
/external/skia/src/effects/ |
SkColorMatrixFilter.cpp | 159 int32_t one = SK_Fixed1; local 168 one >>= bits; 173 (array[18] - one) | array[19]); 183 int32_t needsScale = (array[SkColorMatrix::kR_Scale] - one) | 184 (array[SkColorMatrix::kG_Scale] - one) | 185 (array[SkColorMatrix::kB_Scale] - one);
|
/external/wpa_supplicant_8/src/common/ |
sae.c | 760 * If K is identity element (one), reject. 961 * shall be dropped if the peer-scalar is identical to the one used in 1040 struct crypto_bignum *res, *one; local 1058 one = crypto_bignum_init_set(one_bin, sizeof(one_bin)); 1059 if (!res || !one || 1060 crypto_bignum_sub(sae->tmp->prime, one, res) || 1065 crypto_bignum_deinit(one, 0); 1069 crypto_bignum_deinit(one, 0); [all...] |
/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/ |
Camera2UtilsTest.java | 172 int[] one = {1}, two = {2}; local 174 requestSettingsSetAndAssertChanged(s, CaptureRequest.SENSOR_TEST_PATTERN_DATA, one, true); 175 requestSettingsSetAndAssertChanged(s, CaptureRequest.SENSOR_TEST_PATTERN_DATA, one, false);
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
SerializationTestClass.java | 100 public int one; field in class:SerializationTestClass.TestFieldsOnePublic 104 public int one; field in class:SerializationTestClass.TestFieldsTwoPublic 110 private int one; field in class:SerializationTestClass.TestFieldsOnePrivate 115 private int one; field in class:SerializationTestClass.TestFieldsTwoPrivate 120 protected int one; field in class:SerializationTestClass.TestFieldsOneProtected 124 protected int one; field in class:SerializationTestClass.TestFieldsTwoProtected 129 static int one; field in class:SerializationTestClass.TestFieldsOneStatic 133 static int one; field in class:SerializationTestClass.TestFieldsTwoStatic 138 final int one = 0; field in class:SerializationTestClass.TestFieldsOneFinal 142 final int one = 0 field in class:SerializationTestClass.TestFieldsTwoFinal 147 volatile int one; field in class:SerializationTestClass.TestFieldsOneVolatile 151 volatile int one; field in class:SerializationTestClass.TestFieldsTwoVolatile 156 transient int one; field in class:SerializationTestClass.TestFieldsOneTransient 160 transient int one; field in class:SerializationTestClass.TestFieldsTwoTransient [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
BigIntegerTest.java | 2 * Licensed to the Apache Software Foundation (ASF) under one or more 31 BigInteger one = new BigInteger("1", 10); field in class:BigIntegerTest 220 assertTrue("0=1", !zero.equals(one)); 222 assertTrue("1=-1", !one.equals(minusOne)); 232 assertTrue("Smaller number returned >= 0", one.compareTo(two) < 0); 233 assertTrue("Larger number returned >= 0", two.compareTo(one) > 0); 234 assertTrue("Equal numbers did not return 0", one.compareTo(one) == 0); 236 two.negate().compareTo(one) < 0); 274 assertTrue("0+1", zero.add(one).equals(one)) [all...] |
/system/extras/perfprofd/quipper/kernel-headers/tools/perf/util/ |
event.h | 110 struct sample_read_value one; member in union:sample_read::__anon70055
|
/system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/ |
event.h | 101 struct sample_read_value one; member in union:sample_read::__anon70058
|
/external/guava/guava-tests/test/com/google/common/cache/ |
LocalCacheTest.java | 570 Object one = map.get(key, loader); local 574 assertNotSame(one, two); 612 final Object one = new Object(); local 613 int hash = map.hash(one); 620 map.get(one, loader); 638 map.get(one, loader); 646 ReferenceEntry<Object, Object> entry = segment.getEntry(one, hash); 664 assertTrue(map.containsKey(one)); 666 assertSame(computedObject, map.get(one)); 708 final Object one = new Object() local 771 Object one = new Object(); local 813 Object one = new Object(); local 844 Object one = new Object(); local 870 Object one = new Object(); local 897 Object one = new Object(); local 2394 LocalLoadingCache<Object, Object> one = (LocalLoadingCache) CacheBuilder.newBuilder() local 2450 LocalManualCache<Object, Object> one = (LocalManualCache) CacheBuilder.newBuilder() local [all...] |
/art/test/046-reflect/src/ |
Main.java | 66 String one, two, three, four; local 70 one = (String) field.get(instance); 78 System.out.println(" ::: " + one + ":" + two + ":" + three);
|
/bionic/libc/dns/net/ |
gethnamaddr.c | 260 * same as the one we sent; this just gets the expanded name 460 * Note: we sort even if host can take only one address 462 * address in that case, not some random one 576 const int one = 1; local 577 setsockopt(s, SOL_SOCKET, SO_REUSEADDR, &one, sizeof(one)); [all...] |
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
e_lgammal_r.c | 31 one = 1; variable 216 case 4: y = __kernel_sinl(pi*(one-y),zero,0); break; 243 return one/vzero; 251 return one/vzero; 253 if(t==zero) return one/vzero; 293 p2 = one+y*(v1+y*(v2+y*(v3+y*(v4+y*(v5+y*(v6+y*(v7+ 304 q = one+y*(r1+y*(r2+y*(r3+y*(r4+y*(r5+y*(r6+y*(r7+y*(r8+ 319 z = one/x; 324 r = (x-half)*(t-one)+w;
|
s_erfl.c | 32 one = 1, variable 205 return (1-i)+one/x; /* erfl(+-inf)=+-1 */ 218 s = one+z*(qq1+z*(qq2+z*(qq3+z*(qq4+z*(qq5+z*(qq6+z*(qq7+ 224 s = ax-one; 227 Q = one+s*(qa1+s*(qa2+s*(qa3+s*(qa4+s*(qa5+s*(qa6+s*(qa7+ 232 if(x>=0) return (one-tiny); else return (tiny-one); 234 s = one/(ax*ax); 239 S=one+s*(sa1+s*(sa2+s*(sa3+s*(sa4+s*(sa5+s*(sa6+s*(sa7+ 246 S=one+s*(sb1+s*(sb2+s*(sb3+s*(sb4+s*(sb5+s*(sb6+s*(sb7 [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
DexFile.java | 137 * than one class with the same name. 502 Section one = sections[i]; local 503 int placedAt = one.setFileOffset(offset); 509 if (one == map) { 519 if (one instanceof MixedItemSection) { 524 ((MixedItemSection) one).placeItems(); 527 offset = placedAt + one.writeSize(); 546 Section one = sections[i]; local 547 int zeroCount = one.getFileOffset() - out.getCursor(); 552 out.writeZeroes(one.getFileOffset() - out.getCursor()) [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
DexFile.java | 156 * than one class with the same name. 519 Section one = sections[i]; local 520 int placedAt = one.setFileOffset(offset); 526 if (one == map) { 536 if (one instanceof MixedItemSection) { 541 ((MixedItemSection) one).placeItems(); 544 offset = placedAt + one.writeSize(); 563 Section one = sections[i]; local 564 int zeroCount = one.getFileOffset() - out.getCursor(); 569 out.writeZeroes(one.getFileOffset() - out.getCursor()) [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
ECPoint.java | 27 ECFieldElement one = curve.fromBigInteger(ECConstants.ONE); local 34 return new ECFieldElement[]{ one }; 36 return new ECFieldElement[]{ one, one, one }; 38 return new ECFieldElement[]{ one, curve.getA() }; 70 return h == null || h.equals(ECConstants.ONE) || !ECAlgorithms.referenceMultiply(this, h).isInfinity(); 634 throw new IllegalArgumentException("Exactly one of the field elements is null"); [all...] |
/external/clang/lib/CodeGen/ |
CGExprAgg.cpp | 378 /// \brief Determine if E is a trivial array filler, that is, one that is 440 llvm::Value *one = llvm::ConstantInt::get(CGF.SizeTy, 1); local 453 element = Builder.CreateInBoundsGEP(element, one, "arrayinit.element"); 481 element = Builder.CreateInBoundsGEP(element, one, "arrayinit.start"); 508 Builder.CreateInBoundsGEP(currentElement, one, "arrayinit.next"); 523 // Leave the partial-array cleanup if we entered one. [all...] |
/external/clang/lib/Sema/ |
SemaPseudoObject.cpp | 373 // Otherwise, it must already be one of our semantic expressions; 481 Expr *one = IntegerLiteral::Create(S.Context, oneV, S.Context.IntTy, local 485 result = S.BuildBinOp(Sc, opcLoc, BO_Add, result.get(), one); 487 result = S.BuildBinOp(Sc, opcLoc, BO_Sub, result.get(), one); [all...] |
/external/crcalc/src/com/hp/creals/ |
UnaryCRFunction.java | 211 CR one = CR.valueOf(1); field in class:atan_UnaryCRFunction 214 CR abs_sin_atan = x2.divide(one.add(x2)).sqrt(); 331 // Comparison with a difference of one treated as equality. 361 // one outside [f_l, f_h]. 639 CR delta = ONE.shiftLeft(log_delta);
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
DexFile.java | 158 * than one class with the same name. 521 Section one = sections[i]; local 522 int placedAt = one.setFileOffset(offset); 528 if (one == map) { 538 if (one instanceof MixedItemSection) { 543 ((MixedItemSection) one).placeItems(); 546 offset = placedAt + one.writeSize(); 565 Section one = sections[i]; local 566 int zeroCount = one.getFileOffset() - out.getCursor(); 571 out.writeZeroes(one.getFileOffset() - out.getCursor()) [all...] |
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
SetsTest.java | 110 ImmutableSet<SomeEnum> one local 112 ASSERT.that(one).has().item(SomeEnum.B); 364 * A unary cartesian product is one list of size 1 for each element in the 475 // a bigger one 622 Set<Set<Object>> one = powerSet(zero); local 623 Set<Set<Set<Object>>> two = powerSet(one);
|