/external/caliper/caliper/src/main/java/com/google/caliper/model/ |
D | Run.java | 39 private Instant startTime; field in Run 44 this.startTime = Defaults.INSTANT; in Run() 50 this.startTime = builder.startTime; in Run() 61 public Instant startTime() { in startTime() method in Run 62 return startTime; in startTime() 72 && this.startTime.equals(that.startTime); in equals() 79 return Objects.hashCode(id, label, startTime); in hashCode() 86 .add("startTime", startTime) in toString() 93 private Instant startTime; field in Run.Builder 104 public Builder startTime(Instant startTime) { in startTime() argument [all …]
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/ |
D | DecodeJob.java | 83 long startTime = LogTime.getLogTime(); in decodeResultFromCache() local 86 logWithTimeAndKey("Decoded transformed from cache", startTime); in decodeResultFromCache() 88 startTime = LogTime.getLogTime(); in decodeResultFromCache() 91 logWithTimeAndKey("Transcoded transformed from cache", startTime); in decodeResultFromCache() 107 long startTime = LogTime.getLogTime(); in decodeSourceFromCache() local 110 logWithTimeAndKey("Decoded source from cache", startTime); in decodeSourceFromCache() 137 long startTime = LogTime.getLogTime(); in transformEncodeAndTranscode() local 140 logWithTimeAndKey("Transformed resource from source", startTime); in transformEncodeAndTranscode() 145 startTime = LogTime.getLogTime(); in transformEncodeAndTranscode() 148 logWithTimeAndKey("Transcoded transformed from source", startTime); in transformEncodeAndTranscode() [all …]
|
D | Engine.java | 144 long startTime = LogTime.getLogTime(); in load() local 157 logWithTimeAndKey("Loaded resource from cache", startTime, key); in load() 169 logWithTimeAndKey("Loaded resource from active resources", startTime, key); in load() 181 logWithTimeAndKey("Added to existing load", startTime, key); in load() 195 logWithTimeAndKey("Started new load", startTime, key); in load() 200 private static void logWithTimeAndKey(String log, long startTime, Key key) { in logWithTimeAndKey() argument 201 Log.v(TAG, log + " in " + LogTime.getElapsedMillis(startTime) + "ms, key: " + key); in logWithTimeAndKey()
|
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
D | CollationPerformanceTest.java | 270 long startTime = 0; in doQSort() local 273 startTime = System.currentTimeMillis(); in doQSort() 278 startTime = System.currentTimeMillis(); in doQSort() 283 startTime = System.currentTimeMillis(); in doQSort() 288 startTime = System.currentTimeMillis(); in doQSort() 292 long elapsedTime = endTime - startTime; in doQSort() 314 long startTime = 0; in doBinarySearch() local 331 startTime = System.currentTimeMillis(); in doBinarySearch() 356 elapsedTime = System.currentTimeMillis() - startTime; in doBinarySearch() 362 startTime = System.currentTimeMillis(); in doBinarySearch() [all …]
|
/external/autotest/client/deps/webgl_mpd/src/ |
D | cros_fps.js | 1 crosFrameData = function(seq, startTime, frameElapsedTime, jsElapsedTime) { argument 3 this.startTime = startTime; 17 startTime, frameElapsedTime, jsElapsedTime) { argument 21 this.totalFrames, startTime, frameElapsedTime, jsElapsedTime);
|
/external/icu/android_icu4j/src/main/java/android/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 …]
|
/external/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() 948 private int startTime; field in SimpleTimeZone 1006 startTime = _startTime; in construct() [all …]
|
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/profiler/ |
D | StopWatch.java | 37 private long startTime; field in StopWatch 47 this.startTime = original.startTime; in StopWatch() 54 startTime = System.nanoTime(); in start() 100 return stopTime - startTime; in elapsedTime()
|
/external/mockito/src/main/java/org/mockito/internal/util/ |
D | Timer.java | 12 private long startTime = -1; field in Timer 23 assert startTime != -1; in isCounting() 24 return System.currentTimeMillis() - startTime <= durationMillis; in isCounting() 31 startTime = System.currentTimeMillis(); in start()
|
/external/icu/icu4c/source/test/perf/collationperf/ |
D | collperf.cpp | 386 unsigned long startTime = timeGetTime(); in doKeyGen() local 426 unsigned long elapsedTime = timeGetTime() - startTime; in doKeyGen() 490 unsigned long startTime = timeGetTime(); in doBinarySearch() local 522 elapsedTime = timeGetTime() - startTime; in doBinarySearch() 529 unsigned long startTime = timeGetTime(); in doBinarySearch() local 574 elapsedTime = timeGetTime() - startTime; in doBinarySearch() 580 unsigned long startTime = timeGetTime(); in doBinarySearch() local 630 elapsedTime = timeGetTime() - startTime; in doBinarySearch() 636 unsigned long startTime = timeGetTime(); in doBinarySearch() local 676 elapsedTime = timeGetTime() - startTime; in doBinarySearch() [all …]
|
/external/junit/src/main/java/org/junit/runner/ |
D | Result.java | 33 private final AtomicLong startTime; field in Result 43 startTime = new AtomicLong(); in Result() 51 startTime = new AtomicLong(serializedForm.fStartTime); in Result() 114 startTime.set(System.currentTimeMillis()); in testRunStarted() 120 runTime.addAndGet(endTime - startTime.get()); in testRunFinished() 168 fStartTime = result.startTime.longValue(); in SerializedForm()
|
/external/skqp/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()
|
/external/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()
|
/external/proguard/src/proguard/gui/splash/ |
D | SplashPanel.java | 43 private long startTime = Long.MAX_VALUE; field in SplashPanel 94 startTime = System.currentTimeMillis(); in start() 111 startTime = 0L; in stop() 138 sprite.paint(graphics, System.currentTimeMillis() - startTime); in paintComponent() 156 if (time > startTime + stopTime) in run()
|
/external/autotest/client/site_tests/audio_WebRtcAudioLoopback/ |
D | audio_loopback_test.js | 103 this.startTime; 114 this.startTime = Date.now(); 118 this.startTime = Date.now(); 142 const timeSpent = Date.now() - this.startTime; 151 const runTimeMillis = this.lastIterationTime - this.startTime;
|
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/ |
D | TFLiteImageClassifier.java | 135 long startTime = SystemClock.uptimeMillis(); in convertBitmapToByteBuffer() local 145 Log.d(TAG, "Timecost to put values into ByteBuffer: " + Long.toString(endTime - startTime)); in convertBitmapToByteBuffer() 155 long startTime; in recognizeImage() local 157 startTime = SystemClock.uptimeMillis(); in recognizeImage() 163 startTime = SystemClock.uptimeMillis(); in recognizeImage() 166 Log.i(TAG, "Inf time: " + (endTime - startTime)); in recognizeImage()
|
/external/deqp/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()
|
/external/autotest/client/site_tests/video_WebRtcMediaRecorder/ |
D | mediarecorder_test_utils.js | 21 var startTime = new Date(); 24 var elapsed = new Date() - startTime; 26 startTime = new Date();
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowRenderNodeAnimator.java | 24 private long startTime = -1; field in ShadowRenderNodeAnimator 106 if (startTime == -1) { 107 startTime = frameTimeNanos; 111 long curTime = frameTimeNanos - startTime;
|
/external/selinux/mcstrans/src/ |
D | mcstrans.c | 1092 struct timeval startTime; in compute_raw_from_trans() local 1093 gettimeofday(&startTime, 0); in compute_raw_from_trans() 1260 if (startTime.tv_usec > stopTime.tv_usec) in compute_raw_from_trans() 1261 …ms = (stopTime.tv_sec - startTime.tv_sec - 1) * 1000 + (stopTime.tv_usec/1000 + 1000 - startTime.t… in compute_raw_from_trans() 1263 …ms = (stopTime.tv_sec - startTime.tv_sec ) * 1000 + (stopTime.tv_usec/1000 - startTime.t… in compute_raw_from_trans() 1284 struct timeval startTime; in compute_trans_from_raw() local 1285 gettimeofday(&startTime, 0); in compute_trans_from_raw() 1473 if (startTime.tv_usec > stopTime.tv_usec) in compute_trans_from_raw() 1474 …ms = (stopTime.tv_sec - startTime.tv_sec - 1) * 1000 + (stopTime.tv_usec/1000 + 1000 - startTime.t… in compute_trans_from_raw() 1476 …ms = (stopTime.tv_sec - startTime.tv_sec ) * 1000 + (stopTime.tv_usec/1000 - startTime.t… in compute_trans_from_raw() [all …]
|
/external/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;
|
/external/icu/icu4c/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;
|
/external/caliper/caliper/src/test/java/com/google/caliper/config/ |
D | LoggingConfigLoaderTest.java | 63 private Instant startTime = new Instant(); field in LoggingConfigLoaderTest 70 .startTime(startTime) in setUp() 85 ISODateTimeFormat.basicDateTimeNoMillis().print(startTime) + "." + runId + ".log"); in testLoadDefaultLogConfiguration()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/util/ |
D | SQLiteLibraryLoader.java | 48 final long startTime = System.currentTimeMillis(); in doLoad() local 58 logWithTime("SQLite natives prepared in", startTime); in doLoad() 69 private void logWithTime(final String message, final long startTime) { in logWithTime() argument 70 log(message + " " + (System.currentTimeMillis() - startTime)); in logWithTime()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | Timer.java | 10 private long startTime; field in Timer 17 startTime = System.nanoTime(); in start() 23 duration = System.nanoTime() - startTime; in getDuration()
|