| /third_party/glfw/tests/ |
| D | allocator.c | 52 struct allocator_stats* stats = user; in allocate() local 71 struct allocator_stats* stats = user; in deallocate() local 85 struct allocator_stats* stats = user; in reallocate() local 106 struct allocator_stats stats = {0}; in main() local
|
| /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/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/ |
| D | MatcherBytes.java | 86 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()
|
| D | Operation.java | 133 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()
|
| D | MatcherCompiler.java | 63 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/ |
| 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/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/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 | 62 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/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/python/Tools/scripts/ |
| D | summarize_stats.py | 97 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/ |
| 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/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
|