/external/chromium_org/third_party/angle/samples/angle/particle_system/ |
ParticleSystem.cpp | 135 virtual void step(float dt, double totalTime)
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
linux_based_platform_backend.py | 53 return {'TotalTime': total_jiffies}
|
mac_platform_backend.py | 102 return {'TotalTime': time.time()}
|
win_platform_backend.py | 138 return {'TotalTime': time.time()}
|
/hardware/libhardware/tests/camera2/ |
camera2.cpp | 340 uint32_t totalTime = 0; 343 totalTime += kSleepTime; 344 if (totalTime > kMaxSleepTime) { 346 mDevice->ops->get_in_progress_count(mDevice), totalTime);
|
/frameworks/av/media/libmediaplayerservice/ |
MediaPlayerService.cpp | 279 mBatteryAudio.totalTime[i] = 0; [all...] |
MediaPlayerService.h | 323 // totalTime[]: total time of audio output devices usage 324 int32_t totalTime[NUM_AUDIO_DEVICES]; // in ms
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/ |
AppMenuDragHelper.java | 72 public void onTimeUpdate(TimeAnimator animation, long totalTime, long deltaTime) {
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/ |
FlameChart.js | 154 totalTime: function() { }, 339 this._totalTime = mainPane._dataProvider.totalTime(); 644 var windowRight = this._timeWindowRight !== Infinity ? this._timeWindowRight : this._dataProvider.minimumBoundary() + this._dataProvider.totalTime(); [all...] |
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
RequestThreadManager.java | 679 long totalTime = SystemClock.elapsedRealtimeNanos() - startTime; 680 Log.d(TAG, "Configure took " + totalTime + " ns"); [all...] |
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
KeyguardActivityLauncher.java | 249 result.result, result.thisTime, result.totalTime, result.who,
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/ |
PaintProfilerView.js | 179 var totalTime = 0; 187 totalTime += time; 191 this._pieChart.setTotal(totalTime / this._profiles.length);
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
AntiSamyTest.java | 138 long totalTime = 0;
182 totalTime = totalTime + (endTime - startTime);
185 averageTime = totalTime / testReps;
188 System.out.println("Total time ms: " + totalTime/1000000L);
[all...] |
/frameworks/base/core/java/android/app/ |
IActivityManager.java | 534 public long totalTime; 550 dest.writeLong(totalTime); 571 totalTime = source.readLong(); [all...] |
/packages/apps/Nfc/src/com/android/nfc/ |
P2pLinkManager.java | 429 long totalTime = SystemClock.elapsedRealtime() - mLastLlcpActivationTime; 430 if (DBG) Log.d(TAG, "Took " + Long.toString(totalTime) + " to get first LLCP PDU"); 443 if (totalTime < LINK_FIRST_PDU_LIMIT_MS || mSendState == SEND_STATE_SENDING) { [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
CPUProfileDataModel.js | 58 node.totalTime = totalHitCount * samplingInterval;
|
/frameworks/av/services/camera/libcameraservice/device2/ |
Camera2Device.cpp | 453 uint32_t totalTime = 0; 456 totalTime += kSleepTime; 457 if (totalTime > kMaxSleepTime) { 459 totalTime, mHal2Device->ops->get_in_progress_count(mHal2Device)); [all...] |
/packages/apps/Settings/src/com/android/settings/applications/ |
ProcStatsEntry.java | 64 mDuration = tmpTotals.totalTime;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/ |
epl-v10.html | 16 <o:TotalTime>3</o:TotalTime>
|
/frameworks/av/media/libstagefright/ |
MPEG4Extractor.cpp | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dmusicc.h | 468 STDMETHOD(TotalTime)(THIS_ LPREFERENCE_TIME prtTime) PURE; 490 #define IDirectMusicBuffer_TotalTime(p,a) (p)->lpVtbl->TotalTime(p,a) [all...] |
/external/chromium_org/tools/perf/ |
test-info.json | 74 "description": "Impact HTML5 Gaming benchmark.\n\nTests one very specific use case: smooth running games rendered with the <canvas> element. The score for the HTML5-Benchmark takes the total time the browser spent rendering frames (formula is 1000000/(sqrt(totalTime) + lagTime * 0.1)). The benchmark automatically runs at a reasonable screen size. Final score is a indicator for the browser's ability to smoothly run HTML5 games.",
|
/frameworks/base/core/java/com/android/internal/os/ |
BatteryStatsImpl.java | 408 Process.PROC_TAB_TERM|Process.PROC_OUT_LONG, // 5: totalTime 420 |Process.PROC_OUT_LONG, // 6: totalTime [all...] |
/frameworks/base/services/core/java/com/android/server/location/ |
ComprehensiveCountryDetector.java | 482 sb.append("totalTime=" + (mTotalTime + currentSessionLength) + ", ");
|
/external/deqp/modules/gles2/performance/ |
es2pShaderCompilationCases.cpp | 618 deInt64 totalTime (void) const { return sourceSetTime + vertexCompileTime + fragmentCompileTime; } [all...] |