/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/kerberos/ |
D | KerberosTicketTest.java | 70 private static final Date startTime = new Date(START_TIME); field in KerberosTicketTest 96 sessionKey, KEY_TYPE, flags, newAuthTime, startTime, endTime, in test_getAuthTime() 109 flags, null, startTime, endTime, renewTill, addesses); in test_getAuthTime() 121 sessionKey, KEY_TYPE, flags, authTime, startTime, endTime, in test_getClient() 129 flags, authTime, startTime, endTime, renewTill, addesses); in test_getClient() 141 sessionKey, KEY_TYPE, flags, authTime, startTime, endTime, in test_getClientAddresses() 155 KEY_TYPE, flags, authTime, startTime, endTime, renewTill, null); in test_getClientAddresses() 165 sessionKey, KEY_TYPE, flags, authTime, startTime, endTime, in test_getEncoded() 179 flags, authTime, startTime, endTime, renewTill, addesses); in test_getEncoded() 193 sessionKey, KEY_TYPE, flags, authTime, startTime, newEndTime, in test_getEndTime() [all …]
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | HAREntry.js | 47 startedDateTime: new Date(this._resource.startTime * 1000), 168 expires: cookie.expires(new Date(this._resource.startTime * 1000)), 179 var startTime = timing[start]; 180 …return typeof startTime !== "number" || startTime === -1 ? -1 : Math.round(timing[end] - startTime… 213 startedDateTime: new Date(WebInspector.mainResource.startTime * 1000), 236 var startTime = WebInspector.mainResource.startTime; 237 if (time === -1 || startTime === -1) 239 return WebInspector.HAREntry._toMilliseconds(time - startTime);
|
/external/webkit/Source/WebCore/html/parser/ |
D | HTMLParserScheduler.h | 48 , startTime(0) in PumpSession() 54 double startTime; variable 73 if (!session.startTime) in checkForYieldBeforeToken() 74 session.startTime = currentTime(); in checkForYieldBeforeToken() 77 double elapsedTime = currentTime() - session.startTime; in checkForYieldBeforeToken()
|
/external/jmonkeyengine/engine/src/core/com/jme3/system/ |
D | NanoTimer.java | 46 private long startTime; field in NanoTimer 52 startTime = System.nanoTime(); in NanoTimer() 67 return System.nanoTime() - startTime; in getTime() 89 startTime = System.nanoTime(); in reset()
|
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/ |
D | AndroidTimer.java | 47 private long startTime; field in AndroidTimer 54 startTime = System.nanoTime(); in AndroidTimer() 70 return System.nanoTime() - startTime; in getTime() 93 startTime = System.nanoTime(); in reset()
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/ |
D | background.js | 191 var ms = nextEvent_.startTime.getTime() - getCurrentTime(); 251 var ms = nextEvent_.startTime.getTime() - getCurrentTime(); 298 startTime = rfc3339StringToDate(startTimeStr); 301 if (startTime == null || endTime == null) { 306 out.startTime = startTime; 463 if (event_.startTime) { 464 var t = event_.startTime.getTime() - getCurrentTime(); 498 nextEvent_.startTime.setSeconds(0, 0); 500 var startTime = nextEvent_.startTime; 502 var time = event.startTime.setSeconds(0, 0); [all …]
|
/external/proguard/src/proguard/gui/splash/ |
D | SplashPanel.java | 43 private long startTime = Long.MAX_VALUE; field in SplashPanel 94 startTime = System.currentTimeMillis(); in start() 111 startTime = 0L; in stop() 138 sprite.paint(graphics, System.currentTimeMillis() - startTime); in paintComponent() 156 if (time > startTime + stopTime) in run()
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/ |
D | prettyload.js | 36 var startTime; 70 startTime = Date.now(); 81 if (Date.now() - startTime < MAX_DURATION) { 97 }, this.minDuration * MS_PER_SEC - (Date.now() - startTime));
|
/external/icu4c/test/perf/collationperf/ |
D | collperf.cpp | 382 unsigned long startTime = timeGetTime(); in doKeyGen() local 422 unsigned long elapsedTime = timeGetTime() - startTime; in doKeyGen() 486 unsigned long startTime = timeGetTime(); in doBinarySearch() local 518 elapsedTime = timeGetTime() - startTime; in doBinarySearch() 525 unsigned long startTime = timeGetTime(); in doBinarySearch() local 570 elapsedTime = timeGetTime() - startTime; in doBinarySearch() 576 unsigned long startTime = timeGetTime(); in doBinarySearch() local 626 elapsedTime = timeGetTime() - startTime; in doBinarySearch() 632 unsigned long startTime = timeGetTime(); in doBinarySearch() local 672 elapsedTime = timeGetTime() - startTime; in doBinarySearch() [all …]
|
/external/webkit/Source/WebCore/html/ |
D | TimeRanges.cpp | 127 float startTime = start(ndx, unused); in nearest() local 129 if (time >= startTime && time <= endTime) in nearest() 131 if (fabs(startTime - time) < closest) in nearest() 132 closest = fabsf(startTime - time); in nearest()
|
/external/icu4c/test/perf/ubrkperf/ |
D | ubrkperf.cpp | 61 unsigned long startTime = timeGetTime(); 77 startTime = timeGetTime(); 84 elapsedTime = timeGetTime()-startTime; 108 startTime = timeGetTime(); 120 elapsedTime = timeGetTime()-startTime;
|
/external/webkit/Tools/record-memory-win/ |
D | main.cpp | 22 time_t ElapsedTime(time_t startTime); 198 time_t startTime = time(NULL); in QueryContinuously() local 204 pastDuration = gDuration > 0 ? ElapsedTime(startTime) > gDuration : false; in QueryContinuously() 209 time_t ElapsedTime(time_t startTime) in ElapsedTime() argument 212 return currentTime - startTime; in ElapsedTime()
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/ |
D | LwjglTimer.java | 55 private long startTime; field in LwjglTimer 74 startTime = Sys.getTime(); in reset() 87 return Sys.getTime() - startTime; in getTime()
|
D | LwjglSmoothingTimer.java | 73 private long startTime; field in LwjglSmoothingTimer 96 startTime = Sys.getTime(); in reset() 112 return Sys.getTime() - startTime; in getTime()
|
/external/skia/src/utils/ |
D | SkInterpolator.cpp | 47 bool SkInterpolatorBase::getDuration(SkMSec* startTime, SkMSec* endTime) const { in getDuration() argument 52 if (startTime) { in getDuration() 53 *startTime = fTimes[0].fTime; in getDuration() 76 SkMSec startTime = 0, endTime = 0; // initialize to avoid warning in timeToT() local 77 this->getDuration(&startTime, &endTime); in timeToT() 78 SkMSec totalTime = endTime - startTime; in timeToT() 79 SkMSec offsetTime = time - startTime; in timeToT() 93 time = offsetTime + startTime; in timeToT()
|
/external/skia/legacy/src/utils/ |
D | SkInterpolator.cpp | 47 bool SkInterpolatorBase::getDuration(SkMSec* startTime, SkMSec* endTime) const { in getDuration() argument 52 if (startTime) { in getDuration() 53 *startTime = fTimes[0].fTime; in getDuration() 76 SkMSec startTime = 0, endTime = 0; // initialize to avoid warning in timeToT() local 77 this->getDuration(&startTime, &endTime); in timeToT() 78 SkMSec totalTime = endTime - startTime; in timeToT() 79 SkMSec offsetTime = time - startTime; in timeToT() 93 time = offsetTime + startTime; in timeToT()
|
/external/webkit/Source/WebCore/inspector/ |
D | InspectorTimelineAgent.h | 156 GCEvent(double startTime, double endTime, size_t collectedBytes) in GCEvent() 157 : startTime(startTime), endTime(endTime), collectedBytes(collectedBytes) in GCEvent() 160 double startTime; member
|
/external/icu4c/i18n/unicode/ |
D | vtzone.h | 388 int32_t month, int32_t dayOfMonth, UDate startTime, UDate untilTime, 393 UDate startTime, UDate untilTime, UErrorCode& status) const; 397 UDate startTime, UDate untilTime, UErrorCode& status) const; 404 UDate startTime, UDate untilTime, UErrorCode& status) const; 407 UDate startTime, UErrorCode& status) const; 410 … int32_t fromOffset, int32_t toOffset, UDate startTime, UErrorCode& status) const;
|
/external/jmonkeyengine/engine/src/test/jme3test/network/ |
D | TestLatency.java | 42 private static long startTime; field in TestLatency 47 startTime = System.currentTimeMillis(); 51 return System.currentTimeMillis() - startTime; in getTime()
|
/external/compiler-rt/test/timing/ |
D | timing.h | 5 double intervalInCycles( uint64_t startTime, uint64_t endTime ) in intervalInCycles() argument 7 uint64_t rawTime = endTime - startTime; in intervalInCycles()
|
/external/icu4c/i18n/ |
D | simpletz.cpp | 66 startTime(0), in SimpleTimeZone() 163 this->startTime = savingsStartTime; in construct() 211 startTime = right.startTime; in operator =() 312 startTime = time; in setStartRule() 478 (int8_t)startDay, startTime); in getOffset() 757 startTime == that->startTime && in hasSameRules() 878 if (startTime < 0 || startTime > U_MILLIS_PER_DAY || in decodeStartRule() 1085 dtRule = new DateTimeRule(startMonth, startDay, startTime, timeRuleType); in initTransitionRules() 1088 … dtRule = new DateTimeRule(startMonth, startDay, startDayOfWeek, startTime, timeRuleType); in initTransitionRules() 1091 … dtRule = new DateTimeRule(startMonth, startDay, startDayOfWeek, true, startTime, timeRuleType); in initTransitionRules() [all …]
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/ |
D | 15.9.5.23-12.js | 67 function addTestCase( startTime, setTime ) { argument 68 if ( startTime == "now" ) { 71 DateCase = new Date( startTime ); 75 var DateString = "var d = new Date("+startTime+"); d.setTime("+setTime+"); d" ;
|
D | 15.9.5.23-18.js | 53 function addTestCase( startTime, setTime ) { argument 54 if ( startTime == "now" ) { 57 DateCase = new Date( startTime ); 61 var DateString = "var d = new Date("+startTime+"); d.setTime("+setTime+"); d" ;
|
D | 15.9.5.23-17.js | 56 function addTestCase( startTime, setTime ) { argument 57 if ( startTime == "now" ) { 60 DateCase = new Date( startTime ); 64 var DateString = "var d = new Date("+startTime+"); d.setTime("+setTime+"); d" ;
|
D | 15.9.5.23-13.js | 64 function addTestCase( startTime, setTime ) { argument 65 if ( startTime == "now" ) { 68 DateCase = new Date( startTime ); 72 var DateString = "var d = new Date("+startTime+"); d.setTime("+setTime+"); d" ;
|