Searched refs:curTime (Results 1 - 21 of 21) sorted by relevance

/external/libdrm/tests/ttmtest/src/
H A Dttmtest.c172 unsigned long curTime, oldTime; local
185 curTime = fastrdtsc();
186 *ticks++ = time_diff(oldTime, curTime);
191 curTime = fastrdtsc();
192 *ticks++ = time_diff(oldTime, curTime);
196 curTime = fastrdtsc();
197 *ticks++ = time_diff(oldTime, curTime);
201 curTime = fastrdtsc();
202 *ticks++ = time_diff(oldTime, curTime);
206 curTime
[all...]
/external/deqp/framework/qphelper/
H A DqpWatchDog.c69 deUint64 curTime = deGetMicroseconds(); local
70 int totalSecondsPassed = (int)((curTime - dog->resetTime) / 1000000ull);
71 int secondsSinceLastTouch = (int)((curTime - dog->lastTouchTime) / 1000000ull);
123 deUint64 curTime = deGetMicroseconds(); local
128 dog->resetTime = curTime;
129 dog->lastTouchTime = curTime;
/external/deqp/execserver/
H A DxsExecutionServer.cpp249 deUint64 curTime = deGetMicroseconds(); local
251 lastIoTime = curTime;
252 else if (curTime-lastIoTime > SERVER_IDLE_THRESHOLD*1000)
312 deUint64 curTime = deGetMicroseconds(); local
313 m_lastKeepAliveSent = curTime;
314 m_lastKeepAliveReceived = curTime;
324 deUint64 curTime = deGetMicroseconds(); local
327 if (curTime - m_lastKeepAliveReceived > KEEPALIVE_TIMEOUT*1000)
331 if (curTime - m_lastKeepAliveSent > KEEPALIVE_SEND_INTERVAL*1000 &&
/external/pdfium/core/fxcrt/
H A Dcfx_datetime.cpp99 timeval curTime; local
100 gettimeofday(&curTime, nullptr);
103 localtime_r(&curTime.tv_sec, &st);
111 utLocal.wMillisecond = curTime.tv_usec / 1000;
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowRenderNodeAnimator.java111 long curTime = frameTimeNanos - startTime;
112 if (curTime >= duration) {
/external/deqp/framework/platform/android/
H A DtcuAndroidExecService.cpp225 deUint64 curTime = deGetMicroseconds(); local
228 if (curTime-m_launchTime < PROCESS_START_TIMEOUT ||
229 curTime-m_lastQueryTime < PROCESS_QUERY_INTERVAL)
237 m_lastQueryTime = curTime;
/external/deqp/execserver/tools/
H A DxsTest.cpp730 int curTime = 0; local
737 curTime = clock.getMilliseconds();
739 while (curTime < testTime)
743 if (curTime-lastSendTime > sendInterval)
745 printf(" %d ms: sending keepalive\n", curTime);
747 curTime = clock.getMilliseconds();
748 lastSendTime = curTime;
755 printf(" %d ms: waiting for keepalive\n", curTime);
762 printf(" %d ms: got keepalive\n", curTime);
771 curTime member in class:xs::KeepAliveTest
[all...]
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_datetime.cpp95 time_t curTime; local
96 time(&curTime);
98 struct tm* newtime = localtime(&curTime);
H A Dcpdfsdk_annothandlermgr.cpp68 CPDFSDK_DateTime curTime; local
70 "M", curTime.ToPDFDateTimeString(), false);
/external/vogar/src/vogar/
H A DClassFileIndex.java122 long curTime = new Date().getTime();
123 boolean cacheExpired = lastModified < curTime - CACHE_EXPIRY;
/external/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog2.cpp705 UInt32 curTime = ::GetTickCount(); local
728 _elapsedTime += (curTime - _prevTime);
729 _prevTime = curTime;
1093 UInt32 curTime = ::GetTickCount(); local
1095 _elapsedTime += (curTime - _prevTime);
1097 _prevTime = curTime;
/external/deqp/executor/
H A DxeTcpIpLink.cpp517 deUint64 curTime = deGetMicroseconds(); local
520 if ((deInt64)curTime-(deInt64)lastKeepalive > xs::KEEPALIVE_TIMEOUT*1000)
/external/deqp/modules/gles2/performance/
H A Des2pTextureUploadTests.cpp436 deUint64 curTime = deGetMicroseconds(); local
437 m_calibrator.recordIteration(curTime - m_renderStart);
/external/lzma/CPP/7zip/UI/Console/
H A DMain.cpp443 UInt64 curTime = GetTime64(curTimeFT);
448 UInt64 totalTime = curTime - creationTime;
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 309 milliseconds