Home
last modified time | relevance | path

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

123456

/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/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/autotest/client/deps/webgl_mpd/src/
Dcros_fps.js1 crosFrameData = function(seq, startTime, frameElapsedTime, jsElapsedTime) { argument
17 startTime, frameElapsedTime, jsElapsedTime) { argument
/external/deqp/framework/common/
DtcuCPUWarmup.cpp99 const deUint64 startTime = deGetMicroseconds(); in warmupCPU() local
125 const deUint64 startTime = deGetMicroseconds(); in warmupCPU() local
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
DExitTest.java73 long startTime = System.currentTimeMillis(); in testExit001() local
/external/compiler-rt/test/builtins/timing/
Dtiming.h5 double intervalInCycles( uint64_t startTime, uint64_t endTime ) in intervalInCycles()
Dfloatundidf.c29 uint64_t startTime = mach_absolute_time(); in main() local
Dfloatdisf.c32 uint64_t startTime = mach_absolute_time(); in main() local
Dfloatundixf.c32 uint64_t startTime = mach_absolute_time(); in main() local
Dfloatundisf.c32 uint64_t startTime = mach_absolute_time(); in main() local
Dfloatdixf.c32 uint64_t startTime = mach_absolute_time(); in main() local
Dfloatdidf.c32 uint64_t startTime = mach_absolute_time(); in main() local
Dlshrdi3.c34 uint64_t startTime = mach_absolute_time(); in main() local
Dnegdi2.c35 uint64_t startTime = mach_absolute_time(); in main() local
Dashldi3.c34 uint64_t startTime = mach_absolute_time(); in main() local
Dashrdi3.c34 uint64_t startTime = mach_absolute_time(); in main() local
Dmoddi3.c37 uint64_t startTime = mach_absolute_time(); in main() local
/external/mockito/src/main/java/org/mockito/internal/util/
DTimer.java12 private long startTime = -1; field in Timer
/external/caliper/caliper/src/test/java/com/google/caliper/config/
DLoggingConfigLoaderTest.java63 private Instant startTime = new Instant(); field in LoggingConfigLoaderTest
/external/libmojo/base/android/javatests/src/org/chromium/base/
DApiCompatibilityUtilsTest.java54 long startTime = SystemClock.uptimeMillis(); in testFinishAndRemoveTask() local
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DRunnerModule.java71 static Run provideRun(UUID uuid, CaliperOptions caliperOptions, Instant startTime) { in provideRun()
/external/icu/icu4c/source/test/perf/collationperf/
Dcollperf.cpp386 unsigned long startTime = timeGetTime(); in doKeyGen() local
490 unsigned long startTime = timeGetTime(); in doBinarySearch() local
529 unsigned long startTime = timeGetTime(); in doBinarySearch() local
580 unsigned long startTime = timeGetTime(); in doBinarySearch() local
636 unsigned long startTime = timeGetTime(); in doBinarySearch() local
713 unsigned long startTime = timeGetTime(); in doQSort() local
844 unsigned long startTime = timeGetTime(); in doForwardIterTest() local
1007 unsigned long startTime = timeGetTime(); in doBackwardIterTest() local
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/srt/
DSrtParser.java41 long startTime = parse(timeString.split("-->")[0]); in parse() local
/external/guava/guava-tests/test/com/google/common/collect/
DQueuesTest.java115 long startTime = System.nanoTime(); in testDrainTimesOut() local
269 long startTime = System.nanoTime(); in assertUninterruptibleDrained() local
/external/deqp/modules/internal/
DditImageCompareTests.cpp81 const deUint64 startTime = deGetMicroseconds(); in iterate() local
134 const deUint64 startTime = deGetMicroseconds(); in iterate() local

123456