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

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/tests/security/spec/
RSAMultiPrimePrivateCrtKeySpecTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
42 new RSAOtherPrimeInfo(BigInteger.ONE, BigInteger.ONE, BigInteger.ONE),
43 new RSAOtherPrimeInfo(BigInteger.ONE, BigInteger.ONE, BigInteger.ONE),
44 new RSAOtherPrimeInfo(BigInteger.ONE, BigInteger.ONE, BigInteger.ONE)
    [all...]
RSAPrivateCrtKeySpecTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
45 BigInteger.ONE,
46 BigInteger.ONE,
47 BigInteger.ONE,
48 BigInteger.ONE,
49 BigInteger.ONE,
50 BigInteger.ONE,
51 BigInteger.ONE,
52 BigInteger.ONE);
63 BigInteger.ONE,
    [all...]
  /external/annotation-tools/asmx/test/conform/annotations/
ValuesEnum.java 6 ONE, TWO, THREE;
ValuesEnum.class 
  /external/clang/test/Modules/Inputs/
redecl-merge-top-explicit.h 7 #define ONE 1
  /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);
42 assertTrue(MyEnum.TWO.compareTo(MyEnum.ONE) > 0);
43 assertTrue(MyEnum.FOUR.compareTo(MyEnum.ONE) > 0);
45 assertEquals("ONE", MyEnum.ONE.name());
46 assertSame(MyEnum.ONE.getDeclaringClass(), MyEnum.class);
  /external/robolectric-shadows/sandbox/src/test/java/org/robolectric/testing/
AnEnum.java 7 ONE, TWO, MANY
  /libcore/luni/src/test/java/tests/security/interfaces/
RSAMultiPrimePrivateCrtKeyTest.java 33 new RSAOtherPrimeInfo(BigInteger.ONE, BigInteger.ONE, BigInteger.ONE),
34 new RSAOtherPrimeInfo(BigInteger.ONE, BigInteger.ONE, BigInteger.ONE),
35 new RSAOtherPrimeInfo(BigInteger.ONE, BigInteger.ONE, BigInteger.ONE)
38 private final BigInteger publicExponent = BigInteger.ONE;
    [all...]
  /dalvik/dx/tests/091-ssa-const-collector/
Blort$Foo.class 
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
RSAKeyParameters.java 8 private static final BigInteger ONE = BigInteger.valueOf(1);
44 "8359472391642885328171302299245556663073719855")).equals(ONE))
  /external/desugar/test/java/com/google/devtools/build/android/desugar/testdata/java8/
ConcreteDefaultInterfaceWithLambda.java 21 static final String ONE = String.valueOf(1);
27 .map(i -> i == 0 ? ONE : String.valueOf(i))
  /external/eigen/lapack/
clarfb.f 215 COMPLEX ONE
216 PARAMETER ( ONE = ( 1.0E+0, 0.0E+0 ) )
274 $ LASTC, K, ONE, V, LDV, WORK, LDWORK )
280 $ LASTC, K, LASTV-K, ONE, C( K+1, 1 ), LDC,
281 $ V( K+1, 1 ), LDV, ONE, WORK, LDWORK )
287 $ LASTC, K, ONE, T, LDT, WORK, LDWORK )
296 $ LASTV-K, LASTC, K, -ONE, V( K+1, 1 ), LDV,
297 $ WORK, LDWORK, ONE, C( K+1, 1 ), LDC )
303 $ 'Unit', LASTC, K, ONE, V, LDV, WORK, LDWORK )
331 $ LASTC, K, ONE, V, LDV, WORK, LDWORK
    [all...]
dlarfb.f 215 DOUBLE PRECISION ONE
216 PARAMETER ( ONE = 1.0D+0 )
270 $ LASTC, K, ONE, V, LDV, WORK, LDWORK )
277 $ ONE, C( K+1, 1 ), LDC, V( K+1, 1 ), LDV,
278 $ ONE, WORK, LDWORK )
284 $ LASTC, K, ONE, T, LDT, WORK, LDWORK )
294 $ -ONE, V( K+1, 1 ), LDV, WORK, LDWORK, ONE,
301 $ LASTC, K, ONE, V, LDV, WORK, LDWORK )
329 $ LASTC, K, ONE, V, LDV, WORK, LDWORK
    [all...]
slarfb.f 215 REAL ONE
216 PARAMETER ( ONE = 1.0E+0 )
270 $ LASTC, K, ONE, V, LDV, WORK, LDWORK )
277 $ ONE, C( K+1, 1 ), LDC, V( K+1, 1 ), LDV,
278 $ ONE, WORK, LDWORK )
284 $ LASTC, K, ONE, T, LDT, WORK, LDWORK )
294 $ -ONE, V( K+1, 1 ), LDV, WORK, LDWORK, ONE,
301 $ LASTC, K, ONE, V, LDV, WORK, LDWORK )
329 $ LASTC, K, ONE, V, LDV, WORK, LDWORK
    [all...]
zlarfb.f 215 COMPLEX*16 ONE
216 PARAMETER ( ONE = ( 1.0D+0, 0.0D+0 ) )
274 $ LASTC, K, ONE, V, LDV, WORK, LDWORK )
280 $ LASTC, K, LASTV-K, ONE, C( K+1, 1 ), LDC,
281 $ V( K+1, 1 ), LDV, ONE, WORK, LDWORK )
287 $ LASTC, K, ONE, T, LDT, WORK, LDWORK )
297 $ -ONE, V( K+1, 1 ), LDV, WORK, LDWORK,
298 $ ONE, C( K+1, 1 ), LDC )
304 $ 'Unit', LASTC, K, ONE, V, LDV, WORK, LDWORK )
332 $ LASTC, K, ONE, V, LDV, WORK, LDWORK
    [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,
  /art/test/712-varhandle-invocations/src/
Widget.java 37 public static final Widget ONE = new Widget(1);
  /external/annotation-tools/annotation-file-utilities/tests/
NonClass.java 4 enum B { ONE; void m() { Object l; } }
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECConstants.java 8 public static final BigInteger ONE = BigInteger.valueOf(1);
  /external/clang/test/CodeGen/
debug-info-gline-tables-only.c 24 enum E { ZERO = 0, ONE = 1 };
  /external/libbrillo/brillo/
enum_flags_unittest.cc 22 ONE = 1,
74 value |= SomeFlagsEnumClass::ONE;
75 EXPECT_EQ(SomeFlagsEnumClass::ONE, value);
79 EXPECT_EQ(SomeFlagsEnumClass::ONE | SomeFlagsEnumClass::THREE, value);
82 value &= ~SomeFlagsEnumClass::ONE;
137 value |= SomeFlagsEnumClass::ONE;
145 value &= ~SomeFlagsEnumClass::ONE;
160 // one.
189 // one.
190 EXPECT_EQ(-2, static_cast<int>(~SomeFlagsEnumClass::ONE));
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/
Primes.java 17 private static final BigInteger ONE = BigInteger.valueOf(1);
173 BigInteger wSubOne = candidate.subtract(ONE);
184 if (g.compareTo(ONE) > 0)
191 if (z.equals(ONE) || z.equals(wSubOne))
209 if (z.equals(ONE))
219 if (!z.equals(ONE))
224 if (!z.equals(ONE))
230 g = x.subtract(ONE).gcd(w);
232 if (g.compareTo(ONE) > 0)
299 BigInteger wSubOne = candidate.subtract(ONE);
    [all...]
  /external/wycheproof/java/com/google/security/wycheproof/testcases/
DhTest.java 227 u = u.multiply(u).add(BigInteger.ONE).mod(n);
230 BigInteger prod = BigInteger.ONE;
232 v = v.multiply(v).add(BigInteger.ONE).mod(n);
239 BigInteger result = BigInteger.ONE;
242 if (f.equals(BigInteger.ONE)) {
273 assertTrue("Expecting g > 1", g.compareTo(BigInteger.ONE) > 0);
274 assertTrue("Expecting g < p - 1", g.compareTo(p.subtract(BigInteger.ONE)) < 0);
289 // test whether one of the small factors found by the partial factorization divides
297 BigInteger p1 = p.subtract(BigInteger.ONE);
301 assertEquals("g likely does not generate a prime oder subgroup", BigInteger.ONE,
    [all...]

Completed in 1038 milliseconds

1 2 3 4 5 6 7 8 91011>>