HomeSort by relevance Sort by last modified time
    Searched defs:TEN (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /art/test/055-enum-performance/src/
SamePackagePrivateEnum.java 3 TEN, ELEVEN, TWELVE, THIRTEEN, FOURTEEN, FIFTEEN, SIXTEEN,
SamePackagePublicEnum.java 3 TEN, ELEVEN, TWELVE, THIRTEEN, FOURTEEN, FIFTEEN, SIXTEEN,
  /art/test/055-enum-performance/src/otherpackage/
OtherPackagePublicEnum.java 5 TEN, ELEVEN, TWELVE, THIRTEEN, FOURTEEN, FIFTEEN, SIXTEEN,
  /external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
BarPlotExampleActivity.java 71 TEN,
202 spSeriesSize.setSelection(SeriesSize.TEN.ordinal());
206 case TEN:
  /packages/apps/ExactCalculator/src/com/android/calculator2/
UnifiedReal.java 163 public static final UnifiedReal TEN = new UnifiedReal(BoundedRational.TEN);
394 final CR scaled = CR.valueOf(BigInteger.TEN.pow(n)).multiply(crValue());
    [all...]
  /external/aac/libAACenc/src/
psy_configuration.cpp 372 FIXP_DBL TEN = (FIXP_DBL)0x50000000; /* 10.0 in q27 */
386 fMult(MASKHIGH, (pbBarcValue[i] - pbBarcValue[i - 1])), 23, TEN, 27);
389 fMult(MASKLOW, (pbBarcValue[i] - pbBarcValue[i - 1])), 23, TEN, 27);
392 fMult(MASKHIGHSPREN, (pbBarcValue[i] - pbBarcValue[i - 1])), 23, TEN,
396 fMult(MASKLOWSPREN, (pbBarcValue[i] - pbBarcValue[i - 1])), 23, TEN,
  /libcore/luni/src/main/java/java/math/
BigInteger.java 72 public static final BigInteger TEN = new BigInteger(1, 10);
81 new BigInteger(1, 9), TEN };
    [all...]
BigDecimal.java 122 * An array with powers of ten that fit in the type <code>long</code>
207 * The constant ten as a {@code BigDecimal}.
209 public static final BigDecimal TEN = new BigDecimal(10, 0);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
DiagBigDecimalTest.java 110 private static final android.icu.math.BigDecimal ten = android.icu.math.BigDecimal.TEN; field in class:DiagBigDecimalTest
195 TestFmwk.assertTrue("con003", (android.icu.math.BigDecimal.TEN.toString()).equals("10"));
198 TestFmwk.assertTrue("con006", (android.icu.math.BigDecimal.TEN.intValueExact()) == 10);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DiagBigDecimalTest.java 107 private static final com.ibm.icu.math.BigDecimal ten = com.ibm.icu.math.BigDecimal.TEN; field in class:DiagBigDecimalTest
192 TestFmwk.assertTrue("con003", (com.ibm.icu.math.BigDecimal.TEN.toString()).equals("10"));
195 TestFmwk.assertTrue("con006", (com.ibm.icu.math.BigDecimal.TEN.intValueExact()) == 10);
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/math/
BigDecimal.java 233 * @see #TEN
243 * @see #TEN
257 public static final android.icu.math.BigDecimal TEN = new android.icu.math.BigDecimal(10);
448 * BigInteger</code> divided by ten to the power of the scale. The <code>BigInteger</code> parameter must not be
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
BigDecimal.java 231 * @see #TEN
242 * @see #TEN
258 public static final com.ibm.icu.math.BigDecimal TEN = new com.ibm.icu.math.BigDecimal(10);
459 * BigInteger</code> divided by ten to the power of the scale. The <code>BigInteger</code> parameter must not be
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
BigDecimal.java 233 * @see #TEN
244 * @see #TEN
260 public static final com.ibm.icu.math.BigDecimal TEN = new com.ibm.icu.math.BigDecimal(10);
461 * BigInteger</code> divided by ten to the power of the scale. The <code>BigInteger</code> parameter must not be
    [all...]
  /external/caliper/lib/
joda-time-2.1.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.8.1/
joda-time-2.8.1.jar 
  /prebuilts/tools/common/m2/repository/joda-time/joda-time/2.9.1/
joda-time-2.9.1.jar 
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 
  /prebuilts/sdk/current/
core.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.3_r2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 

Completed in 1118 milliseconds

1 2 3 4