/frameworks/compile/slang/tests/F_bad_version_pragma/ |
stderr.txt.expect | 4 bad_version_pragma.rs:4:18: error: invalid digit 'a' in decimal constant
|
/external/chromium_org/third_party/WebKit/Source/core/html/forms/ |
NumberInputType.cpp | 76 static RealNumberRenderSize calculateRenderSize(const Decimal& value) 135 void NumberInputType::setValueAsDecimal(const Decimal& newValue, TextFieldEventBehavior eventBehavior, ExceptionState& exceptionState) const 138 const Decimal floatMax = Decimal::fromDouble(numeric_limits<float>::max()); 162 const Decimal floatMax = Decimal::fromDouble(numeric_limits<float>::max()); 174 const Decimal minimum = parseToDecimalForNumberType(element().fastGetAttribute(minAttr)); 178 const Decimal maximum = parseToDecimalForNumberType(element().fastGetAttribute(maxAttr)); 182 const Decimal step = parseToDecimalForNumberType(stepString, 1); 204 Decimal NumberInputType::parseToNumber(const String& src, const Decimal& defaultValue) cons [all...] |
InputType.cpp | 223 setValueAsDecimal(Decimal::fromDouble(doubleValue), eventBehavior, exceptionState); 226 void InputType::setValueAsDecimal(const Decimal&, TextFieldEventBehavior, ExceptionState& exceptionState) const 272 const Decimal numericValue = parseToNumberOrNaN(value); 284 const Decimal numericValue = parseToNumberOrNaN(value); 291 Decimal InputType::defaultValueForStepUp() const 311 const Decimal numericValue = parseToNumberOrNaN(value); 324 const Decimal numericValue = parseToNumberOrNaN(value); 337 const Decimal numericValue = parseToNumberOrNaN(value); 350 String InputType::rangeOverflowText(const Decimal&) const 356 String InputType::rangeUnderflowText(const Decimal&) cons [all...] |
NumberInputType.h | 51 virtual void setValueAsDecimal(const Decimal&, TextFieldEventBehavior, ExceptionState&) const OVERRIDE; 58 virtual Decimal parseToNumber(const String&, const Decimal&) const OVERRIDE; 59 virtual String serialize(const Decimal&) const OVERRIDE; 66 virtual String rangeOverflowText(const Decimal& maxmum) const OVERRIDE; 67 virtual String rangeUnderflowText(const Decimal& minimum) const OVERRIDE;
|
MonthInputType.cpp | 87 Decimal MonthInputType::defaultValueForStepUp() const 99 return Decimal::fromDouble(months); 106 return InputType::createStepRange(anyStepHandling, Decimal::fromDouble(monthDefaultStepBase), Decimal::fromDouble(DateComponents::minimumMonth()), Decimal::fromDouble(DateComponents::maximumMonth()), stepDescription); 109 Decimal MonthInputType::parseToNumber(const String& src, const Decimal& defaultValue) const 116 return Decimal::fromDouble(months);
|
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/ |
Coordinate.java | 24 /* the coordinate as a decimal*/ 30 /* The minutes trailing decimal precision to use for positions */ 32 /* The degrees trailing decimal precision to use for positions */ 91 * Note: ALRS positions are occasionally written with the decimal minutes 92 * apostrophe in the 'wrong' place and with an non CP1252 compliant decimal character. 128 * @return the coordinate in decimal format 160 * @return the coordinate in decimal format 175 * Returns the coordinate's decimal value 176 * @return float the decimal value of the coordinate 184 * Determines whether a decimal position is vali [all...] |
Position.java | 29 * A new position expressed in decimal format 40 * A new position expressed in decimal format and degrees 135 * Prints out position using decimal format 136 * @return the position in decimal format 143 * Return the position latitude in decimal format 144 * @return the latitude in decimal format 160 * Return the position longitude in decimal format 161 * @return the longitude in decimal format
|
/external/chromium_org/content/public/common/ |
geoposition.h | 39 // Latitude in decimal degrees north (WGS84 coordinate frame). 41 // Longitude in decimal degrees west (WGS84 coordinate frame). 49 // Heading in decimal degrees clockwise from true north.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
ar.h | 39 char ar_date[12]; /* File date, decimal seconds since Epoch. */ 40 char ar_uid[6], ar_gid[6]; /* User and group IDs, in ASCII decimal. */ 42 char ar_size[10]; /* File size, in ASCII decimal. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
ar.h | 39 char ar_date[12]; /* File date, decimal seconds since Epoch. */ 40 char ar_uid[6], ar_gid[6]; /* User and group IDs, in ASCII decimal. */ 42 char ar_size[10]; /* File size, in ASCII decimal. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
ar.h | 39 char ar_date[12]; /* File date, decimal seconds since Epoch. */ 40 char ar_uid[6], ar_gid[6]; /* User and group IDs, in ASCII decimal. */ 42 char ar_size[10]; /* File size, in ASCII decimal. */
|
/cts/tests/res/layout/ |
inflater_layout.xml | 39 android:numeric="decimal"/> 49 android:numeric="integer|decimal"/> 54 android:numeric="signed|decimal"/> 59 android:numeric="signed|integer|decimal"/>
|
textview_numeric.xml | 39 android:numeric="decimal"/> 49 android:numeric="integer|decimal"/> 54 android:numeric="signed|decimal"/> 59 android:numeric="signed|integer|decimal"/>
|
/external/chromium_org/third_party/freetype/src/psaux/ |
psconv.c | 38 /* digits (both decimal and non-decimal) into numbers. */ 200 FT_Long decimal = 0; local 235 /* read the decimal part */ 253 if ( decimal < 0xCCCCCCCL ) 255 decimal = decimal * 10 + c; 290 if ( !integral && !decimal ) 304 if ( decimal >= 0xCCCCCCCL ) 311 decimal *= 10 [all...] |
/external/chromium_org/third_party/icu/patches/ |
nan.patch | 13 + // For machines that decide to change the decimal on you, 30 - // For machines that decide to change the decimal on you, 53 + // decimal separator, however sprintf() can use ',' in certain locales. 54 + // Overwrite a different decimal separator with '.' here before proceeding.
|
/external/freetype/src/psaux/ |
psconv.c | 38 /* digits (both decimal and non-decimal) into numbers. */ 200 FT_Long decimal = 0; local 235 /* read the decimal part */ 253 if ( decimal < 0xCCCCCCCL ) 255 decimal = decimal * 10 + c; 290 if ( !integral && !decimal ) 304 if ( decimal >= 0xCCCCCCCL ) 311 decimal *= 10 [all...] |
/external/iptables/extensions/ |
libxt_dscp.man | 5 Match against a numeric (decimal or hex) value [0-63].
|
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t015calc.g | 37 | n=DECIMAL {result = parseFloat($n.text);} 45 DECIMAL: DIGIT+ '.' DIGIT+;
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t015calc.g | 41 | n=DECIMAL {result = float($n.text)} 49 DECIMAL: DIGIT+ '.' DIGIT+;
|
/external/chromium/base/third_party/dmg_fp/ |
dmg_fp.h | 10 // Return a nearest machine number to the input decimal 24 // Store the closest decimal approximation to x in b (null terminated).
|
/external/chromium_org/base/third_party/dmg_fp/ |
dmg_fp.h | 10 // Return a nearest machine number to the input decimal 24 // Store the closest decimal approximation to x in b (null terminated).
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
DecimalNumber.cpp | 34 // if the exponent is negative the number decimal representation is of the form: 47 // If the precision is <= than the number of digits to get up to the decimal 58 // If we get here, number starts before the decimal point, and ends after it, 64 ++length; // for decimal point 80 ++length; // for decimal point 107 // if the exponent is negative the number decimal representation is of the form: 126 // If the precision is <= than the number of digits to get up to the decimal 140 // If we get here, number starts before the decimal point, and ends after it,
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
dcfmtest.h | 10 // Data driven decimal formatter test. 35 // The following functions are internal to the decimal format tests.
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
normalize_utf8.h | 25 // Put a UTF-8 string in ASCII digits: All decimal digits (Nd) replaced by 37 // Not a decimal digit.
|
/external/icu4c/test/intltest/ |
dcfmtest.h | 10 // Data driven decimal formatter test. 35 // The following functions are internal to the decimal format tests.
|