Home
last modified time | relevance | path

Searched defs:elapsedTime (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/modules/speech/
DSpeechSynthesisEvent.cpp36 …sisEvent::create(const AtomicString& type, unsigned long charIndex, float elapsedTime, const Strin… in create()
46 …chSynthesisEvent(const AtomicString& type, unsigned long charIndex, float elapsedTime, const Strin… in SpeechSynthesisEvent()
DSpeechSynthesisEvent.h39 float elapsedTime() const { return m_elapsedTime; } in elapsedTime() function
/external/chromium_org/third_party/WebKit/Source/core/events/
DWebKitAnimationEvent.cpp51 …nt::WebKitAnimationEvent(const AtomicString& type, const String& animationName, double elapsedTime) in WebKitAnimationEvent()
68 double WebKitAnimationEvent::elapsedTime() const in elapsedTime() function in WebCore::WebKitAnimationEvent
DWebKitAnimationEvent.h40 double elapsedTime; member
49 …itAnimationEvent> create(const AtomicString& type, const String& animationName, double elapsedTime) in create()
DTransitionEvent.cpp43 …nsitionEvent(const AtomicString& type, const String& propertyName, double elapsedTime, const Strin… in TransitionEvent()
70 double TransitionEvent::elapsedTime() const in elapsedTime() function in WebCore::TransitionEvent
DTransitionEvent.h38 double elapsedTime; member
48 …vent> create(const AtomicString& type, const String& propertyName, double elapsedTime, const Strin… in create()
/external/junit/src/junit/runner/
DTestRunListener.java15 public void testRunEnded(long elapsedTime); in testRunEnded()
16 public void testRunStopped(long elapsedTime); in testRunStopped()
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaBench.cs172 static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime) in MyMultDiv64()
186 static UInt64 GetCompressRating(UInt32 dictionarySize, UInt64 elapsedTime, UInt64 size) in GetCompressRating()
194 static UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 outSize, UInt64 inSize) in GetDecompressRating()
226 UInt64 elapsedTime, in PrintResults()
/external/chromium_org/third_party/skia/platform_tools/android/examples/hello_skia_app/jni/
Dhelloskia.cpp21 jobject thiz, jobject dstBitmap, jlong elapsedTime) in Java_com_example_HelloSkiaActivity_drawIntoBitmap()
/external/skia/platform_tools/android/examples/hello_skia_app/jni/
Dhelloskia.cpp21 jobject thiz, jobject dstBitmap, jlong elapsedTime) in Java_com_example_HelloSkiaActivity_drawIntoBitmap()
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DHTMLParserScheduler.h83 double elapsedTime = currentTime() - session.startTime; in checkForYieldBeforeToken() local
/external/lzma/Java/SevenZip/
DLzmaBench.java222 static long MyMultDiv64(long value, long elapsedTime) in MyMultDiv64()
236 static long GetCompressRating(int dictionarySize, long elapsedTime, long size) in GetCompressRating()
244 static long GetDecompressRating(long elapsedTime, long outSize, long inSize) in GetDecompressRating()
277 long elapsedTime, in PrintResults()
/external/chromium_org/third_party/skia/platform_tools/android/examples/hello_skia_app/src/com/example/
DHelloSkiaActivity.java73 private native void drawIntoBitmap(Bitmap image, long elapsedTime); in drawIntoBitmap()
/external/skia/platform_tools/android/examples/hello_skia_app/src/com/example/
DHelloSkiaActivity.java73 private native void drawIntoBitmap(Bitmap image, long elapsedTime); in drawIntoBitmap()
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
DStopwatch.java155 public long elapsedTime(TimeUnit desiredUnit) { in elapsedTime() method in Stopwatch
/external/guava/guava/src/com/google/common/base/
DStopwatch.java156 public long elapsedTime(TimeUnit desiredUnit) { in elapsedTime() method in Stopwatch
/external/chromium_org/third_party/angle/samples/angle/sample_util/
DSampleApplication.cpp105 double elapsedTime = mTimer->getElapsedTime(); in run() local
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
Dcollperf.cpp422 unsigned long elapsedTime = timeGetTime() - startTime; in doKeyGen() local
470 unsigned long elapsedTime = 0; in doBinarySearch() local
761 unsigned long elapsedTime = timeGetTime() - startTime; in doQSort() local
855 unsigned long elapsedTime = timeGetTime() - startTime; in doForwardIterTest() local
1018 unsigned long elapsedTime = timeGetTime() - startTime; in doBackwardIterTest() local
/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp422 unsigned long elapsedTime = timeGetTime() - startTime; in doKeyGen() local
470 unsigned long elapsedTime = 0; in doBinarySearch() local
761 unsigned long elapsedTime = timeGetTime() - startTime; in doQSort() local
855 unsigned long elapsedTime = timeGetTime() - startTime; in doForwardIterTest() local
1018 unsigned long elapsedTime = timeGetTime() - startTime; in doBackwardIterTest() local
/external/chromium_org/third_party/icu/source/test/perf/ubrkperf/
Dubrkperfold.cpp286 unsigned long elapsedTime = 0; in doForwardTest() local
372 unsigned long elapsedTime = 0; in doIsBoundTest() local
/external/icu/icu4c/source/test/perf/ubrkperf/
Dubrkperfold.cpp286 unsigned long elapsedTime = 0; in doForwardTest() local
372 unsigned long elapsedTime = 0; in doIsBoundTest() local
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimations.cpp595 …ybeDispatch(Document::ListenerType listenerType, const AtomicString& eventName, double elapsedTime) in maybeDispatch()
624 …const double elapsedTime = animationNode->specifiedTiming().iterationDuration * (m_previousIterati… in onEventCondition() local
641 double elapsedTime = timing.iterationDuration; in onEventCondition() local
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp439 static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime, UInt64 freq) in MyMultDiv64()
448 UInt64 GetCompressRating(UInt32 dictionarySize, UInt64 elapsedTime, UInt64 freq, UInt64 size) in GetCompressRating()
456 UInt64 GetDecompressRating(UInt64 elapsedTime, UInt64 freq, UInt64 outSize, UInt64 inSize, UInt32 n… in GetDecompressRating()
/external/icu/icu4c/source/tools/gendict/
Dgendict.cpp42 static int elapsedTime() { in elapsedTime() function
/external/lzma/CPP/7zip/UI/Console/
DBenchCon.cpp63 static UInt64 MyMultDiv64(UInt64 value, UInt64 elapsedTime, UInt64 freq) in MyMultDiv64()

12