/external/chromium_org/third_party/WebKit/Source/core/animation/ |
CompositorAnimations.h | 52 virtual bool startAnimationOnCompositor(const Element&, double startTime, double timeOffset, const Timing&, const AnimationEffect&, Vector<int>& startedAnimationIds, double playerPlaybackRate);
|
CompositorAnimationsImpl.h | 55 static void getAnimationOnCompositor(const Timing&, double startTime, double timeOffset, const KeyframeEffectModelBase&, Vector<OwnPtr<WebCompositorAnimation> >& animations, double playerPlaybackRate);
|
AnimationNode.h | 101 double startTime() const { return m_startTime * 1000; } 104 double endTimeInternal() const { return startTime() + specifiedTiming().startDelay + activeDurationInternal() + specifiedTiming().endDelay; }
|
AnimationStackTest.cpp | 28 AnimationPlayer* play(Animation* animation, double startTime) 31 player->setStartTimeInternal(startTime);
|
AnimationTimelineTest.cpp | 212 // TODO: Put the player startTime in the future when we add the capability to change player startTime
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
ScriptProfile.h | 54 double startTime() const;
|
TimelineRecordFactory.cpp | 47 PassRefPtr<TimelineEvent> TimelineRecordFactory::createGenericRecord(double startTime, int maxCallStackDepth, const String& type, PassRefPtr<JSONObject> data) 53 .setStartTime(startTime); 62 PassRefPtr<TimelineEvent> TimelineRecordFactory::createBackgroundRecord(double startTime, const String& threadName, const String& type, PassRefPtr<JSONObject> data) 68 .setStartTime(startTime);
|
TimelineRecordFactory.h | 51 static PassRefPtr<TypeBuilder::Timeline::TimelineEvent> createGenericRecord(double startTime, int maxCallStackDepth, const String& type, PassRefPtr<JSONObject> data); 52 static PassRefPtr<TypeBuilder::Timeline::TimelineEvent> createBackgroundRecord(double startTime, const String& thread, const String& type, PassRefPtr<JSONObject> data);
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebSpeechSynthesisUtterance.h | 62 BLINK_PLATFORM_EXPORT double startTime() const; // In seconds.
|
/external/deqp/modules/internal/ |
ditImageCompareTests.cpp | 81 const deUint64 startTime = deGetMicroseconds(); 83 compareTime = deGetMicroseconds()-startTime; 130 const deUint64 startTime = deGetMicroseconds(); 132 compareTime = deGetMicroseconds()-startTime;
|
/external/owasp/sanitizer/empiricism/ |
html-containment.js | 41 var startTime = Date.now(); 42 var lastProgressUpdateTime = startTime; 71 var timeSoFar = now - startTime; 106 (endTime - startTime), nRuns);
|
/libcore/luni/src/test/java/libcore/java/nio/channels/ |
OldSocketChannelTest.java | 253 long startTime = System.currentTimeMillis(); 265 assertTimeout(startTime, TIMEOUT); 273 private void assertTimeout(long startTime, long timeout) { 275 if ((currentTime - startTime) > timeout) {
|
/packages/apps/Nfc/src/com/android/nfc/beam/ |
FireflyRenderer.java | 210 long startTime = System.currentTimeMillis(); 213 long timeElapsedMs = System.currentTimeMillis() - startTime; 214 startTime = System.currentTimeMillis(); 235 long elapsed = System.currentTimeMillis() - startTime;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ndattrib.h | 80 FILETIME startTime;
|
/external/chromium_org/third_party/icu/source/i18n/ |
olsontz.cpp | 808 UDate startTime = (UDate)finalStartMillis; 829 finalZoneWithStartYear->getNextTransition(startTime, false, tzt); 837 startTime = tzt.getTime(); 849 finalZone->getRawOffset(), 0, &startTime, 1, DateTimeRule::UTC_TIME); 872 firstFinalTZTransition->setTime(startTime); [all...] |
/external/icu/icu4c/source/i18n/ |
olsontz.cpp | 808 UDate startTime = (UDate)finalStartMillis; 829 finalZoneWithStartYear->getNextTransition(startTime, false, tzt); 837 startTime = tzt.getTime(); 849 finalZone->getRawOffset(), 0, &startTime, 1, DateTimeRule::UTC_TIME); 872 firstFinalTZTransition->setTime(startTime); [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
ContactsContract_RawContactsTest.java | 130 long startTime = System.currentTimeMillis(); 136 assertTrue(lastUpdated > startTime);
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
JUnitDeviceTest.java | 122 long startTime = System.currentTimeMillis(); 141 listener.testRunEnded(System.currentTimeMillis() - startTime,
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
test_view.js | 106 startTime: timeutil.getCurrentTime() 136 addTextNode(r.dtCell, (endTime - r.startTime));
|
/external/chromium_org/chrome/common/extensions/api/ |
history.json | 51 "startTime": {"type": "number", "optional": true, "description": "Limit results to those visited after this date, represented in milliseconds since the epoch."}, 135 "startTime": { "type": "number", "description": "Items added to history after this date, represented in milliseconds since the epoch." },
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
bugzilla-48077.html | 49 var startTime = new Date(); 53 } while (currentTime - startTime < 1000);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
Tests.js | 514 test.assertTrue(resource.responseReceivedTime - resource.startTime >= 0.07, 515 "Time between responseReceivedTime and startTime should be >=0.07s, but was " + 516 "responseReceivedTime=" + resource.responseReceivedTime + ", startTime=" + resource.startTime + "."); 517 test.assertTrue(resource.endTime - resource.startTime >= 0.14, 518 "Time between endTime and startTime should be >=0.14s, but was " + 519 "endtime=" + resource.endTime + ", startTime=" + resource.startTime + ".");
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
NetworkLog.js | 155 this.startTime = mainRequest.startTime;
|
/external/chromium_org/third_party/icu/source/test/perf/ubrkperf/ |
ubrkperfold.cpp | 285 unsigned long startTime = timeGetTime(); 303 startTime = timeGetTime(); 310 elapsedTime = timeGetTime()-startTime; 334 startTime = timeGetTime(); 346 elapsedTime = timeGetTime()-startTime; 371 unsigned long startTime = timeGetTime(); 388 startTime = timeGetTime(); 397 elapsedTime = timeGetTime()-startTime;
|
/external/icu/icu4c/source/test/perf/ubrkperf/ |
ubrkperfold.cpp | 285 unsigned long startTime = timeGetTime(); 303 startTime = timeGetTime(); 310 elapsedTime = timeGetTime()-startTime; 334 startTime = timeGetTime(); 346 elapsedTime = timeGetTime()-startTime; 371 unsigned long startTime = timeGetTime(); 388 startTime = timeGetTime(); 397 elapsedTime = timeGetTime()-startTime;
|