Home
last modified time | relevance | path

Searched refs:curTime (Results 1 – 15 of 15) sorted by relevance

/external/libdrm/tests/ttmtest/src/
Dttmtest.c172 unsigned long curTime, oldTime; in benchmarkBuffer() local
185 curTime = fastrdtsc(); in benchmarkBuffer()
186 *ticks++ = time_diff(oldTime, curTime); in benchmarkBuffer()
191 curTime = fastrdtsc(); in benchmarkBuffer()
192 *ticks++ = time_diff(oldTime, curTime); in benchmarkBuffer()
196 curTime = fastrdtsc(); in benchmarkBuffer()
197 *ticks++ = time_diff(oldTime, curTime); in benchmarkBuffer()
201 curTime = fastrdtsc(); in benchmarkBuffer()
202 *ticks++ = time_diff(oldTime, curTime); in benchmarkBuffer()
206 curTime = fastrdtsc(); in benchmarkBuffer()
[all …]
/external/deqp/framework/qphelper/
DqpWatchDog.c69 deUint64 curTime = deGetMicroseconds(); in watchDogThreadFunc() local
70 int totalSecondsPassed = (int)((curTime - dog->resetTime) / 1000000ull); in watchDogThreadFunc()
71 int secondsSinceLastTouch = (int)((curTime - dog->lastTouchTime) / 1000000ull); in watchDogThreadFunc()
120 deUint64 curTime = deGetMicroseconds(); in qpWatchDog_reset() local
125 dog->resetTime = curTime; in qpWatchDog_reset()
126 dog->lastTouchTime = curTime; in qpWatchDog_reset()
/external/deqp/execserver/
DxsExecutionServer.cpp249 deUint64 curTime = deGetMicroseconds(); in processSession() local
251 lastIoTime = curTime; in processSession()
252 else if (curTime-lastIoTime > SERVER_IDLE_THRESHOLD*1000) in processSession()
312 deUint64 curTime = deGetMicroseconds(); in initKeepAlives() local
313 m_lastKeepAliveSent = curTime; in initKeepAlives()
314 m_lastKeepAliveReceived = curTime; in initKeepAlives()
324 deUint64 curTime = deGetMicroseconds(); in pollKeepAlives() local
327 if (curTime - m_lastKeepAliveReceived > KEEPALIVE_TIMEOUT*1000) in pollKeepAlives()
331 if (curTime - m_lastKeepAliveSent > KEEPALIVE_SEND_INTERVAL*1000 && in pollKeepAlives()
/external/jmonkeyengine/engine/src/test/jme3test/audio/
DTestMusicPlayer.java52 private float curTime = 0; field in TestMusicPlayer
209 int pos = (int) (curTime * 100); in updateTime()
215 int minutesNow = (int) (curTime / 60); in updateTime()
216 int secondsNow = (int) (curTime % 60); in updateTime()
261 curTime = sldBar.getValue() / 100f; in sldBarStateChanged()
262 if (curTime < 0) in sldBarStateChanged()
263 curTime = 0; in sldBarStateChanged()
265 musicSource.setTimeOffset(curTime); in sldBarStateChanged()
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
DBombControl.java43 private float curTime = -1.0f; field in BombControl
100 curTime = 0; in collision()
147 if (enabled && curTime >= 0) { in update()
148 curTime += tpf; in update()
149 if (curTime > fxTime) { in update()
150 curTime = -1; in update()
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
DLwjglTimer.java116 long curTime = getTime(); in update() local
117 lastTPF = (curTime - oldTime) * (1.0f / LWJGL_TIMER_RES); in update()
119 oldTime = curTime; in update()
/external/deqp/execserver/tools/
DxsTest.cpp729 int curTime = 0; in runClient() local
736 curTime = clock.getMilliseconds(); in runClient()
738 while (curTime < testTime) in runClient()
742 if (curTime-lastSendTime > sendInterval) in runClient()
744 printf(" %d ms: sending keepalive\n", curTime); in runClient()
746 curTime = clock.getMilliseconds(); in runClient()
747 lastSendTime = curTime; in runClient()
754 printf(" %d ms: waiting for keepalive\n", curTime); in runClient()
761 printf(" %d ms: got keepalive\n", curTime); in runClient()
770 curTime = clock.getMilliseconds(); in runClient()
[all …]
/external/deqp/framework/platform/android/
DtcuAndroidExecService.cpp225 deUint64 curTime = deGetMicroseconds(); in isRunning() local
228 if (curTime-m_launchTime < PROCESS_START_TIMEOUT || in isRunning()
229 curTime-m_lastQueryTime < PROCESS_QUERY_INTERVAL) in isRunning()
237 m_lastQueryTime = curTime; in isRunning()
/external/jmonkeyengine/engine/src/test/jme3test/network/
DTestLatency.java85 long curTime = getTime(); in main()
90 long latency = (curTime - timeMsg.timeSent); in main()
/external/vogar/src/vogar/
DClassFileIndex.java122 long curTime = new Date().getTime(); in createIndex() local
123 boolean cacheExpired = lastModified < curTime - CACHE_EXPIRY; in createIndex()
/external/deqp/executor/
DxeTcpIpLink.cpp516 deUint64 curTime = deGetMicroseconds(); in keepaliveTimerCallback() local
519 if ((deInt64)curTime-(deInt64)lastKeepalive > xs::KEEPALIVE_TIMEOUT*1000) in keepaliveTimerCallback()
/external/deqp/modules/gles2/performance/
Des2pTextureUploadTests.cpp436 deUint64 curTime = deGetMicroseconds(); in iterate() local
437 m_calibrator.recordIteration(curTime - m_renderStart); in iterate()
/external/pdfium/fpdfsdk/src/
Dfsdk_baseannot.cpp94 time_t curTime; in ResetDateTime() local
95 time(&curTime); in ResetDateTime()
98 newtime = localtime(&curTime); in ResetDateTime()
Dfsdk_annothandler.cpp97 CPDFSDK_DateTime curTime; in Annot_OnCreate() local
98 pPDFAnnot->m_pAnnotDict->SetAtString("M", curTime.ToPDFDateTimeString()); in Annot_OnCreate()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...