HomeSort by relevance Sort by last modified time
    Searched refs:TEN (Results 1 - 24 of 24) sorted by null

  /dalvik/tests/055-enum-performance/src/
SamePackagePrivateEnum.java 3 TEN, ELEVEN, TWELVE, THIRTEEN, FOURTEEN, FIFTEEN, SIXTEEN,
SamePackagePublicEnum.java 3 TEN, ELEVEN, TWELVE, THIRTEEN, FOURTEEN, FIFTEEN, SIXTEEN,
  /dalvik/tests/055-enum-performance/src/otherpackage/
OtherPackagePublicEnum.java 5 TEN, ELEVEN, TWELVE, THIRTEEN, FOURTEEN, FIFTEEN, SIXTEEN,
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/pkcs7/
SignerInfoTest.java 37 BigInteger.TEN.toByteArray() };
  /libcore/luni/src/test/java/tests/security/interfaces/
DSAParamsTest.java 27 private final BigInteger q = BigInteger.TEN;
DSAKeyPairGeneratorTest.java 33 private final BigInteger q = BigInteger.TEN;
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/tsp/
TSTInfoTest.java 60 TSTInfo info = new TSTInfo(1, policy, msgImprint, BigInteger.TEN,
72 assertEquals("Decoded serialNumber is incorrect", BigInteger.TEN,
TimeStampRespTest.java 76 TSTInfo tSTInfo = new TSTInfo(1, policy, msgImprint, BigInteger.TEN,
  /libcore/luni/src/main/java/java/math/
Multiplication.java 37 * An array with powers of ten that fit in the type {@code int}.
54 * An array with the first powers of ten in {@code BigInteger} version.
78 bigTenPows[i] = bigTenPows[i - 1].multiply(BigInteger.TEN);
98 * Multiplies a number by a power of ten.
112 * It calculates a power of ten, which exponent could be out of 32-bit range.
115 * @param exp the exponent of power of ten, it must be positive.
127 return BigInteger.TEN.pow(intExp);
149 * This branch probably won't be executed since the power of ten is too
BigInteger.java 72 public static final BigInteger TEN = new BigInteger(1, 10);
81 new BigInteger(1, 9), TEN };
    [all...]
BigDecimal.java 128 * An array with powers of ten that fit in the type <code>long</code>
213 * The constant ten as a {@code BigDecimal}.
215 public static final BigDecimal TEN = new BigDecimal(10, 0);
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
FormatterTest.java     [all...]
  /external/apache-harmony/math/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalConstructorsTest.java 46 * check TEN
51 assertEquals("incorrect string value", oneS, BigDecimal.TEN.toString());
52 assertEquals("incorrect double value", oneD, BigDecimal.TEN.doubleValue(), 0);
BigDecimalCompareTest.java 508 BigDecimal testInstance = BigDecimal.TEN.multiply(new BigDecimal("0.1"));
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
AlgorithmParametersTest.java 527 BigInteger q = BigInteger.TEN;
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
AlgorithmParametersTest.java 598 BigInteger q = BigInteger.TEN;
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 326 milliseconds