/external/junit/src/junit/textui/ |
TestRunner.java | 115 long startTime= System.currentTimeMillis(); 118 long runTime= endTime-startTime;
|
/external/lldb/test/unittest2/ |
runner.py | 152 startTime = time.time() 165 timeTaken = stopTime - startTime
|
/external/llvm/lib/Support/ |
Process.cpp | 55 static TimeValue &StartTime = *new TimeValue(TimeValue::now()); 56 return TimeValue::now() - StartTime;
|
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/ |
AgentStatus.java | 201 buf.append(" startTime=\"").append(UTC_FORMAT.format(date)).append("\"");
254 date = UTC_FORMAT.parse(parser.getAttributeValue("", "startTime"));
|
/external/tcpdump/ |
print-mpcp.c | 77 u_int8_t starttime[MPCP_TIMESTAMP_LEN]; member in struct:mpcp_grant_t 189 EXTRACT_32BITS(mpcp.grant->starttime),
|
/external/webrtc/src/modules/audio_processing/aecm/ |
echo_control_mobile.c | 285 // double endtime = 0, starttime = 0; 286 struct timeval starttime; local 460 // starttime = clock()/(double)CLOCKS_PER_SEC; 461 gettimeofday(&starttime, NULL); 501 // printf("%f\n", endtime - starttime); 505 if( endtime.tv_usec > starttime.tv_usec) 507 timeused += endtime.tv_usec - starttime.tv_usec; 510 timeused += endtime.tv_usec + 1000000 - starttime.tv_usec;
|
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/ |
ConnectionUtil.java | 369 long startTime = System.currentTimeMillis(); 371 if ((System.currentTimeMillis() - startTime) > timeout) { 435 long startTime = System.currentTimeMillis(); 437 if ((System.currentTimeMillis() - startTime) > timeout) { 488 long startTime = System.currentTimeMillis(); 490 if ((System.currentTimeMillis() - startTime) > timeout) { 593 long startTime = System.currentTimeMillis(); 595 if ((System.currentTimeMillis() - startTime) > WIFI_SCAN_TIMEOUT) {
|
/frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/ |
ManageDialog.java | 140 if (mConfig.startTime != -1) { 141 long seconds = (SystemClock.elapsedRealtime() - mConfig.startTime) / 1000;
|
/frameworks/native/libs/input/ |
VirtualKeyMap.cpp | 63 nsecs_t startTime = systemTime(SYSTEM_TIME_MONOTONIC); 68 nsecs_t elapsedTime = systemTime(SYSTEM_TIME_MONOTONIC) - startTime;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
SmsBroadcastUndelivered.java | 98 long startTime = System.nanoTime(); 166 + ((System.nanoTime() - startTime) / 1000000) + " ms");
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
InetAddressThreadTest.java | 69 long startTime = System.currentTimeMillis(); 78 && System.currentTimeMillis() - startTime > 240000) {
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
ExecutorCompletionServiceTest.java | 125 long startTime = System.nanoTime(); 128 if (millisElapsedSince(startTime) > LONG_DELAY_MS)
|
JSR166TestCase.java | 367 long startTime = System.nanoTime(); 374 long d = ns - (System.nanoTime() - startTime); 452 long startTime = System.nanoTime(); 460 assertTrue(millisElapsedSince(startTime) >= timeoutMillis); 598 long startTime = System.nanoTime(); 607 else if (millisElapsedSince(startTime) > timeoutMillis) { 827 // long startTime = System.nanoTime(); 829 // if (millisElapsedSince(startTime) > timeoutMillis) [all...] |
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...] |
/libcore/luni/src/main/java/java/lang/ref/ |
ReferenceQueue.java | 111 long startTime = System.nanoTime(); 117 long nanosElapsed = System.nanoTime() - startTime;
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
IndicatorControlWheelContainer.java | 173 public void startTimeLapseAnimation(int timeLapseInterval, long startTime) { 175 timeLapseInterval, 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/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/model/ |
GLCall.java | 85 public GLCall(int index, long startTime, long traceFileOffset, String displayString, 89 mStartTime = startTime;
|
/system/core/libutils/ |
PropertyMap.cpp | 132 nsecs_t startTime = systemTime(SYSTEM_TIME_MONOTONIC); 137 nsecs_t elapsedTime = systemTime(SYSTEM_TIME_MONOTONIC) - startTime;
|
/external/chromium_org/third_party/icu/source/i18n/ |
simpletz.cpp | 67 startTime(0), 164 this->startTime = savingsStartTime; 212 startTime = right.startTime; 313 startTime = time; 479 (int8_t)startDay, startTime); 758 startTime == that->startTime && [all...] |
/external/icu/icu4c/source/i18n/ |
simpletz.cpp | 67 startTime(0), 164 this->startTime = savingsStartTime; 212 startTime = right.startTime; 313 startTime = time; 479 (int8_t)startDay, startTime); 758 startTime == that->startTime && [all...] |
/external/chromium_org/content/browser/resources/media/ |
timeline_graph_view.js | 221 drawTimeLabels: function(context, width, height, textHeight, startTime) { 227 var time = Math.ceil(startTime / timeStep) * timeStep; 236 var x = Math.round((time - startTime) / this.scale_); 329 layout: function(width, height, fontHeight, startTime, scale) { 333 this.startTime_ = startTime;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/ |
TimelineModelImpl.js | 209 parentRecord._selfTime -= record.endTime() - record.startTime(); 306 this._selfTime = this.endTime() - this.startTime(); 417 startTime: function() 419 return this._record.startTime; 435 return this._endTime || this._record.endTime || this._record.startTime;
|
/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...] |