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

1 2 3 4 5 6 7 8 9

  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
ResType.java 15 FRACTION,
61 return FRACTION;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
BigFraction.java 17 package org.apache.commons.math.fraction;
40 /** A fraction representing "2 / 1". */
43 /** A fraction representing "1". */
46 /** A fraction representing "0". */
49 /** A fraction representing "-1 / 1". */
52 /** A fraction representing "4/5". */
55 /** A fraction representing "1/5". */
58 /** A fraction representing "1/2". */
61 /** A fraction representing "1/4". */
64 /** A fraction representing "1/3". *
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
NumberFormat.java 75 * format for displaying percentages. With this format, a fraction like
228 * the position of the fraction part of a formatted number should be returned.
    [all...]
  /libcore/ojluni/src/main/java/java/text/
NumberFormat.java 107 * format for displaying percentages. With this format, a fraction like
191 * the position of the fraction part of a formatted number should be returned.
694 * Returns the maximum number of digits allowed in the fraction portion of a
705 * Sets the maximum number of digits allowed in the fraction portion of a
711 * @param newValue the maximum number of fraction digits to be shown; if
724 * Returns the minimum number of digits allowed in the fraction portion of a
735 * Sets the minimum number of digits allowed in the fraction portion of a
741 * @param newValue the minimum number of fraction digits to be shown; if
775 * number of fraction digits used by the number format.
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
NumberFormat.java 87 * subclasses of NumberFormat. With this format, a fraction like
237 * the position of the fraction part of a formatted number should be returned.
470 * Sets whether to ignore the fraction part of a number when parsing
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NumberFormat.java 86 * subclasses of NumberFormat. With this format, a fraction like
248 * the position of the fraction part of a formatted number should be returned.
500 * Sets whether to ignore the fraction part of a number when parsing
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
Parse.java 189 FRACTION,
384 if (type == DigitType.FRACTION && digit == 0) {
386 } else if (type == DigitType.FRACTION) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
Parse.java 187 FRACTION,
382 if (type == DigitType.FRACTION && digit == 0) {
384 } else if (type == DigitType.FRACTION) {
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/exception/util/
LocalizedFormats.java 58 CANNOT_CONVERT_OBJECT_TO_FRACTION("cannot convert given object to a fraction number: {0}"),
63 CANNOT_FORMAT_OBJECT_TO_FRACTION("cannot format given object as a fraction number"),
74 CONTINUED_FRACTION_INFINITY_DIVERGENCE("Continued fraction convergents diverged to +/- infinity for value {0}"),
75 CONTINUED_FRACTION_NAN_DIVERGENCE("Continued fraction diverged to NaN for value {0}"),
99 FAILED_FRACTION_CONVERSION("Unable to convert {0} to fraction after {1} iterations"),
103 FRACTION_CONVERSION_OVERFLOW("Overflow trying to convert {0} to fraction ({1}/{2})"),
154 NON_CONVERGENT_CONTINUED_FRACTION("Continued fraction convergents failed to converge for value {0}"),
220 FRACTION("fraction"), /* keep */
243 OVERFLOW_IN_FRACTION("overflow in fraction {0}/{1}, cannot negate")
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UCharacter.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UCharacter.java     [all...]
  /prebuilts/devtools/tools/lib/
rule-api.jar 
  /prebuilts/gradle-plugin/com/android/tools/rule-api/24.4.0-beta3/
rule-api-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/rule-api/24.4.0-beta6/
rule-api-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/rule-api/24.5.0/
rule-api-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/rule-api/25.0.0/
rule-api-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/rule-api/25.0.0-alpha1/
rule-api-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/rule-api/25.0.0-alpha3/
rule-api-25.0.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/rule-api/25.0.0-alpha5/
rule-api-25.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/rule-api/25.0.0-alpha7/
rule-api-25.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/rule-api/25.0.0-alpha9/
rule-api-25.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/rule-api/25.0.0-beta2/
rule-api-25.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/rule-api/25.0.0-beta5/
rule-api-25.0.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/tools/rule-api/25.0.0-beta6/
rule-api-25.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/rule-api/25.0.0-beta7/
rule-api-25.0.0-beta7.jar 

Completed in 133 milliseconds

1 2 3 4 5 6 7 8 9