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

1 2 3 4

  /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/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");
  /device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
EmuSnp.h 218 Resets or collects the statistics on a network interface.
221 @param Reset Set to TRUE to reset the statistics for the network interface.
224 statistics.
226 contains the statistics.
228 @retval EFI_SUCCESS The statistics were collected from the network interface.
230 @retval EFI_BUFFER_TOO_SMALL The Statistics buffer was too small. The current buffer
231 size needed to hold the statistics is returned in
260 @retval EFI_BUFFER_TOO_SMALL The Statistics buffer was too small. The current buffer
261 size needed to hold the statistics is returned in
449 EMU_SNP_STATISTICS Statistics;
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/sample/lambda/BulkDataOperations/src/
CSVProcessor.java 163 * Statistics can be collected by a custom collector in one
167 br.lines().collect(new Statistics(column)));
170 * Alternatively, statistics can be collected
188 System.out.println("#-----Statistics in several passes-------#");
243 System.out.println("Compute max/min/average/sum statistics by column "
252 * Statistics are objects gather max,min,sum,average statistics.
254 private static class Statistics
255 implements Collector<String, Statistics, Statistics> {
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/sample/lambda/BulkDataOperations/src/
CSVProcessor.java 163 * Statistics can be collected by a custom collector in one
167 br.lines().collect(new Statistics(column)));
170 * Alternatively, statistics can be collected
188 System.out.println("#-----Statistics in several passes-------#");
243 System.out.println("Compute max/min/average/sum statistics by column "
252 * Statistics are objects gather max,min,sum,average statistics.
254 private static class Statistics
255 implements Collector<String, Statistics, Statistics> {
    [all...]
  /frameworks/base/location/java/com/android/internal/location/gnssmetrics/
GnssMetrics.java 62 locationFailureStatistics = new Statistics();
63 timeToFirstFixSecStatistics = new Statistics();
64 positionAccuracyMeterStatistics = new Statistics();
65 topFourAverageCn0Statistics = new Statistics();
245 /** Class for storing statistics */
246 private class Statistics {
248 /** Resets statistics */
288 /** Location failure statistics */
289 private Statistics locationFailureStatistics;
291 /** Time to first fix statistics */
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioHelper.java 30 // Used for statistics and loopers in listener tests.
96 public static class Statistics {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleNetwork/
SimpleNetwork.h 98 // Transmit statistics.
384 Resets or collects the statistics on a network interface.
388 Reset - Set to TRUE to reset the statistics for the network interface.
391 statistics.
393 contains the statistics.
396 EFI_SUCCESS - The statistics were collected from the network interface.
398 EFI_BUFFER_TOO_SMALL - The Statistics buffer was too small. The current buffer
399 size needed to hold the statistics is returned in
433 EFI_BUFFER_TOO_SMALL - The Statistics buffer was too small. The current buffer
434 size needed to hold the statistics is returned in
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SimpleNetwork.h 101 /// Transmit statistics.
425 Resets or collects the statistics on a network interface.
428 @param Reset Set to TRUE to reset the statistics for the network interface.
431 statistics.
433 contains the statistics.
435 @retval EFI_SUCCESS The statistics were collected from the network interface.
437 @retval EFI_BUFFER_TOO_SMALL The Statistics buffer was too small. The current buffer
438 size needed to hold the statistics is returned in
467 @retval EFI_BUFFER_TOO_SMALL The Statistics buffer was too small. The current buffer
468 size needed to hold the statistics is returned in
    [all...]
  /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/syslinux/efi32/include/efi/
efinet.h 88 // Transmit statistics.
330 EFI_SIMPLE_NETWORK_STATISTICS Statistics;
  /external/syslinux/efi64/include/efi/
efinet.h 88 // Transmit statistics.
330 EFI_SIMPLE_NETWORK_STATISTICS Statistics;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efinet.h 88 // Transmit statistics.
330 EFI_SIMPLE_NETWORK_STATISTICS Statistics;
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
SimpleNetwork.h 97 /// Transmit statistics.
337 Resets or collects the statistics on a network interface.
340 @param Reset Set to TRUE to reset the statistics for the network interface.
343 statistics.
345 contains the statistics.
347 @retval EFI_SUCCESS The statistics were collected from the network interface.
349 @retval EFI_BUFFER_TOO_SMALL The Statistics buffer was too small. The current buffer
350 size needed to hold the statistics is returned in
379 @retval EFI_BUFFER_TOO_SMALL The Statistics buffer was too small. The current buffer
380 size needed to hold the statistics is returned i
    [all...]
  /external/google-benchmark/include/benchmark/
benchmark.h 385 // statistics over all the measurements of some type
388 struct Statistics {
392 Statistics(std::string name, StatisticsFunc* compute)
753 // or if only the final statistics should be reported. If the benchmark
781 // Add this statistics to be computed over all the values of benchmark run
782 Benchmark* ComputeStatistics(std::string name, StatisticsFunc* statistics);
844 std::vector<Statistics> statistics_;
    [all...]
  /external/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 385 // statistics over all the measurements of some type
388 struct Statistics {
392 Statistics(std::string name, StatisticsFunc* compute)
753 // or if only the final statistics should be reported. If the benchmark
781 // Add this statistics to be computed over all the values of benchmark run
782 Benchmark* ComputeStatistics(std::string name, StatisticsFunc* statistics);
844 std::vector<Statistics> statistics_;
    [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);
  /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...]

Completed in 1404 milliseconds

1 2 3 4