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

1 2 3 4 5 6 7 8 91011>>

  /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.
  /cts/suite/cts/deviceTests/dram/src/com/android/cts/dram/
MemoryNative.java 28 * @return time spent in copying in ms.
38 * @return time spent in memset in ms.
  /external/chromium_org/net/base/
load_timing_info.h 42 // and socket reuse, no time may be spent blocking on establishing a connection.
44 // each shared session, so no time may be spent blocking on them.
64 // The time spent looking up the host's DNS address. Null for requests that
73 // The time spent establishing the connection. Connect time includes proxy
75 // spent waiting in certain queues, TCP, and SSL time.
76 // TODO(mmenke): For proxies, this includes time spent blocking on higher
125 // The time spent determing which proxy to use. Null when there is no PAC.
  /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.
  /external/chromium_org/tools/telemetry/telemetry/core/timeline/
slice.py 37 """Time spent in this function less any time spent in child events."""
  /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/chromium_org/chrome/browser/ui/views/location_bar/
content_setting_image_view.h 48 // Number of milliseconds spent animating open; also the time spent animating
  /external/chromium_org/chrome/common/metrics/proto/
profiler_event.proto 61 // The total time instances this task spent waiting (e.g. in a message loop)
65 // The time that a uniformly randomly sampled instance of this task spent
  /external/chromium_org/media/base/
media_file_checker.h 27 // After opening |file|, up to |check_time| amount of wall-clock time is spent
  /external/chromium_org/remoting/host/
capture_scheduler.h 26 // Records time spent on capturing and encoding.
  /external/chromium_org/sync/internal_api/public/
data_type_association_stats.h 46 // Time spent on association.
data_type_debug_info_listener.h 23 // Time spent on downloading data for first-sync data types.
  /external/chromium_org/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
  /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
  /external/chromium_org/remoting/proto/
video.proto 93 // Time in milliseconds spent in capturing this video frame.
96 // Time in milliseconds spent in encoding this video frame.
  /external/chromium_org/native_client_sdk/src/examples/api/core/
index.html 25 <p> Once the test completes, it will calculate the average time spent

Completed in 680 milliseconds

1 2 3 4 5 6 7 8 91011>>