/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/web_perf/metrics/ |
smoothness.py | 8 from telemetry.util import statistics namespace 24 mean_input_event_latency = statistics.ArithmeticMean( 26 input_event_latency_discrepancy = statistics.DurationsDiscrepancy( 38 mean_frame_time = statistics.ArithmeticMean(frame_times) 42 frame_discrepancy = statistics.TimestampsDiscrepancy( 48 percentile_95 = statistics.Percentile(frame_times, 95.0) 54 round(statistics.ArithmeticMean(
|
/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:
|
/pdk/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.
|
lnstat.8 | 3 lnstat \- unified linux network statistics 13 In addition to routing cache statistics, it supports any kind of statistics the linux kernel 33 Statistics file to use. 49 Get a list of supported statistics files. 58 Use only the specified file for statistics. 67 Display statistics for keys entries, in_hit and in_slow_tot of field rt_cache every second.
|
/sdk/attribute_stats/ |
README.txt | 1 Attribute Statistics 4 This program gathers statistics about attribute usage in layout 13 statistics.
|
/external/chromium_org/webkit/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_;
|
/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>
|
/external/chromium_org/third_party/webrtc/video_engine/ |
call_stats.h | 26 // CallStats keeps track of statistics for a call. 38 // Returns a RtcpRttStats to register at a statistics provider. The object 42 // Registers/deregisters a new observer to receive statistics updates. 62 // Observer receiving statistics updates. 66 // The last RTT in the statistics update (zero if there is no valid estimate).
|