Home
last modified time | relevance | path

Searched refs:elapsed (Results 1 – 25 of 29) sorted by relevance

12

/frameworks/native/libs/utils/
DStopWatch.cpp44 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/
DExpatPerformanceTest.java78 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()
DSafeSaxTest.java176 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/
DThreadCpuUsage.cpp128 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/
DTraceTest.java49 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/
DLoadClass.java40 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/
DRecurrenceProcessorTest.java2492 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/
Dutils.c223 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/
DSamplingProfilerIntegration.java196 long elapsed = System.currentTimeMillis() - start; in writeSnapshotFile() local
197 Log.i(TAG, "Wrote snapshot " + path + " in " + elapsed + "ms."); in writeSnapshotFile()
/frameworks/native/include/cpustats/
DThreadCpuUsage.h106 long long elapsed() const;
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
DKeyguardPatternView.java176 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/
Dprop-animation.jd75 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/
DUiWatcher.jd70 …tor</a></code>. When a match is not found after a predetermined time has elapsed, the framework ca…
DUiObject.jd2612 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/
DGoogleLogTags.logtags52 203002 google_http_request (elapsed|2|3),(status|1),(appname|3),(reused|1)
/frameworks/support/renderscript/v8/rs_support/scriptc/
Drs_time.rsh28 * Calendar time interpreted as seconds elapsed since the Epoch (00:00:00 on
/frameworks/rs/scriptc/
Drs_time.rsh28 * Calendar time interpreted as seconds elapsed since the Epoch (00:00:00 on
/frameworks/base/docs/html/tools/debugging/
Ddebugging-tracing.jd321 <li><code>&lt;inc-ms&gt;</code> -- Inclusive elapsed time (milliseconds spent in method,
324 <li><code>&lt;exc-ms&gt;</code> -- Exclusive elapsed time (milliseconds spent in method,
/frameworks/base/core/java/android/net/dhcp/
DDhcpPacket.java634 short elapsed = packet.getShort(); in decodeFullPacket() local
/frameworks/base/core/java/android/webkit/
DWebViewClassic.java6669 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/
Ddevice-admin.jd187 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/
Dlicensing-reference.jd302 time has elapsed since an update was published with new licensing keys before
/frameworks/av/services/audioflinger/
DAudioFlinger.cpp2490 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/
Dandroid-4.1.jd618 total elapsed time and the elapsed time since the previous animation frame.</p>
/frameworks/base/docs/html/tools/testing/
Dtesting_eclipse.jd485 Total time elapsed for the test package (labeled Finished after <em>x</em> seconds).

12