Home
last modified time | relevance | path

Searched defs:stats (Results 1 – 25 of 899) sorted by relevance

12345678910>>...36

/external/igt-gpu-tools/lib/
Digt_stats.c34 #define sorted_value(stats, i) (stats->is_float ? stats->sorted_f[i] : stats->sorted_u64[i]) argument
35 #define unsorted_value(stats, i) (stats->is_float ? stats->values_f[i] : stats->values_u64[i]) argument
80 static void igt_stats_ensure_capacity(igt_stats_t *stats, in igt_stats_ensure_capacity()
107 void igt_stats_init(igt_stats_t *stats) in igt_stats_init()
128 void igt_stats_init_with_size(igt_stats_t *stats, unsigned int capacity) in igt_stats_init_with_size()
146 void igt_stats_fini(igt_stats_t *stats) in igt_stats_fini()
161 bool igt_stats_is_population(igt_stats_t *stats) in igt_stats_is_population()
192 void igt_stats_set_population(igt_stats_t *stats, bool full_population) in igt_stats_set_population()
208 void igt_stats_push(igt_stats_t *stats, uint64_t value) in igt_stats_push()
236 void igt_stats_push_float(igt_stats_t *stats, double value) in igt_stats_push_float()
[all …]
/external/igt-gpu-tools/lib/tests/
Digt_stats.c30 static void push_fixture_1(igt_stats_t *stats) in push_fixture_1()
42 igt_stats_t stats; in test_init_zero() local
51 igt_stats_t stats; in test_init() local
64 igt_stats_t stats; in test_min_max() local
75 igt_stats_t stats; in test_range() local
93 igt_stats_t stats; in test_quartiles() local
125 igt_stats_t stats; in test_invalidate_sorted() local
143 igt_stats_t stats; in test_mean() local
157 igt_stats_t stats; in test_invalidate_mean() local
180 igt_stats_t stats; in test_std_deviation() local
[all …]
/external/webrtc/api/numerics/
Dsamples_stats_counter_unittest.cc31 SamplesStatsCounter stats; in CreateStatsFilledWithIntsFrom1ToN() local
45 SamplesStatsCounter stats; in CreateStatsFromUniformDistribution() local
59 SamplesStatsCounter stats = CreateStatsFilledWithIntsFrom1ToN(100); in TEST() local
73 SamplesStatsCounter stats; in TEST() local
85 SamplesStatsCounter stats = CreateStatsFilledWithIntsFrom1ToN(5); in TEST() local
91 SamplesStatsCounter stats = CreateStatsFilledWithIntsFrom1ToN(5); in TEST() local
101 SamplesStatsCounter stats = CreateStatsFromUniformDistribution(1e6, 0, 1); in TEST() local
113 SamplesStatsCounter stats = in TEST() local
149 SamplesStatsCounter stats = CreateStatsFilledWithIntsFrom1ToN(10); in TEST() local
171 SamplesStatsCounter stats = CreateStatsFilledWithIntsFrom1ToN(10); in TEST() local
[all …]
/external/webrtc/modules/audio_coding/neteq/
Dstatistics_calculator_unittest.cc18 StatisticsCalculator stats; in TEST() local
26 StatisticsCalculator stats; in TEST() local
37 StatisticsCalculator stats; in TEST() local
58 StatisticsCalculator stats; in TEST() local
67 StatisticsCalculator stats; in TEST() local
103 StatisticsCalculator stats; in TEST() local
115 StatisticsCalculator stats; in TEST() local
129 StatisticsCalculator stats; in TEST() local
163 StatisticsCalculator stats; in TEST() local
Dpacket_buffer.cc57 void LogPacketDiscarded(int codec_level, StatisticsCalculator* stats) { in LogPacketDiscarded()
101 void PacketBuffer::Flush(StatisticsCalculator* stats) { in Flush()
112 StatisticsCalculator* stats) { in PartialFlush()
135 StatisticsCalculator* stats, in InsertPacket()
212 StatisticsCalculator* stats, in InsertPacketList()
306 int PacketBuffer::DiscardNextPacket(StatisticsCalculator* stats) { in DiscardNextPacket()
320 StatisticsCalculator* stats) { in DiscardOldPackets()
332 StatisticsCalculator* stats) { in DiscardAllOldPackets()
337 StatisticsCalculator* stats) { in DiscardPacketsWithPayloadType()
/external/webrtc/rtc_base/numerics/
Drunning_statistics_unittest.cc34 RunningStatistics<double> stats; in CreateStatsFilledWithIntsFrom1ToN() local
48 RunningStatistics<double> stats; in CreateStatsFromUniformDistribution() local
60 auto stats = CreateStatsFilledWithIntsFrom1ToN(100); in TEST() local
69 RunningStatistics<int> stats; in TEST() local
83 RunningStatistics<int> stats; in TEST() local
103 RunningStatistics<int> stats; in TEST() local
125 auto stats = CreateStatsFromUniformDistribution(1e6, 0, 1); in TEST() local
137 auto stats = CreateStatsFromUniformDistribution(1e6, 1e9, 1e9 + 1); in TEST() local
145 RunningStatistics<int> stats; in TEST() local
155 RunningStatistics<int> stats; in TEST() local
/external/compiler-rt/lib/asan/
Dasan_stats.cc58 void AsanStats::MergeFrom(const AsanStats *stats) { in MergeFrom()
82 static void GetAccumulatedStats(AsanStats *stats) { in GetAccumulatedStats()
102 void FlushToDeadThreadStats(AsanStats *stats) { in FlushToDeadThreadStats()
109 AsanStats stats; in FillMallocStatistics() local
123 AsanStats stats; in PrintAccumulatedStats() local
140 AsanStats stats; in __sanitizer_get_current_allocated_bytes() local
150 AsanStats stats; in __sanitizer_get_heap_size() local
156 AsanStats stats; in __sanitizer_get_free_bytes() local
/external/libaom/stats/
Daomstats.c22 int stats_open_file(stats_io_t *stats, const char *fpf, int pass) { in stats_open_file()
57 int stats_open_mem(stats_io_t *stats, int pass) { in stats_open_mem()
72 void stats_close(stats_io_t *stats, int last_pass) { in stats_close()
85 void stats_write(stats_io_t *stats, const void *pkt, size_t len) { in stats_write()
112 aom_fixed_buf_t stats_get(stats_io_t *stats) { return stats->buf; } in stats_get()
/external/libvpx/
Dvpxstats.c19 int stats_open_file(stats_io_t *stats, const char *fpf, int pass) { in stats_open_file()
54 int stats_open_mem(stats_io_t *stats, int pass) { in stats_open_mem()
69 void stats_close(stats_io_t *stats, int last_pass) { in stats_close()
82 void stats_write(stats_io_t *stats, const void *pkt, size_t len) { in stats_write()
105 vpx_fixed_buf_t stats_get(stats_io_t *stats) { return stats->buf; } in stats_get()
/external/guava/guava-tests/test/com/google/common/math/
DStatsTest.java476 Stats stats = Stats.of(megaPrimitiveDoubleStream()); in testOfPrimitiveDoubleStream() local
487 Stats stats = Stats.of(megaPrimitiveDoubleStream().mapToInt(x -> (int) x)); in testOfPrimitiveIntStream() local
498 Stats stats = Stats.of(megaPrimitiveDoubleStream().mapToLong(x -> (long) x)); in testOfPrimitiveLongStream() local
509 Stats stats = megaPrimitiveDoubleStream().boxed().collect(toStats()); in testBoxedDoubleStreamToStats() local
520 Stats stats = megaPrimitiveDoubleStream().mapToObj(BigDecimal::valueOf).collect(toStats()); in testBoxedBigDecimalStreamToStats() local
682 Stats stats = Stats.of(array); in testEquivalentStreams() local
/external/pigweed/pw_kvs/
Dkey_value_store_binary_format_test.cc215 auto stats = kvs_.GetStorageStats(); in TEST_F() local
240 auto stats = kvs_.GetStorageStats(); in TEST_F() local
278 auto stats = kvs_.GetStorageStats(); in TEST_F() local
297 auto stats = kvs_.GetStorageStats(); in TEST_F() local
317 auto stats = kvs_.GetStorageStats(); in TEST_F() local
360 auto stats = kvs_.GetStorageStats(); in TEST_F() local
407 auto stats = kvs_.GetStorageStats(); in TEST_F() local
426 auto stats = kvs_.GetStorageStats(); in TEST_F() local
452 auto stats = kvs_.GetStorageStats(); in TEST_F() local
467 auto stats = kvs_.GetStorageStats(); in TEST_F() local
[all …]
/external/webrtc/video/
Dstats_counter_unittest.cc49 void VerifyStatsIsNotSet(const AggregatedStats& stats) { in VerifyStatsIsNotSet()
97 AggregatedStats stats = counter.GetStats(); in TEST_F() local
114 AggregatedStats stats = counter.GetStats(); in TEST_F() local
135 AggregatedStats stats = counter.GetStats(); in TEST_F() local
154 AggregatedStats stats = counter.GetStats(); in TEST_F() local
172 AggregatedStats stats = counter.GetStats(); in TEST_F() local
191 AggregatedStats stats = counter.GetStats(); in TEST_F() local
209 AggregatedStats stats = counter.GetStats(); in TEST_F() local
254 AggregatedStats stats = counter.GetStats(); in TEST_F() local
274 AggregatedStats stats = counter.GetStats(); in TEST_F() local
[all …]
/external/libaom/test/
Dfirstpass_test.cc50 FIRSTPASS_STATS stats; in TEST() local
59 const FIRSTPASS_STATS *stats = av1_firstpass_info_peek(&firstpass_info, 0); in TEST() local
71 FIRSTPASS_STATS stats; in TEST() local
80 FIRSTPASS_STATS stats; in TEST() local
91 FIRSTPASS_STATS stats; in TEST() local
105 FIRSTPASS_STATS stats; in TEST() local
138 FIRSTPASS_STATS stats; in TEST() local
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowBroadcastResponseStatsTest.java22 BroadcastResponseStats stats = new BroadcastResponseStats(TEST_PACKAGE, BUCKET_ID); in incrementNotificationsCancelledCount() local
33 BroadcastResponseStats stats = new BroadcastResponseStats(TEST_PACKAGE, BUCKET_ID); in incrementNotificationsPostedCount() local
44 BroadcastResponseStats stats = new BroadcastResponseStats(TEST_PACKAGE, BUCKET_ID); in incrementNotificationsUpdatedCount() local
55 BroadcastResponseStats stats = new BroadcastResponseStats(TEST_PACKAGE, BUCKET_ID); in incrementBroadcastsDispatchedCount() local
/external/guava/android/guava-tests/test/com/google/common/cache/
DCacheLoadingTest.java104 CacheStats stats = cache.stats(); in testLoad() local
178 CacheStats stats = cache.stats(); in testReload() local
231 CacheStats stats = cache.stats(); in testRefresh() local
293 CacheStats stats = cache.stats(); in testRefresh_getIfPresent() local
336 CacheStats stats = cache.stats(); in testBulkLoad_default() local
382 CacheStats stats = cache.stats(); in testBulkLoad_loadAll() local
609 CacheStats stats = cache.stats(); in testLoadNull() local
685 CacheStats stats = cache.stats(); in testReloadNull() local
731 CacheStats stats = cache.stats(); in testReloadNullFuture() local
783 CacheStats stats = cache.stats(); in testRefreshNull() local
[all …]
/external/guava/guava-tests/test/com/google/common/cache/
DCacheLoadingTest.java104 CacheStats stats = cache.stats(); in testLoad() local
178 CacheStats stats = cache.stats(); in testReload() local
231 CacheStats stats = cache.stats(); in testRefresh() local
293 CacheStats stats = cache.stats(); in testRefresh_getIfPresent() local
336 CacheStats stats = cache.stats(); in testBulkLoad_default() local
382 CacheStats stats = cache.stats(); in testBulkLoad_loadAll() local
609 CacheStats stats = cache.stats(); in testLoadNull() local
685 CacheStats stats = cache.stats(); in testReloadNull() local
731 CacheStats stats = cache.stats(); in testReloadNullFuture() local
783 CacheStats stats = cache.stats(); in testRefreshNull() local
[all …]
/external/cronet/net/reporting/
Dreporting_delivery_agent_unittest.cc189 ReportingEndpoint::Statistics stats = in TEST_F() local
265 ReportingEndpoint::Statistics stats = in TEST_F() local
338 ReportingEndpoint::Statistics stats = in TEST_F() local
364 ReportingEndpoint::Statistics stats = in TEST_F() local
413 ReportingEndpoint::Statistics stats = in TEST_F() local
440 ReportingEndpoint::Statistics stats = in TEST_F() local
462 ReportingEndpoint::Statistics stats = in TEST_F() local
491 ReportingEndpoint::Statistics stats = in TEST_F() local
652 ReportingEndpoint::Statistics stats = in TEST_F() local
700 ReportingEndpoint::Statistics stats = in TEST_F() local
[all …]
/external/webrtc/test/pc/e2e/analyzer/video/
Ddefault_video_quality_analyzer_frames_comparator_test.cc94 FrameStats ShiftStatsOn(const FrameStats& stats, TimeDelta delta) { in ShiftStatsOn()
178 std::map<InternalStatsKey, StreamStats> stats = comparator.stream_stats(); in TEST() local
223 std::map<InternalStatsKey, StreamStats> stats = comparator.stream_stats(); in TEST() local
257 std::vector<FrameStats> stats; in TEST() local
374 StreamStats stats = comparator.stream_stats().at(stats_key); in TEST() local
434 StreamStats stats = comparator.stream_stats().at(stats_key); in TEST() local
504 StreamStats stats = comparator.stream_stats().at(stats_key); in TEST() local
575 StreamStats stats = comparator.stream_stats().at(stats_key); in TEST() local
651 StreamStats stats = comparator.stream_stats().at(stats_key); in TEST() local
734 StreamStats stats = comparator.stream_stats().at(stats_key); in TEST() local
[all …]
/external/webrtc/test/scenario/
Dstats_collection.h68 CollectedCallStats& stats() { return stats_; } in stats() function
76 CollectedAudioReceiveStats& stats() { return stats_; } in stats() function
84 CollectedVideoSendStats& stats() { return stats_; } in stats() function
94 CollectedVideoReceiveStats& stats() { return stats_; } in stats() function
/external/cronet/net/disk_cache/blockfile/
Dstats_unittest.cc12 disk_cache::Stats stats; in TEST() local
18 disk_cache::Stats stats; in TEST() local
28 disk_cache::Stats stats; in TEST() local
44 auto stats = std::make_unique<disk_cache::Stats>(); in TEST() local
/external/webrtc/pc/
Dlegacy_stats_collector_unittest.cc90 AudioProcessorStatistics stats; in GetStats() local
132 AudioProcessorStatistics stats; in GetStats() local
609 LegacyStatsCollectorForTest* stats, in VerifyAudioTrackStats()
668 auto stats = CreateStatsCollector(pc.get()); in TestCertificateReports() local
778 LegacyStatsCollectorForTest* stats) { in AddOutgoingVideoTrack()
794 LegacyStatsCollectorForTest* stats) { in AddIncomingVideoTrack()
813 LegacyStatsCollectorForTest* stats) { in AddOutgoingAudioTrack()
828 LegacyStatsCollectorForTest* stats) { in AddIncomingAudioTrack()
851 auto stats = CreateStatsCollector(pc.get()); in TEST_F() local
875 auto stats = CreateStatsCollector(pc.get()); in TEST_F() local
[all …]
/external/grpc-grpc/src/core/lib/iomgr/
Dtime_averaged_stats.cc23 void grpc_time_averaged_stats_init(grpc_time_averaged_stats* stats, in grpc_time_averaged_stats_init()
35 void grpc_time_averaged_stats_add_sample(grpc_time_averaged_stats* stats, in grpc_time_averaged_stats_add_sample()
42 grpc_time_averaged_stats* stats) { in grpc_time_averaged_stats_update_average()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtime_averaged_stats.cc23 void grpc_time_averaged_stats_init(grpc_time_averaged_stats* stats, in grpc_time_averaged_stats_init()
35 void grpc_time_averaged_stats_add_sample(grpc_time_averaged_stats* stats, in grpc_time_averaged_stats_add_sample()
42 grpc_time_averaged_stats* stats) { in grpc_time_averaged_stats_update_average()
/external/tensorflow/tensorflow/core/profiler/internal/advisor/
Dexpensive_operation_checker.h32 const TFStats* stats) override { in Check()
47 void CheckOpView(const TFStats* stats) { in CheckOpView()
73 void CheckCodeView(const TFStats* stats) { in CheckCodeView()
96 void CheckScopeView(const TFStats* stats) { in CheckScopeView()
/external/webrtc/sdk/android/api/org/webrtc/
DRTCStatsReport.java22 private final Map<String, RTCStats> stats; field in RTCStatsReport
24 public RTCStatsReport(long timestampUs, Map<String, RTCStats> stats) { in RTCStatsReport()
59 private static RTCStatsReport create(long timestampUs, Map stats) { in create()

12345678910>>...36