HomeSort by relevance Sort by last modified time
    Searched refs:ONE (Results 26 - 50 of 359) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListCreationTester.java 20 import static com.google.common.collect.testing.features.CollectionSize.ONE;
37 @CollectionSize.Require(absent = {ZERO, ONE})
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_vertprog.h 145 #define VSF_ATTR_UNITY(reg) EASY_VSF_SOURCE(reg, ONE, ONE, ONE, ONE, ATTR, NONE)
146 #define VSF_UNITY(reg) EASY_VSF_SOURCE(reg, ONE, ONE, ONE, ONE, NONE, NONE)
  /external/chromium_org/v8/test/mjsunit/es6/regress/
regress-2186.js 33 var ONE = 1;
34 var ANOTHER_ONE = heapify(ONE);
35 assertSame(ONE, ANOTHER_ONE);
36 assertEquals("number", typeof ONE);
40 set.add(ONE);
41 assertTrue(set.has(ONE));
45 map.set(ONE, 23);
46 assertSame(23, map.get(ONE));
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
EnumConstantNotPresentExceptionTest.java 1 /* Licensed to the Apache Software Foundation (ASF) under one or more
24 ONE, TWO, THREE
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DHPrivateKeySpecTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
43 BigInteger.ONE, new BigInteger("1000000000000") };
45 BigInteger.ONE, new BigInteger("1000000000000") };
47 BigInteger.ONE, new BigInteger("1000000000000") };
DHPublicKeySpecTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
43 BigInteger.ONE, new BigInteger("1000000000000") };
45 BigInteger.ONE, new BigInteger("1000000000000") };
47 BigInteger.ONE, new BigInteger("1000000000000") };
DHParameterSpecTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
45 BigInteger.ONE, new BigInteger("1000000000000") };
47 BigInteger.ONE, new BigInteger("1000000000000") };
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
DHParametersHelper.java 17 private static final BigInteger ONE = BigInteger.valueOf(1);
43 p = q.shiftLeft(1).add(ONE);
76 // while (g.modPow(TWO, p).equals(ONE) || g.modPow(q, p).equals(ONE));
88 while (g.equals(ONE));
DSAKeyPairGenerator.java 24 private static final BigInteger ONE = BigInteger.valueOf(1);
51 // return c.mod(q.subtract(ONE)).add(ONE);
54 return BigIntegers.createRandomInRange(ONE, q.subtract(ONE), random);
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
TypeConverter.java 27 private static final String ONE = "1";
76 // NOTE: This is likely to be one of the areas we will want to optimize
94 if (value.equals(ONE)) {
124 if (value.equals(ONE)) {
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DHPrivateKeySpecTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
43 BigInteger.ONE, new BigInteger("1000000000000")};
45 BigInteger.ONE, new BigInteger("1000000000000")};
47 BigInteger.ONE, new BigInteger("1000000000000")};
DHPublicKeySpecTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
43 BigInteger.ONE, new BigInteger("1000000000000")};
45 BigInteger.ONE, new BigInteger("1000000000000")};
47 BigInteger.ONE, new BigInteger("1000000000000")};
  /external/skia/samplecode/
SampleMeasure.cpp 31 static const SkScalar ONE = SkIntToScalar(9999)/10000;
38 { ONE, false, false },
39 { ONE, false, true },
40 { ONE, true, false },
41 { ONE, true, true }
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_fpc_translate.c 225 src = swizzle(src, X, Y, Z, ONE);
561 swizzle(tmp, X, X, ONE, ONE),
562 swizzle(tmp, X, ONE, ONE, ONE), 0);
567 swizzle(tmp, X, Y, X, ONE),
568 swizzle(tmp, X, X, ONE, ONE), 0);
573 swizzle(tmp, X, X, Z, ONE),
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_translate.c 225 src = swizzle(src, X, Y, Z, ONE);
561 swizzle(tmp, X, X, ONE, ONE),
562 swizzle(tmp, X, ONE, ONE, ONE), 0);
567 swizzle(tmp, X, Y, X, ONE),
568 swizzle(tmp, X, X, ONE, ONE), 0);
573 swizzle(tmp, X, X, Z, ONE),
    [all...]
  /external/eigen/blas/
drotmg.f 15 * WITH DPARAM(1)=DFLAG, H HAS ONE OF THE FOLLOWING FORMS..
53 + DU,GAM,GAMSQ,ONE,RGAMSQ,TWO,ZERO
61 DATA ZERO,ONE,TWO/0.D0,1.D0,2.D0/
84 DU = ONE - DH12*DH21
101 DFLAG = ONE
104 DU = ONE + DH11*DH22
113 DFLAG = -ONE
129 DH11 = ONE
130 DH22 = ONE
131 DFLAG = -ONE
    [all...]
srotmg.f 15 * WITH SPARAM(1)=SFLAG, H HAS ONE OF THE FOLLOWING FORMS..
54 REAL GAM,GAMSQ,ONE,RGAMSQ,SFLAG,SH11,SH12,SH21,SH22,SP1,SP2,SQ1,
63 DATA ZERO,ONE,TWO/0.E0,1.E0,2.E0/
86 SU = ONE - SH12*SH21
103 SFLAG = ONE
106 SU = ONE + SH11*SH22
115 SFLAG = -ONE
131 SH11 = ONE
132 SH22 = ONE
133 SFLAG = -ONE
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
OldBigIntegerTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
109 // q = p.subtract(BigInteger.ONE).divide(TWO);
209 BigInteger wpMinusOne = wp.subtract(BigInteger.ONE);
297 assertTrue("0+1", BigInteger.ZERO.add(BigInteger.ONE).equals(BigInteger.ONE));
298 assertTrue("1+0", BigInteger.ONE.add(BigInteger.ZERO).equals(BigInteger.ONE));
299 assertTrue("1+1", BigInteger.ONE.add(BigInteger.ONE).equals(two));
303 assertTrue("1+(-1)", BigInteger.ONE.add(minusOne).equals(BigInteger.ZERO))
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
MacData.java 18 private static final BigInteger ONE = BigInteger.valueOf(1);
52 this.iterationCount = ONE;
99 if (!iterationCount.equals(ONE))
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
RSABlindedEngine.java 20 private static final BigInteger ONE = BigInteger.valueOf(1);
54 * For RSA this is always one byte less than the key size on
66 * For RSA this is always one byte less than the key size on
106 BigInteger r = BigIntegers.createRandomInRange(ONE, m.subtract(ONE), random);
  /libcore/luni/src/main/java/libcore/icu/
NativePluralRules.java 29 public static final int ONE = 1;
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
EllipticCurveTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
44 BigInteger a = BigInteger.ONE;
60 a = BigInteger.ONE;
78 BigInteger a = BigInteger.ONE;
103 a = BigInteger.ONE;
262 BigInteger a = BigInteger.ONE;
277 a = BigInteger.ONE;
294 BigInteger a = BigInteger.ONE;
317 a = BigInteger.ONE;
442 * to the one passed to the constructor; (both must refe
    [all...]
  /libcore/luni/src/test/java/tests/security/spec/
EllipticCurveTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
45 BigInteger a = BigInteger.ONE;
61 a = BigInteger.ONE;
79 BigInteger a = BigInteger.ONE;
102 a = BigInteger.ONE;
253 BigInteger a = BigInteger.ONE;
268 a = BigInteger.ONE;
285 BigInteger a = BigInteger.ONE;
306 a = BigInteger.ONE;
423 * to the one passed to the constructor; (both must refe
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_debug_xform.c 68 ONE, NIL, NIL, NIL,
69 NIL, ONE, NIL, NIL,
70 NIL, NIL, ONE, NIL,
71 NIL, NIL, NIL, ONE
76 NIL, NIL, ONE, NIL,
77 NIL, NIL, NIL, ONE
82 NIL, NIL, ONE, NIL,
83 NIL, NIL, NIL, ONE
89 NIL, NIL, NIL, ONE
95 NIL, NIL, NIL, ONE
    [all...]
  /external/mesa3d/src/mesa/math/
m_debug_xform.c 68 ONE, NIL, NIL, NIL,
69 NIL, ONE, NIL, NIL,
70 NIL, NIL, ONE, NIL,
71 NIL, NIL, NIL, ONE
76 NIL, NIL, ONE, NIL,
77 NIL, NIL, NIL, ONE
82 NIL, NIL, ONE, NIL,
83 NIL, NIL, NIL, ONE
89 NIL, NIL, NIL, ONE
95 NIL, NIL, NIL, ONE
    [all...]

Completed in 844 milliseconds

12 3 4 5 6 7 8 91011>>