Searched defs:baseValue (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatedEnumeration.h51 SVGEnumeration<Enum>* baseValue() function in class:blink::SVGAnimatedEnumeration
53 return static_cast<SVGEnumeration<Enum>*>(SVGAnimatedEnumerationBase::baseValue());
H A DSVGAnimateElement.cpp187 String baseValue; local
191 computeCSSPropertyValue(targetElement, cssPropertyID(attributeName.localName()), baseValue);
194 m_animatedProperty = animator->constructFromString(baseValue);
/external/chromium_org/third_party/icu/source/i18n/
H A Dnfrule.h56 ERuleType getType() const { return (ERuleType)(baseValue <= kNoBase ? (ERuleType)baseValue : kOtherRule); }
57 void setType(ERuleType ruleType) { baseValue = (int32_t)ruleType; }
59 int64_t getBaseValue() const { return baseValue; }
84 double matchToDelimiter(const UnicodeString& text, int32_t startPos, double baseValue,
95 int64_t baseValue; member in class:NFRule
H A Dnfsubs.cpp160 double baseValue,
228 double baseValue,
301 double baseValue,
336 double baseValue,
340 { result.setDouble(baseValue); return TRUE; }
683 * @param baseValue A partial parse result that should be
696 * baseValue with whatever was returned from matching the
704 double baseValue,
710 fprintf(stderr, "<nfsubs> %x bv: %g ub: %g\n", this, baseValue, upperBound);
772 tempResult = composeRuleValue(tempResult, baseValue);
334 doParse(const UnicodeString& , ParsePosition& , double baseValue, double , UBool , Formattable& result) const argument
702 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool lenientParse, Formattable& result) const argument
953 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool lenientParse, Formattable& result) const argument
1140 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double , UBool lenientParse, Formattable& resVal) const argument
1272 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool , Formattable& result) const argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dnfrule.h56 ERuleType getType() const { return (ERuleType)(baseValue <= kNoBase ? (ERuleType)baseValue : kOtherRule); }
57 void setType(ERuleType ruleType) { baseValue = (int32_t)ruleType; }
59 int64_t getBaseValue() const { return baseValue; }
84 double matchToDelimiter(const UnicodeString& text, int32_t startPos, double baseValue,
95 int64_t baseValue; member in class:NFRule
H A Dnfsubs.cpp160 double baseValue,
228 double baseValue,
301 double baseValue,
336 double baseValue,
340 { result.setDouble(baseValue); return TRUE; }
683 * @param baseValue A partial parse result that should be
696 * baseValue with whatever was returned from matching the
704 double baseValue,
710 fprintf(stderr, "<nfsubs> %x bv: %g ub: %g\n", this, baseValue, upperBound);
772 tempResult = composeRuleValue(tempResult, baseValue);
334 doParse(const UnicodeString& , ParsePosition& , double baseValue, double , UBool , Formattable& result) const argument
702 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool lenientParse, Formattable& result) const argument
953 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool lenientParse, Formattable& result) const argument
1140 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double , UBool lenientParse, Formattable& resVal) const argument
1272 doParse(const UnicodeString& text, ParsePosition& parsePosition, double baseValue, double upperBound, UBool , Formattable& result) const argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
H A DSVGAnimatedProperty.h108 Property* baseValue() function in class:blink::SVGAnimatedPropertyCommon
199 return this->baseValue()->value();
209 this->baseValue()->setValue(value);
270 m_baseValTearOff = TearOffType::create(this->baseValue(), this->contextElement(), PropertyIsNotAnimVal, this->attributeName());
/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp636 deUint32 baseValue[2]; local
646 baseValue[0] = (((deUint32)baseR[0]) << 16) | (((deUint32)baseG[0]) << 8) | baseB[0];
647 baseValue[1] = (((deUint32)baseR[1]) << 16) | (((deUint32)baseG[1]) << 8) | baseB[1];
648 distNdx = (getBit(src, 34) << 2) | (getBit(src, 32) << 1) | (deUint32)(baseValue[0] >= baseValue[1]);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 235 milliseconds