/libcore/jsr166-tests/src/test/java/jsr166/ |
ArrayBlockingQueueTest.java | 325 long startTime = System.nanoTime(); 327 assertTrue(millisElapsedSince(startTime) >= timeoutMillis()); 413 long startTime = System.nanoTime(); 415 assertTrue(millisElapsedSince(startTime) < LONG_DELAY_MS); 417 long startTime = System.nanoTime(); 419 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
|
ForkJoinPoolTest.java | 237 long startTime = System.nanoTime(); 239 assertTrue(System.nanoTime() - startTime >= timeoutNanos); 241 startTime = System.nanoTime(); 244 assertTrue(millisElapsedSince(startTime) >= timeoutMillis); 289 long startTime = System.nanoTime(); 295 if (millisElapsedSince(startTime) > LONG_DELAY_MS) [all...] |
LinkedBlockingQueueTest.java | 315 long startTime = System.nanoTime(); 317 assertTrue(millisElapsedSince(startTime) >= timeoutMillis()); 402 long startTime = System.nanoTime(); 404 assertTrue(millisElapsedSince(startTime) < LONG_DELAY_MS); 406 long startTime = System.nanoTime(); 408 assertTrue(millisElapsedSince(startTime) >= timeoutMillis());
|
ThreadPoolExecutorTest.java | 163 long startTime = System.nanoTime(); 165 if (millisElapsedSince(startTime) > LONG_DELAY_MS) 416 long startTime = System.nanoTime(); 418 assertTrue(System.nanoTime() - startTime >= timeoutNanos); 420 startTime = System.nanoTime(); 423 assertTrue(millisElapsedSince(startTime) >= timeoutMillis); [all...] |
/packages/apps/Exchange/src/com/android/exchange/utility/ |
CalendarUtilities.java | 344 * @param startTime the start time for the test 346 * @param startInDaylightTime whether daylight time is in effect at the startTime 349 static GregorianCalendar findTransitionDate(TimeZone tz, long startTime, 355 while ((endTime - startTime) > MINUTES) { 356 long checkTime = ((startTime + endTime) / 2) + 1; 362 startTime = checkTime; 373 calendar.setTimeInMillis(startTime); 559 long startTime = cal.getTimeInMillis(); 561 long endOfYearTime = startTime + (365*DAYS) + (DAYS>>2); 562 Date date = new Date(startTime); [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
KeyguardViewMediator.java | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
CompositorAnimations.cpp | 201 bool CompositorAnimations::startAnimationOnCompositor(const Element& element, double startTime, double timeOffset, const Timing& timing, const AnimationEffect& effect, Vector<int>& startedAnimationIds, double playerPlaybackRate) 213 CompositorAnimationsImpl::getAnimationOnCompositor(timing, startTime, timeOffset, keyframeEffect, animations, playerPlaybackRate); 406 void CompositorAnimationsImpl::getAnimationOnCompositor(const Timing& timing, double startTime, double timeOffset, const KeyframeEffectModelBase& effect, Vector<OwnPtr<WebCompositorAnimation> >& animations, double playerPlaybackRate) 453 if (!std::isnan(startTime)) 454 animation->setStartTime(startTime);
|
/packages/apps/Calendar/src/com/android/calendar/event/ |
EditEventFragment.java | 473 if (mEvent.startTime != null) { 474 mBegin = mEvent.startTime.toMillis(true); [all...] |
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarAlarmManager.java | 409 final long startTime = cursor.getLong(beginIndex); 415 time.set(startTime); 419 " looking at id: " + eventId + " " + startTime + startTimeStr 437 if (CalendarAlerts.alarmExists(resolver, eventId, startTime, alarmTime)) { 449 resolver, eventId, startTime, endTime, alarmTime, minutes);
|
/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/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/ |
test_iSACfixfloat.c | 108 double starttime; local 300 starttime = clock()/(double)CLOCKS_PER_SEC; /* Runtime statistics */ 677 runtime = (double)(clock()/(double)CLOCKS_PER_SEC-starttime);
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/ |
generic_codec_test.cc | 357 //actualBitrate = (float)(8.0*totalBytesOneSec)/(oneSecTime - startTime); 484 int64_t startTime = _clock->TimeInMilliseconds(); 485 while (_clock->TimeInMilliseconds() - startTime < kMaxWaitEncTimeMs*10)
|
normal_test.cc | 277 double startTime = clock()/(double)CLOCKS_PER_SEC; 328 _testTotalTime = endTime - startTime;
|
/external/emma/lib/internal/ |
stamptool.jar | |
/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
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/ |
test_iSACfixfloat.c | 108 double starttime; local 300 starttime = clock()/(double)CLOCKS_PER_SEC; /* Runtime statistics */ 672 runtime = (double)(clock()/(double)CLOCKS_PER_SEC-starttime);
|
/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)");
|
/cts/tests/tests/app/src/android/app/cts/ |
DownloadManagerTest.java | 264 final long startTime = SystemClock.elapsedRealtime(); 270 } while ((SystemClock.elapsedRealtime() - startTime) < timeoutMillis);
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
SmsManagerTest.java | 398 long startTime = SystemClock.elapsedRealtime(); 401 long waitTime = timeout - (SystemClock.elapsedRealtime() - startTime);
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
source_entry.js | 319 var startTime = this.getStartTicks(); 321 return endTime - startTime;
|
/external/chromium_org/third_party/WebKit/PerformanceTests/resources/ |
runner.js | 278 var startTime = PerfTestRunner.now(); 281 return PerfTestRunner.now() - startTime;
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/ |
vp8_sequence_coder.cc | 155 int64_t starttime = webrtc::TickTime::MillisecondTimestamp(); local 175 int64_t totalExecutionTime = endtime - starttime;
|
/external/jdiff/src/jdiff/ |
JDiff.java | 42 long startTime = System.currentTimeMillis(); 132 System.out.print("JDiff: finished (took " + (System.currentTimeMillis() - startTime)/1000 + "s");
|
/frameworks/av/media/libstagefright/timedtext/ |
TextDescriptions.cpp | 149 int startTime = U32_AT(tmpData); 157 parcel->writeInt32(startTime + lastEndTime);
|
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
AccessibilityNodeInfoDumper.java | 80 final long startTime = SystemClock.uptimeMillis(); 98 Log.w(LOGTAG, "Fetch time: " + (endTime - startTime) + "ms");
|