HomeSort by relevance Sort by last modified time
    Searched defs:Statistics (Results 1 - 25 of 39) sorted by null

1 2

  /external/webrtc/webrtc/test/
statistics.cc 10 #include "webrtc/test/statistics.h"
17 Statistics::Statistics() : sum_(0.0), sum_squared_(0.0), count_(0) {}
19 void Statistics::AddSample(double sample) {
25 double Statistics::Mean() const {
31 double Statistics::Variance() const {
37 double Statistics::StandardDeviation() const {
statistics.h 18 class Statistics {
20 Statistics();
  /external/webrtc/webrtc/voice_engine/
statistics.cc 14 #include "webrtc/voice_engine/statistics.h"
23 Statistics::Statistics(uint32_t instanceId) :
31 Statistics::~Statistics()
40 int32_t Statistics::SetInitialized()
46 int32_t Statistics::SetUnInitialized()
52 bool Statistics::Initialized() const
57 int32_t Statistics::SetLastError(int32_t error) const
64 int32_t Statistics::SetLastError(int32_t error
    [all...]
statistics.h 24 class Statistics
29 Statistics(uint32_t instanceId);
30 ~Statistics();
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/cloudwatch/
metric.py 31 Statistics = ['Minimum', 'Maximum', 'Sum', 'Average', 'SampleCount']
62 def query(self, start_time, end_time, statistics, unit=None, period=60):
76 :type statistics: list
77 :param statistics: A list of statistics names Valid values:
96 if not isinstance(statistics, list):
97 statistics = [statistics]
103 statistics,
  /external/autotest/site_utils/bootperf-bin/
resultset.py 67 """A set of boot time and disk usage result statistics.
69 Objects of this class consist of three sets of result statistics:
70 the boot time statistics, the disk statistics, and the firmware
71 time statistics.
78 Various methods on the KeySet objects will calculate statistics on
142 """Container for a set of related statistics.
145 a related set of performance statistics. Statistics are stored
234 def Statistics(self, key)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
Statistics.java 26 * Statistics about the contents of a file.
28 public final class Statistics {
35 public Statistics() {
40 * Adds the given item to the statistics.
56 * Adds the given list of items to the statistics.
68 * Writes the statistics as an annotation.
93 sb.append("Statistics:\n");
  /dalvik/dx/src/com/android/dx/dex/file/
Statistics.java 25 * Statistics about the contents of a file.
27 public final class Statistics {
34 public Statistics() {
39 * Adds the given item to the statistics.
55 * Adds the given list of items to the statistics.
67 * Writes the statistics as an annotation.
92 sb.append("Statistics:\n");
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
Statistics.java 26 * Statistics about the contents of a file.
28 public final class Statistics {
35 public Statistics() {
40 * Adds the given item to the statistics.
56 * Adds the given list of items to the statistics.
68 * Writes the statistics as an annotation.
93 sb.append("Statistics:\n");
  /cts/tests/tests/media/src/android/media/cts/
AudioHelper.java 30 // Used for statistics and loopers in listener tests.
96 public static class Statistics {
  /external/deqp/modules/gles2/performance/
es2pDrawCallBatchingTests.cpp 786 struct Statistics
793 Statistics calculateStats (const vector<deUint64>& samples)
815 Statistics stats;
877 Statistics unbatchedStats = calculateStats(m_unbatchedSamplesUs);
878 Statistics batchedStats = calculateStats(m_batchedSamplesUs);
    [all...]
  /external/iproute2/doc/
ip-cref.tex 58 \item \verb|-s|, \verb|-stats|, \verb|-statistics|
62 As a rule, the information is statistics or some time values.
517 \paragraph{Statistics:} With the \verb|-statistics| option, \verb|ip| also
518 prints interface statistics:
531 statistics. They contain:
559 \verb|ip| prints more detailed statistics on receiver
836 \paragraph{Statistics:} With the \verb|-statistics| option, the command
    [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
ContentCache.java 111 // Cache statistics
112 private final Statistics mStats;
427 mStats = new Statistics(this);
518 // Every 200 calls to getCursor, report cache statistics
733 static class Statistics {
737 // Cache statistics
751 // The following are for timing statistics
761 Statistics(ContentCache cache) {
766 Statistics(String name) {
812 Statistics totals = new Statistics("Totals")
    [all...]
  /external/valgrind/callgrind/
global.h 132 /*--- Statistics ---*/
135 typedef struct _Statistics Statistics;
577 /* dump statistics */
781 extern Statistics CLG_(stat);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksmedia.h     [all...]
netmon.h 108 } STATISTICS;
110 typedef STATISTICS *LPSTATISTICS;
112 #define STATISTICS_SIZE (sizeof(STATISTICS))
612 STATISTICS Statistics;
730 STATISTICS Statistics;
755 STATISTICS Statistics;
773 STATISTICS Statistics
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0/
builder-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta1/
builder-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta3/
builder-2.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-rc1/
builder-2.1.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.2/
builder-2.1.2.jar 

Completed in 831 milliseconds

1 2