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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
debug-info-namespace.cpp 6 ZERO,
  /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)
ListSetTester.java 20 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
40 @CollectionSize.Require(absent = ZERO)
45 @CollectionSize.Require(absent = ZERO)
52 @CollectionSize.Require(absent = ZERO)
96 @CollectionSize.Require(absent = ZERO)
107 @CollectionSize.Require(ZERO)
120 @CollectionSize.Require(absent = ZERO)
MapCreationTester.java 20 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
45 @CollectionSize.Require(absent = ZERO)
52 @CollectionSize.Require(absent = ZERO)
62 @CollectionSize.Require(absent = ZERO)
69 @CollectionSize.Require(absent = ZERO)
79 @CollectionSize.Require(absent = ZERO)
89 @CollectionSize.Require(absent = {ZERO, ONE})
95 @CollectionSize.Require(absent = {ZERO, ONE})
101 @CollectionSize.Require(absent = {ZERO, ONE})
112 @CollectionSize.Require(absent = {ZERO, ONE}
    [all...]
CollectionRetainAllTester.java 22 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
107 @CollectionSize.Require(ZERO)
114 @CollectionSize.Require(ZERO)
121 @CollectionSize.Require(absent = ZERO)
129 @CollectionSize.Require(absent = ZERO)
138 @CollectionSize.Require(ZERO)
145 @CollectionSize.Require(ZERO)
152 @CollectionSize.Require(absent = ZERO)
160 @CollectionSize.Require(absent = ZERO)
183 @CollectionSize.Require(absent = {ZERO, ONE}
    [all...]
ListRemoveAtIndexTester.java 20 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
40 @CollectionSize.Require(absent = ZERO)
71 @CollectionSize.Require(absent = ZERO)
77 @CollectionSize.Require(absent = {ZERO, ONE})
83 @CollectionSize.Require(absent = ZERO)
SetCreationTester.java 22 import static com.google.common.collect.testing.features.CollectionSize.ZERO;
42 @CollectionSize.Require(absent = {ZERO, ONE})
54 @CollectionSize.Require(absent = {ZERO, ONE})
67 @CollectionSize.Require(absent = {ZERO, ONE})
79 @CollectionSize.Require(absent = {ZERO, ONE})
  /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...]
ECPublicKeySpec_ImplTest.java 58 BigInteger.ZERO,
60 ECPoint g = new ECPoint(BigInteger.ZERO, BigInteger.valueOf(2L));
77 BigInteger.ZERO,
79 ECPoint g = new ECPoint(BigInteger.ZERO, BigInteger.valueOf(2L));
118 BigInteger.ZERO,
120 ECPoint g = new ECPoint(BigInteger.ZERO, BigInteger.valueOf(2L));
143 BigInteger.ZERO,
145 ECPoint g = new ECPoint(BigInteger.ZERO, BigInteger.valueOf(2L));
169 BigInteger.ZERO,
171 ECPoint g = new ECPoint(BigInteger.ZERO, BigInteger.valueOf(2L))
    [all...]
ECParameterSpec_ImplTest.java 57 BigInteger.ZERO,
59 ECPoint g = new ECPoint(BigInteger.ZERO, BigInteger.valueOf(2L));
74 BigInteger.ZERO,
76 ECPoint generator = new ECPoint(BigInteger.ZERO, BigInteger.valueOf(2L));
122 BigInteger.ZERO,
124 ECPoint generator = new ECPoint(BigInteger.ZERO, BigInteger.valueOf(2L));
137 new ECParameterSpec(curve, generator, BigInteger.ZERO, 10);
179 BigInteger.ZERO,
181 ECPoint generator = new ECPoint(BigInteger.ZERO, BigInteger.valueOf(2L));
202 BigInteger.ZERO,
    [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...]
  /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/clang/test/CodeGen/
debug-info-gline-tables-only.c 24 enum E { ZERO = 0, ONE = 1 };
  /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 1803 milliseconds

1 2 3 4 5 6 7 8 91011>>