Home
last modified time | relevance | path

Searched refs:bigInt (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DAsn1Utils.java147 private static int bigIntegerToInt(BigInteger bigInt) throws CertificateParsingException { in bigIntegerToInt() argument
148 if (bigInt.compareTo(BigInteger.valueOf(Integer.MAX_VALUE)) > 0 in bigIntegerToInt()
149 || bigInt.compareTo(BigInteger.ZERO) < 0) { in bigIntegerToInt()
152 return bigInt.intValue(); in bigIntegerToInt()
155 private static long bigIntegerToLong(BigInteger bigInt) throws CertificateParsingException { in bigIntegerToLong() argument
156 if (bigInt.compareTo(BigInteger.valueOf(Long.MAX_VALUE)) > 0 in bigIntegerToLong()
157 || bigInt.compareTo(BigInteger.ZERO) < 0) { in bigIntegerToLong()
160 return bigInt.longValue(); in bigIntegerToLong()
/cts/tests/libcore/javautilcollections/libs/
Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/cts/tools/dex-tools/dex/
Dclasses0.out.dex21927 transient java.math.BigInt bigInt