Searched defs:percentage (Results 1 - 15 of 15) sorted by relevance

/external/clang/test/PCH/
H A Dobjc_property.h5 float percentage; variable
11 @property float percentage; variable
/external/expat/tests/
H A Dminicheck.c151 double percentage = ((double) passed) / runner->nchecks; local
152 int display = (int) (percentage * 100);
/external/webkit/Source/WebCore/svg/
H A DSVGAnimateTransformElement.cpp132 void SVGAnimateTransformElement::calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILElement*) argument
146 SVGTransform transform = SVGTransformDistance(m_fromTransform, m_toTransform).scaledDistance(percentage).addToSVGTransform(m_fromTransform);
H A DSVGAnimateElement.cpp167 void SVGAnimateElement::calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILElement* resultElement) argument
169 ASSERT(percentage >= 0 && percentage <= 1);
171 bool isInFirstHalfOfAnimation = percentage < 0.5f;
183 percentage = 1;
214 number = (m_toNumber - m_fromNumber) * percentage + m_fromNumber;
249 color = ColorDistance(m_fromColor, m_toColor).scaledDistance(percentage).addToColorAndClamp(m_fromColor);
263 if (!percentage) {
265 ASSERT(percentage >= 0);
267 } else if (percentage
[all...]
H A DSVGAnimateMotionElement.cpp180 void SVGAnimateMotionElement::calculateAnimatedValue(float percentage, unsigned, SVGSMILElement*) argument
200 float positionOnPath = path.length() * percentage;
216 transform->translate(diff.width() * percentage + m_fromPoint.x(), diff.height() * percentage + m_fromPoint.y());
/external/webkit/Source/JavaScriptCore/wtf/text/
H A DAtomicString.h91 bool percentage(int& p) const { return m_string.percentage(p); } function in class:WTF::AtomicString
H A DWTFString.cpp312 bool String::percentage(int& result) const function in class:WTF::String
/external/v8/src/
H A Druntime-profiler.cc114 int* percentage) {
124 *percentage = *ic_total_count > 0 member in namespace:v8::internal
138 int typeinfo, total, percentage; local
139 GetICCounts(function, &typeinfo, &total, &percentage);
140 PrintF(", ICs with typeinfo: %d/%d (%d%%)", typeinfo, total, percentage);
296 int typeinfo, total, percentage; local
297 GetICCounts(function, &typeinfo, &total, &percentage);
298 if (percentage >= FLAG_type_info_threshold) {
310 typeinfo, total, percentage);
/external/chromium/base/
H A Dprocess_util_linux.cc458 // We have the number of jiffies in the time period. Convert to percentage.
461 int percentage = 100 * (cpu - last_cpu_) / local
467 return percentage;
/external/chromium/base/metrics/
H A Dhistogram.cc637 double percentage = past / scaled_sum; local
638 StringAppendF(output, " {%3.1f%%}", percentage);
/external/webkit/Source/WebCore/css/
H A DCSSParser.cpp1201 case CSSPropertyTextIndent: // <length> | <percentage> | inherit
1207 case CSSPropertyPaddingBottom: // <length> | <percentage>
1216 case CSSPropertyMaxHeight: // <length> | <percentage> | none | inherit
1217 case CSSPropertyMaxWidth: // <length> | <percentage> | none | inherit
1225 case CSSPropertyMinHeight: // <length> | <percentage> | inherit
1226 case CSSPropertyMinWidth: // <length> | <percentage> | inherit
1236 // <absolute-size> | <relative-size> | <length> | <percentage> | inherit
1251 // <percentage> | <length> | inherit
1259 case CSSPropertyHeight: // <length> | <percentage> | auto | inherit
1260 case CSSPropertyWidth: // <length> | <percentage> | aut
4179 double percentage = 0; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/guava/guava/lib/
H A Djdiff.jar ... differs java.util.Iterator iter Long denom Double percentage int approxPercentage public double comparePackages (jdiff.PackageAPI, jdiff. ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1731 milliseconds