HomeSort by relevance Sort by last modified time
    Searched full:spent (Results 1 - 25 of 228) sorted by null

1 2 3 4 5 6 7 8 910

  /external/bison/lib/
timevar.def 36 /* Time spent in the reader. */
41 /* Time spent handling the grammar. */
52 /* Time spent outputing results. */
60 /* Time spent by freeing the memory :). */
  /packages/apps/Browser/src/com/android/browser/
LogTag.java 42 * @param duration the time the browser spent loading the page.
50 * log the time the user has spent on a webpage
53 * @param duration the time spent on the webpage.
EventLogTags.logtags 14 # This event is logged when the user navigates to a new page, sending the time spent on the current page.
  /external/stlport/test/unit/
strstream_buffer_read_test.cpp 4 * Standard, we have no wish to spent time with repair ones.
  /ndk/tests/device/test-gnustl-full/unit/
strstream_buffer_read_test.cpp 4 * Standard, we have no wish to spent time with repair ones.
  /ndk/tests/device/test-stlport/unit/
strstream_buffer_read_test.cpp 4 * Standard, we have no wish to spent time with repair ones.
  /frameworks/base/tools/layoutlib/bridge/src/android/os/
SystemClock_Delegate.java 42 * Returns milliseconds since boot, not counting time spent in deep sleep.
54 * Returns milliseconds since boot, including time spent in sleep.
64 * Returns nanoseconds since boot, including time spent in sleep.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
timevar.def 49 /* Time spent garbage-collecting. */
52 /* Time spent generating dump files. */
55 /* Time spent saving/restoring PCH state. */
89 /* Time spent by constructing CFG. */
91 /* Time spent by cleaning up CFG. */
95 /* Time spent by life analysis. */
99 /* Time spent in dataflow problems. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
timevar.def 49 /* Time spent garbage-collecting. */
52 /* Time spent generating dump files. */
55 /* Time spent saving/restoring PCH state. */
89 /* Time spent by constructing CFG. */
91 /* Time spent by cleaning up CFG. */
95 /* Time spent by life analysis. */
99 /* Time spent in dataflow problems. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
timevar.def 49 /* Time spent garbage-collecting. */
52 /* Time spent generating dump files. */
55 /* Time spent saving/restoring PCH state. */
89 /* Time spent by constructing CFG. */
91 /* Time spent by cleaning up CFG. */
95 /* Time spent by life analysis. */
99 /* Time spent in dataflow problems. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
timevar.def 49 /* Time spent garbage-collecting. */
52 /* Time spent generating dump files. */
55 /* Time spent saving/restoring PCH state. */
89 /* Time spent by constructing CFG. */
91 /* Time spent by cleaning up CFG. */
95 /* Time spent by life analysis. */
99 /* Time spent in dataflow problems. */
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyNetworkMonitor.java 39 private long mWifiElapsedTime = 0; // accumulated time spent on wifi since start()
40 private long mMobileElapsedTime = 0; // accumulated time spent on mobile since start()
41 private long mElapsedTime = 0; // amount of time spent between start() and stop()
  /external/v8/tools/
profile_view.js 90 * @param {number} totalTime Amount of time that application spent in the
93 * @param {number} selfTime Amount of time that application spent in the
152 * @param {number} totalTime Amount of time that application spent in the
155 * @param {number} selfTime Amount of time that application spent in the
  /frameworks/base/docs/html/tools/debugging/
debugging-tracing.jd 71 <p>Figure 2 shows the profile pane, a summary of all the time spent
73 the total time). Exclusive time is the time spent in the method. Inclusive time is the time spent
74 in the method plus the time spent in any called functions. We refer to calling methods as
200 <li><code>&lt;inc-ms&gt;</code> -- Inclusive elapsed time (milliseconds spent in method,
203 <li><code>&lt;exc-ms&gt;</code> -- Exclusive elapsed time (milliseconds spent in method,
  /frameworks/base/core/java/android/os/
SystemClock.java 140 * Returns milliseconds since boot, not counting time spent in deep sleep.
147 * Returns milliseconds since boot, including time spent in sleep.
154 * Returns nanoseconds since boot, including time spent in sleep.
  /external/chromium/chrome/browser/resources/ntp4/tools/
check.sh 23 # it doesn't seem worth the benefit (spent more time trying to apease
  /external/chromium/chrome/browser/resources/touch_ntp/tools/
check.sh 24 # it doesn't seem worth the benefit (spent more time trying to apease
  /frameworks/base/docs/html/distribute/googleplay/quality/
index.jd 14 Android users expect high-quality apps, even more so if they've spent money on
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
AbstractResults.java 214 buffer = new StringBuffer(" => time spent was "); //$NON-NLS-1$
216 buffer = new StringBuffer(" => time spent in '"); //$NON-NLS-1$
  /external/webkit/Source/JavaScriptCore/runtime/
TimeoutChecker.cpp 58 // Returns the time the current thread has spent executing, in milliseconds.
100 // FIXME: We should return the time the current thread has spent executing.
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
armtime 55 delete MHZtime; # total time spent in various power states
85 # get time spent in various power states (in 10ms)
  /system/extras/sane_schedstat/
sane_schedstat.c 49 unsigned long long cpu_time; /* time spent running by tasks (ms) */
50 unsigned long long run_delay; /* time spent waiting to run by tasks (ms) */
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/info/
gprof.info 60 Profiling allows you to learn where your program spent its time and
91 The "flat profile" shows how much time your program spent in each
98 an estimate of how much time was spent in the subroutines of each
182 total time spent in them; there is no record of how many times they
212 somewhat slower than normal because of the time spent collecting and
486 spent in these functions, calls to/from them, etc., will all be
558 no time spent in them. This is useful in conjunction with the
620 spent in the function (and children who were not called from
634 spent in the function and its children (and their children...)
714 * Flat Profile:: The flat profile shows how much time was spent
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/info/
gprof.info 60 Profiling allows you to learn where your program spent its time and
91 The "flat profile" shows how much time your program spent in each
98 an estimate of how much time was spent in the subroutines of each
182 total time spent in them; there is no record of how many times they
212 somewhat slower than normal because of the time spent collecting and
486 spent in these functions, calls to/from them, etc., will all be
558 no time spent in them. This is useful in conjunction with the
620 spent in the function (and children who were not called from
634 spent in the function and its children (and their children...)
714 * Flat Profile:: The flat profile shows how much time was spent
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/info/
gprof.info 60 Profiling allows you to learn where your program spent its time and
91 The "flat profile" shows how much time your program spent in each
98 an estimate of how much time was spent in the subroutines of each
182 total time spent in them; there is no record of how many times they
212 somewhat slower than normal because of the time spent collecting and
486 spent in these functions, calls to/from them, etc., will all be
558 no time spent in them. This is useful in conjunction with the
620 spent in the function (and children who were not called from
634 spent in the function and its children (and their children...)
714 * Flat Profile:: The flat profile shows how much time was spent
    [all...]

Completed in 2269 milliseconds

1 2 3 4 5 6 7 8 910