/frameworks/native/libs/utils/ |
D | StopWatch.cpp | 44 nsecs_t elapsed = elapsedTime(); in ~StopWatch() local 46 ALOGD("StopWatch %s (us): %" PRId64 " ", mName, ns2us(elapsed)); in ~StopWatch() 61 nsecs_t elapsed = elapsedTime(); in lap() local 63 elapsed = 0; in lap() 66 mLaps[n].soFar = elapsed; in lap() 67 mLaps[n].thisLap = n ? (elapsed - mLaps[n-1].soFar) : elapsed; in lap() 70 return elapsed; in lap()
|
/frameworks/base/sax/tests/saxtests/src/android/sax/ |
D | ExpatPerformanceTest.java | 78 long elapsed = System.currentTimeMillis() - start; in runSax() local 79 Log.i(TAG, "expat SAX: " + elapsed + "ms"); in runSax() 87 long elapsed = System.currentTimeMillis() - start; in runExpatPullParser() local 88 Log.i(TAG, "expat pull: " + elapsed + "ms"); in runExpatPullParser() 98 long elapsed = System.currentTimeMillis() - start; in runJavaPullParser() local 99 Log.i(TAG, "java pull parser: " + elapsed + "ms"); in runJavaPullParser()
|
D | SafeSaxTest.java | 176 long elapsed = System.currentTimeMillis() - start; in pureSaxTest() local 177 Log.i(TAG, "pure SAX: " + elapsed + "ms"); in pureSaxTest() 184 long elapsed = System.currentTimeMillis() - start; in saxyModelTest() local 185 Log.i(TAG, "Saxy Model: " + elapsed + "ms"); in saxyModelTest() 192 long elapsed = System.currentTimeMillis() - start; in saxyModelTest() local 193 Log.i(TAG, "Saxy Model (preloaded): " + elapsed + "ms"); in saxyModelTest()
|
/frameworks/native/libs/cpustats/ |
D | ThreadCpuUsage.cpp | 128 long long ThreadCpuUsage::elapsed() const in elapsed() function in android::ThreadCpuUsage 130 long long elapsed; in elapsed() local 137 elapsed = 0; in elapsed() 140 elapsed = (ts.tv_sec - mMonotonicTs.tv_sec) * 1000000000LL + in elapsed() 145 elapsed = 0; in elapsed() 147 ALOGV("elapsed %lld", elapsed); in elapsed() 148 return elapsed; in elapsed()
|
/frameworks/base/core/tests/coretests/src/android/os/ |
D | TraceTest.java | 49 long elapsed = end - start; in testNativeTracingFromJava() local 50 Log.i(TAG, "elapsed millis: " + elapsed); in testNativeTracingFromJava() 63 long elapsed = end - start; in disableTestNativeTracingFromC() local 64 Log.i(TAG, "elapsed millis: " + elapsed); in disableTestNativeTracingFromC() 78 long elapsed = end - start; in testMethodTracing() local 79 Log.i(TAG, "elapsed millis: " + elapsed); in testMethodTracing()
|
/frameworks/base/tools/preload/loadclass/ |
D | LoadClass.java | 40 long elapsed = System.currentTimeMillis() - start; in main() local 41 Log.i("LoadClass", "Loaded " + args[0] + " in " + elapsed in main()
|
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/ |
D | RecurrenceProcessorTest.java | 2492 long elapsed = endTime - startTime; in performanceTextExpand() local 2493 Log.i(TAG, "testPerformanceExpand() expand() elapsed millis: " + elapsed); in performanceTextExpand() 2516 long elapsed = endTime - startTime; in performanceTestNormalize() local 2518 Log.i(TAG, "testPerformanceNormalize() normalize() elapsed millis: " + elapsed); in performanceTestNormalize() 2533 elapsed = endTime - startTime; in performanceTestNormalize() 2535 Log.i(TAG, "testPerformanceNormalize() unsafeNormalize() elapsed millis: " + elapsed); in performanceTestNormalize()
|
/frameworks/native/cmds/dumpstate/ |
D | utils.c | 223 float elapsed = (float) (clock() - start) / CLOCKS_PER_SEC; in run_command() local 230 if (title) printf("[%s: %.1fs elapsed]\n\n", command, elapsed); in run_command() 234 if (timeout_seconds && elapsed > timeout_seconds) { in run_command() 235 printf("*** %s: Timed out after %.1fs (killing pid %d)\n", command, elapsed, pid); in run_command()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | SamplingProfilerIntegration.java | 196 long elapsed = System.currentTimeMillis() - start; in writeSnapshotFile() local 197 Log.i(TAG, "Wrote snapshot " + path + " in " + elapsed + "ms."); in writeSnapshotFile()
|
/frameworks/native/include/cpustats/ |
D | ThreadCpuUsage.h | 106 long long elapsed() const;
|
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/ |
D | KeyguardPatternView.java | 176 final long elapsed = SystemClock.elapsedRealtime() - mLastPokeTime; in onTouchEvent() local 177 if (result && (elapsed > (UNLOCK_PATTERN_WAKE_INTERVAL_MS - 100))) { in onTouchEvent()
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | prop-animation.jd | 75 function of the animation's current elapsed time.</li> 133 …hole animation, the {@link android.animation.ValueAnimator} calculates an <em>elapsed fraction</em> 134 between 0 and 1, based on the duration of the animation and how much time has elapsed. The 135 elapsed fraction represents the percentage of time that the animation has completed, 0 meaning 0% 136 and 1 meaning 100%. For example, in Figure 1, the elapsed fraction at t = 10 ms would be .25 139 <p>When the {@link android.animation.ValueAnimator} is done calculating an elapsed fraction, it 141 <em>interpolated fraction</em>. An interpolated fraction maps the elapsed fraction to a new 144 elapsed fraction, .25, at t = 10 ms. In Figure 1, the interpolated fraction is always the same as 145 the elapsed fraction.</p> 689 android.animation.ObjectAnimator}) runs, it calculates a current elapsed fraction of the [all …]
|
/frameworks/base/docs/html/tools/help/uiautomator/ |
D | UiWatcher.jd | 70 …tor</a></code>. When a match is not found after a predetermined time has elapsed, the framework ca…
|
D | UiObject.jd | 2612 until the timeout has elapsed. You can use this method in situations where 2625 …<ul class="nolist"><li>true if the UI element is displayed, else false if timeout elapsed while wa… 2661 timeout has elapsed. 2680 …lass="nolist"><li>true if the element is gone before timeout elapsed, else false if timeout elapsed
|
/frameworks/ex/common/java/com/android/common/ |
D | GoogleLogTags.logtags | 52 203002 google_http_request (elapsed|2|3),(status|1),(appname|3),(reused|1)
|
/frameworks/support/renderscript/v8/rs_support/scriptc/ |
D | rs_time.rsh | 28 * Calendar time interpreted as seconds elapsed since the Epoch (00:00:00 on
|
/frameworks/rs/scriptc/ |
D | rs_time.rsh | 28 * Calendar time interpreted as seconds elapsed since the Epoch (00:00:00 on
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-tracing.jd | 321 <li><code><inc-ms></code> -- Inclusive elapsed time (milliseconds spent in method, 324 <li><code><exc-ms></code> -- Exclusive elapsed time (milliseconds spent in method,
|
/frameworks/base/core/java/android/net/dhcp/ |
D | DhcpPacket.java | 634 short elapsed = packet.getShort(); in decodeFullPacket() local
|
/frameworks/base/core/java/android/webkit/ |
D | WebViewClassic.java | 6669 int elapsed = (int) (mTrackballLastTime - mTrackballFirstTime); in doTrackball() local 6670 if (elapsed == 0) { in doTrackball() 6671 elapsed = TRACKBALL_TIMEOUT; in doTrackball() 6673 float xRate = mTrackballRemainsX * 1000 / elapsed; in doTrackball() 6674 float yRate = mTrackballRemainsY * 1000 / elapsed; in doTrackball() 6681 Log.v(LOGTAG, "doTrackball elapsed=" + elapsed in doTrackball()
|
/frameworks/base/docs/html/guide/topics/admin/ |
D | device-admin.jd | 187 users to update their passwords after a specified amount of time has elapsed. 654 to update their passwords after a specified amount of time has elapsed. </p>
|
/frameworks/base/docs/html/google/play/licensing/ |
D | licensing-reference.jd | 302 time has elapsed since an update was published with new licensing keys before
|
/frameworks/av/services/audioflinger/ |
D | AudioFlinger.cpp | 2490 long long elapsed = mCpuUsage.elapsed(); in sample() local 2491 if (elapsed >= DEBUG_CPU_USAGE * 1000000000LL) { in sample() 2492 double perLoop = elapsed / (double) n; in sample() 2512 elapsed * .000000001, n, perLoop * .000001, in sample()
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.1.jd | 618 total elapsed time and the elapsed time since the previous animation frame.</p>
|
/frameworks/base/docs/html/tools/testing/ |
D | testing_eclipse.jd | 485 Total time elapsed for the test package (labeled Finished after <em>x</em> seconds).
|