/third_party/node/lib/internal/ |
D | http.js | 33 const startTime = statistics.startTime; 34 const diff = process.hrtime(startTime); 36 this.startTime = startTime[0] * 1000 + startTime[1] / 1e6;
|
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
D | CollationPerformanceTest.java | 279 long startTime = 0; in doQSort() local 282 startTime = System.currentTimeMillis(); in doQSort() 287 startTime = System.currentTimeMillis(); in doQSort() 292 startTime = System.currentTimeMillis(); in doQSort() 297 startTime = System.currentTimeMillis(); in doQSort() 301 long elapsedTime = endTime - startTime; in doQSort() 323 long startTime = 0; in doBinarySearch() local 340 startTime = System.currentTimeMillis(); in doBinarySearch() 365 elapsedTime = System.currentTimeMillis() - startTime; in doBinarySearch() 371 startTime = System.currentTimeMillis(); in doBinarySearch() [all …]
|
/third_party/node/deps/npm/node_modules/npm-registry-fetch/ |
D | check-response.js | 8 function checkResponse (method, res, registry, startTime, opts) { argument 15 logRequest(method, res, startTime, opts) 16 return checkErrors(method, res, startTime, opts) 18 res.body.on('end', () => logRequest(method, res, startTime, opts)) 27 function logRequest (method, res, startTime, opts) { argument 28 const elapsedTime = Date.now() - startTime 86 function checkErrors (method, res, startTime, opts) { argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | SimpleTimeZone.java | 130 int startMonth, int startDay, int startDayOfWeek, int startTime, in SimpleTimeZone() argument 135 startTime, WALL_TIME, in SimpleTimeZone() 177 int startDayOfWeek, int startTime, in SimpleTimeZone() argument 185 startTime, startTimeMode, in SimpleTimeZone() 221 int startMonth, int startDay, int startDayOfWeek, int startTime, in SimpleTimeZone() argument 227 startTime, WALL_TIME, in SimpleTimeZone() 360 startTime = time; in setStartRule() 738 startDay, startTime); in getOffset() 927 private int startTime; field in SimpleTimeZone 982 startTime = _startTime; in construct() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | SimpleTimeZone.java | 134 int startMonth, int startDay, int startDayOfWeek, int startTime, in SimpleTimeZone() argument 139 startTime, WALL_TIME, in SimpleTimeZone() 182 int startDayOfWeek, int startTime, in SimpleTimeZone() argument 190 startTime, startTimeMode, in SimpleTimeZone() 227 int startMonth, int startDay, int startDayOfWeek, int startTime, in SimpleTimeZone() argument 233 startTime, WALL_TIME, in SimpleTimeZone() 372 startTime = time; in setStartRule() 759 startDay, startTime); in getOffset() 949 private int startTime; field in SimpleTimeZone 1007 startTime = _startTime; in construct() [all …]
|
/third_party/flutter/flutter/dev/integration_tests/external_ui/android/app/src/main/java/io/flutter/externalui/ |
D | MainActivity.java | 32 private long startTime; field in MainActivity 56 if (frameRate(framesProduced, startTime, time) < fps) { in onCreate() 77 startTime = System.currentTimeMillis(); in onCreate() 87 result.success(frameRate(framesProduced, startTime, endTime)); in onCreate() 90 result.success(frameRate(framesConsumed, startTime, endTime)); in onCreate() 116 double frameRate(AtomicInteger frameCounter, long startTime, long endTime) { in frameRate() argument 117 return frameCounter.get() * 1000 / (double) (endTime - startTime); in frameRate()
|
/third_party/node/test/parallel/ |
D | test-fs-stat-bigint.js | 98 const startTime = process.hrtime.bigint(); constant 102 const allowableDelta = Math.ceil(Number(endTime - startTime) / 1e6); 153 const startTime = process.hrtime.bigint(); constant 157 const allowableDelta = Math.ceil(Number(endTime - startTime) / 1e6); 185 const startTime = process.hrtime.bigint(); constant 189 const allowableDelta = Math.ceil(Number(endTime - startTime) / 1e6); 208 const startTime = process.hrtime.bigint(); 212 const allowableDelta = Math.ceil(Number(endTime - startTime) / 1e6);
|
D | test-http2-session-timeout.js | 27 let startTime = process.hrtime(); variable 43 const diff = process.hrtime(startTime); 51 startTime = process.hrtime();
|
/third_party/icu/icu4c/source/test/perf/collationperf/ |
D | collperf.cpp | 385 unsigned long startTime = timeGetTime(); in doKeyGen() local 425 unsigned long elapsedTime = timeGetTime() - startTime; in doKeyGen() 489 unsigned long startTime = timeGetTime(); in doBinarySearch() local 521 elapsedTime = timeGetTime() - startTime; in doBinarySearch() 528 unsigned long startTime = timeGetTime(); in doBinarySearch() local 573 elapsedTime = timeGetTime() - startTime; in doBinarySearch() 579 unsigned long startTime = timeGetTime(); in doBinarySearch() local 629 elapsedTime = timeGetTime() - startTime; in doBinarySearch() 635 unsigned long startTime = timeGetTime(); in doBinarySearch() local 675 elapsedTime = timeGetTime() - startTime; in doBinarySearch() [all …]
|
/third_party/flutter/skia/src/utils/ |
D | SkInterpolator.cpp | 49 bool SkInterpolatorBase::getDuration(SkMSec* startTime, SkMSec* endTime) const { in getDuration() argument 54 if (startTime) { in getDuration() 55 *startTime = fTimes[0].fTime; in getDuration() 77 SkMSec startTime = 0, endTime = 0; // initialize to avoid warning in timeToT() local 78 this->getDuration(&startTime, &endTime); in timeToT() 79 SkMSec totalTime = endTime - startTime; in timeToT() 80 SkMSec offsetTime = time - startTime; in timeToT() 94 time = offsetTime + startTime; in timeToT()
|
/third_party/node/deps/npm/node_modules/pacote/ |
D | prefetch.js | 15 const startTime = Date.now() 24 … opts.log.silly('prefetch', `content already exists for ${spec} (${Date.now() - startTime}ms)`) 32 return prefetchByManifest(startTime, spec, opts) 37 return prefetchByManifest(startTime, spec, opts)
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuCPUWarmup.cpp | 99 const deUint64 startTime = deGetMicroseconds(); in warmupCPU() local 101 times[i] = (deInt64)(deGetMicroseconds() - startTime); in warmupCPU() 125 const deUint64 startTime = deGetMicroseconds(); in warmupCPU() local 127 …[measurementNdx % numConsecutiveMeasurementsRequired] = (deInt64)(deGetMicroseconds() - startTime); in warmupCPU()
|
/third_party/node/src/ |
D | node_perf.h | 63 uint64_t startTime, in PerformanceEntry() argument 67 startTime_(startTime), in PerformanceEntry() 84 double startTime() const { return startTimeNano() / 1e6; } in startTime() function 129 uint64_t startTime, in GCPerformanceEntry() argument 131 PerformanceEntry(env, "gc", "gc", startTime, endTime), in GCPerformanceEntry()
|
/third_party/icu/icu4c/source/test/perf/ubrkperf/ |
D | ubrkperf.cpp | 67 unsigned long startTime = timeGetTime(); 83 startTime = timeGetTime(); 90 elapsedTime = timeGetTime()-startTime; 114 startTime = timeGetTime(); 126 elapsedTime = timeGetTime()-startTime;
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | vtzone.h | 390 int32_t month, int32_t dayOfMonth, UDate startTime, UDate untilTime, 395 UDate startTime, UDate untilTime, UErrorCode& status) const; 399 UDate startTime, UDate untilTime, UErrorCode& status) const; 406 UDate startTime, UDate untilTime, UErrorCode& status) const; 409 UDate startTime, UErrorCode& status) const; 412 … int32_t fromOffset, int32_t toOffset, UDate startTime, UErrorCode& status) const;
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | vtzone.h | 405 int32_t month, int32_t dayOfMonth, UDate startTime, UDate untilTime, 410 UDate startTime, UDate untilTime, UErrorCode& status) const; 414 UDate startTime, UDate untilTime, UErrorCode& status) const; 421 UDate startTime, UDate untilTime, UErrorCode& status) const; 424 UDate startTime, UErrorCode& status) const; 427 … int32_t fromOffset, int32_t toOffset, UDate startTime, UErrorCode& status) const;
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | vtzone.h | 405 int32_t month, int32_t dayOfMonth, UDate startTime, UDate untilTime, 410 UDate startTime, UDate untilTime, UErrorCode& status) const; 414 UDate startTime, UDate untilTime, UErrorCode& status) const; 421 UDate startTime, UDate untilTime, UErrorCode& status) const; 424 UDate startTime, UErrorCode& status) const; 427 … int32_t fromOffset, int32_t toOffset, UDate startTime, UErrorCode& status) const;
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | vtzone.h | 405 int32_t month, int32_t dayOfMonth, UDate startTime, UDate untilTime, 410 UDate startTime, UDate untilTime, UErrorCode& status) const; 414 UDate startTime, UDate untilTime, UErrorCode& status) const; 421 UDate startTime, UDate untilTime, UErrorCode& status) const; 424 UDate startTime, UErrorCode& status) const; 427 … int32_t fromOffset, int32_t toOffset, UDate startTime, UErrorCode& status) const;
|
/third_party/typescript/tests/baselines/reference/ |
D | exportAssignValueAndType.symbols | 17 startTime: Date; 18 >startTime : Symbol(server.startTime, Decl(exportAssignValueAndType.ts, 5, 20))
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | simpletz.cpp | 70 startTime(0), in SimpleTimeZone() 167 this->startTime = savingsStartTime; in construct() 215 startTime = right.startTime; in operator =() 316 startTime = time; in setStartRule() 482 (int8_t)startDay, startTime); in getOffset() 763 startTime == that->startTime && in hasSameRules() 884 if (startTime < 0 || startTime > U_MILLIS_PER_DAY || in decodeStartRule() 1120 dtRule = new DateTimeRule(startMonth, startDay, startTime, timeRuleType); in initTransitionRules() 1123 … dtRule = new DateTimeRule(startMonth, startDay, startDayOfWeek, startTime, timeRuleType); in initTransitionRules() 1126 … dtRule = new DateTimeRule(startMonth, startDay, startDayOfWeek, true, startTime, timeRuleType); in initTransitionRules() [all …]
|
/third_party/node/deps/icu-small/source/i18n/ |
D | simpletz.cpp | 70 startTime(0), in SimpleTimeZone() 167 this->startTime = savingsStartTime; in construct() 215 startTime = right.startTime; in operator =() 316 startTime = time; in setStartRule() 482 (int8_t)startDay, startTime); in getOffset() 763 startTime == that->startTime && in hasSameRules() 884 if (startTime < 0 || startTime > U_MILLIS_PER_DAY || in decodeStartRule() 1120 dtRule = new DateTimeRule(startMonth, startDay, startTime, timeRuleType); in initTransitionRules() 1123 … dtRule = new DateTimeRule(startMonth, startDay, startDayOfWeek, startTime, timeRuleType); in initTransitionRules() 1126 … dtRule = new DateTimeRule(startMonth, startDay, startDayOfWeek, true, startTime, timeRuleType); in initTransitionRules() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | simpletz.cpp | 69 startTime(0), in SimpleTimeZone() 166 this->startTime = savingsStartTime; in construct() 214 startTime = right.startTime; in operator =() 315 startTime = time; in setStartRule() 481 (int8_t)startDay, startTime); in getOffset() 760 startTime == that->startTime && in hasSameRules() 881 if (startTime < 0 || startTime > U_MILLIS_PER_DAY || in decodeStartRule() 1117 dtRule = new DateTimeRule(startMonth, startDay, startTime, timeRuleType); in initTransitionRules() 1120 … dtRule = new DateTimeRule(startMonth, startDay, startDayOfWeek, startTime, timeRuleType); in initTransitionRules() 1123 … dtRule = new DateTimeRule(startMonth, startDay, startDayOfWeek, true, startTime, timeRuleType); in initTransitionRules() [all …]
|
/third_party/icu/icu4c/source/i18n/ |
D | simpletz.cpp | 70 startTime(0), in SimpleTimeZone() 167 this->startTime = savingsStartTime; in construct() 215 startTime = right.startTime; in operator =() 316 startTime = time; in setStartRule() 482 (int8_t)startDay, startTime); in getOffset() 763 startTime == that->startTime && in hasSameRules() 884 if (startTime < 0 || startTime > U_MILLIS_PER_DAY || in decodeStartRule() 1120 dtRule = new DateTimeRule(startMonth, startDay, startTime, timeRuleType); in initTransitionRules() 1123 … dtRule = new DateTimeRule(startMonth, startDay, startDayOfWeek, startTime, timeRuleType); in initTransitionRules() 1126 … dtRule = new DateTimeRule(startMonth, startDay, startDayOfWeek, true, startTime, timeRuleType); in initTransitionRules() [all …]
|
/third_party/node/lib/ |
D | perf_hooks.js | 194 startTime: { property 270 startTime: this.startTime, 616 if (list[pivot].startTime === entryStartTime) 618 if (list[pivot].startTime < entryStartTime) 627 const entryStartTime = entry.startTime; 629 (list[list.length - 1].startTime < entryStartTime)) { 633 if (list[0] && (list[0].startTime > entryStartTime)) {
|
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
D | Timer.java | 18 private long startTime; field in Timer 28 startTime = System.nanoTime(); in start() 36 duration = System.nanoTime() - startTime; in getDuration()
|