HomeSort by relevance Sort by last modified time
    Searched refs:ZERO (Results 1 - 25 of 471) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/icu/source/common/
ucnvisci.c 33 #define ZWNJ 0x200c /* Zero Width Non Joiner */
34 #define ZWJ 0x200d /* Zero width Joiner */
116 ZERO =0x00
290 /*0xa0 : 0x00: 0x900 */ ZERO + ZERO + ZERO + ZERO + ZERO + ZERO + ZERO + ZERO
    [all...]
  /external/icu4c/common/
ucnvisci.c 34 #define ZWNJ 0x200c /* Zero Width Non Joiner */
35 #define ZWJ 0x200d /* Zero width Joiner */
114 ZERO =0x00
293 /*0xa0 : 0x00: 0x900 */ ZERO + ZERO + ZERO + ZERO + ZERO + ZERO + ZERO + ZERO
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidEnumTest.java 26 ZERO, ONE, TWO, THREE, FOUR {boolean isFour() {
40 assertTrue(MyEnum.ZERO.compareTo(MyEnum.ONE) < 0);
41 assertEquals(MyEnum.ZERO, MyEnum.ZERO);
53 e = MyEnum.ZERO;
56 case ZERO:
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionIsEmptyTester.java 19 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
34 @CollectionSize.Require(ZERO)
39 @CollectionSize.Require(absent = ZERO)
MapIsEmptyTester.java 19 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
34 @CollectionSize.Require(ZERO)
39 @CollectionSize.Require(absent = ZERO)
AbstractListIndexOfTester.java 20 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
45 @CollectionSize.Require(absent = ZERO)
73 @CollectionSize.Require(absent = ZERO)
81 @CollectionSize.Require(absent = ZERO)
CollectionContainsTester.java 21 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
39 @CollectionSize.Require(absent = ZERO)
63 @CollectionSize.Require(absent = ZERO)
71 @CollectionSize.Require(absent = ZERO)
MapContainsValueTester.java 19 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
38 @CollectionSize.Require(absent = ZERO)
62 @CollectionSize.Require(absent = ZERO)
70 @CollectionSize.Require(absent = ZERO)
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/spec/
ECPrivateKeySpec_ImplTest.java 58 BigInteger.ZERO,
60 ECPoint g = new ECPoint(BigInteger.ZERO, BigInteger.valueOf(2L));
61 new ECPrivateKeySpec(BigInteger.ZERO,
77 BigInteger.ZERO,
79 ECPoint g = new ECPoint(BigInteger.ZERO, BigInteger.valueOf(2L));
119 BigInteger.ZERO,
121 ECPoint g = new ECPoint(BigInteger.ZERO, BigInteger.valueOf(2L));
125 ECPrivateKeySpec ks = new ECPrivateKeySpec(BigInteger.ZERO, params);
145 BigInteger.ZERO,
147 ECPoint g = new ECPoint(BigInteger.ZERO, BigInteger.valueOf(2L))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_fragprog.c 112 src = swizzle(src, W, ZERO, ZERO, ONE);
391 swizzle(tmp, ONE, ZERO, ONE, ONE), 0, 0);
444 swizzle(consts1, Z, ZERO, ZERO, ZERO), /* 1/(2pi) */
445 swizzle(consts0, W, ZERO, ZERO, ZERO)); /* .75 */
453 swizzle(consts0, X, ZERO, ZERO, ZERO), /* 2 *
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_fragprog.c 112 src = swizzle(src, W, ZERO, ZERO, ONE);
391 swizzle(tmp, ONE, ZERO, ONE, ONE), 0, 0);
444 swizzle(consts1, Z, ZERO, ZERO, ZERO), /* 1/(2pi) */
445 swizzle(consts0, W, ZERO, ZERO, ZERO)); /* .75 */
453 swizzle(consts0, X, ZERO, ZERO, ZERO), /* 2 *
    [all...]
  /external/eigen/blas/
drotmg.f 53 + DU,GAM,GAMSQ,ONE,RGAMSQ,TWO,ZERO
61 DATA ZERO,ONE,TWO/0.D0,1.D0,2.D0/
65 IF (.NOT.DD1.LT.ZERO) GO TO 10
66 * GO ZERO-H-D-AND-DX1..
71 IF (.NOT.DP2.EQ.ZERO) GO TO 20
86 IF (.NOT.DU.LE.ZERO) GO TO 30
87 * GO ZERO-H-D-AND-DX1..
90 DFLAG = ZERO
97 IF (.NOT.DQ2.LT.ZERO) GO TO 50
98 * GO ZERO-H-D-AND-DX1.
    [all...]
srotmg.f 55 + SQ2,STEMP,SU,TWO,ZERO
63 DATA ZERO,ONE,TWO/0.E0,1.E0,2.E0/
67 IF (.NOT.SD1.LT.ZERO) GO TO 10
68 * GO ZERO-H-D-AND-SX1..
73 IF (.NOT.SP2.EQ.ZERO) GO TO 20
88 IF (.NOT.SU.LE.ZERO) GO TO 30
89 * GO ZERO-H-D-AND-SX1..
92 SFLAG = ZERO
99 IF (.NOT.SQ2.LT.ZERO) GO TO 50
100 * GO ZERO-H-D-AND-SX1.
    [all...]
  /art/test/055-enum-performance/src/
SamePackagePrivateEnum.java 2 ZERO, ONE, TWO, THREE, FOUR, FIVE, SIX, SEVEN, EIGHT, NINE,
SamePackagePublicEnum.java 2 ZERO, ONE, TWO, THREE, FOUR, FIVE, SIX, SEVEN, EIGHT, NINE,
  /art/test/055-enum-performance/src/otherpackage/
OtherPackagePublicEnum.java 4 ZERO, ONE, TWO, THREE, FOUR, FIVE, SIX, SEVEN, EIGHT, NINE,
  /dalvik/tests/055-enum-performance/src/
SamePackagePrivateEnum.java 2 ZERO, ONE, TWO, THREE, FOUR, FIVE, SIX, SEVEN, EIGHT, NINE,
SamePackagePublicEnum.java 2 ZERO, ONE, TWO, THREE, FOUR, FIVE, SIX, SEVEN, EIGHT, NINE,
  /dalvik/tests/055-enum-performance/src/otherpackage/
OtherPackagePublicEnum.java 4 ZERO, ONE, TWO, THREE, FOUR, FIVE, SIX, SEVEN, EIGHT, NINE,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECConstants.java 7 public static final BigInteger ZERO = BigInteger.valueOf(0);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv04_state_frag.c 86 return COMBINER_SOURCE(ZERO);
147 return COMBINER_SOURCE(ZERO) |
153 return COMBINER_SOURCE(ZERO) |
189 INPUT_SRC(rc, 1, ZERO, INVERT);
190 INPUT_SRC(rc, 2, ZERO, 0);
191 INPUT_SRC(rc, 3, ZERO, 0);
198 INPUT_SRC(rc, 2, ZERO, 0);
199 INPUT_SRC(rc, 3, ZERO, 0);
212 INPUT_SRC(rc, 1, ZERO, INVERT);
214 INPUT_SRC(rc, 3, ZERO, INVERT)
    [all...]
  /external/clang/test/CodeGen/
debug-info-gline-tables-only.c 24 enum E { ZERO = 0, ONE = 1 };
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_frag.c 86 return COMBINER_SOURCE(ZERO);
147 return COMBINER_SOURCE(ZERO) |
153 return COMBINER_SOURCE(ZERO) |
189 INPUT_SRC(rc, 1, ZERO, INVERT);
190 INPUT_SRC(rc, 2, ZERO, 0);
191 INPUT_SRC(rc, 3, ZERO, 0);
198 INPUT_SRC(rc, 2, ZERO, 0);
199 INPUT_SRC(rc, 3, ZERO, 0);
212 INPUT_SRC(rc, 1, ZERO, INVERT);
214 INPUT_SRC(rc, 3, ZERO, INVERT)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
BCRSAPrivateKey.java 26 private static BigInteger ZERO = BigInteger.valueOf(0);
80 return KeyUtil.getEncodedPrivateKeyInfo(new AlgorithmIdentifier(PKCSObjectIdentifiers.rsaEncryption, DERNull.INSTANCE), new org.bouncycastle.asn1.pkcs.RSAPrivateKey(getModulus(), ZERO, getPrivateExponent(), ZERO, ZERO, ZERO, ZERO, ZERO));
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JCERSAPrivateKey.java 26 private static BigInteger ZERO = BigInteger.valueOf(0);
80 return KeyUtil.getEncodedPrivateKeyInfo(new AlgorithmIdentifier(PKCSObjectIdentifiers.rsaEncryption, DERNull.INSTANCE), new org.bouncycastle.asn1.pkcs.RSAPrivateKey(getModulus(), ZERO, getPrivateExponent(), ZERO, ZERO, ZERO, ZERO, ZERO));

Completed in 2589 milliseconds

1 2 3 4 5 6 7 8 91011>>