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

1 2 3 4 5 6 7 8 91011>>

  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
RSAMultiPrimePrivateCrtKeySpecTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
40 new RSAOtherPrimeInfo(BigInteger.ONE, BigInteger.ONE, BigInteger.ONE),
41 new RSAOtherPrimeInfo(BigInteger.ONE, BigInteger.ONE, BigInteger.ONE),
42 new RSAOtherPrimeInfo(BigInteger.ONE, BigInteger.ONE, BigInteger.ONE)
    [all...]
RSAPrivateCrtKeySpecTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
52 BigInteger.ONE,
53 BigInteger.ONE,
54 BigInteger.ONE,
55 BigInteger.ONE,
56 BigInteger.ONE,
57 BigInteger.ONE,
58 BigInteger.ONE,
59 BigInteger.ONE);
70 BigInteger.ONE,
    [all...]
  /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/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);
  /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...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/spec/
EllipticCurve_ImplTest.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
46 BigInteger.ONE,
52 BigInteger.ONE,
61 BigInteger.ONE,
70 BigInteger.ONE,
73 BigInteger.ONE,
79 BigInteger.ONE,
88 // test case 6: not equal objects - one seed is null
90 BigInteger.ONE,
101 BigInteger.ONE,
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
RSAKeyPairGenerator.java 18 private static final BigInteger ONE = BigInteger.valueOf(1);
52 if (p.mod(e).equals(ONE))
62 if (e.gcd(p.subtract(ONE)).equals(ONE))
85 if (q.mod(e).equals(ONE))
95 if (e.gcd(q.subtract(ONE)).equals(ONE))
125 pSub1 = p.subtract(ONE);
126 qSub1 = q.subtract(ONE);
  /external/clang/test/SemaCXX/
pragma-vtordisp.cpp 18 #define ONE 1
19 #pragma vtordisp(push, ONE)
  /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,
  /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/guava/guava-testlib/src/com/google/common/collect/testing/testers/
SetCreationTester.java 21 import static com.google.common.collect.testing.features.CollectionSize.ONE;
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/api/java/org/apache/harmony/security/tests/java/security/
AlgorithmParameterGenerator3Test.java 2 * Licensed to the Apache Software Foundation (ASF) under one or more
160 DSAParameterSpec spec = new DSAParameterSpec(BigInteger.ONE,
161 BigInteger.ONE, BigInteger.ONE);
181 DSAParameterSpec spec = new DSAParameterSpec(BigInteger.ONE,
182 BigInteger.ONE, BigInteger.ONE);
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
mmx_blendtmp.h 42 #define ONE(x) x
45 #undef ONE
67 #define ONE(x)
70 #undef ONE
92 #define ONE(x) x
95 #undef ONE
  /external/mesa3d/src/mesa/x86/
mmx_blendtmp.h 42 #define ONE(x) x
45 #undef ONE
67 #define ONE(x)
70 #undef ONE
92 #define ONE(x) x
95 #undef ONE
  /external/chromium_org/third_party/mesa/src/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/clang/test/FixIt/
fixit.c 39 #define ONE 1
45 // CHECK: x = y ? ONE : TWO;
46 x = y ? ONE TWO; // expected-error {{':'}} expected-note {{to match}}

Completed in 751 milliseconds

1 2 3 4 5 6 7 8 91011>>