HomeSort by relevance Sort by last modified time
    Searched refs:startTime (Results 101 - 125 of 855) sorted by null

1 2 3 45 6 7 8 91011>>

  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
AppScanStats.java 76 long startTime = 0;
99 startTime = System.currentTimeMillis();
101 LastScan scan = new LastScan(startTime, 0, false, false);
123 long scanDuration = stopTime - startTime;
193 scanDuration = currTime - startTime;
265 long connectionTime = System.currentTimeMillis() - connection.startTime;
  /system/extras/tests/wifi/stress/
wifiLoadScanAssoc.c 136 struct timeval startTime, currentTime, delta;
266 gettimeofday(&startTime, NULL);
270 delta = tvDelta(&startTime, &currentTime);
455 struct timeval startTime, endTime;
458 gettimeofday(&startTime, NULL);
473 (float) (tv2double(&endTime) - tv2double(&startTime)));
  /libcore/jsr166-tests/src/test/java/jsr166/
CyclicBarrierTest.java 42 long startTime = System.nanoTime();
44 if (millisElapsedSince(startTime) > LONG_DELAY_MS)
184 long startTime = System.nanoTime();
189 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
211 long startTime = System.nanoTime();
216 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
239 long startTime = System.nanoTime();
244 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
411 long startTime = System.nanoTime();
416 assertTrue(millisElapsedSince(startTime) >= timeoutMillis())
    [all...]
BlockingQueueTest.java 93 long startTime = System.nanoTime();
98 assertTrue(millisElapsedSince(startTime) < LONG_DELAY_MS);
221 long startTime = System.nanoTime();
223 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
243 assertTrue(millisElapsedSince(startTime) < LONG_DELAY_MS);
247 long startTime = System.nanoTime();
249 assertTrue(millisElapsedSince(startTime) < LONG_DELAY_MS);
ScheduledExecutorSubclassTest.java 127 final long startTime = System.nanoTime();
131 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
136 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
146 final long startTime = System.nanoTime();
151 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
156 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
166 final long startTime = System.nanoTime();
171 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
177 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
188 final long startTime = System.nanoTime()
    [all...]
ScheduledExecutorTest.java 69 final long startTime = System.nanoTime();
74 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
79 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
90 final long startTime = System.nanoTime();
95 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
100 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
110 final long startTime = System.nanoTime();
115 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
121 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
132 final long startTime = System.nanoTime()
    [all...]
LinkedBlockingDequeTest.java 652 long startTime = System.nanoTime();
654 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
739 long startTime = System.nanoTime();
741 assertTrue(millisElapsedSince(startTime) < LONG_DELAY_MS);
743 long startTime = System.nanoTime();
745 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
758 long startTime = System.nanoTime();
767 assertTrue(millisElapsedSince(startTime) < LONG_DELAY_MS);
882 long startTime = System.nanoTime();
884 assertTrue(millisElapsedSince(startTime) >= timeoutMillis())
    [all...]
SynchronousQueueTest.java 198 long startTime = System.nanoTime();
200 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
242 long startTime = System.nanoTime();
245 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
260 long startTime = System.nanoTime();
262 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
265 startTime = System.nanoTime();
282 assertTrue(millisElapsedSince(startTime) < LONG_DELAY_MS);
286 long startTime = System.nanoTime();
289 assertTrue(millisElapsedSince(startTime) < LONG_DELAY_MS)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/util/
SimpleTimeZone.java 112 * @param startTime The daylight savings starting time in local wall
128 int startMonth, int startDay, int startDayOfWeek, int startTime,
133 startTime, WALL_TIME,
155 * @param startTime The daylight savings starting time in local wall
158 * @param startTimeMode The mode of the start time specified by startTime.
175 int startDayOfWeek, int startTime,
183 startTime, startTimeMode,
202 * @param startTime The daylight savings starting time in local wall
219 int startMonth, int startDay, int startDayOfWeek, int startTime,
225 startTime, WALL_TIME
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
SimpleTimeZone.java 115 * @param startTime The daylight savings starting time in local wall
132 int startMonth, int startDay, int startDayOfWeek, int startTime,
137 startTime, WALL_TIME,
159 * @param startTime The daylight savings starting time in local wall
162 * @param startTimeMode The mode of the start time specified by startTime.
180 int startDayOfWeek, int startTime,
188 startTime, startTimeMode,
207 * @param startTime The daylight savings starting time in local wall
225 int startMonth, int startDay, int startDayOfWeek, int startTime,
231 startTime, WALL_TIME
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/
Engine.java 144 long startTime = LogTime.getLogTime();
157 logWithTimeAndKey("Loaded resource from cache", startTime, key);
169 logWithTimeAndKey("Loaded resource from active resources", startTime, key);
181 logWithTimeAndKey("Added to existing load", startTime, key);
195 logWithTimeAndKey("Started new load", startTime, key);
200 private static void logWithTimeAndKey(String log, long startTime, Key key) {
201 Log.v(TAG, log + " in " + LogTime.getElapsedMillis(startTime) + "ms, key: " + key);
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 382 unsigned long startTime = timeGetTime();
422 unsigned long elapsedTime = timeGetTime() - startTime;
486 unsigned long startTime = timeGetTime();
518 elapsedTime = timeGetTime() - startTime;
525 unsigned long startTime = timeGetTime();
570 elapsedTime = timeGetTime() - startTime;
576 unsigned long startTime = timeGetTime();
626 elapsedTime = timeGetTime() - startTime;
632 unsigned long startTime = timeGetTime();
672 elapsedTime = timeGetTime() - startTime;
    [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);
AgendaByDayAdapter.java 312 long startTime = cursor.getLong(AgendaWindowAdapter.INDEX_BEGIN);
317 startTime = Utils.convertAlldayUtcToLocal(tempTime, startTime, mTimeZone);
325 startTime = Math.max(startTime, adapterStartTime);
383 long nextMidnight = Utils.getNextMidnight(tempTime, startTime, mTimeZone);
388 rowInfo.add(new RowInfo(TYPE_MEETING, startDay, position, id, startTime,
392 rowInfo.add(new RowInfo(TYPE_MEETING, startDay, position, id, startTime, endTime,
450 RowInfo(int type, int julianDay, int position, long id, long startTime, long endTime,
456 mEventStartTimeMilli = startTime;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventHelper.java 617 * @param startTime the start time
620 protected long constructDefaultEndTime(long startTime) {
621 return startTime + DateUtils.HOUR_IN_MILLIS;
    [all...]
EditEventActivity.java 148 info.startTime = new Time();
150 info.startTime.timezone = Time.TIMEZONE_UTC;
152 info.startTime.set(begin);
  /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...]
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
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;
  /frameworks/base/core/java/android/animation/
AnimationHandler.java 175 Long startTime = mDelayedCallbackStartTime.get(callback);
176 if (startTime == null) {
179 if (startTime < currentTime) {
288 * initial frame will be delayed (by a long time). But since the startTime of the
290 * have passed since startTime was set, the animation will consequently skip a few frames
  /frameworks/base/core/java/com/android/internal/os/
ZygoteInit.java 263 long startTime = SystemClock.uptimeMillis();
271 + (SystemClock.uptimeMillis() - startTime) + "ms.");
274 startTime = SystemClock.uptimeMillis();
281 + (SystemClock.uptimeMillis() - startTime) + "ms.");
304 long startTime = SystemClock.uptimeMillis();
373 + (SystemClock.uptimeMillis()-startTime) + "ms.");
414 long startTime = SystemClock.uptimeMillis();
420 + (SystemClock.uptimeMillis()-startTime) + "ms.");
422 startTime = SystemClock.uptimeMillis();
428 + (SystemClock.uptimeMillis()-startTime) + "ms.")
    [all...]
  /system/extras/tests/memtest/
fptest.cpp 46 static void startTime()
64 startTime();
99 startTime();
  /external/libvncserver/examples/
mac.c 211 int startTime = -1, maxSecsToConnect = 0;
487 if(startTime>0 && time(0)>startTime+maxSecsToConnect)
504 if(startTime>0 && time(0)>startTime+maxSecsToConnect)
522 startTime = time(0);
  /packages/apps/TV/src/com/android/tv/dvr/
ScheduledRecording.java 84 public static Builder builder(long startTime, long endTime) {
86 .setStartTime(startTime)
129 public Builder setStartTime(long startTime) {
130 mStartTime = startTime;
261 @RecordingType int type, long startTime, long endTime,
268 mStartTimeMs = startTime;
403 + "(startTime=" + Utils.toIsoDateTimeString(mStartTimeMs)
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseLockTest.java 125 long startTime = System.currentTimeMillis();
128 long elapsedTime = endTime - startTime;
  /frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
Utils.java 94 long startTime = System.currentTimeMillis();
110 (System.currentTimeMillis() - startTime);

Completed in 511 milliseconds

1 2 3 45 6 7 8 91011>>