Home
last modified time | relevance | path

Searched defs:startTime (Results 1 – 25 of 104) 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/node/test/sequential/
Dtest-perf-hooks.js82 startTime: 0, property
96 startTime: 0, property
111 startTime: 0, property
/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/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/typescript/tests/cases/compiler/
DexportEqualNamespaces.ts8 startTime: Date; property
DexportAssignValueAndType.ts8 startTime: Date; property
/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/vk-gl-cts/modules/internal/
DditImageCompareTests.cpp81 const deUint64 startTime = deGetMicroseconds(); in iterate() local
134 const deUint64 startTime = deGetMicroseconds(); in iterate() local
/third_party/flutter/flutter/dev/integration_tests/external_ui/ios/Runner/
DAppDelegate.m12 @property (atomic) double startTime; property
/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/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/vulkan-loader/scripts/
Dloader_genvk.py20 startTime = None variable
/third_party/vulkan-headers/registry/
Dgenvk.py35 startTime = None variable
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dgenvk.py35 startTime = None variable
/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/skia/gm/
Dparticles.cpp28 double startTime, in ParticlesGM()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
DElapsedTimer.java51 private long startTime = System.currentTimeMillis(); field in ElapsedTimer
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DElapsedTimer.java48 private long startTime = System.currentTimeMillis(); field in ElapsedTimer
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DSimpleTimeZone.java134 int startMonth, int startDay, int startDayOfWeek, int startTime, in SimpleTimeZone()
182 int startDayOfWeek, int startTime, in SimpleTimeZone()
227 int startMonth, int startDay, int startDayOfWeek, int startTime, in SimpleTimeZone()
949 private int startTime; field in SimpleTimeZone
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DSimpleTimeZone.java130 int startMonth, int startDay, int startDayOfWeek, int startTime, in SimpleTimeZone()
177 int startDayOfWeek, int startTime, in SimpleTimeZone()
221 int startMonth, int startDay, int startDayOfWeek, int startTime, in SimpleTimeZone()
927 private int startTime; field in SimpleTimeZone

12345