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

1 2 3 4 5

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
DisplayRadix.java 20 DECIMAL, HEX
GLIntegerProperty.java 33 this(name, defaultValue, DisplayRadix.DECIMAL);
GLLongProperty.java 33 this(name, defaultValue, DisplayRadix.DECIMAL);
  /libcore/ojluni/src/main/java/java/sql/
Types.java 103 * <code>DECIMAL</code>.
105 public final static int DECIMAL = 3;
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
calc.rb 51 | n=DECIMAL {$result = Float($n.text)}
59 DECIMAL: DIGIT+ '.' DIGIT+;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oleauto.h 135 WINOLEAUTAPI VarUI1FromDec(DECIMAL *pdecIn,BYTE *pbOut);
150 WINOLEAUTAPI VarI2FromDec(DECIMAL *pdecIn,SHORT *psOut);
165 WINOLEAUTAPI VarI4FromDec(DECIMAL *pdecIn,LONG *plOut);
181 WINOLEAUTAPI VarI8FromDec(DECIMAL *pdecIn,LONG64 *pi64Out);
197 WINOLEAUTAPI VarR4FromDec(DECIMAL *pdecIn,FLOAT *pfltOut);
212 WINOLEAUTAPI VarR8FromDec(DECIMAL *pdecIn,DOUBLE *pdblOut);
227 WINOLEAUTAPI VarDateFromDec(DECIMAL *pdecIn,DATE *pdateOut);
242 WINOLEAUTAPI VarCyFromDec(DECIMAL *pdecIn,CY *pcyOut);
257 WINOLEAUTAPI VarBstrFromDec(DECIMAL *pdecIn,LCID lcid,ULONG dwFlags,BSTR *pbstrOut);
272 WINOLEAUTAPI VarBoolFromDec(DECIMAL *pdecIn,VARIANT_BOOL *pboolOut)
    [all...]
wtypes.h 450 } DECIMAL;
469 } DECIMAL;
475 typedef DECIMAL *LPDECIMAL;
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;
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TypesTest.java 39 assertEquals(DECIMAL, 3);
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
common.h 32 #define DECIMAL 10
  /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...]
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
TextViewBindingObject.java 69 private int mNumeric = TextViewBindingAdapter.DECIMAL;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
PluralRulesTest.java 167 String description = "one: n is 3 or f is 5 @integer 3,19, @decimal 3.50 ~ 3.53, ?; other: @decimal 99.0~99.2, 999.0, ?";
172 checkNewSamples(description, test, "one", PluralRules.SampleType.DECIMAL, "@decimal 3.50~3.53, ?", false,
175 checkOldSamples(description, test, "one", SampleType.DECIMAL, 3.5d, 3.51d, 3.52d, 3.53d);
178 checkNewSamples(description, test, "other", PluralRules.SampleType.DECIMAL, "@decimal 99.0~99.2, 999.0, ?",
181 checkOldSamples(description, test, "other", SampleType.DECIMAL, 99d, 99.1, 99.2d, 999d);
624 FixedDecimalSamples decimalSamples = rules.getDecimalSamples(keyword, SampleType.DECIMAL);
644 assertNull(locale + ", list is null", rules.getSamples("@#$%^&*", SampleType.DECIMAL));
    [all...]
PluralFormatUnitTest.java 229 // if there aren't any integer samples, get the decimal ones.
230 list = rules.getSamples(keyword, SampleType.DECIMAL);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralRulesTest.java 166 String description = "one: n is 3 or f is 5 @integer 3,19, @decimal 3.50 ~ 3.53, ?; other: @decimal 99.0~99.2, 999.0, ?";
171 checkNewSamples(description, test, "one", PluralRules.SampleType.DECIMAL, "@decimal 3.50~3.53, ?", false,
174 checkOldSamples(description, test, "one", SampleType.DECIMAL, 3.5d, 3.51d, 3.52d, 3.53d);
177 checkNewSamples(description, test, "other", PluralRules.SampleType.DECIMAL, "@decimal 99.0~99.2, 999.0, ?",
180 checkOldSamples(description, test, "other", SampleType.DECIMAL, 99d, 99.1, 99.2d, 999d);
623 FixedDecimalSamples decimalSamples = rules.getDecimalSamples(keyword, SampleType.DECIMAL);
643 assertNull(locale + ", list is null", rules.getSamples("@#$%^&*", SampleType.DECIMAL));
    [all...]
PluralFormatUnitTest.java 228 // if there aren't any integer samples, get the decimal ones.
229 list = rules.getSamples(keyword, SampleType.DECIMAL);
  /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)"
739 d(decimal), a(ascii), n (none). hex is default\n\
811 case DECIMAL:
  /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>
583 * @param v number of digits to the right of the decimal place. e.g 1.00 = 2 25. = 0
585 * The digits to the right of the decimal place as an integer. e.g 1.10 = 10
919 * Selection parameter for either integer-only or decimal-only.
937 DECIMAL
    [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>
570 * @param v number of digits to the right of the decimal place. e.g 1.00 = 2 25. = 0
572 * The digits to the right of the decimal place as an integer. e.g 1.10 = 10
887 * Selection parameter for either integer-only or decimal-only.
904 DECIMAL
996 } else if (source.startsWith("decimal")) {
997 sampleType2 = SampleType.DECIMAL;
999 throw new IllegalArgumentException("Samples must start with 'integer' or 'decimal'");
    [all...]
  /external/messageformat/java/com/ibm/icu/simple/
PluralRules.java 106 * <li>f to be the visible decimal digits, as an integer.</li>
107 * <li>t to be the visible decimal digits?without trailing zeros?as an integer.</li>
553 * @param v number of digits to the right of the decimal place. e.g 1.00 = 2 25. = 0
555 * The digits to the right of the decimal place as an integer. e.g 1.10 = 10
866 * Selection parameter for either integer-only or decimal-only.
883 DECIMAL
975 } else if (source.startsWith("decimal")) {
976 sampleType2 = SampleType.DECIMAL;
978 throw new IllegalArgumentException("Samples must start with 'integer' or 'decimal'");
    [all...]
  /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/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/
cpuset_cpu_hog.c 132 opt_value = strtol(optarg, &endptr, DECIMAL);
  /external/v8/src/parsing/
scanner.cc 1179 DECIMAL,
1185 } kind = DECIMAL;
1191 // we have already seen a decimal point of the float
    [all...]
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
TextViewBindingAdapterTest.java 63 if ((mBindingObject.getNumeric() & TextViewBindingAdapter.DECIMAL) != 0) {
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hw_ar3k.c 462 #define DECIMAL 'D'
494 if (type == DECIMAL || type == BINARY)
    [all...]

Completed in 474 milliseconds

1 2 3 4 5