Home
last modified time | relevance | path

Searched defs:startTime (Results 1 – 25 of 106) sorted by relevance

12345

/third_party/node/deps/npm/node_modules/npm-registry-fetch/
Dcheck-response.js8 function checkResponse (method, res, registry, startTime, opts) { argument
27 function logRequest (method, res, startTime, opts) { argument
86 function checkErrors (method, res, startTime, opts) { argument
/third_party/flutter/flutter/dev/integration_tests/external_ui/android/app/src/main/java/io/flutter/externalui/
DMainActivity.java32 private long startTime; field in MainActivity
116 double frameRate(AtomicInteger frameCounter, long startTime, long endTime) { in frameRate()
/third_party/node/src/
Dnode_perf.h63 uint64_t startTime, in PerformanceEntry()
84 double startTime() const { return startTimeNano() / 1e6; } in startTime() function
129 uint64_t startTime, in GCPerformanceEntry()
/third_party/vk-gl-cts/framework/common/
DtcuCPUWarmup.cpp99 const deUint64 startTime = deGetMicroseconds(); in warmupCPU() local
125 const deUint64 startTime = deGetMicroseconds(); in warmupCPU() local
/third_party/node/test/sequential/
Dtest-perf-hooks.js82 startTime: 0, property
96 startTime: 0, property
111 startTime: 0, property
/third_party/typescript/tests/cases/compiler/
DexportEqualNamespaces.ts8 startTime: Date; property
DexportAssignValueAndType.ts8 startTime: Date; property
/third_party/node/test/parallel/
Dtest-fs-stat-bigint.js98 const startTime = process.hrtime.bigint(); constant
153 const startTime = process.hrtime.bigint(); constant
185 const startTime = process.hrtime.bigint(); constant
Dtest-http2-session-timeout.js27 let startTime = process.hrtime(); variable
/third_party/skia/demos.skia.org/demos/web_worker/
Dmain.js29 const startTime = performance.now(); constant
/third_party/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp385 unsigned long startTime = timeGetTime(); in doKeyGen() local
489 unsigned long startTime = timeGetTime(); in doBinarySearch() local
528 unsigned long startTime = timeGetTime(); in doBinarySearch() local
579 unsigned long startTime = timeGetTime(); in doBinarySearch() local
635 unsigned long startTime = timeGetTime(); in doBinarySearch() local
712 unsigned long startTime = timeGetTime(); in doQSort() local
843 unsigned long startTime = timeGetTime(); in doForwardIterTest() local
1006 unsigned long startTime = timeGetTime(); in doBackwardIterTest() local
/third_party/boost/libs/statechart/example/PingPong/
DPingPong.cpp147 const std::clock_t startTime = std::clock(); in main() local
/third_party/flutter/flutter/dev/integration_tests/external_ui/ios/Runner/
DAppDelegate.m12 @property (atomic) double startTime; property
/third_party/vk-gl-cts/modules/internal/
DditImageCompareTests.cpp81 const deUint64 startTime = deGetMicroseconds(); in iterate() local
134 const deUint64 startTime = deGetMicroseconds(); in iterate() local
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/model/
DTrainModel.java113 long startTime = System.currentTimeMillis(); in trainLoop() local
237 long startTime = System.currentTimeMillis(); in evalModel() local
/third_party/jsframework/runtime/main/extend/systemplugin/napi/application/
DAbilityRunningInfo.js37 startTime: '[PC preview] unknow startTime', property
DExtensionRunningInfo.js47 startTime: '[PC preview] unknow startTime', property
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/
DCommon.java220 public static long startTime(String tag) { in startTime() method in Common
222 long startTime = startDate.getTime(); in startTime() local
/third_party/vulkan-headers/registry/
Dgenvk.py32 startTime = None variable
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DCollationPerformanceTest.java279 long startTime = 0; in doQSort() local
323 long startTime = 0; in doBinarySearch() local
502 long startTime = 0; in doKeyGen() local
587 long startTime = System.currentTimeMillis(); in doForwardIterTest() local
707 long startTime = System.currentTimeMillis(); in doBackwardIterTest() local
/third_party/skia/gm/
Dparticles.cpp28 double startTime, in ParticlesGM()
/third_party/flutter/skia/src/utils/
DSkInterpolator.cpp49 bool SkInterpolatorBase::getDuration(SkMSec* startTime, SkMSec* endTime) const { in getDuration()
77 SkMSec startTime = 0, endTime = 0; // initialize to avoid warning in timeToT() local
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DElapsedTimer.java48 private long startTime = System.currentTimeMillis(); field in ElapsedTimer
DTimer.java18 private long startTime; field in Timer
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
DElapsedTimer.java51 private long startTime = System.currentTimeMillis(); field in ElapsedTimer

12345