/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/js/ |
D | player.js | 9 assert.equal(p.startTime, 100); 16 assert.equal(p.startTime, 100); 19 assert.equal(p.startTime, 100); 33 assert.equal(p.startTime, 310); 36 p.startTime = -690; 45 assert.equal(p.startTime, -299); 52 assert.equal(p.startTime, 200); 55 assert.equal(p.startTime, null); 58 assert.equal(p.startTime, null); 62 assert.equal(p.startTime, 1210); [all …]
|
/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() method in Run.Builder [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 …]
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
D | effect.js | 24 return (fraction <= 0 && interpolation.startTime == 0) || 26 (fraction >= interpolation.startTime && fraction <= interpolation.endTime); 28 var offsetFraction = fraction - interpolation.startTime; 29 var localDuration = interpolation.endTime - interpolation.startTime; 78 var startTime = group[i].offset; 82 if (startTime == endTime) { 90 startTime: startTime, property 99 return leftInterpolation.startTime - rightInterpolation.startTime;
|
D | web-animations-next-player.js | 81 get startTime() { getter in scope.Player 82 return this._player.startTime; 84 set startTime(v) { setter in scope.Player 85 this._player.startTime = v; 88 child.startTime = v + offset; 136 child.startTime = this.startTime + offset * this.playbackRate;
|
D | animation-constructor.js | 72 if (groupPlayer.startTime !== null || !groupPlayer._isGroup) 120 if (childPlayer.startTime != this.startTime + offset) { 121 if (this.startTime === null) { 125 childPlayer.startTime = this.startTime + offset;
|
/external/v8/test/intl/overrides/ |
D | caching.js | 32 var startTime = new Date(); variable 37 var cachedTime = endTime.getTime() - startTime.getTime(); 40 startTime = new Date(); variable 45 var nonCachedTime = endTime.getTime() - startTime.getTime(); 49 startTime = new Date(); variable 54 collatorTime = endTime.getTime() - startTime.getTime();
|
/external/opencv3/samples/gpu/ |
D | tick_meter.hpp | 21 int64 startTime; member in TickMeter 33 void TickMeter::reset() {startTime = 0; sumTime = 0; counter = 0; } in reset() 35 void TickMeter::start(){ startTime = cv::getTickCount(); } in start() 39 if ( startTime == 0 ) in stop() 42 sumTime += ( time - startTime ); in stop() 43 startTime = 0; in stop()
|
/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/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
D | CollationPerformanceTest.java | 268 long startTime = 0; in doQSort() local 271 startTime = System.currentTimeMillis(); in doQSort() 276 startTime = System.currentTimeMillis(); in doQSort() 281 startTime = System.currentTimeMillis(); in doQSort() 286 startTime = System.currentTimeMillis(); in doQSort() 290 long elapsedTime = endTime - startTime; in doQSort() 312 long startTime = 0; in doBinarySearch() local 329 startTime = System.currentTimeMillis(); in doBinarySearch() 354 elapsedTime = System.currentTimeMillis() - startTime; in doBinarySearch() 360 startTime = System.currentTimeMillis(); in doBinarySearch() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | SimpleTimeZone.java | 132 int startMonth, int startDay, int startDayOfWeek, int startTime, in SimpleTimeZone() argument 137 startTime, WALL_TIME, in SimpleTimeZone() 180 int startDayOfWeek, int startTime, in SimpleTimeZone() argument 188 startTime, startTimeMode, in SimpleTimeZone() 225 int startMonth, int startDay, int startDayOfWeek, int startTime, in SimpleTimeZone() argument 231 startTime, WALL_TIME, in SimpleTimeZone() 370 startTime = time; in setStartRule() 755 startDay, startTime); in getOffset() 943 private int startTime; field in SimpleTimeZone 1000 startTime = _startTime; in construct() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | SimpleTimeZone.java | 128 int startMonth, int startDay, int startDayOfWeek, int startTime, in SimpleTimeZone() argument 133 startTime, WALL_TIME, in SimpleTimeZone() 175 int startDayOfWeek, int startTime, in SimpleTimeZone() argument 183 startTime, startTimeMode, in SimpleTimeZone() 219 int startMonth, int startDay, int startDayOfWeek, int startTime, in SimpleTimeZone() argument 225 startTime, WALL_TIME, in SimpleTimeZone() 358 startTime = time; in setStartRule() 734 startDay, startTime); in getOffset() 922 private int startTime; field in SimpleTimeZone 976 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/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/skia/src/utils/ |
D | SkInterpolator.cpp | 47 bool SkInterpolatorBase::getDuration(SkMSec* startTime, SkMSec* endTime) const { in getDuration() argument 52 if (startTime) { in getDuration() 53 *startTime = fTimes[0].fTime; in getDuration() 75 SkMSec startTime = 0, endTime = 0; // initialize to avoid warning in timeToT() local 76 this->getDuration(&startTime, &endTime); in timeToT() 77 SkMSec totalTime = endTime - startTime; in timeToT() 78 SkMSec offsetTime = time - startTime; in timeToT() 92 time = offsetTime + startTime; in timeToT()
|
/external/icu/icu4c/source/test/perf/collationperf/ |
D | collperf.cpp | 382 unsigned long startTime = timeGetTime(); in doKeyGen() local 422 unsigned long elapsedTime = timeGetTime() - startTime; in doKeyGen() 486 unsigned long startTime = timeGetTime(); in doBinarySearch() local 518 elapsedTime = timeGetTime() - startTime; in doBinarySearch() 525 unsigned long startTime = timeGetTime(); in doBinarySearch() local 570 elapsedTime = timeGetTime() - startTime; in doBinarySearch() 576 unsigned long startTime = timeGetTime(); in doBinarySearch() local 626 elapsedTime = timeGetTime() - startTime; in doBinarySearch() 632 unsigned long startTime = timeGetTime(); in doBinarySearch() local 672 elapsedTime = timeGetTime() - startTime; in doBinarySearch() [all …]
|
/external/opencv3/modules/flann/include/opencv2/flann/ |
D | timer.h | 48 int64 startTime; variable 70 startTime = cv::getTickCount(); in start() 79 value += ( (double)stopTime - startTime) / cv::getTickFrequency(); in stop()
|
/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/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/vulkan-validation-layers/ |
D | genvk.py | 84 startTime = None variable 86 global startTime 87 startTime = time.clock() 89 global startTime 92 write(msg, endTime - startTime) 93 startTime = None
|
/external/icu/icu4c/source/test/perf/ubrkperf/ |
D | ubrkperf.cpp | 61 unsigned long startTime = timeGetTime(); 77 startTime = timeGetTime(); 84 elapsedTime = timeGetTime()-startTime; 108 startTime = timeGetTime(); 120 elapsedTime = timeGetTime()-startTime;
|
/external/icu/icu4c/source/i18n/unicode/ |
D | vtzone.h | 388 int32_t month, int32_t dayOfMonth, UDate startTime, UDate untilTime, 393 UDate startTime, UDate untilTime, UErrorCode& status) const; 397 UDate startTime, UDate untilTime, UErrorCode& status) const; 404 UDate startTime, UDate untilTime, UErrorCode& status) const; 407 UDate startTime, UErrorCode& status) const; 410 … int32_t fromOffset, int32_t toOffset, UDate startTime, UErrorCode& status) const;
|
/external/selinux/policycoreutils/mcstrans/src/ |
D | mcstrans.c | 1093 struct timeval startTime; in compute_raw_from_trans() local 1094 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() 1480 if (startTime.tv_usec > stopTime.tv_usec) in compute_trans_from_raw() 1481 …ms = (stopTime.tv_sec - startTime.tv_sec - 1) * 1000 + (stopTime.tv_usec/1000 + 1000 - startTime.t… in compute_trans_from_raw() 1483 …ms = (stopTime.tv_sec - startTime.tv_sec ) * 1000 + (stopTime.tv_usec/1000 - startTime.t… in compute_trans_from_raw() [all …]
|
/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/emma/lib/internal/ |
D | stamptool.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/vladium/
com/ ... |