/external/chromium_org/third_party/WebKit/Source/modules/speech/ |
D | SpeechSynthesisEvent.cpp | 36 …sisEvent::create(const AtomicString& type, unsigned long charIndex, float elapsedTime, const Strin… in create() 45 …chSynthesisEvent(const AtomicString& type, unsigned long charIndex, float elapsedTime, const Strin… in SpeechSynthesisEvent()
|
D | SpeechSynthesisEvent.h | 40 float elapsedTime() const { return m_elapsedTime; } in elapsedTime() function
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | WebKitAnimationEvent.cpp | 49 …nt::WebKitAnimationEvent(const AtomicString& type, const String& animationName, double elapsedTime) in WebKitAnimationEvent() 65 double WebKitAnimationEvent::elapsedTime() const in elapsedTime() function in blink::WebKitAnimationEvent
|
D | WebKitAnimationEvent.h | 40 double elapsedTime; member 50 …itAnimationEvent> create(const AtomicString& type, const String& animationName, double elapsedTime) in create()
|
D | TransitionEvent.cpp | 42 …nsitionEvent(const AtomicString& type, const String& propertyName, double elapsedTime, const Strin… in TransitionEvent() 67 double TransitionEvent::elapsedTime() const in elapsedTime() function in blink::TransitionEvent
|
D | TransitionEvent.h | 38 double elapsedTime; member 49 …vent> create(const AtomicString& type, const String& propertyName, double elapsedTime, const Strin… in create()
|
/external/junit/src/junit/runner/ |
D | TestRunListener.java | 15 public void testRunEnded(long elapsedTime); in testRunEnded() 16 public void testRunStopped(long elapsedTime); in testRunStopped()
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaBench.cs | 172 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/WebKit/Source/platform/scroll/ |
D | ProgrammaticScrollAnimator.cpp | 60 double elapsedTime = monotonicTime - m_startTime; in tickAnimation() local
|
/external/chromium_org/third_party/skia/platform_tools/android/examples/hello_skia_app/jni/ |
D | helloskia.cpp | 21 jobject thiz, jobject dstBitmap, jlong elapsedTime) in Java_com_example_HelloSkiaActivity_drawIntoBitmap()
|
/external/skia/platform_tools/android/examples/hello_skia_app/jni/ |
D | helloskia.cpp | 21 jobject thiz, jobject dstBitmap, jlong elapsedTime) in Java_com_example_HelloSkiaActivity_drawIntoBitmap()
|
/external/lzma/Java/SevenZip/ |
D | LzmaBench.java | 222 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/WebKit/Source/core/html/parser/ |
D | HTMLParserScheduler.h | 83 double elapsedTime = currentTime() - session.startTime; in checkForYieldBeforeToken() local
|
/external/chromium_org/third_party/skia/platform_tools/android/examples/hello_skia_app/src/com/example/ |
D | HelloSkiaActivity.java | 73 private native void drawIntoBitmap(Bitmap image, long elapsedTime); in drawIntoBitmap()
|
/external/skia/platform_tools/android/examples/hello_skia_app/src/com/example/ |
D | HelloSkiaActivity.java | 73 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/ |
D | Stopwatch.java | 155 public long elapsedTime(TimeUnit desiredUnit) { in elapsedTime() method in Stopwatch
|
/external/chromium_org/third_party/angle/tests/perf_tests/ |
D | SimpleBenchmark.cpp | 89 double elapsedTime = mTimer->getElapsedTime(); in run() local
|
/external/guava/guava/src/com/google/common/base/ |
D | Stopwatch.java | 156 public long elapsedTime(TimeUnit desiredUnit) { in elapsedTime() method in Stopwatch
|
/external/chromium_org/third_party/angle/samples/angle/sample_util/ |
D | SampleApplication.cpp | 107 double elapsedTime = mTimer->getElapsedTime(); in run() local
|
/external/chromium_org/third_party/icu/source/test/perf/collationperf/ |
D | collperf.cpp | 422 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/ |
D | collperf.cpp | 422 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/ubrkperf/ |
D | ubrkperfold.cpp | 286 unsigned long elapsedTime = 0; in doForwardTest() local 372 unsigned long elapsedTime = 0; in doIsBoundTest() local
|
/external/chromium_org/third_party/icu/source/test/perf/ubrkperf/ |
D | ubrkperfold.cpp | 286 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/ |
D | CSSAnimations.cpp | 594 …ybeDispatch(Document::ListenerType listenerType, const AtomicString& eventName, double elapsedTime) in maybeDispatch() 623 …const double elapsedTime = animationNode->specifiedTiming().iterationDuration * (m_previousIterati… in onEventCondition() local 646 double elapsedTime = timing.iterationDuration; in onEventCondition() local
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 439 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()
|