Home
last modified time | relevance | path

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

12345678910

/third_party/node/deps/v8/src/diagnostics/
Dcompilation-statistics.cc17 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/
DfakesHosts.ts68 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/
Dheap-statistics-collector.cc36 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/
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/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
DMatcherBytes.java86 private final Statistics stats; field in MatcherBytes
88 MatcherBytes(Iterable<Sequence> allSequences, Statistics stats) { in MatcherBytes()
181 Sequence sequence, Map<DfaNode, Integer> offsetMap, Statistics stats) { in renderSequence()
226 SequenceBytes(Sequence sequence, Map<DfaNode, Integer> offsetMap, Statistics stats) { in SequenceBytes()
DOperation.java133 ByteArrayDataOutput out, Map<DfaNode, Integer> offsetMap, Statistics stats); in writeImpl()
135 void writeTo(ByteArrayDataOutput out, Map<DfaNode, Integer> offsetMap, Statistics stats) { in writeTo()
154 static void writeBranch(ByteArrayDataOutput out, int jump, Statistics stats) { in writeBranch()
DMatcherCompiler.java63 public static byte[] compile(RangeTree dfa, Statistics stats) { in compile()
183 byte[] compile(Statistics stats) { in compile()
188 MatcherBytes createMatcherBytes(Statistics stats) { in createMatcherBytes()
/third_party/node/test/parallel/
Dtest-fs-stat.js28 fs.stat('.', common.mustSucceed(function(stats) { argument
38 fs.lstat('.', common.mustSucceed(function(stats) { argument
52 fs.fstat(fd, common.mustSucceed(function(stats) { argument
Dtest-snapshot-warning.js37 const stats = fs.statSync(blobPath); constant
75 const stats = fs.statSync(blobPath); constant
124 const stats = fs.statSync(blobPath); constant
Dtest-fs-statfs.js18 fs.statfs(__filename, common.mustSucceed(function(stats) { argument
23 fs.statfs(__filename, { bigint: true }, function(err, stats) { argument
Dtest-snapshot-basic.js51 const stats = fs.statSync(path.join(tmpdir.path, 'snapshot.blob')); constant
73 const stats = fs.statSync(blobPath); constant
/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/node/src/quic/
Ddefs.h79 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/
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/node/deps/v8/tools/clusterfuzz/js_fuzzer/tools/
Dworkbench.py78 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/
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/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.cpp62 LoopPeelingPass::LoopPeelingStats stats; in AssembleAndRunPeelingTest() local
74 LoopPeelingPass::LoopPeelingStats stats = AssembleAndRunPeelingTest( in RunPeelingTest() local
93 auto stats = RunPeelingTest(text_head, text_tail, opcode, res_id, op1, op2, in BuildAndCheckTrace() local
208 auto stats = in TEST_F() local
575 auto stats = RunPeelingTest(text_head, text_tail, spv::Op::OpSLessThanEqual, in TEST_F() local
/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/python/Tools/scripts/
Dsummarize_stats.py97 def extract_opcode_stats(stats): argument
251 def emit_call_stats(stats): argument
266 def emit_object_stats(stats): argument
/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/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

12345678910