HomeSort by relevance Sort by last modified time
    Searched full:statistics (Results 1 - 25 of 3227) 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/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...]
shared_data.h 19 #include "webrtc/voice_engine/statistics.h"
38 Statistics& statistics() { return _engineStatistics; } function in class:webrtc::voe::SharedData
58 // Convenience methods for calling statistics().SetLastError().
68 Statistics _engineStatistics;
  /external/llvm/test/YAMLParser/
spec-06-05.test 4 # Statistics:
  /frameworks/av/media/libcpustats/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/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
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
Statistics.c 2 Implementation of collecting the statistics on a network interface.
20 Resets or collects the statistics on a network interface.
22 This function resets or collects the statistics on a network interface. If the
23 size of the statistics table specified by StatisticsSize is not big enough for
24 all the statistics that are collected by the network interface, then a partial
25 buffer of statistics is returned in StatisticsTable, StatisticsSize is set to
26 the size required to collect all the available statistics, and
28 If StatisticsSize is big enough for all the statistics, then StatisticsTable
34 If Reset is TRUE, then all of the supported statistics counters on this network
38 @param Reset Set to TRUE to reset the statistics for the network interface.
    [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:
  /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.
  /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
  /external/v8/src/heap/
code-stats.h 15 // Collect statistics related to code size.
18 // Collect statistics related to code size from large object space.
21 // Reset code size related statistics
25 // Report statistics about code kind, code+metadata and code comments.
  /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.
  /docs/source.android.com/en/devices/tech/datausage/
iface-overview.html 3 <title>Network Interface Statistics Overview</title>
25 <p>In Android 4.0, statistics reported by Linux network interfaces are
29 kernel device lifecycle, and return correct statistics through
30 <code>dev_get_stats()</code>. In particular, statistics returned must remain
32 statistics only after successfully completing an <code>unregister_netdev()</code>
47 <p>The Android framework only collects statistics from network interfaces
53 statistics can be accounted correctly.</p>
  /external/webrtc/webrtc/video/
call_stats.h 27 // CallStats keeps track of statistics for a call.
39 // Returns a RtcpRttStats to register at a statistics provider. The object
43 // Registers/deregisters a new observer to receive statistics updates.
64 // Observer receiving statistics updates.
68 // The last RTT in the statistics update (zero if there is no valid estimate).
  /frameworks/base/location/java/com/android/internal/location/gnssmetrics/
GnssMetrics.java 42 locationFailureStatistics = new Statistics();
43 timeToFirstFixSecStatistics = new Statistics();
44 positionAccuracyMeterStatistics = new Statistics();
45 topFourAverageCn0Statistics = new Statistics();
200 /** Class for storing statistics */
201 private class Statistics {
203 /** Resets statistics */
243 /** Location failure statistics */
244 private Statistics locationFailureStatistics;
246 /** Time to first fix statistics */
    [all...]
  /system/extras/iotop/
iotop.cpp 245 for (const TaskStatistics& statistics : stats) {
246 total_read += statistics.read();
247 total_write += statistics.write();
248 total_read_write += statistics.read_write();
257 statistics.pid(),
258 statistics.comm().c_str(),
259 BytesToKB(statistics.read()) / delay_div,
260 BytesToKB(statistics.write()) / delay_div,
261 BytesToKB(statistics.read_write()) / delay_div,
262 TimeToTgidPercent(statistics.delay_io(), delay, statistics)
    [all...]

Completed in 2662 milliseconds

1 2 3 4 5 6 7 8 91011>>