Home
last modified time | relevance | path

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

12345678910>>...16

/external/caliper/caliper/src/main/java/com/google/caliper/model/
DRun.java39 private Instant startTime; field in Run
61 public Instant startTime() { in startTime() method in Run
93 private Instant startTime; field in Run.Builder
104 public Builder startTime(Instant startTime) { in startTime() method in Run.Builder
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowChoreographerTest.java20 long startTime = ShadowSystem.nanoTime(); in setPaused_isPaused_doesntRun() local
47 long startTime = ShadowSystem.nanoTime(); in setPaused_isPaused_runsWhenClockAdvanced() local
61 long startTime = ShadowSystem.nanoTime(); in setPaused_isNotPaused_advancesClockAndRuns() local
75 long startTime = ShadowSystem.nanoTime(); in setFrameDelay() local
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
DDecodeJob.java83 long startTime = LogTime.getLogTime(); in decodeResultFromCache() local
107 long startTime = LogTime.getLogTime(); in decodeSourceFromCache() local
137 long startTime = LogTime.getLogTime(); in transformEncodeAndTranscode() local
157 long startTime = LogTime.getLogTime(); in writeTransformedToCache() local
168 long startTime = LogTime.getLogTime(); in decodeSource() local
188 long startTime = LogTime.getLogTime(); in decodeFromSourceData() local
198 long startTime = LogTime.getLogTime(); in cacheAndDecodeSourceData() local
249 private void logWithTimeAndKey(String message, long startTime) { in logWithTimeAndKey()
/external/armnn/src/backends/neon/
DNeonInterceptorScheduler.cpp27 WallClockTimer::clock::time_point startTime = WallClockTimer::clock::now(); in schedule() local
37 WallClockTimer::clock::time_point startTime = WallClockTimer::clock::now(); in run_workloads() local
47 WallClockTimer::clock::time_point startTime = WallClockTimer::clock::now(); in run_tagged_workloads() local
60 WallClockTimer::clock::time_point startTime = WallClockTimer::clock::now(); in schedule_op() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/
Dexample-cancel-04.kt11 val startTime = currentTimeMillis() in <lambda>() constant
Dexample-cancel-02.kt11 val startTime = currentTimeMillis() in <lambda>() constant
Dexample-flow-24.kt18 val startTime = currentTimeMillis() // remember the start time in <lambda>() constant
Dexample-flow-25.kt18 val startTime = currentTimeMillis() // remember the start time in <lambda>() constant
Dexample-flow-23.kt18 val startTime = currentTimeMillis() // remember the start time in <lambda>() constant
Dexample-flow-22.kt14 val startTime = currentTimeMillis() // remember the start time in <lambda>() constant
Dexample-flow-21.kt14 val startTime = currentTimeMillis() // remember the start time in <lambda>() constant
/external/autotest/client/deps/webgl_mpd/src/
Dcros_fps.js1 crosFrameData = function(seq, startTime, frameElapsedTime, jsElapsedTime) { argument
17 startTime, frameElapsedTime, jsElapsedTime) { argument
/external/guava/android/guava/src/com/google/common/util/concurrent/
DMonitor.java383 final long startTime = System.nanoTime(); in enter() local
472 long startTime = 0L; in enterWhen() local
551 long startTime = 0L; in enterWhenUninterruptibly() local
797 final long startTime = initNanoTime(timeoutNanos); in waitForUninterruptibly() local
937 long startTime = System.nanoTime(); in initNanoTime() local
946 private static long remainingNanos(long startTime, long timeoutNanos) { in remainingNanos()
/external/deqp/framework/common/
DtcuCPUWarmup.cpp99 const deUint64 startTime = deGetMicroseconds(); in warmupCPU() local
125 const deUint64 startTime = deGetMicroseconds(); in warmupCPU() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/util/
DSQLiteLibraryLoader.java48 final long startTime = System.currentTimeMillis(); in doLoad() local
69 private void logWithTime(final String message, final long startTime) { in logWithTime()
/external/OpenCL-CTS/test_conformance/half/
DTest_roundTrip.cpp311 uint64_t startTime = ReadTime(); in test_roundTrip() local
338 uint64_t startTime = ReadTime(); in test_roundTrip() local
/external/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
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dweb-animations-next-animation.js257 get startTime() { getter in scope.Animation
260 set startTime(v) { setter in scope.Animation
264 this._forEachChild(function(child, offset) {
Danimation.js99 get startTime() { getter in scope.Animation
102 set startTime(newTime) { setter in scope.Animation
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/util/
DSQLiteLibraryLoader.java49 final long startTime = System.currentTimeMillis(); in doLoad() local
70 private void logWithTime(final String message, final long startTime) { in logWithTime()
/external/skia/demos.skia.org/demos/web_worker/
Dmain.js29 const startTime = performance.now(); constant
/external/perfetto/ui/src/frontend/
Dtime_axis_panel.ts43 const startTime = timeToString(globals.state.traceTime.startSec); constant
/external/compiler-rt/test/builtins/timing/
Dtiming.h5 double intervalInCycles( uint64_t startTime, uint64_t endTime ) in intervalInCycles()
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DExitTest.java73 long startTime = System.currentTimeMillis(); in testExit001() local
/external/mockito/src/main/java/org/mockito/internal/util/
DTimer.java12 private long startTime = -1; field in Timer

12345678910>>...16