OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:accumulated
(Results
1 - 25
of
841
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tests/tests/location/src/android/location/cts/psedorange/
GpsMeasurement.java
22
* <p>The GPS receiver measurements includes: satellite PRN,
accumulated
delta range in meters,
23
*
accumulated
delta range state (boolean), pseudorange rate in meters per second, received signal
24
* to noise ratio dB,
accumulated
delta range uncertainty in meters, pseudorange rate uncertainty in
31
/**
Accumulated
delta range (meters) */
34
/**
Accumulated
delta range state */
43
/**
Accumulated
Delta Range Uncertainty (meters) */
/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
107
* 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 lap. */
107
// Look up the
accumulated
time for the lap.
111
// Lap time is the delta between
accumulated
time of this lap and prior lap.
117
// Update the
accumulated
time of the previous lap.
/device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
Dp.h
67
UINT32 Count; ///< Total number of measurements
accumulated
.
91
UINT64 CumulativeTime; ///<
Accumulated
Elapsed Time.
94
UINT32 Count; ///< Number of measurements
accumulated
.
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
Dp.h
68
UINT32 Count; ///< Total number of measurements
accumulated
.
92
UINT64 CumulativeTime; ///<
Accumulated
Elapsed Time.
95
UINT32 Count; ///< Number of measurements
accumulated
.
/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.
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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.
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/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.
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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.
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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.
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/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.
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/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.
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/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.
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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/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/skia/include/core/
SkPictureAnalyzer.h
43
* Reset all
accumulated
stats.
/external/tcpdump/tests/
bgp-aigp.out
11
Accumulated
IGP Metric (26), length: 11, Flags [O]:
/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.
Completed in 677 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>