OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MINUS_ONE
(Results
1 - 11
of
11
) sorted by null
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
SHA1withDSA_SignatureTest.java
71
private static final BigInteger
MINUS_ONE
= BigInteger.valueOf(-1);
79
{
MINUS_ONE
,
MINUS_ONE
,
MINUS_ONE
},
80
{ BigInteger.ONE, BigInteger.ONE,
MINUS_ONE
},
81
{
MINUS_ONE
, BigInteger.ONE, BigInteger.ONE },
82
{ BigInteger.ONE,
MINUS_ONE
, BigInteger.ONE }, };
[
all
...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
Tnaf.java
14
private static final BigInteger
MINUS_ONE
= ECConstants.ONE.negate();
42
new ZTauElement(MINUS_THREE,
MINUS_ONE
), null,
43
new ZTauElement(
MINUS_ONE
,
MINUS_ONE
), null,
44
new ZTauElement(ECConstants.ONE,
MINUS_ONE
), null
62
new ZTauElement(
MINUS_ONE
, ECConstants.ONE), null,
223
if (check1.compareTo(
MINUS_ONE
) < 0)
242
if (eta.compareTo(
MINUS_ONE
) < 0)
/libcore/luni/src/main/java/java/math/
BigInteger.java
75
static final BigInteger
MINUS_ONE
= new BigInteger(-1, 1);
369
return
MINUS_ONE
;
[
all
...]
/prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar
/prebuilts/sdk/tools/lib/
signapk.jar
/prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar
jython-standalone-2.5.3.jar
/prebuilts/misc/common/ecj/
ecj.jar
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar
Completed in 481 milliseconds