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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/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_org/dbus/
dbus_statistics_unittest.cc 19 statistics::Initialize();
23 statistics::Shutdown();
28 statistics::AddSentMethodCall(
30 statistics::AddReceivedSignal(
32 statistics::AddBlockingSentMethodCall(
35 statistics::AddSentMethodCall(
37 statistics::AddSentMethodCall(
39 statistics::AddReceivedSignal(
42 statistics::AddSentMethodCall(
44 statistics::AddSentMethodCall
    [all...]
  /external/chromium_org/chrome/browser/chromeos/system_logs/
dbus_log_source.cc 20 response[kDBusLogEntryShort] = dbus::statistics::GetAsString(
21 dbus::statistics::SHOW_INTERFACE,
22 dbus::statistics::FORMAT_ALL);
23 response[kDBusLogEntryLong] = dbus::statistics::GetAsString(
24 dbus::statistics::SHOW_METHOD,
25 dbus::statistics::FORMAT_TOTALS);
  /external/chromium_org/third_party/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.data 4 # Statistics:
  /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/lldb/examples/summaries/cocoa/
cache.py 13 self.statistics = lldb.formatters.metrics.Metrics()
14 self.statistics.add_metric('hit')
15 self.statistics.add_metric('miss')
30 self.statistics.metric_hit('hit',key)
33 self.statistics.metric_hit('miss',key)
  /external/chromium_org/third_party/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 {
  /hardware/libhardware_legacy/include/hardware_legacy/
link_layer_stats.h 93 /* channel statistics */
100 /* radio statistics */
113 wifi_channel_stat channels[]; // channel statistics
116 /* per rate statistics */
148 /* per peer statistics */
154 wifi_rate_stat rate_stats[]; // per rate statistics, number of entries = num_rate
157 /* per access category statistics */
174 u32 contention_num_samples; // num of data pkts used for contention statistics
177 /* interface statistics */
188 wifi_wmm_ac_stat ac[WIFI_AC_MAX]; // per ac data packet statistics
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/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_org/content/browser/quota/
quota_temporary_storage_evictor_unittest.cc 195 const QuotaTemporaryStorageEvictor::Statistics& statistics() const { function in class:content::QuotaTemporaryStorageEvictorTest
244 EXPECT_EQ(0, statistics().num_errors_on_evicting_origin);
245 EXPECT_EQ(0, statistics().num_errors_on_getting_usage_and_quota);
246 EXPECT_EQ(1, statistics().num_evicted_origins);
247 EXPECT_EQ(1, statistics().num_eviction_rounds);
248 EXPECT_EQ(0, statistics().num_skipped_eviction_rounds);
264 EXPECT_EQ(0, statistics().num_errors_on_evicting_origin);
265 EXPECT_EQ(0, statistics().num_errors_on_getting_usage_and_quota);
266 EXPECT_EQ(2, statistics().num_evicted_origins)
    [all...]
  /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:
  /cts/apps/CameraITS/tests/inprog/
test_faces.py 28 req['android.statistics.faceDetectMode'] = 2
33 print " Ids:", md['android.statistics.faceIds']
34 print " Landmarks:", md['android.statistics.faceLandmarks']
35 print " Rectangles:", md['android.statistics.faceRectangles']
36 print " Scores:", md['android.statistics.faceScores']
  /external/chromium_org/remoting/host/
usage_stats_consent.h 11 // statistics.
15 // usage statistics. In most cases the returned value matches |allowed| returned
21 // statistics.
  /external/iproute2/man/man8/
rtacct.8 4 nstat, rtacct - network statistics tools.
15 are simple tools to monitor kernel snmp counters and network interface statistics.
41 Run in daemon mode collecting statistics. <INTERVAL> is interval between measurements in seconds.
  /sdk/attribute_stats/
README.txt 1 Attribute Statistics
4 This program gathers statistics about attribute usage in layout
13 statistics.
  /external/chromium_org/media/filters/
decoder_stream_traits.cc 33 PipelineStatistics statistics; local
34 statistics.audio_bytes_decoded = bytes_decoded;
35 statistics_cb.Run(statistics);
70 PipelineStatistics statistics; local
71 statistics.video_bytes_decoded = bytes_decoded;
72 statistics_cb.Run(statistics);
  /external/chromium_org/storage/browser/quota/
quota_temporary_storage_evictor.h 31 struct Statistics {
32 Statistics()
44 void subtract_assign(const Statistics& rhs) {
74 void GetStatistics(std::map<std::string, int64>* statistics);
116 Statistics statistics_;
117 Statistics previous_statistics_;
  /system/core/logd/
README.property 7 logd.statistics bool depends Enable logcat -S statistics.
8 ro.config.low_ram bool false if true, logd.statistics default false
9 ro.build.type string if user, logd.statistics default false
10 logd.statistics.dgram_qlen bool false Record dgram_qlen statistics. This
  /external/clang/test/Analysis/
stats.c 7 // CHECK: ... Statistics Collected ...
  /external/kernel-headers/original/uapi/linux/nfsd/
stats.h 4 * Statistics for NFS server.
  /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.6/sysroot/usr/include/linux/nfsd/
stats.h 4 * Statistics for NFS server.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/nfsd/
stats.h 4 * Statistics for NFS server.
  /docs/source.android.com/src/devices/tech/datausage/
iface-overview.jd 1 page.title=Network Interface Statistics Overview
19 <p>In Android 4.0, statistics reported by Linux network interfaces are
23 kernel device lifecycle, and return correct statistics through
24 <code>dev_get_stats()</code>. In particular, statistics returned must remain
26 statistics only after successfully completing an <code>unregister_netdev()</code>
41 <p>The Android framework only collects statistics from network interfaces
47 statistics can be accounted correctly.</p>

Completed in 757 milliseconds

1 2 3 4 5 6 7 8 91011>>