/external/webkit/Source/WebCore/inspector/ |
ScriptGCEventListener.h | 41 virtual void didGC(double startTime, double endTime, size_t collectedBytes) = 0;
|
/frameworks/base/core/java/android/content/ |
SyncInfo.java | 46 public final long startTime; 50 long startTime) { 54 this.startTime = startTime; 67 parcel.writeLong(startTime); 75 startTime = parcel.readLong();
|
/external/webkit/Source/WebCore/html/parser/ |
HTMLParserScheduler.h | 46 // At that time we'll initialize startTime. 48 , startTime(0) 54 double startTime; 73 if (!session.startTime) 74 session.startTime = currentTime(); 77 double elapsedTime = currentTime() - session.startTime;
|
/cts/tests/appsecurity-tests/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/ |
ReceiveUriActivity.java | 94 final long startTime = SystemClock.uptimeMillis(); 100 if (SystemClock.uptimeMillis() >= (startTime+5000)) { 121 final long startTime = SystemClock.uptimeMillis(); 127 if (SystemClock.uptimeMillis() >= (startTime+5000)) { 136 final long startTime = SystemClock.uptimeMillis(); 142 if (SystemClock.uptimeMillis() >= (startTime+5000)) {
|
ReceiveUriService.java | 96 final long startTime = SystemClock.uptimeMillis(); 102 if (SystemClock.uptimeMillis() >= (startTime+5000)) { 117 final long startTime = SystemClock.uptimeMillis(); 123 if (SystemClock.uptimeMillis() >= (startTime+5000)) {
|
/frameworks/compile/libbcc/runtime/test/timing/ |
timing.h | 5 double intervalInCycles( uint64_t startTime, uint64_t endTime ) 7 uint64_t rawTime = endTime - startTime;
|
ashldi3.c | 34 uint64_t startTime = mach_absolute_time(); 39 double thisTime = intervalInCycles(startTime, endTime);
|
ashrdi3.c | 34 uint64_t startTime = mach_absolute_time(); 39 double thisTime = intervalInCycles(startTime, endTime);
|
floatdidf.c | 32 uint64_t startTime = mach_absolute_time(); 37 double thisTime = intervalInCycles(startTime, endTime);
|
floatdisf.c | 32 uint64_t startTime = mach_absolute_time(); 37 double thisTime = intervalInCycles(startTime, endTime);
|
floatdixf.c | 32 uint64_t startTime = mach_absolute_time(); 37 double thisTime = intervalInCycles(startTime, endTime);
|
floatundidf.c | 29 uint64_t startTime = mach_absolute_time(); 34 double thisTime = intervalInCycles(startTime, endTime);
|
floatundisf.c | 32 uint64_t startTime = mach_absolute_time(); 37 double thisTime = intervalInCycles(startTime, endTime);
|
floatundixf.c | 32 uint64_t startTime = mach_absolute_time(); 37 double thisTime = intervalInCycles(startTime, endTime);
|
lshrdi3.c | 34 uint64_t startTime = mach_absolute_time(); 39 double thisTime = intervalInCycles(startTime, endTime);
|
negdi2.c | 35 uint64_t startTime = mach_absolute_time(); 40 double thisTime = intervalInCycles(startTime, endTime);
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
GridLayoutAnimationControllerTest.java | 165 long startTime = child1.getStartTime(); 178 child1.getTransformation(startTime + 500, transformation1); 179 child2.getTransformation(startTime + 500, transformation2); 180 child3.getTransformation(startTime + 500, transformation3); 186 child1.getTransformation(startTime + 1200, transformation1); 187 child2.getTransformation(startTime + 1200, transformation2); 188 child3.getTransformation(startTime + 1200, transformation3); 194 child1.getTransformation(startTime + 2000, transformation1); 195 child2.getTransformation(startTime + 2000, transformation2); 196 child3.getTransformation(startTime + 2000, transformation3) [all...] |
CycleInterpolatorTest.java | 96 long startTime = anim.getStartTime(); 97 anim.getTransformation(startTime, transformation); 101 anim.getTransformation(startTime + 500, transformation); 105 anim.getTransformation(startTime + 1000, transformation); 108 anim.getTransformation(startTime + 1500, transformation); 112 anim.getTransformation(startTime + CYCLE_ALPHA_DURATION, transformation); 135 startTime = anim.getStartTime(); 136 anim.getTransformation(startTime, transformation); 140 anim.getTransformation(startTime + 250, transformation); 144 anim.getTransformation(startTime + 500, transformation) [all...] |
AccelerateInterpolatorTest.java | 115 long startTime = anim.getStartTime(); 116 anim.getTransformation(startTime, transformation); 120 anim.getTransformation(startTime + 250, transformation); 123 anim.getTransformation(startTime + 500, transformation); 126 anim.getTransformation(startTime + 750, transformation); 129 anim.getTransformation(startTime + ACCELERATE_ALPHA_DURATION, transformation); 149 startTime = anim.getStartTime(); 150 anim.getTransformation(startTime, transformation); 154 anim.getTransformation(startTime + 250, transformation); 157 anim.getTransformation(startTime + 500, transformation) [all...] |
DecelerateInterpolatorTest.java | 121 long startTime = anim.getStartTime(); 122 anim.getTransformation(startTime, transformation); 126 anim.getTransformation(startTime + 500, transformation); 129 anim.getTransformation(startTime + 1000, transformation); 132 anim.getTransformation(startTime + 1500, transformation); 135 anim.getTransformation(startTime + DECELERATE_ALPHA_DURATION, transformation); 155 startTime = anim.getStartTime(); 156 anim.getTransformation(startTime, transformation); 160 anim.getTransformation(startTime + 500, transformation); 163 anim.getTransformation(startTime + 1000, transformation) [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
HAREntry.js | 47 startedDateTime: new Date(this._resource.startTime * 1000), 168 expires: cookie.expires(new Date(this._resource.startTime * 1000)), 179 var startTime = timing[start]; 180 return typeof startTime !== "number" || startTime === -1 ? -1 : Math.round(timing[end] - startTime); 213 startedDateTime: new Date(WebInspector.mainResource.startTime * 1000), 236 var startTime = WebInspector.mainResource.startTime; 237 if (time === -1 || startTime === -1 [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/wave/ |
prettyload.js | 36 var startTime; 70 startTime = Date.now(); 81 if (Date.now() - startTime < MAX_DURATION) { 97 }, this.minDuration * MS_PER_SEC - (Date.now() - startTime));
|
/frameworks/base/media/tests/omxjpegdecoder/ |
jpeg_decoder_bench.cpp | 54 int64_t startTime = getNowUs(); 62 int64_t delay = getNowUs() - startTime; 71 int64_t startTime = getNowUs(); 79 int64_t delay = getNowUs() - startTime;
|
/external/proguard/src/proguard/gui/splash/ |
SplashPanel.java | 43 private long startTime = Long.MAX_VALUE; 94 startTime = System.currentTimeMillis(); 111 startTime = 0L; 138 sprite.paint(graphics, System.currentTimeMillis() - startTime); 156 if (time > startTime + stopTime)
|
/packages/apps/Calendar/src/com/android/calendar/ |
EventGeometry.java | 61 int startTime = event.startTime; 67 startTime = 0; 78 int startHour = startTime / 60; 88 event.top += (int) (startTime * cellMinuteHeight);
|