HomeSort by relevance Sort by last modified time
    Searched defs:totalTime (Results 1 - 25 of 44) sorted by null

1 2

  /frameworks/base/core/java/android/animation/
TimeAnimator.java 24 long totalTime = currentTime - mStartTime;
27 mListener.onTimeUpdate(this, totalTime, deltaTime);
57 * deltaTime will be zero. The same is true for totalTime, unless the animator was
67 * @param totalTime The total time elapsed since the animator started, in milliseconds.
70 void onTimeUpdate(TimeAnimator animation, long totalTime, long deltaTime);
  /cts/suite/cts/deviceTests/opengl/src/com/android/cts/opengl/reference/
GLReferenceBenchmark.java 53 double totalTime = 0;
80 totalTime = setUpTimes[0] + setUpTimes[1] + setUpTimes[2] +
83 "Total Time", totalTime, ResultType.LOWER_BETTER, ResultUnit.MS);
  /cts/suite/cts/deviceTests/simplecpu/jni/
CpuNativeJni.cpp 193 double totalTime = 0;
199 totalTime += (end - start);
202 return totalTime;
256 double totalTime = 0;
263 totalTime += (end - start);
268 return totalTime;
  /frameworks/native/opengl/tests/angeles/
app-linux.cpp 208 double totalTime = timeTemp.tv_usec/1000000.0 + timeTemp.tv_sec;
228 totalTime = (timeTemp.tv_usec/1000000.0 + timeTemp.tv_sec) - totalTime;
229 printf("totalTime=%f s, frameCount=%d, %.2f fps\n",
230 totalTime, frameCount, frameCount/totalTime);
  /external/chromium_org/third_party/icu/source/test/threadtest/
threadtest.cpp 159 int totalTime;
220 gRunInfo.totalTime = 0;
249 gRunInfo.totalTime = atoi(argv[argnum]);
250 if (gRunInfo.totalTime < 1)
435 while (gRunInfo.totalTime == 0 || gRunInfo.totalTime > elapsedSeconds)
521 double cyclesPerMinute = totalCyclesCompleted / (double(gRunInfo.totalTime) / double(60));
  /external/chromium_org/third_party/openssl/openssl/apps/
s_time.c 338 double totalTime = 0.0;
450 totalTime += tm_Time_F(STOP); /* Add the time for this iteration */
453 printf( "\n\n%d connections in %.2fs; %.2f connections/user sec, bytes read %ld\n", nConn, totalTime, ((double)nConn/totalTime),bytes_read);
484 totalTime = 0.0;
540 totalTime += tm_Time_F(STOP); /* Add the time for this iteration*/
543 printf( "\n\n%d connections in %.2fs; %.2f connections/user sec, bytes read %ld\n", nConn, totalTime, ((double)nConn/totalTime),bytes_read);
  /external/chromium_org/third_party/skia/src/utils/
SkInterpolator.cpp 78 SkMSec totalTime = endTime - startTime;
80 endTime = SkScalarFloorToInt(fRepeat * totalTime);
83 offsetTime = fraction == 0 && fRepeat > 0 ? totalTime :
84 (SkMSec) SkScalarFloorToInt(fraction * totalTime);
88 offsetTime = offsetTime % (totalTime << mirror);
89 if (offsetTime > totalTime) { // can only be true if fMirror is true
90 offsetTime = (totalTime << 1) - offsetTime;
  /external/icu/icu4c/source/test/threadtest/
threadtest.cpp 160 int totalTime;
221 gRunInfo.totalTime = 0;
250 gRunInfo.totalTime = atoi(argv[argnum]);
251 if (gRunInfo.totalTime < 1)
436 while (gRunInfo.totalTime == 0 || gRunInfo.totalTime > elapsedSeconds)
522 double cyclesPerMinute = totalCyclesCompleted / (double(gRunInfo.totalTime) / double(60));
  /external/objenesis/tck/src/org/objenesis/tck/
TextReporter.java 71 private long totalTime = 0;
138 totalTime += System.currentTimeMillis() - startTime;
210 summary.println("--- SUCCESSFUL: TCK tests passed without errors in " + totalTime + " ms");
  /external/openssl/apps/
s_time.c 338 double totalTime = 0.0;
450 totalTime += tm_Time_F(STOP); /* Add the time for this iteration */
453 printf( "\n\n%d connections in %.2fs; %.2f connections/user sec, bytes read %ld\n", nConn, totalTime, ((double)nConn/totalTime),bytes_read);
484 totalTime = 0.0;
540 totalTime += tm_Time_F(STOP); /* Add the time for this iteration*/
543 printf( "\n\n%d connections in %.2fs; %.2f connections/user sec, bytes read %ld\n", nConn, totalTime, ((double)nConn/totalTime),bytes_read);
  /external/skia/src/utils/
SkInterpolator.cpp 78 SkMSec totalTime = endTime - startTime;
80 endTime = SkScalarFloorToInt(fRepeat * totalTime);
83 offsetTime = fraction == 0 && fRepeat > 0 ? totalTime :
84 (SkMSec) SkScalarFloorToInt(fraction * totalTime);
88 offsetTime = offsetTime % (totalTime << mirror);
89 if (offsetTime > totalTime) { // can only be true if fMirror is true
90 offsetTime = (totalTime << 1) - offsetTime;
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
webrunner.js 231 var totalTime = 0;
416 totalTime = time;
554 totalTime = time = timePerTest;
686 var w = ((totalTime - time) / totalTime) * 100;
    [all...]
  /external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp 267 deUint64 totalTime = measureState.getTotalTime();
272 double framesPerSecond = (double)numFrames / ((double)totalTime / 1000000.0);
273 double avgFrameTime = (double)totalTime / (double)numFrames;
274 double avgMTexelsPerSeconds = (double)numPixels / (double)totalTime;
275 double avgTexelDrawDurationNs = (double)totalTime * 1000.0 / (double)numPixels;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
LoadAverageService.java 190 final int totalTime = userTime+systemTime+iowaitTime+irqTime+softIrqTime+idleTime;
191 if (totalTime == 0) {
194 int userW = (userTime*W)/totalTime;
195 int systemW = (systemTime*W)/totalTime;
196 int irqW = ((iowaitTime+irqTime+softIrqTime)*W)/totalTime;
235 userW = (st.rel_utime*W)/totalTime;
236 systemW = (st.rel_stime*W)/totalTime;
  /frameworks/base/services/usage/java/com/android/server/usage/
UserUsageStatsService.java 375 final long totalTime = SystemClock.elapsedRealtime() - startTime;
376 Slog.i(TAG, mLogPrefix + "Rolling over usage stats complete. Took " + totalTime
  /frameworks/base/core/java/android/net/http/
RequestQueue.java 116 int totalTime = 0;
120 totalTime += rt.mTotalThreadTime;
124 Log.d("Http", "Http thread used " + totalTime + " ms " + " for "
  /hardware/libhardware/tests/camera2/
camera2.cpp 290 uint32_t totalTime = 0;
293 totalTime += kSleepTime;
294 if (totalTime > kMaxSleepTime) {
296 mDevice->ops->get_in_progress_count(mDevice), totalTime);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
FlameChart.js 130 totalTime: function() { },
312 this._totalTime = mainPane._dataProvider.totalTime();
503 var windowRight = this._timeWindowRight !== Infinity ? this._timeWindowRight : this._dataProvider.minimumBoundary() + this._dataProvider.totalTime();
896 this._totalTime = this._dataProvider.totalTime();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineTracingView.js 332 totalTime: function()
446 this._timelineData.entryTotalTimes[index] = this.totalTime();
TimelineFlameChart.js 139 this._pushRecord(this._cpuThreadRecord, 0, this.minimumBoundary(), Math.max(this._model.maximumRecordTime(), this.totalTime() + this.minimumBoundary()));
157 this._pushRecord(this._gpuThreadRecord, 0, this.minimumBoundary(), Math.max(this._model.maximumRecordTime(), this.totalTime() + this.minimumBoundary()));
204 totalTime: function()
585 totalTime: function()
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 323 // totalTime[]: total time of audio output devices usage
324 int32_t totalTime[NUM_AUDIO_DEVICES]; // in ms
MediaPlayerService.cpp 279 mBatteryAudio.totalTime[i] = 0;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
CPUProfileFlameChart.js 92 totalTime: function()
94 return this._cpuProfile.profileHead.totalTime;
148 function onCloseFrame(depth, node, startTime, totalTime, selfTime)
151 entries[index] = new ChartEntry(depth, totalTime, startTime, selfTime, node);
224 var totalTime = this._millisecondsToString(timelineData.entryTotalTimes[entryIndex]);
226 pushEntryInfoRow(WebInspector.UIString("Total time"), totalTime);
231 pushEntryInfoRow(WebInspector.UIString("Aggregated total time"), Number.secondsToString(node.totalTime / 1000, true));
438 var totalTime = overviewPane._dataProvider.totalTime();
439 this._maximumBoundaries = this._minimumBoundaries + totalTime;
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchFragment.java 135 TextView totalTime = (TextView)lapInfo.findViewById(R.id.lap_total);
137 totalTime.setText(Stopwatches.formatTimeText(lap.mTotalTime, mFormats[mTotalIndex]));
221 long totalTime = 0;
223 totalTime += laps[i];
224 mLaps.get(i).mTotalTime = totalTime;
582 private void updateCurrentLap(long totalTime) {
586 curLap.mLapTime = totalTime - mLapsAdapter.getItem(1).mTotalTime;
587 curLap.mTotalTime = totalTime;
656 long totalTime = mAccumulatedTime + (curTime - mStartTime);
658 mTimeText.setTime(totalTime, true, true)
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
P2pLinkManager.java 413 long totalTime = SystemClock.elapsedRealtime() - mLastLlcpActivationTime;
414 if (DBG) Log.d(TAG, "Took " + Long.toString(totalTime) + " to get first LLCP PDU");
427 if (totalTime < LINK_FIRST_PDU_LIMIT_MS || mSendState == SEND_STATE_SENDING) {
    [all...]

Completed in 1209 milliseconds

1 2