/external/libbrillo/brillo/ |
syslog_logging.h | 35 // Accumulated logs are only ever cleared when the clear function ings 38 // Get the accumulated logs as a string. 40 // Clear the accumulated logs. 42 // Returns true if the accumulated log contains the given string. Useful
|
syslog_logging_unittest.cc | 24 // No flags == don't log to syslog, stderr, or accumulated string.
|
/external/compiler-rt/lib/asan/ |
asan_stats.h | 24 // to the accumulated AsanStats. 44 // Ctor for global AsanStats (accumulated stats for dead threads). 57 // Flushes a given stats into accumulated stats of dead threads.
|
/external/libvpx/libvpx/vpx/ |
svc_context.h | 59 // accumulated statistics 110 * dump accumulated statistics and reset accumulated values
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ |
ARDStatsBuilder.h | 19 /** String that represents the accumulated stats reports passed into this
|
/external/proguard/src/proguard/gui/ |
TextAreaOutputStream.java | 53 // Append the accumulated buffer contents to the text area. 73 // Append the accumulated text to the text area.
|
/packages/apps/DeskClock/src/com/android/deskclock/data/ |
StopwatchDAO.java | 44 // Key to a preference that stores the accumulated elapsed time of the stopwatch. 50 // Prefix for a key to a preference that stores accumulated time at the end of a particular lap. 104 // Look up the accumulated time for the lap. 108 // Lap time is the delta between accumulated time of this lap and prior lap. 114 // Update the accumulated time of the previous lap.
|
Stopwatch.java | 41 /** Elapsed time in ms this stopwatch has accumulated while running. */ 57 * @return the total amount of time accumulated up to this moment 72 * @return the amount of time accumulated up to the last time the stopwatch was started
|
Lap.java | 30 /** Elapsed time in ms accumulated for all laps up to and including this one. */
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
halfpix_variance_impl_sse2.asm | 67 paddw xmm6, xmm5 ; xmm6 += accumulated column differences 71 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences 172 paddw xmm6, xmm5 ; xmm6 += accumulated column differences 176 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences 276 paddw xmm6, xmm5 ; xmm6 += accumulated column differences 280 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
vp9_subpel_variance_impl_sse2.asm | 70 paddw xmm6, xmm5 ; xmm6 += accumulated column differences 74 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences 177 paddw xmm6, xmm5 ; xmm6 += accumulated column differences 181 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences 283 paddw xmm6, xmm5 ; xmm6 += accumulated column differences 287 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
|
/external/clang/include/clang/Rewrite/Core/ |
DeltaTree.h | 26 /// efficiently tell us the full accumulated delta for a specific file offset 38 /// getDeltaAt - Return the accumulated delta at the specified file offset.
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/common/ |
erroraccumulator.py | 41 """Returns the accumulated errors.
|
/external/iproute2/man/man8/ |
rtacct.8 | 37 Do not update history, so that the next time you will see counters including values accumulated to the moment of this measurement too.
|
/external/kernel-headers/original/uapi/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 */
|
/external/libweave/src/states/ |
state_change_queue.h | 44 // Accumulated list of device state change notifications.
|
/external/skia/src/core/ |
SkBitmapProcState_utils.h | 27 // I just made up the 1/256. Just don't want to perceive accumulated error
|
/frameworks/av/media/libstagefright/codecs/aacenc/inc/ |
block_switch.h | 51 Word32 accWindowNrg; /* recursively accumulated windowNrgF */
|
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/ |
PacketEncoder.java | 30 /** Called to write an accumulated packet.
|
/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 | 215 uint64_t accumulated = 0; local 216 out_data->freq_.push_back(accumulated); 219 accumulated += frequency_[idx]; 220 out_data->freq_.push_back(accumulated); 221 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;
|
/frameworks/base/location/java/android/location/ |
GnssMeasurement.java | 125 * The state of the 'Accumulated Delta Range' is invalid or unknown. 130 * The state of the 'Accumulated Delta Range' is valid. 135 * The state of the 'Accumulated Delta Range' has detected a reset. 140 * The state of the 'Accumulated Delta Range' has a cycle slip detected. 145 * All the 'Accumulated Delta Range' flags. 520 * Gets 'Accumulated Delta Range' state. 530 * Sets the 'Accumulated Delta Range' state. 539 * Gets a string representation of the 'Accumulated Delta Range state'. 568 * Gets the accumulated delta range since the last channel reset, in meters. 579 * accumulated delta range = -k * carrier phase (where k is a constant)</pre [all...] |
/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()
|