Searched refs:stats (Results 1 - 25 of 765) sorted by relevance

1234567891011>>

/external/trappy/tests/trappy/stats/
H A D__init__.py17 from trappy.stats import Aggregator
18 from trappy.stats import Correlator
19 from trappy.stats import Trigger
20 from trappy.stats import Topology
21 from trappy.stats import Indexer
22 from trappy.stats import StatConf
/external/trappy/trappy/stats/
H A D__init__.py17 from trappy.stats import Aggregator
18 from trappy.stats import Correlator
19 from trappy.stats import Trigger
20 from trappy.stats import Topology
21 from trappy.stats import Indexer
22 from trappy.stats import StatConf
/external/libvpx/libvpx/
H A Dvpxstats.c19 int stats_open_file(stats_io_t *stats, const char *fpf, int pass) { argument
21 stats->pass = pass;
24 stats->file = fopen(fpf, "wb");
25 stats->buf.sz = 0;
26 stats->buf.buf = NULL;
27 res = (stats->file != NULL);
31 stats->file = fopen(fpf, "rb");
33 if (stats->file == NULL) fatal("First-pass stats file does not exist!");
35 if (fseek(stats
54 stats_open_mem(stats_io_t *stats, int pass) argument
69 stats_close(stats_io_t *stats, int last_pass) argument
82 stats_write(stats_io_t *stats, const void *pkt, size_t len) argument
105 stats_get(stats_io_t *stats) argument
[all...]
H A Dvpxstats.h33 int stats_open_file(stats_io_t *stats, const char *fpf, int pass);
34 int stats_open_mem(stats_io_t *stats, int pass);
35 void stats_close(stats_io_t *stats, int last_pass);
36 void stats_write(stats_io_t *stats, const void *pkt, size_t len);
37 vpx_fixed_buf_t stats_get(stats_io_t *stats);
/external/perfetto/src/ftrace_reader/
H A Dcpu_stats_parser_unittest.cc22 FtraceCpuStats stats{};
23 EXPECT_TRUE(DumpCpuStats(text, &stats));
25 EXPECT_EQ(stats.entries, 1);
26 EXPECT_EQ(stats.overrun, 2);
27 EXPECT_EQ(stats.commit_overrun, 3);
28 EXPECT_EQ(stats.bytes_read, 4);
29 EXPECT_EQ(stats.oldest_event_ts, 5123.000);
30 EXPECT_EQ(stats.now_ts, 6123.123);
31 EXPECT_EQ(stats.dropped_events, 7);
32 EXPECT_EQ(stats
[all...]
/external/valgrind/none/tests/solaris/
H A Dresolv.stdout.exp1 PRE stats->nscount = 0
2 POST stats->nscount = 1
H A Dresolv.c11 struct __res_state stats; local
12 bzero(&stats, sizeof(stats));
14 printf("PRE stats->nscount = %d\n", stats.nscount );
16 res_ninit(&stats);
17 printf("POST stats->nscount = %d\n", ( int ) stats.nscount > 0 );
/external/webrtc/webrtc/modules/audio_coding/acm2/
H A Dcall_statistics_unittest.cc20 AudioDecodingCallStats stats; local
22 stats = call_stats.GetDecodingStatistics();
23 EXPECT_EQ(0, stats.calls_to_neteq);
24 EXPECT_EQ(0, stats.calls_to_silence_generator);
25 EXPECT_EQ(0, stats.decoded_normal);
26 EXPECT_EQ(0, stats.decoded_cng);
27 EXPECT_EQ(0, stats.decoded_plc);
28 EXPECT_EQ(0, stats.decoded_plc_cng);
33 AudioDecodingCallStats stats; local
41 stats
[all...]
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
H A Dstat_utils.cc27 // = 1 - (1 / C^2) ( stats.square() + 2 stats.sum() + #_classes)
28 // = 1 - ( stats.square() + 2 stats.sum() + #_classes) / (smoothed_sum *
32 // smoothed_sum = stats.sum() + #_classes
33 float GiniImpurity(const LeafStat& stats, int32 num_classes) { argument
34 const float smoothed_sum = num_classes + stats.weight_sum();
35 return 1.0 - ((stats.classification().gini().square() +
36 2 * stats.weight_sum() + num_classes) /
40 float WeightedGiniImpurity(const LeafStat& stats, int3 argument
44 UpdateGini(LeafStat* stats, float old_val, float weight) argument
53 Variance(const LeafStat& stats, int output) argument
66 TotalVariance(const LeafStat& stats) argument
[all...]
H A Dstat_utils.h24 float GiniImpurity(const LeafStat& stats, int32 num_classes);
27 float WeightedGiniImpurity(const LeafStat& stats, int32 num_classes);
31 void UpdateGini(LeafStat* stats, float old_val, float weight);
33 // Returns the variance in stats for the given output.
34 float Variance(const LeafStat& stats, int output);
37 float TotalVariance(const LeafStat& stats);
39 // ------- functions used by C++ stats classes -------- //
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheManualTest.java31 CacheStats stats = cache.stats();
32 assertEquals(0, stats.missCount());
33 assertEquals(0, stats.loadSuccessCount());
34 assertEquals(0, stats.loadExceptionCount());
35 assertEquals(0, stats.hitCount());
41 stats = cache.stats();
42 assertEquals(1, stats.missCount());
43 assertEquals(0, stats
[all...]
H A DCacheStatsTest.java29 CacheStats stats = new CacheStats(0, 0, 0, 0, 0, 0);
30 assertEquals(0, stats.requestCount());
31 assertEquals(0, stats.hitCount());
32 assertEquals(1.0, stats.hitRate());
33 assertEquals(0, stats.missCount());
34 assertEquals(0.0, stats.missRate());
35 assertEquals(0, stats.loadSuccessCount());
36 assertEquals(0, stats.loadExceptionCount());
37 assertEquals(0.0, stats.loadExceptionRate());
38 assertEquals(0, stats
[all...]
H A DCacheLoadingTest.java106 CacheStats stats = cache.stats();
107 assertEquals(0, stats.missCount());
108 assertEquals(0, stats.loadSuccessCount());
109 assertEquals(0, stats.loadExceptionCount());
110 assertEquals(0, stats.hitCount());
114 stats = cache.stats();
115 assertEquals(1, stats.missCount());
116 assertEquals(1, stats
[all...]
/external/caliper/caliper/src/main/java/com/google/caliper/worker/
H A DAllocationRecorder.java39 AllocationStats stats = stopRecording(1);
40 if (stats.getAllocationCount() != 1 || stats.getAllocationSize() < 1) {
44 stats));
/external/compiler-rt/lib/asan/
H A Dasan_stats.cc58 void AsanStats::MergeFrom(const AsanStats *stats) { argument
60 const uptr *src_ptr = reinterpret_cast<const uptr*>(stats);
79 accumulated_stats->MergeFrom(&t->stats());
82 static void GetAccumulatedStats(AsanStats *stats) { argument
83 stats->Clear();
87 .RunCallbackForEachThreadLocked(MergeThreadStats, stats);
89 stats->MergeFrom(&unknown_thread_stats);
92 stats->MergeFrom(&dead_threads_stats);
97 if (max_malloced_memory < stats->malloced) {
98 max_malloced_memory = stats
102 FlushToDeadThreadStats(AsanStats *stats) argument
109 AsanStats stats; local
123 AsanStats stats; local
140 AsanStats stats; local
150 AsanStats stats; local
156 AsanStats stats; local
[all...]
/external/tensorflow/tensorflow/examples/speech_commands/
H A Daccuracy_utils_test.cc43 StreamingAccuracyStats stats; local
46 &stats);
47 EXPECT_EQ(2, stats.how_many_ground_truth_words);
48 EXPECT_EQ(2, stats.how_many_ground_truth_matched);
49 EXPECT_EQ(1, stats.how_many_false_positives);
50 EXPECT_EQ(1, stats.how_many_correct_words);
51 EXPECT_EQ(1, stats.how_many_wrong_words);
55 StreamingAccuracyStats stats; local
56 PrintAccuracyStats(stats);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DICURWLock.java44 private Stats stats = null; field in class:ICURWLock
91 * Return a string listing all the stats.
104 * Reset the stats. Returns existing stats, if any.
107 Stats result = stats;
108 stats = new Stats();
113 * Clear the stats (stop collecting stats). Returns existing stats, if any.
116 Stats result = stats;
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICURWLock.java42 private Stats stats = null; field in class:ICURWLock
89 * Return a string listing all the stats.
102 * Reset the stats. Returns existing stats, if any.
105 Stats result = stats;
106 stats = new Stats();
111 * Clear the stats (stop collecting stats). Returns existing stats, if any.
114 Stats result = stats;
[all...]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSyncResult.java19 Field f = SyncResult.class.getDeclaredField("stats");
31 return result.syncAlreadyInProgress || result.stats.numIoExceptions > 0;
36 return result.stats.numParseExceptions > 0
37 || result.stats.numConflictDetectedExceptions > 0
38 || result.stats.numAuthExceptions > 0
51 return ((result.stats.numDeletes > 0) && !result.tooManyDeletions)
52 || result.stats.numInserts > 0
53 || result.stats.numUpdates > 0;
69 result.stats.clear();
76 private SyncStats stats; field in class:ShadowSyncResult.ShadowSyncStats
[all...]
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtcp_utility_unittest.cc31 RTCPUtility::NackStats stats; local
32 EXPECT_EQ(0U, stats.unique_requests());
33 EXPECT_EQ(0U, stats.requests());
34 stats.ReportRequest(10);
35 EXPECT_EQ(1U, stats.unique_requests());
36 EXPECT_EQ(1U, stats.requests());
38 stats.ReportRequest(10);
39 EXPECT_EQ(1U, stats.unique_requests());
40 stats.ReportRequest(11);
41 EXPECT_EQ(2U, stats
54 RTCPUtility::NackStats stats; local
[all...]
/external/tensorflow/tensorflow/core/profiler/internal/advisor/
H A Dinternal_checker_runner_dummy.cc21 const TFStats* stats) {
20 RunInternalCheckers(const AdvisorOptionsProto& options, const TFStats* stats) argument
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Drtcp.cc57 void Rtcp::GetStatistics(bool no_reset, RtcpStatistics* stats) { argument
59 stats->extended_max_sequence_number =
66 stats->extended_max_sequence_number - base_seq_no_ + 1;
69 stats->cumulative_lost = 0;
71 stats->cumulative_lost = expected_packets - received_packets_;
72 if (stats->cumulative_lost > 0xFFFFFF) {
73 stats->cumulative_lost = 0xFFFFFF;
76 stats->cumulative_lost = 0;
88 stats->fraction_lost = 0;
90 stats
[all...]
/external/webrtc/webrtc/modules/video_processing/
H A Dbrightness_detection.cc32 const VideoProcessing::FrameStats& stats) {
39 if (!VideoProcessing::ValidFrameStats(stats)) {
49 prop_low += stats.hist[i];
51 prop_low /= stats.num_pixels;
57 prop_high += stats.hist[i];
59 prop_high /= stats.num_pixels;
62 if (stats.mean < 90 || stats.mean > 170) {
66 for (int h = 0; h < height; h += (1 << stats.sub_sampling_factor)) {
68 for (int w = 0; w < width; w += (1 << stats
30 ProcessFrame( const VideoFrame& frame, const VideoProcessing::FrameStats& stats) argument
[all...]
H A Dvideo_processing_impl.cc44 FrameStats* stats) {
45 ClearFrameStats(stats); // The histogram needs to be zeroed out.
52 stats->sub_sampling_factor = GetSubSamplingFactor(width, height);
56 for (int i = 0; i < height; i += (1 << stats->sub_sampling_factor)) {
58 for (int j = 0; j < width; j += (1 << stats->sub_sampling_factor)) {
59 stats->hist[buffer[k + j]]++;
60 stats->sum += buffer[k + j];
64 stats->num_pixels = (width * height) / ((1 << stats->sub_sampling_factor) *
65 (1 << stats
43 GetFrameStats(const VideoFrame& frame, FrameStats* stats) argument
72 ValidFrameStats(const FrameStats& stats) argument
80 ClearFrameStats(FrameStats* stats) argument
108 Deflickering(VideoFrame* frame, FrameStats* stats) argument
114 BrightnessDetection(const VideoFrame& frame, const FrameStats& stats) argument
[all...]
/external/libxcam/xcore/
H A Dx3a_stats_pool.cpp2 * x3a_stats_pool.cpp - 3a stats pool
61 SmartPtr<X3aStatsData> stats = data.dynamic_cast_ptr<X3aStatsData> (); local
65 stats.ptr(),
68 return stats->get_stats ();
103 XCam3AStats *stats = NULL; local
104 stats =
110 XCAM_ASSERT (stats);
111 stats->info = _stats_info;
112 stats->hist_rgb = (XCamHistogram *) (stats
[all...]

Completed in 757 milliseconds

1234567891011>>