Home
last modified time | relevance | path

Searched defs:percentage (Results 1 – 8 of 8) sorted by relevance

/external/webkit/WebCore/svg/
DSVGAnimateElement.cpp90 void SVGAnimateElement::calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILElement* r… in calculateAnimatedValue()
DSVGAnimateTransformElement.cpp105 void SVGAnimateTransformElement::calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILE… in calculateAnimatedValue()
DSVGAnimateMotionElement.cpp172 void SVGAnimateMotionElement::calculateAnimatedValue(float percentage, unsigned, SVGSMILElement*) in calculateAnimatedValue()
/external/expat/tests/
Dminicheck.c157 double percentage = ((double) passed) / runner->nchecks; in srunner_run_all() local
/external/webkit/WebCore/platform/text/
DAtomicString.h85 bool percentage(int& p) const { return m_string.percentage(p); } in percentage() function
DString.cpp300 bool String::percentage(int& result) const in percentage() function in WebCore::String
/external/opencore/android/
Dplayerdriver.cpp107 int *percentage) in GetBufferingPercentage()
1254 int percentage; in HandleInformationalEvent() local
/external/jdiff/src/jdiff/
DAPIComparator.java137 Double percentage = new Double(differs); in compareAPIs() local