/packages/apps/DeskClock/src/com/android/deskclock/data/ |
Lap.java | 30 /** Elapsed time in ms accumulated for all laps up to and including this one. */
|
Stopwatch.java | 46 /** Elapsed time in ms this stopwatch has accumulated while running. */ 64 * @return the total amount of time accumulated up to this moment 79 * @return the amount of time accumulated up to the last time the stopwatch was started 126 // update the recorded times and proceed with no change in accumulated time.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
taskstats.h | 124 /* Accumulated RSS usage in duration of a task, in MBytes-usecs. 130 __u64 coremem; /* accumulated RSS usage in MB-usec */ 131 /* Accumulated virtual memory usage in duration of a task. 134 __u64 virtmem; /* accumulated VM usage in MB-usec */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
taskstats.h | 124 /* Accumulated RSS usage in duration of a task, in MBytes-usecs. 130 __u64 coremem; /* accumulated RSS usage in MB-usec */ 131 /* Accumulated virtual memory usage in duration of a task. 134 __u64 virtmem; /* accumulated VM usage in MB-usec */
|
/art/runtime/base/ |
histogram-inl.h | 220 uint64_t accumulated = 0; local 221 out_data->freq_.push_back(accumulated); 224 accumulated += frequency_[idx]; 225 out_data->freq_.push_back(accumulated); 226 out_data->perc_.push_back(static_cast<double>(accumulated) / static_cast<double>(sample_size_));
|
/system/extras/iotop/ |
iotop.cpp | 101 bool accumulated = false; local 113 {"accumulated", 0, 0, 'a'}, 128 accumulated = true; 222 if (accumulated) { 241 const int delay_div = accumulated ? 1 : delay;
|
/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()
|
/external/libogg/doc/libogg/ |
ogg_stream_pageout.html | 25 the accumulated packet bodies into an Ogg page suitable for writing 63 <li>Zero means that insufficient data has accumulated to fill a page, or an internal error occurred. In
|
/external/lisa/libs/utils/ |
target_script.py | 29 will be accumulated for later use instead of being executed straight away. 32 that must really be executed instead of accumulated.
|
/external/proguard/src/proguard/classfile/editor/ |
VariableEditor.java | 32 * then applies these accumulated changes to the code attributes that it visits. 49 * Resets the accumulated code changes.
|
/hardware/intel/common/wrs_omxil_core/base/inc/ |
portbase.h | 108 * accumulated buffers to omx-il clients. 160 /* retained buffers (only accumulated buffer) */
|
/bionic/tools/relocation_packer/src/ |
debug.cc | 21 // On destruction, flush and print the strings accumulated. Abort if FATAL.
|
/external/autotest/site_utils/bootperf-bin/ |
resultsdir.py | 57 The accumulated results are returned in a newly created
|
/external/skia/src/core/ |
SkBitmapProcState_utils.h | 34 // I just made up the 1/256. Just don't want to perceive accumulated error
|
SkMaskBlurFilter.h | 26 // The final weight to divide by given a box size calculated from sigma accumulated for
|
SkTextToPathIter.h | 30 SkScalar fXPos; // accumulated xpos, returned in next
|
/external/webrtc/webrtc/modules/audio_processing/ |
rms_level.h | 26 // Process(). When enough chunks have been accumulated to form a packet, call
|
/system/media/audio_utils/spdif/ |
AC3FrameScanner.h | 54 // Keep track of how many of each substream blocks have been accumulated.
|
/external/ltp/doc/man3/ |
usctest.3 | 79 It saves the max time, min time, accumulated time, and 83 .\"It saves the max time, min time, accumulated time, and 91 accumulated through the TEST macro, if STD_TIMING_ON is set. Also, prints the \fBerrno\fR return
|
/frameworks/base/location/java/android/location/ |
GnssMeasurement.java | 136 * The state of the 'Accumulated Delta Range' is invalid or unknown. 141 * The state of the 'Accumulated Delta Range' is valid. 146 * The state of the 'Accumulated Delta Range' has detected a reset. 151 * The state of the 'Accumulated Delta Range' has a cycle slip detected. 156 * All the 'Accumulated Delta Range' flags. 555 * Gets 'Accumulated Delta Range' state. 565 * Sets the 'Accumulated Delta Range' state. 574 * Gets a string representation of the 'Accumulated Delta Range state'. 603 * Gets the accumulated delta range since the last channel reset, in meters. 614 * accumulated delta range = -k * carrier phase (where k is a constant)</pre [all...] |
GpsMeasurement.java | 153 * The state of the 'Accumulated Delta Range' is invalid or unknown. 158 * The state of the 'Accumulated Delta Range' is valid. 163 * The state of the 'Accumulated Delta Range' has detected a reset. 168 * The state of the 'Accumulated Delta Range' has a cycle slip detected. 173 * All the 'Accumulated Delta Range' flags. 421 * Gets 'Accumulated Delta Range' state. 430 * Sets the 'Accumulated Delta Range' state. 437 * Gets a string representation of the 'Accumulated Delta Range state'. 465 * Gets the accumulated delta range since the last channel reset, in meters. 473 * accumulated delta range = -k * carrier phase (where k is a constant [all...] |
/cts/tests/tests/location/src/android/location/cts/asn1/base/ |
BitStream.java | 45 * The number of high bits accumulated in the unfinished byte.
|
/docs/source.android.com/en/devices/tech/power/ |
device.html | 172 CHARGE_COUNTER (accumulated current, non-extended precision) resolution is 500uAh (raw coulomb 207 CHARGE_COUNTER (accumulated current, non-extended precision) resolution is 500uAh.<br> 210 Accumulated current update period 175.8ms.<br> 243 CHARGE_COUNTER (accumulated current, non-extended precision) resolution is 625uAh.<br>
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/ |
10-1.c | 88 * two seconds of CPU time has been accumulated.
|
11-1.c | 88 * two seconds of CPU time has been accumulated.
|