Home
last modified time | relevance | path

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

1234567891011

/third_party/flutter/skia/third_party/externals/spirv-tools/test/stats/
Dstats_aggregate_test.cpp51 void CompileAndAggregateStats(const std::string& code, SpirvStats* stats, in CompileAndAggregateStats()
79 SpirvStats stats; in TEST() local
132 SpirvStats stats; in TEST() local
165 SpirvStats stats; in TEST() local
197 SpirvStats stats; in TEST() local
227 SpirvStats stats; in TEST() local
280 SpirvStats stats; in TEST() local
392 SpirvStats stats; in TEST() local
Dstats_analyzer_test.cpp30 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
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpstats.c137 rtp_stats_init_defaults (RTPSessionStats * stats) in rtp_stats_init_defaults()
160 rtp_stats_set_bandwidths (RTPSessionStats * stats, guint rtp_bw, in rtp_stats_set_bandwidths()
241 rtp_stats_calculate_rtcp_interval (RTPSessionStats * stats, gboolean we_send, in rtp_stats_calculate_rtcp_interval()
320 rtp_stats_add_rtcp_jitter (RTPSessionStats * stats, GstClockTime interval) in rtp_stats_add_rtcp_jitter()
346 rtp_stats_calculate_bye_interval (RTPSessionStats * stats) in rtp_stats_calculate_bye_interval()
400 rtp_stats_get_packets_lost (const RTPSourceStats * stats) in rtp_stats_get_packets_lost()
413 rtp_stats_set_min_interval (RTPSessionStats * stats, gdouble min_interval) in rtp_stats_set_min_interval()
499 rtp_twcc_stats_calculate_stats (RTPTWCCStats * stats, GArray * twcc_packets) in rtp_twcc_stats_calculate_stats()
535 _get_window_start_index (RTPTWCCStats * stats, GstClockTime duration, in _get_window_start_index()
569 rtp_twcc_stats_calculate_windowed_stats (RTPTWCCStats * stats) in rtp_twcc_stats_calculate_windowed_stats()
[all …]
/third_party/typescript/src/harness/
DfakesHosts.ts64 const stats = this._getStats(path); constant
69 const stats = this._getStats(path); constant
104 const stats = this.vfs.statSync(vpath.combine(path, file)); constant
125 const stats = this._getStats(path); constant
139 const stats = this._getStats(path); constant
359 const stats = this.vfs.statSync(canonicalFileName); constant
/third_party/flutter/skia/third_party/externals/libwebp/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
/third_party/skia/third_party/externals/libwebp/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
/third_party/gstreamer/gstreamer/plugins/tracers/
Dgststats.c87 GstElementStats *stats = g_slice_new0 (GstElementStats); in fill_element_stats() local
95 log_new_element_stats (GstElementStats * stats, GstElement * element, in log_new_element_stats()
112 GstElementStats *stats; in create_element_stats() local
124 GstElementStats *stats; in get_element_stats() local
189 GstPadStats *stats = g_slice_new0 (GstPadStats); in fill_pad_stats() local
198 log_new_pad_stats (GstPadStats * stats, GstPad * pad) in log_new_pad_stats()
215 GstPadStats *stats; in get_pad_stats() local
375 GstPadStats *stats = get_pad_stats (self, pad); in do_push_buffer_post() local
418 GstPadStats *stats = get_pad_stats (self, pad); in do_push_buffer_list_post() local
426 GstPadStats *stats = get_pad_stats (self, pad); in do_pull_range_pre() local
[all …]
/third_party/node/test/parallel/
Dtest-fs-stat.js28 fs.stat('.', common.mustSucceed(function(stats) { argument
38 fs.lstat('.', common.mustSucceed(function(stats) { argument
50 fs.fstat(fd, common.mustSucceed(function(stats) { argument
/third_party/gstreamer/gstreamer/tests/examples/ptp/
Dptp-print-times.c39 static gboolean stats = FALSE; variable
50 stats_cb (guint8 d, const GstStructure * stats, gpointer user_data) in stats_cb()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dmarl_test.h39 auto stats = allocator->stats(); in TearDown() local
71 auto stats = allocator->stats(); in TearDown() local
/third_party/skia/third_party/externals/spirv-cross/
Dtest_shaders.py52 def parse_stats(stats): argument
710 def test_shader(stats, shader, args, paths): argument
749 def test_shader_msl(stats, shader, args, paths): argument
776 def test_shader_hlsl(stats, shader, args, paths): argument
785 def test_shader_reflect(stats, shader, args, paths): argument
794 def test_shader_file(relpath, stats, args, backend): argument
809 def test_shaders_helper(stats, backend, args): argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Dpeeling_pass.cpp63 LoopPeelingPass::LoopPeelingStats stats; in AssembleAndRunPeelingTest() local
75 LoopPeelingPass::LoopPeelingStats stats = AssembleAndRunPeelingTest( in RunPeelingTest() local
94 auto stats = RunPeelingTest(text_head, text_tail, opcode, res_id, op1, op2, in BuildAndCheckTrace() local
209 auto stats = in TEST_F() local
576 auto stats = RunPeelingTest(text_head, text_tail, SpvOpSLessThanEqual, in TEST_F() local
/third_party/spirv-tools/test/opt/loop_optimizations/
Dpeeling_pass.cpp63 LoopPeelingPass::LoopPeelingStats stats; in AssembleAndRunPeelingTest() local
75 LoopPeelingPass::LoopPeelingStats stats = AssembleAndRunPeelingTest( in RunPeelingTest() local
94 auto stats = RunPeelingTest(text_head, text_tail, opcode, res_id, op1, op2, in BuildAndCheckTrace() local
209 auto stats = in TEST_F() local
576 auto stats = RunPeelingTest(text_head, text_tail, SpvOpSLessThanEqual, in TEST_F() local
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
Dpeeling_pass.cpp63 LoopPeelingPass::LoopPeelingStats stats; in AssembleAndRunPeelingTest() local
75 LoopPeelingPass::LoopPeelingStats stats = AssembleAndRunPeelingTest( in RunPeelingTest() local
94 auto stats = RunPeelingTest(text_head, text_tail, opcode, res_id, op1, op2, in BuildAndCheckTrace() local
209 auto stats = in TEST_F() local
576 auto stats = RunPeelingTest(text_head, text_tail, SpvOpSLessThanEqual, in TEST_F() local
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dcost_enc.h35 StatsArray* stats; member
45 static WEBP_INLINE int VP8RecordStats(int bit, proba_t* const stats) { in VP8RecordStats()
/third_party/skia/third_party/externals/libwebp/src/enc/
Dcost_enc.h35 StatsArray* stats; member
45 static WEBP_INLINE int VP8RecordStats(int bit, proba_t* const stats) { in VP8RecordStats()
/third_party/gn/src/gn/
Dcommand_path.cc132 Stats* stats) { in InsertTargetsIntoFoundPaths()
174 Stats* stats) { in BreadthFirstSearch()
253 Stats* stats) { in DoSearch()
350 Stats stats; in RunPath() local
/third_party/gstreamer/gstreamer/tools/
Dgst-stats.c220 GstThreadStats *stats = g_hash_table_lookup (threads, id); in get_thread_stats() local
233 GstPadStats *stats; in new_pad_stats() local
271 GstElementStats *stats; in new_element_stats() local
335 do_pad_stats (GstPadStats * stats, guint elem_ix, guint size, guint64 ts, in do_pad_stats()
392 do_element_stats (GstElementStats * stats, GstElementStats * peer_stats, in do_element_stats()
706 const GstPadStats *stats = (const GstPadStats *) value; in find_pad_stats_for_thread() local
717 GstPadStats *stats = (GstPadStats *) value; in print_pad_stats() local
757 GstThreadStats *stats = (GstThreadStats *) value; in print_thread_stats() local
776 GstElementStats *stats = (GstElementStats *) value; in print_element_stats() local
810 GstElementStats *stats = (GstElementStats *) value; in accum_element_stats() local
[all …]
/third_party/mesa3d/src/panfrost/bifrost/valhall/
Dva_perf.c30 va_count_instr_stats(bi_instr *I, struct va_stats *stats) in va_count_instr_stats()
/third_party/mesa3d/src/intel/vulkan/
Danv_pipeline_cache.c74 const struct brw_compile_stats *stats, uint32_t num_stats, in anv_shader_bin_create()
260 const struct brw_compile_stats *stats = in anv_shader_bin_deserialize() local
329 const struct brw_compile_stats *stats, in anv_device_upload_kernel()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcordz_test.cc152 CordzStatistics stats = GetCordzInfoForTesting(cord)->GetCordzStatistics(); in TEST() local
176 CordzStatistics stats = GetCordzInfoForTesting(cord())->GetCordzStatistics(); in TEST_P() local
188 CordzStatistics stats = GetCordzInfoForTesting(cord)->GetCordzStatistics(); in TEST() local
200 CordzStatistics stats = GetCordzInfoForTesting(cord)->GetCordzStatistics(); in TEST() local
232 CordzStatistics stats = GetCordzInfoForTesting(cord)->GetCordzStatistics(); in TEST() local
244 CordzStatistics stats = GetCordzInfoForTesting(cord)->GetCordzStatistics(); in TEST() local
449 CordzStatistics stats = GetCordzInfoForTesting(cord)->GetCordzStatistics(); in TEST() local
/third_party/mesa3d/src/freedreno/ir3/
Ddisasm-a3xx.c102 struct shader_stats *stats; member
575 unsigned gpu_id, struct shader_stats *stats) in disasm_a3xx_stat()
642 struct shader_stats stats; in disasm_a3xx() local
650 struct shader_stats stats; in try_disasm_a3xx() local
/third_party/typescript/tests/cases/conformance/salsa/
DprototypePropertyAssignmentMergeWithInterfaceMethod.ts13 stats(): TransactionStats method
/third_party/flutter/skia/tools/malisc/
Dmalisc.py17 stats = {} variable
/third_party/skia/tools/malisc/
Dmalisc.py20 stats = {} variable

1234567891011