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

  /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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
Statistics.cpp 11 /// Holds statistics for one function (or other entity that has a PC range and
26 /// Holds accumulated global statistics about local variables.
200 StringMap<PerFunctionStats> Statistics;
203 collectStatsRecursive(CUDie, "/", 0, 0, Statistics, GlobalStats);
214 for (auto &Entry : Statistics) {
  /external/v8/tools/
perf-compare.py 27 class Statistics:
38 return math.sqrt(Statistics.Mean(Statistics.Variance(values, average)))
115 z = Statistics.ComputeZ(other.result_, other.sigma_,
117 p = Statistics.ComputeProbability(z)
147 mean = Statistics.Mean(values)
149 Statistics.StandardDeviation(values, mean))
  /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...]
  /cts/tests/tests/media/src/android/media/cts/
AudioHelper.java 45 // Used for statistics and loopers in listener tests.
125 public static class Statistics {
273 // Running statistics
  /external/google-benchmark/include/benchmark/
benchmark.h 421 // statistics over all the measurements of some type
425 struct Statistics {
429 Statistics(const std::string& name, StatisticsFunc* compute)
869 // or if only the final statistics should be reported. If the benchmark
901 // Add this statistics to be computed over all the values of benchmark run
902 Benchmark* ComputeStatistics(std::string name, StatisticsFunc* statistics);
1376 const std::vector<internal::Statistics>* statistics; member in struct:benchmark::BenchmarkReporter::Run
    [all...]
  /external/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 421 // statistics over all the measurements of some type
424 struct Statistics {
428 Statistics(const std::string& name, StatisticsFunc* compute)
869 // or if only the final statistics should be reported. If the benchmark
901 // Add this statistics to be computed over all the values of benchmark run
902 Benchmark* ComputeStatistics(std::string name, StatisticsFunc* statistics);
1376 const std::vector<Statistics>* statistics; member in struct:benchmark::BenchmarkReporter::Run
    [all...]
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 1343 milliseconds