/external/webkit/WebCore/svg/ |
D | SVGAnimateElement.cpp | 90 void SVGAnimateElement::calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILElement* r… in calculateAnimatedValue() argument 92 ASSERT(percentage >= 0.f && percentage <= 1.f); in calculateAnimatedValue() 95 percentage = 1.f; in calculateAnimatedValue() 108 double number = (m_toNumber - m_fromNumber) * percentage + m_fromNumber; in calculateAnimatedValue() 122 …Color color = ColorDistance(m_fromColor, m_toColor).scaledDistance(percentage).addToColorAndClamp(… in calculateAnimatedValue() 132 if (percentage == 0) in calculateAnimatedValue() 134 else if (percentage == 1.f) in calculateAnimatedValue() 138 …lts->m_animatedPath = SVGPathSegList::createAnimated(m_fromPath.get(), m_toPath.get(), percentage); in calculateAnimatedValue() 143 …ath = ((animationMode == FromToAnimation && percentage > 0.5f) || animationMode == ToAnimation || … in calculateAnimatedValue() 149 …if ((animationMode == FromToAnimation && percentage > 0.5f) || animationMode == ToAnimation || per… in calculateAnimatedValue()
|
D | SVGAnimateMotionElement.cpp | 174 void SVGAnimateMotionElement::calculateAnimatedValue(float percentage, unsigned, SVGSMILElement*) in calculateAnimatedValue() argument 191 float positionOnPath = path.length() * percentage; in calculateAnimatedValue() 207 …transform->translate(diff.width() * percentage + m_fromPoint.x(), diff.height() * percentage + m_f… in calculateAnimatedValue()
|
D | SVGAnimateTransformElement.cpp | 106 void SVGAnimateTransformElement::calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILE… in calculateAnimatedValue() argument 121 … = SVGTransformDistance(m_fromTransform, m_toTransform).scaledDistance(percentage).addToSVGTransfo… in calculateAnimatedValue()
|
D | SVGAnimateTransformElement.h | 50 …virtual void calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILElement* resultEleme…
|
D | SVGAnimateMotionElement.h | 46 …virtual void calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILElement* resultEleme…
|
D | SVGAnimateElement.h | 44 …virtual void calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILElement* resultEleme…
|
D | SVGAnimationElement.h | 100 …virtual void calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILElement* resultEleme…
|
/external/webkit/WebKitTools/Scripts/ |
D | check-dom-results | 93 my $percentage = (sprintf "%.1f", ($successCount * 100.0 / $count)); 95 if ($percentage == 100) { 98 print "${name}: ${successCount} out of ${count} tests succeeded (${percentage}%)";
|
/external/expat/tests/ |
D | minicheck.c | 157 double percentage = ((double) passed) / runner->nchecks; in srunner_run_all() local 158 int display = (int) (percentage * 100); in srunner_run_all()
|
/external/opencore/android/ |
D | playerdriver.cpp | 111 int *percentage) in GetBufferingPercentage() argument 125 oscl_memcpy(percentage, buffer, sizeof(int)); in GetBufferingPercentage() 128 if (*percentage < 0 || *percentage > 100) in GetBufferingPercentage() 130 LOGE("Invalid percentage value %d", *percentage); in GetBufferingPercentage() 1343 int percentage; in HandleInformationalEvent() local 1352 (GetBufferingPercentage(buffer, size, &percentage))) in HandleInformationalEvent() 1356 LOGI("buffering (%d)", percentage); in HandleInformationalEvent() 1359 mPvPlayer->sendEvent(MEDIA_BUFFERING_UPDATE, percentage); in HandleInformationalEvent()
|
/external/webkit/V8Binding/v8/test/mjsunit/tools/ |
D | tickprocessor-test.gc-state | 17 Note: percentage shows a share of a particular caller in the total
|
D | tickprocessor-test.default | 28 Note: percentage shows a share of a particular caller in the total
|
D | tickprocessor-test.ignore-unknown | 24 Note: percentage shows a share of a particular caller in the total
|
D | tickprocessor-test.separate-ic | 30 Note: percentage shows a share of a particular caller in the total
|
/external/webkit/WebCore/platform/text/ |
D | AtomicString.h | 89 bool percentage(int& p) const { return m_string.percentage(p); } in percentage() function
|
D | PlatformString.h | 190 bool percentage(int& percentage) const;
|
D | String.cpp | 314 bool String::percentage(int& result) const in percentage() function in WebCore::String
|
/external/webkit/SunSpider/resources/ |
D | sunspider-compare-results.js | 305 var percentage = 100 * diff / mean1; 307 var probablySame = (percentage < 0.1) && !statisticallySignificant;
|
/external/jdiff/src/jdiff/ |
D | APIComparator.java | 137 Double percentage = new Double(differs); in compareAPIs() local 138 int approxPercentage = percentage.intValue(); in compareAPIs() 140 System.out.println(" Approximately " + percentage + "% difference between the APIs"); in compareAPIs()
|
/external/webkit/V8Binding/v8/tools/ |
D | tickprocessor.py | 400 percentage = ticks_count * 100.0 / self.total_number_of_ticks 403 'total' : percentage,
|
/external/e2fsprogs/ |
D | ABOUT-NLS | 177 translation percentage of at least 50%. 414 matrix with full percentage details can be found at
|
/external/elfutils/ |
D | ABOUT-NLS | 140 translation percentage of at least 50%. 567 matrix with full percentage details can be found at
|
/external/bison/ |
D | ABOUT-NLS | 177 translation percentage of at least 50%. 604 matrix with full percentage details can be found at
|
/external/opencore/ |
D | ChangeLog | 118 * Added fix for buffering percentage notification in streaming
|
/external/webkit/WebKit/win/Interfaces/ |
D | IWebView.idl | 365 @param multiplier A fractional percentage value, 1.0 is 100%. 834 @param multiplier A fractional percentage value, 1.0 is 100%.
|