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

1 2 3 4

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
DisplayRadix.java 20 DECIMAL, HEX
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
common.h 32 #define DECIMAL 10
  /external/icu/android_icu4j/src/main/java/android/icu/impl/number/
CompactData.java 25 DECIMAL, CURRENCY
28 // A dummy object used when a "0" compact decimal entry is encountered. This is necessary
73 throw new ICUException("Could not load compact decimal data for locale " + locale);
83 sb.append(compactType == CompactType.DECIMAL ? "/decimalFormat" : "/currencyFormat");
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
CompactData.java 21 DECIMAL, CURRENCY
24 // A dummy object used when a "0" compact decimal entry is encountered. This is necessary
69 throw new ICUException("Could not load compact decimal data for locale " + locale);
79 sb.append(compactType == CompactType.DECIMAL ? "/decimalFormat" : "/currencyFormat");
  /libcore/ojluni/src/main/java/java/sql/
Types.java 103 * <code>DECIMAL</code>.
105 public final static int DECIMAL = 3;
  /frameworks/base/core/java/android/text/method/
DigitsKeyListener.java 66 private static final int DECIMAL = 2;
106 * or minus sign (only at the beginning) and/or the ASCII period ('.') as the decimal point
112 public DigitsKeyListener(boolean sign, boolean decimal) {
113 this(null, sign, decimal);
123 final int kind = (mSign ? SIGN : 0) | (mDecimal ? DECIMAL : 0);
129 final int kind = (mSign ? SIGN : 0) | (mDecimal ? DECIMAL : 0);
155 public DigitsKeyListener(@Nullable Locale locale, boolean sign, boolean decimal) {
157 mDecimal = decimal;
170 if (sign || decimal) {
193 if (decimal) {
354 int decimal = -1; local
    [all...]
  /external/ltp/testcases/kernel/ipc/pipeio/
pipeio.c 69 #define DECIMAL 'd'
248 format = DECIMAL;
264 "d(decimal), a(ascii) or n(none) with "
276 "o(octal), d(decimal), a(ascii)"
736 d(decimal), a(ascii), n (none). hex is default\n\
808 case DECIMAL:
  /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
TextViewBindingAdapter.java 60 public static final int DECIMAL = 0x05;
126 (numeric & DECIMAL) != 0));
  /external/v8/src/parsing/
scanner.cc 1179 DECIMAL,
1185 } kind = DECIMAL;
1191 // we have already seen a decimal point of the float
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comutil.h 406 _variant_t(const DECIMAL &decSrc) throw();
425 operator DECIMAL() const;
449 _variant_t &operator=(const DECIMAL &decSrc);
579 inline _variant_t::_variant_t(const DECIMAL &decSrc) throw() {
683 inline _variant_t::operator DECIMAL() const {
921 inline _variant_t &_variant_t::operator=(const DECIMAL &decSrc)
1102 return memcmp(&(V_DECIMAL(this)),&(V_DECIMAL(pSrc)),sizeof(DECIMAL))==0;
wtypes.h 450 } DECIMAL;
469 } DECIMAL;
475 typedef DECIMAL *LPDECIMAL;
oledb.h 549 } DECIMAL;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
PluralRules.java 112 * <li>f to be the visible decimal digits, as an integer.</li>
113 * <li>t to be the visible decimal digits?without trailing zeros?as an integer.</li>
666 * @param v number of digits to the right of the decimal place. e.g 1.00 = 2 25. = 0
668 * The digits to the right of the decimal place as an integer. e.g 1.10 = 10
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
PluralRules.java 111 * <li>f to be the visible decimal digits, as an integer.</li>
112 * <li>t to be the visible decimal digits?without trailing zeros?as an integer.</li>
637 * @param v number of digits to the right of the decimal place. e.g 1.00 = 2 25. = 0
639 * The digits to the right of the decimal place as an integer. e.g 1.10 = 10
982 * Selection parameter for either integer-only or decimal-only.
999 DECIMAL
    [all...]
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hw_ar3k.c 462 #define DECIMAL 'D'
494 if (type == DECIMAL || type == BINARY)
    [all...]
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
hw_ar3k.c 464 #define DECIMAL 'D'
496 if (type == DECIMAL || type == BINARY)
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hw_ar3k.c 462 #define DECIMAL 'D'
494 if (type == DECIMAL || type == BINARY)
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hw_ar3k.c 466 #define DECIMAL 'D'
498 if (type == DECIMAL || type == BINARY)
    [all...]
  /hardware/qcom/bt/msm8998/libbt-vendor/src/
hw_ar3k.c 468 #define DECIMAL 'D'
500 if (type == DECIMAL || type == BINARY)
    [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...]
  /frameworks/base/core/java/android/widget/
TextView.java 349 private static final int DECIMAL = 4;
    [all...]
  /prebuilts/maven_repo/android/com/android/databinding/adapters/1.0-rc0/
adapters-1.0-rc0.jar 
  /external/guice/extensions/persist/lib/
hsqldb.jar 
  /prebuilts/maven_repo/android/com/android/databinding/adapters/1.0-rc1/
adapters-1.0-rc1.jar 

Completed in 791 milliseconds

1 2 3 4