/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/test/iotest/ |
iotest.cpp | [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
xm_dd.c | 778 struct timeval StartTime; 799 (void) gettimeofday(&xq->StartTime, NULL); 829 q->Result = time_diff(&xq->StartTime, &endTime);
|
/external/chromium_org/third_party/tlslite/tests/ |
tlstest.py | 334 startTime = time.clock() 338 if stopTime-startTime: 339 print("100K exchanged at rate of %d bytes/sec" % int(100000/(stopTime-startTime)))
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/ |
kenny.cc | 108 double starttime, runtime, length_file; local 451 starttime = clock()/(double)CLOCKS_PER_SEC; 806 runtime = (double)(((double)clock()/(double)CLOCKS_PER_SEC)-starttime);
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/ |
ReleaseTest-API.cc | 57 double starttime, runtime, length_file; local 472 starttime = clock()/(double)CLOCKS_PER_SEC; /* Runtime statistics */ 1022 runtime = (double)(clock()/(double)CLOCKS_PER_SEC-starttime); [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/ |
simpleKenny.c | 90 double starttime; local 251 starttime = clock()/(double)CLOCKS_PER_SEC; /* Runtime statistics */ 544 runtime = (double)(clock()/(double)CLOCKS_PER_SEC-starttime);
|
/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/test/iotest/ |
iotest.cpp | [all...] |
/external/mesa3d/src/mesa/drivers/x11/ |
xm_dd.c | 778 struct timeval StartTime; 799 (void) gettimeofday(&xq->StartTime, NULL); 829 q->Result = time_diff(&xq->StartTime, &endTime);
|
/external/srec/srec/clib/ |
fpi_tgt.c | 159 frmPkt->startTime = 0; /* 0 == start hasn't been called */ 208 frmPkt->startTime = frmPkt->pushTime; 222 ASSERT(frmPkt->startTime != 0);
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/ |
kenny.c | 107 double starttime, runtime, length_file; local 460 starttime = clock()/(double)CLOCKS_PER_SEC; 837 runtime = (double)(((double)clock()/(double)CLOCKS_PER_SEC)-starttime);
|
/frameworks/native/opengl/tests/hwc/ |
hwcStress.cpp | 245 struct timeval startTime, currentTime, delta; 388 gettimeofday(&startTime, NULL); 392 delta = tvDelta(&startTime, ¤tTime);
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
BinaryDictionaryDecayingTests.java | 199 final int startTime = stopTestModeInNativeCode(); 207 assertTrue(startTime <= endTime && endTime <= startTime + MAX_ALLOWED_ELAPSED_TIME); [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
CalendarTest.java | [all...] |
/libcore/jsr166-tests/src/test/java/jsr166/ |
ThreadPoolExecutorSubclassTest.java | 297 long startTime = System.nanoTime(); 299 if (millisElapsedSince(startTime) > LONG_DELAY_MS) [all...] |
/packages/apps/Calendar/src/com/android/calendar/agenda/ |
AgendaWindowAdapter.java | 665 long startTime; 668 startTime = Utils.convertAlldayLocalToUTC(null, item.begin, mTimeZone); 671 startTime = item.begin; 675 Log.d(TAG, "Sent (AgendaWindowAdapter): VIEW EVENT: " + new Date(startTime)); 679 item.id, startTime, endTime, 0, [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/ |
NetworkPanel.js | 411 this._dataGrid.sortNodes(this._sortingFunctions.startTime, false); 433 option.value = "startTime"; 438 option.value = "startTime"; 486 this._sortingFunctions.timeline = WebInspector.NetworkDataGridNode.RequestPropertyComparator.bind(null, "startTime", false); 487 this._sortingFunctions.startTime = WebInspector.NetworkDataGridNode.RequestPropertyComparator.bind(null, "startTime", false); 504 this._calculators.startTime = this._timeCalculator; 590 baseTime = request.startTime; [all...] |
/bionic/libc/tzcode/ |
localtime.c | 1031 starttime = transtime(year, &start, stdoffset), local [all...] |
/frameworks/base/core/java/android/content/ |
ContentResolver.java | 469 long startTime = SystemClock.uptimeMillis(); 498 long durationMillis = SystemClock.uptimeMillis() - startTime; [all...] |
/frameworks/base/services/core/java/com/android/server/content/ |
SyncManager.java | [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
SocketChannelTest.java | [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
DayView.java | [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/ |
HeapSnapshotView.js | [all...] |
/frameworks/base/services/core/java/com/android/server/ |
AlarmManagerService.java | 564 long startTime; 580 long startTime; [all...] |