HomeSort by relevance Sort by last modified time
    Searched full:starttime (Results 126 - 150 of 711) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AnimationTime.java 41 public static long startTime() {
  /external/glide/library/src/main/java/com/bumptech/glide/request/
GenericRequest.java 62 private long startTime;
211 startTime = LogTime.getLogTime();
228 logV("finished run method in " + LogTime.getElapsedMillis(startTime));
300 logV("Got onSizeReady in " + LogTime.getElapsedMillis(startTime));
318 logV("finished setup for calling load in " + LogTime.getElapsedMillis(startTime));
325 logV("finished onSizeReady in " + LogTime.getElapsedMillis(startTime));
368 logV("Resource ready in " + LogTime.getElapsedMillis(startTime) + " size: "
  /libcore/jsr166-tests/src/test/java/jsr166/
ExecutorsTest.java 181 long startTime = System.nanoTime();
190 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
207 long startTime = System.nanoTime();
216 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
235 long startTime = System.nanoTime();
244 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
270 long startTime = System.nanoTime();
SemaphoreTest.java 65 long startTime = System.nanoTime();
67 if (millisElapsedSince(startTime) > LONG_DELAY_MS)
79 long startTime = System.nanoTime();
81 if (millisElapsedSince(startTime) > LONG_DELAY_MS)
189 long startTime = System.nanoTime();
192 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
202 long startTime = System.nanoTime();
205 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
548 long startTime = System.nanoTime();
570 assertTrue(millisElapsedSince(startTime) < LONG_DELAY_MS)
    [all...]
LinkedBlockingDequeTest.java 625 long startTime = System.nanoTime();
627 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
712 long startTime = System.nanoTime();
714 assertTrue(millisElapsedSince(startTime) < LONG_DELAY_MS);
716 long startTime = System.nanoTime();
718 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
857 long startTime = System.nanoTime();
859 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
    [all...]
BlockingQueueTest.java 81 long startTime = System.nanoTime();
86 assertTrue(millisElapsedSince(startTime) < LONG_DELAY_MS);
209 long startTime = System.nanoTime();
211 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
233 long startTime = System.nanoTime();
235 assertTrue(millisElapsedSince(startTime) < LONG_DELAY_MS);
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
Engine.java 103 long startTime = LogTime.getLogTime();
118 Log.v(TAG, "loaded resource from cache in " + LogTime.getElapsedMillis(startTime));
130 Log.v(TAG, "loaded resource from active resources in " + LogTime.getElapsedMillis(startTime));
143 Log.v(TAG, "added to existing load in " + LogTime.getElapsedMillis(startTime));
156 Log.v(TAG, "finished load in engine in " + LogTime.getElapsedMillis(startTime));
  /packages/apps/Calendar/src/com/android/calendar/
CalendarController.java 163 public Time startTime;
375 info.startTime = new Time(Utils.getTimeZone(mContext, mUpdateTimezone));
376 info.startTime.set(startMillis);
381 info.selectedTime = info.startTime;
421 info.startTime = start;
467 Log.d(TAG, "Start " + (event.startTime == null ? "null" : event.startTime.toString()));
474 if (event.startTime != null) {
475 startMillis = event.startTime.toMillis(false);
483 // selectedTime is not set so set mTime to startTime iff it is no
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaListView.java 184 long startTime = item.begin;
193 holderStartTime = startTime;
196 startTime = Utils.convertAlldayLocalToUTC(mTime, startTime, mTimeZone);
199 mTime.set(startTime);
202 startTime, endTime, 0, 0, CalendarController.EventInfo.buildViewExtraLong(
326 public boolean isAgendaItemVisible(Time startTime, long id) {
328 if (id == -1 || startTime == null) {
338 long milliTime = startTime.toMillis(true);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
FlameChart.js 38 * @param {number} startTime
41 requestWindowTimes: function(startTime, endTime) { }
128 * @param {number} startTime
132 dividerOffsets: function(startTime, endTime) { },
232 * @return {?{startTime: number, endTime: number}}
432 * @param {number} startTime
435 setWindowTimes: function(startTime, endTime)
439 this._timeWindowLeft = startTime;
447 [{from: this._timeWindowLeft, to: startTime}, {from: this._timeWindowRight, to: endTime}], 5,
449 this._pendingAnimationTimeLeft = startTime;
    [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
waterfall_row.js 74 event.startTime = startTicks;
76 event.eventDuration = event.endTime - event.startTime;
79 if (currentEnd < event.startTime) {
80 var eventDuration = event.startTime - currentEnd;
89 currentEnd = event.startTime + event.eventDuration;
134 popupList, 'Event Start Time', event.startTime + 'ms');
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
CPUProfileDataModel.js 15 this.profileStartTime = profile.startTime * 1000;
190 * @param {number=} startTime
193 forEachFrame: function(openFrameCallback, closeFrameCallback, startTime, stopTime)
198 startTime = startTime || 0;
205 var startIndex = timestamps.lowerBound(startTime);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
VideoUtils.java 239 double startTime = startMs / 1000;
256 "The startTime has already been corrected by" +
259 startTime = correctTimeToSyncSample(track, startTime, false);
277 if (currentTime <= startTime) {
278 // current sample is still before the new starttime
  /development/samples/devbytes/graphics/BitmapAllocation/src/com/example/android/bitmapallocation/
BitmapAllocation.java 83 long startTime = System.currentTimeMillis();
94 (System.currentTimeMillis() - startTime));
  /external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
CriteriaHelper.java 43 long startTime = SystemClock.uptimeMillis();
44 while (!isSatisfied && SystemClock.uptimeMillis() - startTime < maxTimeoutMs) {
  /external/chromium_org/third_party/WebKit/PerformanceTests/inspector/
performance-test.js 19 return {name: name, startTime: new Date()};
27 this._times[cookie.name].push(endTime - cookie.startTime);
  /external/chromium_org/third_party/WebKit/Source/core/animation/
Animation.h 79 bool maybeStartAnimationOnCompositor(double startTime, double timeOffset);
80 bool maybeStartAnimationOnCompositor(double startTime, double timeOffset, double playerPlaybackRate);
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLParserScheduler.cpp 64 // At that time we'll initialize startTime.
66 , startTime(0)
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioParam.h 102 void cancelScheduledValues(double startTime, ExceptionState& exceptionState)
104 m_timeline.cancelScheduledValues(startTime, exceptionState);
  /external/chromium_org/third_party/skia/include/utils/
SkInterpolator.h 30 @param startTime If not null, returns the time (in milliseconds) of the
38 bool getDuration(SkMSec* startTime, SkMSec* endTime) const;
  /external/chromium_org/third_party/skia/tools/skpdiff/
SkDifferentPixelsMetric_cpu.cpp 20 double startTime = get_seconds();
118 result->timeElapsed = get_seconds() - startTime;
SkDifferentPixelsMetric_opencl.cpp 42 double startTime = get_seconds();
111 result->timeElapsed = get_seconds() - startTime;
  /external/skia/include/utils/
SkInterpolator.h 30 @param startTime If not null, returns the time (in milliseconds) of the
38 bool getDuration(SkMSec* startTime, SkMSec* endTime) const;
  /external/skia/tools/skpdiff/
SkDifferentPixelsMetric_opencl.cpp 41 double startTime = get_seconds();
110 result->timeElapsed = get_seconds() - startTime;
  /frameworks/base/core/java/android/hardware/hdmi/
HdmiTimerRecordSources.java 50 * TimeOrDuration startTime = HdmiTimerRecordSources.ofTime(18, 00); // 6PM.
259 * @param startTime start time in {@link Time}
272 public static TimerInfo timerInfoOf(int dayOfMonth, int monthOfYear, Time startTime,
282 checkTimeValue(startTime.mHour, startTime.mMinute);
291 return new TimerInfo(dayOfMonth, monthOfYear, startTime, duration, recordingSequence);
337 private TimerInfo(int dayOfMonth, int monthOfYear, Time startTime,
341 mStartTime = startTime;

Completed in 1766 milliseconds

1 2 3 4 56 7 8 91011>>