/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Statistic.cpp | 60 std::vector<TrackingStatistic *> Stats; member in __anon3052d59e0111::StatisticInfo 74 void addStatistic(TrackingStatistic *S) { Stats.push_back(S); } in addStatistic() 76 const_iterator begin() const { return Stats.begin(); } in begin() 77 const_iterator end() const { return Stats.end(); } in end() 137 Stats, [](const TrackingStatistic *LHS, const TrackingStatistic *RHS) { in sort() 155 for (auto *Stat : Stats) { in reset() 167 Stats.clear(); in reset() 171 StatisticInfo &Stats = *StatInfo; in PrintStatistics() local 175 for (size_t i = 0, e = Stats.Stats.size(); i != e; ++i) { in PrintStatistics() 177 (unsigned)utostr(Stats.Stats[i]->getValue()).size()); in PrintStatistics() [all …]
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICURWLock.java | 42 private Stats stats = null; 47 public final static class Stats { class in ICURWLock 73 private Stats() { in Stats() method in ICURWLock.Stats 76 private Stats(int rc, int mrc, int wrc, int wc, int wwc) { in Stats() method in ICURWLock.Stats 84 private Stats(Stats rhs) { in Stats() method in ICURWLock.Stats 104 public synchronized Stats resetStats() { in resetStats() 105 Stats result = stats; in resetStats() 106 stats = new Stats(); in resetStats() 113 public synchronized Stats clearStats() { in clearStats() 114 Stats result = stats; in clearStats() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | ICURWLock.java | 44 private Stats stats = null; 50 public final static class Stats { class in ICURWLock 76 private Stats() { in Stats() method in ICURWLock.Stats 79 private Stats(int rc, int mrc, int wrc, int wc, int wwc) { in Stats() method in ICURWLock.Stats 87 private Stats(Stats rhs) { in Stats() method in ICURWLock.Stats 107 public synchronized Stats resetStats() { in resetStats() 108 Stats result = stats; in resetStats() 109 stats = new Stats(); in resetStats() 116 public synchronized Stats clearStats() { in clearStats() 117 Stats result = stats; in clearStats() [all …]
|
/third_party/skia/src/gpu/ |
D | GrThreadSafePipelineBuilder.cpp | 14 using Stats = GrThreadSafePipelineBuilder::Stats; typedef 17 const char* kCacheResultStrings[Stats::kNumProgramCacheResults] = { in cache_result_to_str() 22 static_assert(0 == (int) Stats::ProgramCacheResult::kHit); in cache_result_to_str() 23 static_assert(1 == (int) Stats::ProgramCacheResult::kMiss); in cache_result_to_str() 24 static_assert(2 == (int) Stats::ProgramCacheResult::kPartial); in cache_result_to_str() 25 static_assert(Stats::kNumProgramCacheResults == 3); in cache_result_to_str() 29 void GrThreadSafePipelineBuilder::Stats::dump(SkString* out) { in dump() 34 for (int i = 0; i < Stats::kNumProgramCacheResults-1; ++i) { in dump() 41 for (int i = 0; i < Stats::kNumProgramCacheResults-1; ++i) { in dump() 53 void GrThreadSafePipelineBuilder::Stats::dumpKeyValuePairs(SkTArray<SkString>* keys, in dumpKeyValuePairs()
|
D | GrThreadSafePipelineBuilder.h | 25 class Stats { 38 Stats() = default; 108 Stats* stats() { return &fStats; } in stats() 111 Stats fStats;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitcodeAnalyzer.cpp | 655 const PerBlockIDStats &Stats = I->second; in printStats() local 656 O.OS << " Num Instances: " << Stats.NumInstances << "\n"; in printStats() 658 printSize(O.OS, Stats.NumBits); in printStats() 660 double pct = (Stats.NumBits * 100.0) / BufferSizeBits; in printStats() 662 if (Stats.NumInstances > 1) { in printStats() 664 printSize(O.OS, Stats.NumBits / (double)Stats.NumInstances); in printStats() 666 O.OS << " Tot/Avg SubBlocks: " << Stats.NumSubBlocks << "/" in printStats() 667 << Stats.NumSubBlocks / (double)Stats.NumInstances << "\n"; in printStats() 668 O.OS << " Tot/Avg Abbrevs: " << Stats.NumAbbrevs << "/" in printStats() 669 << Stats.NumAbbrevs / (double)Stats.NumInstances << "\n"; in printStats() [all …]
|
/third_party/skia/src/gpu/gl/ |
D | GrGLGpuProgramCache.cpp | 61 Stats::ProgramCacheResult stat; in findOrCreateProgram() 75 Stats::ProgramCacheResult* stat) { in findOrCreateProgram() 89 Stats::ProgramCacheResult* stat) { in findOrCreateProgramImpl() 90 *stat = Stats::ProgramCacheResult::kHit; in findOrCreateProgramImpl() 105 *stat = Stats::ProgramCacheResult::kPartial; in findOrCreateProgramImpl() 115 *stat = Stats::ProgramCacheResult::kMiss; in findOrCreateProgramImpl()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkPipelineStateCache.cpp | 52 using CacheResult = Stats::ProgramCacheResult; in ~PipelineStateCache() 96 Stats::ProgramCacheResult stat; in findOrCreatePipelineState() 113 Stats::ProgramCacheResult* stat) { in findOrCreatePipelineStateImpl() 115 *stat = Stats::ProgramCacheResult::kHit; in findOrCreatePipelineStateImpl() 121 *stat = Stats::ProgramCacheResult::kMiss; in findOrCreatePipelineStateImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbol.cpp | 130 TagStats Stats; in dumpChildStats() local 131 getChildStats(Stats); in dumpChildStats() 133 for (auto &Stat : Stats) { in dumpChildStats() 169 PDBSymbol::getChildStats(TagStats &Stats) const { in getChildStats() 173 Stats.clear(); in getChildStats() 175 ++Stats[Child->getSymTag()]; in getChildStats()
|
/third_party/skia/experimental/lowp-basic/ |
D | lerp-study.cpp | 15 struct Stats { struct 85 static Stats check_lerp(Lerp lerp) { in check_lerp() 86 Stats stats; in check_lerp() 99 Stats stats; in main()
|
D | bilerp-study.cpp | 15 struct Stats { struct 92 static Stats check_bilerp(Bilerp bilerp) { in check_bilerp() 93 Stats stats; in check_bilerp() 116 Stats stats; in main()
|
/third_party/gn/src/gn/ |
D | command_path.cc | 46 struct Stats { struct 47 Stats() : public_paths(0), other_paths(0) {} in Stats() function 132 Stats* stats) { in InsertTargetsIntoFoundPaths() 174 Stats* stats) { in BreadthFirstSearch() 253 Stats* stats) { in DoSearch() 350 Stats stats; in RunPath()
|
/third_party/python/Doc/library/ |
D | profile.rst | 120 The :class:`pstats.Stats` class reads profile results from a file and formats 130 ``-s`` specifies one of the :func:`~pstats.Stats.sort_stats` sort values to sort 141 The :mod:`pstats` module's :class:`~pstats.Stats` class has a variety of methods 146 p = pstats.Stats('restats') 149 The :meth:`~pstats.Stats.strip_dirs` method removed the extraneous path from all 150 the module names. The :meth:`~pstats.Stats.sort_stats` method sorted all the 152 :meth:`~pstats.Stats.print_stats` method printed out all the statistics. You 226 present, then this function automatically creates a :class:`~pstats.Stats` 228 it is passed to this :class:`~pstats.Stats` instance to control how the 264 ps = pstats.Stats(pr, stream=s).sort_stats(sortby) [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Debugify.cpp | 224 DebugifyStatistics *Stats = nullptr; in checkDebugifyMetadata() local 226 Stats = &StatsMap->operator[](NameOfWrappedPass); in checkDebugifyMetadata() 278 if (Stats) { in checkDebugifyMetadata() 279 Stats->NumDbgLocsExpected += OriginalNumLines; in checkDebugifyMetadata() 280 Stats->NumDbgLocsMissing += MissingLines.count(); in checkDebugifyMetadata() 281 Stats->NumDbgValuesExpected += OriginalNumVars; in checkDebugifyMetadata() 282 Stats->NumDbgValuesMissing += MissingVars.count(); in checkDebugifyMetadata()
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlResourceProvider.h | 33 GrThreadSafePipelineBuilder::Stats::ProgramCacheResult* stat = nullptr); 66 Stats::ProgramCacheResult*); 71 Stats::ProgramCacheResult*);
|
D | GrMtlResourceProvider.mm | 36 GrThreadSafePipelineBuilder::Stats::ProgramCacheResult* stat) { 200 Stats::ProgramCacheResult* statPtr) { 205 GrThreadSafePipelineBuilder::Stats::ProgramCacheResult stat; 221 Stats::ProgramCacheResult* stat) { 222 *stat = Stats::ProgramCacheResult::kHit; 243 *stat = Stats::ProgramCacheResult::kPartial; 253 *stat = Stats::ProgramCacheResult::kMiss;
|
/third_party/typescript/tests/baselines/reference/ |
D | undeclaredModuleError.types | 5 …: string, accept: (stat: fs.Stats, name: string) => boolean, callback: (error: Error, results: { n… 6 …boolean, callback: (error: Error, results: { name: string; stat: fs.Stats;}[]) => void) => v… 12 >callback : (error: Error, results: { name: string; stat: fs.Stats;}[]) => void
|
D | undeclaredModuleError.symbols | 5 …: string, accept: (stat: fs.Stats, name: string) => boolean, callback: (error: Error, results: { n… 11 >Stats : Symbol(fs) 20 >Stats : Symbol(fs)
|
D | undeclaredModuleError.js | 3 …: string, accept: (stat: fs.Stats, name: string) => boolean, callback: (error: Error, results: { n… argument
|
/third_party/skia/include/gpu/ |
D | GrRecordingContext.h | 201 class Stats { 203 Stats() = default; 247 Stats* stats() { return &fStats; } in stats() 248 const Stats* stats() const { return &fStats; } in stats()
|
/third_party/python/Lib/test/ |
D | test_pstats.py | 31 self.stats = pstats.Stats(stats_file) 35 stats = pstats.Stats(stream=stream) 83 ps = pstats.Stats(pr)
|
/third_party/typescript/tests/cases/compiler/ |
D | undeclaredModuleError.ts | 3 …: string, accept: (stat: fs.Stats, name: string) => boolean, callback: (error: Error, results: { n…
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceGlobalContext.h | 100 void reset() { Stats.fill(0); } in reset() 102 assert(static_cast<SizeT>(Tag) < Stats.size()); 103 Stats[Tag] += Count; 106 for (uint32_t i = 0; i < Stats.size(); ++i) in add() 107 Stats[i] += Other.Stats[i]; in add() 114 std::array<uint32_t, CS_NUM> Stats;
|
/third_party/flutter/skia/modules/skottie/include/ |
D | Skottie.h | 129 struct Stats { struct 142 const Stats& getStats() const { return fStats; } in getStats() 185 Stats fStats;
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
D | memory.h | 247 struct Stats { struct 264 inline Stats stats(); 273 Stats stats_; 276 size_t TrackedAllocator::Stats::numAllocations() const { in numAllocations() 284 size_t TrackedAllocator::Stats::bytesAllocated() const { in bytesAllocated() 295 TrackedAllocator::Stats TrackedAllocator::stats() { in stats()
|