HomeSort by relevance Sort by last modified time
    Searched full:statistics (Results 1 - 25 of 4658) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/snakeyaml/src/test/resources/pyyaml/
spec-06-05.data 2 # Statistics:
  /external/chromium-trace/catapult/telemetry/telemetry/util/
statistics_unittest.py 9 from telemetry.util import statistics namespace
44 normalized_samples, scale = statistics.NormalizeSamples(samples)
49 normalized_samples, scale = statistics.NormalizeSamples(samples)
54 normalized_samples, scale = statistics.NormalizeSamples(samples)
59 normalized_samples, scale = statistics.NormalizeSamples(samples)
74 samples = statistics.NormalizeSamples(samples)[0]
75 d = statistics.Discrepancy(samples)
77 d_relaxed = statistics.Discrepancy(relaxed_samples)
81 """Computes discrepancy for sample sets with known statistics."""
83 d = statistics.Discrepancy(samples
    [all...]
  /external/chromium-trace/catapult/tracing/tracing/base/
statistics_test.html 7 <link rel="import" href="/tracing/base/statistics.html">
12 var Statistics = tr.b.Statistics;
50 assert.equal(Statistics.divideIfPossibleOrZero(1, 2), 0.5);
51 assert.equal(Statistics.divideIfPossibleOrZero(0, 2), 0);
52 assert.equal(Statistics.divideIfPossibleOrZero(1, 0), 0);
53 assert.equal(Statistics.divideIfPossibleOrZero(0, 0), 0);
57 assert.equal(Statistics.sum([1, 2, 3]), 6);
63 assert.equal(12, Statistics.sum(ary, function(x, i) {
78 assert.equal(Statistics.max(ary, func, ctx), 3)
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
AggregateSummaryStatistics.java 30 * for each individual data set / partition. The per-set statistics objects
31 * are used as normal, and at any time the aggregate statistics for all the
35 * control the statistics implementations and initial values used by the
39 * aggregate statistics directly from a Collection of SummaryStatistics instances.
66 * The SummaryStatistics in which aggregate statistics are accumulated.
68 private final SummaryStatistics statistics; field in class:AggregateSummaryStatistics
71 * Initializes a new AggregateSummaryStatistics with default statistics
80 * Initializes a new AggregateSummaryStatistics with the specified statistics
81 * object as a prototype for contributing statistics and for the internal
82 * aggregate statistics. This provides for customized statistics implementation
    [all...]
  /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...]
  /external/llvm/test/YAMLParser/
spec-06-05.test 4 # Statistics:
  /external/icu/icu4j/perf-tests/
README.txt 6 a) Statistics/Distribution.pm
7 b) Statistics/Descriptive.pm
  /frameworks/av/include/cpustats/
README.txt 1 This is a static library of CPU usage statistics, originally written
5 * should be related to CPU usage statistics
  /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 {
  /development/samples/browseable/AppUsageStatistics/
_index.jd 8 This sample explains how to use App usage statistics API, which was introduced
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
msr_power_monitor_unittest.py 25 statistics = power_monitor.StopMonitoringPower()
27 self.assertEqual(statistics['identifier'], 'msr')
28 self.assertIn('energy_consumption_mwh', statistics)
29 self.assertGreater(statistics['energy_consumption_mwh'], 0)
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
.gitattributes 1 # Exclude the HTML files from GitHub's language statistics
  /external/selinux/libselinux/man/man8/
avcstat.8 3 avcstat \- Display SELinux AVC statistics
13 Display SELinux AVC statistics. If the
16 statistics every
27 Specifies the location of the AVC statistics file, defaulting to
  /external/iproute2/
README.lnstat 1 lnstat - linux networking statistics
8 In addition to routing cache statistics, it supports any kind of statistics
11 per-protocol neighbour cache statistics
13 routing cache statistics
15 connection tracking statistics
18 Please note that lnstat will adopt to any additional statistics that might be
27 In order to get a list of supported statistics files, you can run
58 You can specify to only use one particular statistics file:
  /hardware/libhardware_legacy/include/hardware_legacy/
link_layer_stats.h 78 /* channel statistics */
88 /* radio statistics */
104 wifi_channel_stat channels[]; // channel statistics
108 * Packet statistics reporting by firmware is performed on MPDU basi (i.e. counters increase by 1 for each MPDU)
128 /* per rate statistics */
160 /* per peer statistics */
166 wifi_rate_stat rate_stats[]; // per rate statistics, number of entries = num_rate
169 /* Per access category statistics */
186 u32 contention_num_samples; // num of data pkts used for contention statistics
189 /* interface statistics */
    [all...]
  /sdk/attribute_stats/
README.txt 1 Attribute Statistics
4 This program gathers statistics about attribute usage in layout
13 statistics.
  /external/chromium-trace/catapult/telemetry/third_party/WebKit/
README.chromium 11 keep jquery.tablesorter.min.js and statistics.js.
12 statistics.js is modified to support computing confidenceIntervalDelta with
  /external/autotest/client/site_tests/graphics_PiglitBVT/
generate_scripts.py 169 statistics = {}
173 statistics[test] = Test(None, 0.0, 0, 0)
176 print('Updating statistics from %s.' % main_file, file=sys.stderr)
179 command = statistics[test].command
188 statistics[test] = Test(command,
190 statistics[test].time),
191 statistics[test].passing_count + 1,
192 statistics[test].not_passing_count)
194 statistics[test] = Test(command,
195 statistics[test].time
    [all...]
  /device/asus/fugu/sepolicy/
system_server.te 8 # Allow system server to probe GPU memory statistics files (memtrack HAL)
  /external/clang/test/Analysis/
stats.c 7 // CHECK: ... Statistics Collected ...
  /external/kernel-headers/original/uapi/linux/nfsd/
stats.h 4 * Statistics for NFS server.
  /external/llvm/test/tools/gold/X86/
stats.ll 7 ; CHECK: Statistics Collected
  /frameworks/base/services/tests/servicestests/src/com/android/server/location/
LocationRequestStatisticsTest.java 35 assertEquals(1, mStatistics.statistics.size());
36 PackageProviderKey key = mStatistics.statistics.keySet().iterator().next();
39 PackageStatistics stats = mStatistics.statistics.values().iterator().next();
54 assertEquals(1, mStatistics.statistics.size());
55 PackageProviderKey key = mStatistics.statistics.keySet().iterator().next();
58 PackageStatistics stats = mStatistics.statistics.values().iterator().next();
75 assertEquals(1, mStatistics.statistics.size());
76 PackageProviderKey key = mStatistics.statistics.keySet().iterator().next();
79 PackageStatistics stats = mStatistics.statistics.values().iterator().next();
97 assertEquals(2, mStatistics.statistics.size())
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/nfsd/
stats.h 4 * Statistics for NFS server.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/nfsd/
stats.h 4 * Statistics for NFS server.

Completed in 686 milliseconds

1 2 3 4 5 6 7 8 91011>>