Home
last modified time | relevance | path

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

12345678910>>...23

/external/swiftshader/third_party/SPIRV-Tools/test/stats/
Dstats_aggregate_test.cpp25 namespace stats { namespace
52 void CompileAndAggregateStats(const std::string& code, SpirvStats* stats, in CompileAndAggregateStats()
80 SpirvStats stats; in TEST() local
133 SpirvStats stats; in TEST() local
166 SpirvStats stats; in TEST() local
198 SpirvStats stats; in TEST() local
228 SpirvStats stats; in TEST() local
281 SpirvStats stats; in TEST() local
392 SpirvStats stats; in TEST() local
Dstats_analyzer_test.cpp25 namespace stats { namespace
30 void FillDefaultStats(SpirvStats* stats) { in FillDefaultStats()
58 SpirvStats stats; in TEST() local
72 SpirvStats stats; in TEST() local
89 SpirvStats stats; in TEST() local
106 SpirvStats stats; in TEST() local
124 SpirvStats stats; in TEST() local
144 SpirvStats stats; in TEST() local
/external/deqp-deps/SPIRV-Tools/test/stats/
Dstats_aggregate_test.cpp25 namespace stats { namespace
52 void CompileAndAggregateStats(const std::string& code, SpirvStats* stats, in CompileAndAggregateStats()
80 SpirvStats stats; in TEST() local
133 SpirvStats stats; in TEST() local
166 SpirvStats stats; in TEST() local
198 SpirvStats stats; in TEST() local
228 SpirvStats stats; in TEST() local
281 SpirvStats stats; in TEST() local
392 SpirvStats stats; in TEST() local
Dstats_analyzer_test.cpp25 namespace stats { namespace
30 void FillDefaultStats(SpirvStats* stats) { in FillDefaultStats()
58 SpirvStats stats; in TEST() local
72 SpirvStats stats; in TEST() local
89 SpirvStats stats; in TEST() local
106 SpirvStats stats; in TEST() local
124 SpirvStats stats; in TEST() local
144 SpirvStats stats; in TEST() local
/external/libaom/libaom/stats/
Daomstats.c20 int stats_open_file(stats_io_t *stats, const char *fpf, int pass) { in stats_open_file()
55 int stats_open_mem(stats_io_t *stats, int pass) { in stats_open_mem()
70 void stats_close(stats_io_t *stats, int last_pass) { in stats_close()
83 void stats_write(stats_io_t *stats, const void *pkt, size_t len) { in stats_write()
106 aom_fixed_buf_t stats_get(stats_io_t *stats) { return stats->buf; } in stats_get()
/external/libvpx/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/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/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
Dstat_utils.cc33 float GiniImpurity(const LeafStat& stats, int32 num_classes) { in GiniImpurity()
40 float WeightedGiniImpurity(const LeafStat& stats, int32 num_classes) { in WeightedGiniImpurity()
44 void UpdateGini(LeafStat* stats, float old_val, float weight) { in UpdateGini()
53 float Variance(const LeafStat& stats, int output) { in Variance()
66 float TotalVariance(const LeafStat& stats) { in TotalVariance()
/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/webrtc/webrtc/video/
Dreport_block_stats_unittest.cc59 const RTCPReportBlock& stats) { in RtcpReportBlockToRtcpStatistics()
82 ReportBlockStats stats; in TEST_F() local
92 ReportBlockStats stats; in TEST_F() local
111 ReportBlockStats stats; in TEST_F() local
131 ReportBlockStats stats; in TEST_F() local
Dsend_statistics_proxy_unittest.cc129 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); in TEST_F() local
139 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); in TEST_F() local
164 VideoSendStream::StreamStats& stats = expected_.substreams[ssrc]; in TEST_F() local
177 VideoSendStream::StreamStats& stats = expected_.substreams[ssrc]; in TEST_F() local
186 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); in TEST_F() local
225 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); in TEST_F() local
258 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); in TEST_F() local
288 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); in TEST_F() local
296 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); in TEST_F() local
343 VideoSendStream::Stats stats = statistics_proxy_->GetStats(); in TEST_F() local
[all …]
/external/tensorflow/tensorflow/core/profiler/internal/advisor/
Dexpensive_operation_checker.h30 const TFStats* stats) override { in Check()
45 void CheckOpView(const TFStats* stats) { in CheckOpView()
72 void CheckCodeView(const TFStats* stats) { in CheckCodeView()
95 void CheckScopeView(const TFStats* stats) { in CheckScopeView()
/external/guava/guava-tests/test/com/google/common/cache/
DCacheLoadingTest.java106 CacheStats stats = cache.stats(); in testLoad() local
179 CacheStats stats = cache.stats(); in testReload() local
230 CacheStats stats = cache.stats(); in testRefresh() local
290 CacheStats stats = cache.stats(); in testRefresh_getIfPresent() local
332 CacheStats stats = cache.stats(); in testBulkLoad_default() local
378 CacheStats stats = cache.stats(); in testBulkLoad_loadAll() local
598 CacheStats stats = cache.stats(); in testLoadNull() local
669 CacheStats stats = cache.stats(); in testReloadNull() local
714 CacheStats stats = cache.stats(); in testReloadNullFuture() local
764 CacheStats stats = cache.stats(); in testRefreshNull() local
[all …]
DCacheManualTest.java31 CacheStats stats = cache.stats(); in testGetIfPresent() local
107 CacheStats stats = cache.stats(); in testGetAllPresent() local
DCacheStatsTest.java29 CacheStats stats = new CacheStats(0, 0, 0, 0, 0, 0); in testEmpty() local
45 CacheStats stats = new CacheStats(11, 13, 17, 19, 23, 27); in testSingle() local
/external/webrtc/webrtc/modules/video_processing/test/
Dbrightness_detection_test.cc32 VideoProcessing::FrameStats stats; in TEST_F() local
69 VideoProcessing::FrameStats stats; in TEST_F() local
103 VideoProcessing::FrameStats stats; in TEST_F() local
/external/v8/src/
Dcompilation-statistics.cc16 const BasicStats& stats) { in RecordPhaseStats()
30 const BasicStats& stats) { in RecordPhaseKindStats()
45 const BasicStats& stats) { in RecordTotalStats()
53 void CompilationStatistics::BasicStats::Accumulate(const BasicStats& stats) { in Accumulate()
64 const CompilationStatistics::BasicStats& stats, in WriteLine()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_reset.c39 struct drm_i915_reset_stats stats = { .ctx_id = brw->hw_ctx }; in brw_get_graphics_reset_status() local
81 struct drm_i915_reset_stats stats = { .ctx_id = brw->hw_ctx }; in brw_check_for_reset() local
/external/libxcam/modules/isp/
Dx3a_statistics_queue.cpp121 SmartPtr<X3aIspStatsData> stats = get_buffer_data ().dynamic_cast_ptr<X3aIspStatsData> (); in get_isp_stats() local
135 SmartPtr<X3aIspStatsData> stats = get_buffer_data ().dynamic_cast_ptr<X3aIspStatsData> (); in fill_standard_stats() local
183 struct atomisp_3a_statistics *stats = xcam_malloc0_type (struct atomisp_3a_statistics); in alloc_isp_statsictics() local
229 XCam3AStats *stats = NULL; in allocate_data() local
Dhybrid_analyzer.cpp65 HybridAnalyzer::setup_stats_pool (const XCam3AStats *stats) in setup_stats_pool()
105 HybridAnalyzer::pre_3a_analyze (SmartPtr<X3aStats> &stats) in pre_3a_analyze()
113 HybridAnalyzer::convert_to_isp_stats (SmartPtr<X3aStats>& stats) in convert_to_isp_stats()
135 SmartPtr<X3aStats> stats = get_cur_stats (); in post_3a_analyze() local
/external/webp/src/dsp/
Dssim.c31 const VP8DistoStats* const stats, uint32_t N /*num samples*/) { in SSIMCalculation()
55 double VP8SSIMFromStats(const VP8DistoStats* const stats) { in VP8SSIMFromStats()
59 double VP8SSIMFromStatsClipped(const VP8DistoStats* const stats) { in VP8SSIMFromStatsClipped()
66 VP8DistoStats stats = { 0, 0, 0, 0, 0, 0 }; in SSIMGetClipped_C() local
95 VP8DistoStats stats = { 0, 0, 0, 0, 0, 0 }; in SSIMGet_C() local
/external/webrtc/webrtc/modules/audio_coding/acm2/
Dcall_statistics_unittest.cc20 AudioDecodingCallStats stats; in TEST() local
33 AudioDecodingCallStats stats; in TEST() local
/external/webrtc/webrtc/modules/video_processing/
Dvideo_processing_impl.cc44 FrameStats* stats) { in GetFrameStats()
72 bool VideoProcessing::ValidFrameStats(const FrameStats& stats) { in ValidFrameStats()
80 void VideoProcessing::ClearFrameStats(FrameStats* stats) { in ClearFrameStats()
109 FrameStats* stats) { in Deflickering()
115 const FrameStats& stats) { in BrightnessDetection()
/external/perfetto/src/traced/probes/ftrace/
Dcpu_stats_parser.cc48 bool DumpCpuStats(std::string text, FtraceCpuStats* stats) { in DumpCpuStats()
76 bool DumpAllCpuStats(FtraceProcfs* ftrace, FtraceStats* stats) { in DumpAllCpuStats()
/external/tensorflow/tensorflow/examples/speech_commands/
Daccuracy_utils_test.cc43 StreamingAccuracyStats stats; in TEST() local
55 StreamingAccuracyStats stats; in TEST() local

12345678910>>...23