/external/webkit/Source/WebKit/android/plugins/ |
D | PluginDebugAndroid.cpp | 63 void anp_logPluginEvent(void* npp, const ANPEvent* evt, int16_t returnVal, int elapsedTime) { in anp_logPluginEvent() argument 74 npp, returnVal, elapsedTime, inputActions[evt->data.key.action], in anp_logPluginEvent() 86 returnVal, elapsedTime, inputActions[evt->data.mouse.action], in anp_logPluginEvent() 97 npp, returnVal, elapsedTime, in anp_logPluginEvent() 108 npp, elapsedTime, evt->data.draw.data.bitmap.format, in anp_logPluginEvent() 113 npp, elapsedTime, evt->data.draw.data.surface.width, in anp_logPluginEvent() 122 anp_logPlugin("%p EVENT::LIFECYCLE time=%d action=%s", npp, elapsedTime, in anp_logPluginEvent() 130 anp_logPlugin("%p EVENT::CUSTOM time=%d", npp, elapsedTime); in anp_logPluginEvent()
|
D | PluginDebugAndroid.h | 50 void anp_logPluginEvent(void* npp, const ANPEvent* event, int16_t returnVal, int elapsedTime);
|
/external/webkit/Source/WebCore/dom/ |
D | WebKitTransitionEvent.cpp | 39 …nt::WebKitTransitionEvent(const AtomicString& type, const String& propertyName, double elapsedTime) in WebKitTransitionEvent() argument 42 , m_elapsedTime(elapsedTime) in WebKitTransitionEvent() 54 double elapsedTime) in initWebKitTransitionEvent() argument 62 m_elapsedTime = elapsedTime; in initWebKitTransitionEvent() 70 double WebKitTransitionEvent::elapsedTime() const in elapsedTime() function in WebCore::WebKitTransitionEvent
|
D | WebKitAnimationEvent.cpp | 38 …nt::WebKitAnimationEvent(const AtomicString& type, const String& animationName, double elapsedTime) in WebKitAnimationEvent() argument 41 , m_elapsedTime(elapsedTime) in WebKitAnimationEvent() 53 double elapsedTime) in initWebKitAnimationEvent() argument 61 m_elapsedTime = elapsedTime; in initWebKitAnimationEvent() 69 double WebKitAnimationEvent::elapsedTime() const in elapsedTime() function in WebCore::WebKitAnimationEvent
|
D | WebKitTransitionEvent.h | 39 …tTransitionEvent> create(const AtomicString& type, const String& animationName, double elapsedTime) in create() argument 41 return adoptRef(new WebKitTransitionEvent(type, animationName, elapsedTime)); in create() 50 double elapsedTime); 53 double elapsedTime() const; 59 … WebKitTransitionEvent(const AtomicString& type, const String& propertyName, double elapsedTime);
|
D | WebKitAnimationEvent.h | 39 …itAnimationEvent> create(const AtomicString& type, const String& animationName, double elapsedTime) in create() argument 41 return adoptRef(new WebKitAnimationEvent(type, animationName, elapsedTime)); in create() 50 double elapsedTime); 53 double elapsedTime() const; 59 … WebKitAnimationEvent(const AtomicString& type, const String& animationName, double elapsedTime);
|
D | WebKitAnimationEvent.idl | 30 readonly attribute double elapsedTime;
|
/external/webkit/Source/WebCore/page/animation/ |
D | KeyframeAnimation.cpp | 71 double elapsedTime = getElapsedTime(); in fetchIntervalEndpointsForProperty() local 73 elapsedTime = min(elapsedTime, m_animation->duration() * m_animation->iterationCount()); in fetchIntervalEndpointsForProperty() 75 double fractionalTime = m_animation->duration() ? (elapsedTime / m_animation->duration()) : 1; in fetchIntervalEndpointsForProperty() 303 void KeyframeAnimation::onAnimationStart(double elapsedTime) in onAnimationStart() argument 305 sendAnimationEvent(eventNames().webkitAnimationStartEvent, elapsedTime); in onAnimationStart() 308 void KeyframeAnimation::onAnimationIteration(double elapsedTime) in onAnimationIteration() argument 310 sendAnimationEvent(eventNames().webkitAnimationIterationEvent, elapsedTime); in onAnimationIteration() 313 void KeyframeAnimation::onAnimationEnd(double elapsedTime) in onAnimationEnd() argument 315 sendAnimationEvent(eventNames().webkitAnimationEndEvent, elapsedTime); in onAnimationEnd() 322 bool KeyframeAnimation::sendAnimationEvent(const AtomicString& eventType, double elapsedTime) in sendAnimationEvent() argument [all …]
|
D | KeyframeAnimation.h | 64 virtual void onAnimationStart(double elapsedTime); 65 virtual void onAnimationIteration(double elapsedTime); 66 virtual void onAnimationEnd(double elapsedTime); 75 bool sendAnimationEvent(const AtomicString&, double elapsedTime);
|
D | ImplicitAnimation.cpp | 153 void ImplicitAnimation::onAnimationEnd(double elapsedTime) in onAnimationEnd() argument 164 sendTransitionEvent(eventNames().webkitTransitionEndEvent, elapsedTime); in onAnimationEnd() 168 bool ImplicitAnimation::sendTransitionEvent(const AtomicString& eventType, double elapsedTime) in sendTransitionEvent() argument 188 …compAnim->animationController()->addEventToDispatch(element, eventType, propertyName, elapsedTime); in sendTransitionEvent()
|
D | ImplicitAnimation.h | 49 virtual void onAnimationEnd(double elapsedTime); 76 bool sendTransitionEvent(const AtomicString&, double elapsedTime);
|
D | AnimationControllerPrivate.h | 67 …assRefPtr<Element> element, const AtomicString& eventType, const String& name, double elapsedTime); 121 double elapsedTime; variable
|
D | AnimationController.cpp | 153 …t->element->dispatchEvent(WebKitTransitionEvent::create(it->eventType, it->name, it->elapsedTime)); in fireEventsAndUpdateStyle() 155 …it->element->dispatchEvent(WebKitAnimationEvent::create(it->eventType, it->name, it->elapsedTime)); in fireEventsAndUpdateStyle() 175 …PassRefPtr<Element> element, const AtomicString& eventType, const String& name, double elapsedTime) in addEventToDispatch() argument 182 event.elapsedTime = elapsedTime; in addEventToDispatch()
|
/external/icu4c/test/perf/collationperf/ |
D | collperf.cpp | 422 unsigned long elapsedTime = timeGetTime() - startTime; in doKeyGen() local 423 int ns = (int)(float(1000000) * (float)elapsedTime / (float)(adj_loopCount*gNumFileLines)); in doKeyGen() 470 unsigned long elapsedTime = 0; in doBinarySearch() local 518 elapsedTime = timeGetTime() - startTime; in doBinarySearch() 570 elapsedTime = timeGetTime() - startTime; in doBinarySearch() 626 elapsedTime = timeGetTime() - startTime; in doBinarySearch() 672 elapsedTime = timeGetTime() - startTime; in doBinarySearch() 678 int ns = (int)(float(1000000) * (float)elapsedTime / (float)gCount); in doBinarySearch() 761 unsigned long elapsedTime = timeGetTime() - startTime; in doQSort() local 762 int ns = (int)(float(1000000) * (float)elapsedTime / (float)gCount); in doQSort() [all …]
|
/external/icu4c/test/perf/ubrkperf/ |
D | ubrkperf.cpp | 62 unsigned long elapsedTime = 0; 84 elapsedTime = timeGetTime()-startTime; 120 elapsedTime = timeGetTime()-startTime; 129 int32_t loopTime = (int)(float(1000) * ((float)elapsedTime/(float)opt_loopCount)); 136 printf("time=%d\nevents=%d\nsize=%d\n", elapsedTime, noBreaks, textSize);
|
D | ubrkperfold.cpp | 286 unsigned long elapsedTime = 0; in doForwardTest() local 310 elapsedTime = timeGetTime()-startTime; in doForwardTest() 346 elapsedTime = timeGetTime()-startTime; in doForwardTest() 355 int32_t loopTime = (int)(float(1000) * ((float)elapsedTime/(float)opt_loopCount)); in doForwardTest() 362 printf("time=%d\nevents=%d\nsize=%d\n", elapsedTime, noBreaks, textSize); in doForwardTest() 372 unsigned long elapsedTime = 0; in doIsBoundTest() local 397 elapsedTime = timeGetTime()-startTime; in doIsBoundTest() 398 int32_t loopTime = (int)(float(1000) * ((float)elapsedTime/(float)opt_loopCount)); in doIsBoundTest() 406 printf("time=%d\nevents=%d\nsize=%d\n", elapsedTime, noBreaks, textSize); in doIsBoundTest()
|
/external/junit/src/junit/runner/ |
D | TestRunListener.java | 14 public void testRunEnded(long elapsedTime); in testRunEnded() argument 15 public void testRunStopped(long elapsedTime); in testRunStopped() argument
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/ |
D | regress-85721.js | 62 function elapsedTime(startTime) function 90 actual = elapsedTime(start); 264 actual = elapsedTime(start);
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Array/ |
D | regress-101964.js | 51 actual = elapsedTime(start); 63 function elapsedTime(startTime) function
|
/external/webkit/Source/WebCore/html/parser/ |
D | HTMLParserScheduler.h | 77 double elapsedTime = currentTime() - session.startTime; in checkForYieldBeforeToken() local 78 if (elapsedTime > m_parserTimeLimit) in checkForYieldBeforeToken()
|
/external/webkit/Source/WebKit/android/ |
D | TimeCounter.cpp | 154 int elapsedTime = static_cast<int>((current - sLastTotalTime) * 1000); in reportNow() local 157 " %d ms\n", elapsedTime, elapsedThreadTime, sEndWebCoreThreadTime - in reportNow()
|
/external/webkit/Source/WebCore/page/ |
D | WebKitAnimation.h | 52 double elapsedTime() const;
|
D | WebKitAnimation.cpp | 52 double WebKitAnimation::elapsedTime() const in elapsedTime() function in WebCore::WebKitAnimation
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
D | AndroidAnimation.h | 46 double elapsedTime(double time);
|
D | AndroidAnimation.cpp | 101 double AndroidAnimation::elapsedTime(double time) in elapsedTime() function in WebCore::AndroidAnimation 119 double progress = elapsedTime(time); in checkIterationsAndProgress()
|