| /third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
| D | rtpstats.c | 137 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/node/deps/v8/src/diagnostics/ |
| D | compilation-statistics.cc | 17 const BasicStats& stats) { in RecordPhaseStats() 30 const BasicStats& stats) { in RecordPhaseKindStats() 44 void CompilationStatistics::RecordTotalStats(const BasicStats& stats) { in RecordTotalStats() 49 void CompilationStatistics::BasicStats::Accumulate(const BasicStats& stats) { in Accumulate() 83 const CompilationStatistics::BasicStats& stats, in WriteLine()
|
| /third_party/typescript/src/harness/ |
| D | fakesHosts.ts | 68 const stats = this._getStats(path); constant 73 const stats = this._getStats(path); constant 108 const stats = this.vfs.statSync(vpath.combine(path, file)); constant 129 const stats = this._getStats(path); constant 143 const stats = this._getStats(path); constant 363 const stats = this.vfs.statSync(canonicalFileName); constant
|
| /third_party/node/deps/v8/src/heap/cppgc/ |
| D | heap-statistics-collector.cc | 36 HeapStatistics::SpaceStatistics* InitializeSpace(HeapStatistics* stats, in InitializeSpace() 45 HeapStatistics::SpaceStatistics* stats) { in InitializePage() 62 void FinalizeSpace(HeapStatistics* stats, in FinalizeSpace() 96 HeapStatistics stats; in CollectDetailedStatistics() local
|
| /third_party/skia/third_party/externals/libwebp/src/dsp/ |
| D | ssim.c | 31 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/ |
| D | gststats.c | 87 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/ |
| D | test-fs-stat.js | 28 fs.stat('.', common.mustSucceed(function(stats) { argument 38 fs.lstat('.', common.mustSucceed(function(stats) { argument 52 fs.fstat(fd, common.mustSucceed(function(stats) { argument
|
| D | test-snapshot-warning.js | 37 const stats = fs.statSync(blobPath); constant 75 const stats = fs.statSync(blobPath); constant 124 const stats = fs.statSync(blobPath); constant
|
| D | test-fs-statfs.js | 18 fs.statfs(__filename, common.mustSucceed(function(stats) { argument 23 fs.statfs(__filename, { bigint: true }, function(err, stats) { argument
|
| D | test-snapshot-basic.js | 51 const stats = fs.statSync(path.join(tmpdir.path, 'snapshot.blob')); constant 73 const stats = fs.statSync(blobPath); constant
|
| /third_party/gstreamer/gstreamer/tests/examples/ptp/ |
| D | ptp-print-times.c | 39 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/ |
| D | marl_test.h | 39 auto stats = allocator->stats(); in TearDown() local 71 auto stats = allocator->stats(); in TearDown() local
|
| /third_party/node/src/quic/ |
| D | defs.h | 79 void RecordTimestampStat(Stats* stats) { in RecordTimestampStat() 84 void SetStat(Stats* stats, uint64_t val) { in SetStat() 89 uint64_t GetStat(Stats* stats) { in GetStat()
|
| /third_party/skia/third_party/externals/spirv-cross/ |
| D | test_shaders.py | 52 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/node/deps/v8/tools/clusterfuzz/js_fuzzer/tools/ |
| D | workbench.py | 78 def add(self, stats, failures): argument 95 def stats(self): member in Stats
|
| /third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
| D | peeling_pass.cpp | 63 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/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
| D | peeling_pass.cpp | 63 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/ |
| D | peeling_pass.cpp | 63 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/libwebp/src/enc/ |
| D | cost_enc.h | 35 StatsArray* stats; member 45 static WEBP_INLINE int VP8RecordStats(int bit, proba_t* const stats) { in VP8RecordStats()
|
| /third_party/gn/src/gn/ |
| D | command_path.cc | 132 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/ |
| D | gst-stats.c | 220 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/ |
| D | va_perf.c | 30 va_count_instr_stats(bi_instr *I, struct va_stats *stats) in va_count_instr_stats()
|
| /third_party/mesa3d/src/intel/vulkan/ |
| D | anv_pipeline_cache.c | 74 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/ |
| D | cordz_test.cc | 152 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/ |
| D | disasm-a3xx.c | 102 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
|