HomeSort by relevance Sort by last modified time
    Searched refs:curTime (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/third_party/angle/samples/angle/sample_util/win32/
Win32Timer.cpp 22 LARGE_INTEGER curTime;
23 QueryPerformanceCounter(&curTime);
24 mStartTime = curTime.QuadPart;
31 LARGE_INTEGER curTime;
32 QueryPerformanceCounter(&curTime);
33 mStopTime = curTime.QuadPart;
43 LARGE_INTEGER curTime;
44 QueryPerformanceCounter(&curTime);
45 endTime = curTime.QuadPart;
  /external/deqp/framework/qphelper/
qpInfo.c 58 deUint64 curTime = (deUint64)time(DE_NULL);
60 return begin <= curTime && curTime <= end;
qpWatchDog.c 69 deUint64 curTime = deGetMicroseconds();
70 int totalSecondsPassed = (int)((curTime - dog->resetTime) / 1000000ull);
71 int secondsSinceLastTouch = (int)((curTime - dog->lastTouchTime) / 1000000ull);
120 deUint64 curTime = deGetMicroseconds();
125 dog->resetTime = curTime;
126 dog->lastTouchTime = curTime;
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-android.c 118 long curTime;
124 curTime = sTimeStopped + sTimeOffset;
126 curTime = _getTime() + sTimeOffset;
129 sTimeOffset = -curTime;
130 curTime = 0;
134 //__android_log_print(ANDROID_LOG_INFO, "SanAngeles", "curTime=%ld", curTime);
136 appRender(curTime, sWindowWidth, sWindowHeight);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
ThroughputFilter.java 76 long curTime = SystemClock.elapsedRealtime();
79 if ((curTime - mLastTime) >= (mPeriod * 1000)) {
84 curTime - mLastTime,
89 mLastTime = curTime;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
ThroughputFilter.java 84 long curTime = SystemClock.elapsedRealtime();
87 if ((curTime - mLastTime) >= (mPeriod * 1000)) {
97 mLastTime = curTime;
  /external/deqp/execserver/
xsExecutionServer.cpp 249 deUint64 curTime = deGetMicroseconds();
251 lastIoTime = curTime;
252 else if (curTime-lastIoTime > SERVER_IDLE_THRESHOLD*1000)
312 deUint64 curTime = deGetMicroseconds();
313 m_lastKeepAliveSent = curTime;
314 m_lastKeepAliveReceived = curTime;
324 deUint64 curTime = deGetMicroseconds();
327 if (curTime - m_lastKeepAliveReceived > KEEPALIVE_TIMEOUT*1000)
331 if (curTime - m_lastKeepAliveSent > KEEPALIVE_SEND_INTERVAL*1000 &&
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiLogger.java 109 long curTime = SystemClock.uptimeMillis();
111 if (shouldLogNow(timing, curTime)) {
113 cache.put(logMessage, new Pair<>(curTime, 1));
135 private static boolean shouldLogNow(@Nullable Pair<Long, Integer> timing, long curTime) {
136 return timing == null || curTime - timing.first > ERROR_LOG_DURATTION_MILLIS;
  /frameworks/base/services/core/java/com/android/server/wm/
DimLayer.java 231 long curTime = SystemClock.uptimeMillis();
241 mStartTime = curTime;
286 final long curTime = SystemClock.uptimeMillis();
288 float alpha = mStartAlpha + alphaDelta * (curTime - mStartTime) / mDuration;
294 if (DEBUG) Slog.v(TAG, "stepAnimation: curTime=" + curTime + " alpha=" + alpha);
319 pw.print(" curTime="); pw.println(SystemClock.uptimeMillis());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
Console.java 96 long curTime = System.currentTimeMillis();
97 mTimeLogs.put(key, curTime);
99 "started @ " + curTime);
  /external/deqp/framework/platform/android/
tcuAndroidExecService.cpp 225 deUint64 curTime = deGetMicroseconds();
228 if (curTime-m_launchTime < PROCESS_START_TIMEOUT ||
229 curTime-m_lastQueryTime < PROCESS_QUERY_INTERVAL)
237 m_lastQueryTime = curTime;
  /external/deqp/execserver/tools/
xsTest.cpp 729 int curTime = 0;
736 curTime = clock.getMilliseconds();
738 while (curTime < testTime)
742 if (curTime-lastSendTime > sendInterval)
744 printf(" %d ms: sending keepalive\n", curTime);
746 curTime = clock.getMilliseconds();
747 lastSendTime = curTime;
754 printf(" %d ms: waiting for keepalive\n", curTime);
761 printf(" %d ms: got keepalive\n", curTime);
770 curTime = clock.getMilliseconds()
    [all...]
  /external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
bouncing_balls.js 96 var curTime = new Date().getTime();
97 var timeStep = (curTime - previousFrameTime) / 1000;
98 previousFrameTime = curTime;
153 var bounceTime = curTime - remainingTime;
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchFragment.java 247 long curTime = Utils.getTimeNow();
248 mAccumulatedTime += (curTime - mStartTime);
550 final long curTime = time - mStartTime + mAccumulatedTime;
554 Lap firstLap = new Lap(curTime, curTime);
557 mLapsAdapter.addLap(new Lap(0, curTime));
559 mTime.setIntervalTime(curTime);
563 final long lapTime = curTime - mLapsAdapter.getItem(1).mTotalTime;
565 mLapsAdapter.getItem(0).mTotalTime = curTime;
567 mLapsAdapter.addLap(new Lap(0, curTime));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelinePowerOverview.js 70 var curTime = record.timestamp;
78 accumulatedEnergy += (curTime - prevTime) * record.value;
82 this._times.push(curTime);
  /external/pdfium/fpdfsdk/src/
fsdk_baseannot.cpp 94 time_t curTime;
95 time(&curTime);
97 //newtime = gmtime(&curTime);
98 newtime = localtime(&curTime);
  /packages/apps/Launcher2/src/com/android/launcher2/
DeleteDropTarget.java 345 long curTime = AnimationUtils.currentAnimationTimeMillis();
357 mFrom.left += (mVelocity.x * (curTime - mPrevTime) / 1000f);
358 mFrom.top += (mVelocity.y * (curTime - mPrevTime) / 1000f);
366 mPrevTime = curTime;
  /cts/tests/tests/widget/src/android/widget/cts/
MediaControllerTest.java 214 final long curTime = System.currentTimeMillis();
224 final MotionEvent event = MotionEvent.obtain(curTime, 100,
  /packages/apps/Launcher3/src/com/android/launcher3/
DeleteDropTarget.java 459 long curTime = AnimationUtils.currentAnimationTimeMillis();
471 mFrom.left += (mVelocity.x * (curTime - mPrevTime) / 1000f);
472 mFrom.top += (mVelocity.y * (curTime - mPrevTime) / 1000f);
480 mPrevTime = curTime;
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_persist/src/
SyncML_DM_FileHandle.cc 361 XPL_CLK_LONG_CLOCK_T curTime = XPL_CLK_GetClockMs();
362 DmSprintf(uniqueStr, "%lld", curTime);
  /frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java     [all...]
  /external/deqp/executor/
xeTcpIpLink.cpp 516 deUint64 curTime = deGetMicroseconds();
519 if ((deInt64)curTime-(deInt64)lastKeepalive > xs::KEEPALIVE_TIMEOUT*1000)
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppManager.java 158 long curTime = SystemClock.elapsedRealtime();
161 if (curTime - entry.second > WHITELIST_DURATION_MS) {
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 531 public long computeUptime(long curTime, int which) {
534 return mUptime + getUptime(curTime);
536 return getUptime(curTime);
538 return getUptime(curTime) - mUnpluggedUptime;
543 public long computeRealtime(long curTime, int which) {
546 return mRealtime + getRealtime(curTime);
548 return getRealtime(curTime);
550 return getRealtime(curTime) - mUnpluggedRealtime;
555 public long getUptime(long curTime) {
558 time += curTime - mUptimeStart
    [all...]
  /external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp 436 deUint64 curTime = deGetMicroseconds();
437 m_calibrator.recordIteration(curTime - m_renderStart);

Completed in 2203 milliseconds

1 2