HomeSort by relevance Sort by last modified time
    Searched refs:startTime (Results 276 - 300 of 603) sorted by null

<<11121314151617181920>>

  /packages/apps/Mms/tests/src/com/android/mms/ui/
SmsTest.java 244 long startTime = System.currentTimeMillis();
245 while ((System.currentTimeMillis() - startTime) <= receiveTimer) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ContactsBinaryDictionary.java 272 final long startTime = SystemClock.uptimeMillis();
313 Log.d(TAG, "No contacts changed. (runtime = " + (SystemClock.uptimeMillis() - startTime)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 121 startTime = time.time()
124 timeTaken = stopTime - startTime
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
runner.py 146 startTime = time.time()
157 timeTaken = stopTime - startTime
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 121 startTime = time.time()
124 timeTaken = stopTime - startTime
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
runner.py 146 startTime = time.time()
157 timeTaken = stopTime - startTime
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceFileParserTask.java 73 private void addMessage(int index, long traceFileOffset, GLMessage msg, long startTime) {
82 startTime,
  /system/core/libprocessgroup/
processgroup.cpp 254 long startTime = android::uptimeMillis();
269 android::uptimeMillis()-startTime, processes);
  /libcore/jsr166-tests/src/test/java/jsr166/
ReentrantReadWriteLockTest.java 77 long startTime = System.nanoTime();
79 if (millisElapsedSince(startTime) > LONG_DELAY_MS)
780 long startTime = System.nanoTime();
783 assertTrue(millisElapsedSince(startTime) >= timeoutMillis);
800 long startTime = System.nanoTime();
803 assertTrue(millisElapsedSince(startTime) >= timeoutMillis);
    [all...]
AbstractQueuedLongSynchronizerTest.java 123 long startTime = System.nanoTime();
125 if (millisElapsedSince(startTime) > LONG_DELAY_MS)
226 long startTime = System.nanoTime();
244 assertTrue(millisElapsedSince(startTime) >= timeoutMillis);
523 long startTime = System.nanoTime();
526 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
598 long startTime = System.nanoTime();
604 assertTrue(millisElapsedSince(startTime) < LONG_DELAY_MS);
    [all...]
AbstractQueuedSynchronizerTest.java 126 long startTime = System.nanoTime();
128 if (millisElapsedSince(startTime) > LONG_DELAY_MS)
229 long startTime = System.nanoTime();
247 assertTrue(millisElapsedSince(startTime) >= timeoutMillis);
526 long startTime = System.nanoTime();
529 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
601 long startTime = System.nanoTime();
607 assertTrue(millisElapsedSince(startTime) < LONG_DELAY_MS);
    [all...]
  /frameworks/base/core/java/android/text/format/
DateUtils.java 244 * Returns a string describing the elapsed time since startTime.
245 * @param startTime some time in the past.
249 public static CharSequence getRelativeTimeSpanString(long startTime) {
250 return getRelativeTimeSpanString(startTime, System.currentTimeMillis(), MINUTE_IN_MILLIS);
358 * Return string describing the elapsed time since startTime formatted like
426 Time startTime = new Time();
427 startTime.set(day);
428 int startDay = Time.getJulianDay(day, startTime.gmtoff);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java 243 Time startTime = mStartTime;
253 int hourDuration = endTime.hour - startTime.hour;
254 int minuteDuration = endTime.minute - startTime.minute;
256 startTime.hour = hourOfDay;
257 startTime.minute = minute;
258 startMillis = startTime.normalize(true);
268 startMillis = startTime.toMillis(true);
274 if (endTime.before(startTime)) {
275 endTime.monthDay = startTime.monthDay + 1;
341 Time startTime = mStartTime
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
CallLogProvider.java 485 final String startTime = values.getAsString(Calls.DATE);
488 if (startTime == null || number == null) {
494 lastSynced = Long.valueOf(startTime);
497 + startTime);
503 args[0] = startTime;
  /frameworks/base/core/java/android/content/
ContentResolver.java 469 long startTime = SystemClock.uptimeMillis();
498 long durationMillis = SystemClock.uptimeMillis() - startTime;
    [all...]
  /packages/experimental/RpcPerformance/src/com/android/rpc_performance/
ProviderPerfActivity.java 422 long startTime = System.nanoTime();
433 long duration = System.nanoTime() - startTime;
612 long startTime = SystemClock.uptimeMillis();
623 long duration = SystemClock.uptimeMillis() - startTime;
641 long startTime = SystemClock.uptimeMillis();
646 values.put("value", (mode == MODE_WRITE ? (""+startTime) : "foo"));
653 long duration = SystemClock.uptimeMillis() - startTime;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
CountersGraph.js 124 * @param {number} startTime
127 setWindowTimes: function(startTime, endTime)
129 this._calculator.setWindow(startTime, endTime);
188 if (record.startTime() <= time && time <= record.endTime()) {
  /external/chromium_org/third_party/icu/source/test/cintltst/
cintltst.c 82 UDate startTime, endTime;
92 startTime = uprv_getRawUTCtime();
237 diffTime = (int32_t)(endTime - startTime);
  /external/chromium_org/third_party/icu/source/tools/gendict/
gendict.cpp 40 UDate startTime;
43 return (int)uprv_floor((uprv_getRawUTCtime()-startTime)/1000.0);
302 startTime = uprv_getRawUTCtime(); // initialize start timer
  /external/icu/icu4c/source/test/cintltst/
cintltst.c 82 UDate startTime, endTime;
92 startTime = uprv_getRawUTCtime();
237 diffTime = (int32_t)(endTime - startTime);
  /external/icu/icu4c/source/tools/gendict/
gendict.cpp 40 UDate startTime;
43 return (int)uprv_floor((uprv_getRawUTCtime()-startTime)/1000.0);
302 startTime = uprv_getRawUTCtime(); // initialize start timer
  /frameworks/base/services/core/java/com/android/server/
NativeDaemonConnector.java 384 final long startTime = SystemClock.elapsedRealtime();
423 if (endTime - startTime > WARN_EXECUTE_DELAY_MS) {
424 loge("NDC Command {" + logCmd + "} took too long (" + (endTime - startTime) + "ms)");
  /frameworks/native/opengl/tests/hwc/
hwcStress.cpp 245 struct timeval startTime, currentTime, delta;
388 gettimeofday(&startTime, NULL);
392 delta = tvDelta(&startTime, &currentTime);
  /packages/apps/Calendar/src/com/android/calendar/
AllInOneActivity.java 670 info.startTime = new Time();
671 info.startTime.set(begin);
    [all...]
  /external/chromium_org/cc/blink/
web_animation_impl.cc 98 double WebCompositorAnimationImpl::startTime() const {

Completed in 983 milliseconds

<<11121314151617181920>>