Home
last modified time | relevance | path

Searched defs:Stats (Results 1 – 25 of 36) sorted by relevance

12

/third_party/skia/tools/
DStats.h23 struct Stats { struct
24 Stats(const SkTArray<double>& samples, bool want_plot) { in Stats() function
80 #endif//Stats_DEFINED argument
/third_party/skia/experimental/lowp-basic/
Dlerp-study.cpp15 struct Stats { struct
16 int diff_8_bits = 0;
17 int max_diff = 0;
18 int min_diff = 0;
19 int64_t total = 0;
21 void log(int16_t golden, int16_t candidate) { in log()
29 void print() const { in print()
Dbilerp-study.cpp15 struct Stats { struct
16 int64_t diff_8_bits = 0;
17 int64_t max_diff = 0;
18 int64_t min_diff = 0;
19 int64_t total = 0;
21 void log(int16_t golden, int16_t candidate) { in log()
29 void print() const { in print()
/third_party/skia/modules/skottie/include/
DSkottie.h103 struct Stats { struct
114 * @return Stats (see above). argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICURWLock.java47 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
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DICURWLock.java50 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
/third_party/skia/src/gpu/
DGrResourceCache.h232 struct Stats { struct
241 Stats() { this->reset(); } in Stats() argument
265 void getStats(Stats*) const; argument
DGrResourceCache.cpp1091 struct Stats { in validate() struct
1092 size_t fBytes; in validate()
1093 int fBudgetedCount; in validate()
1094 size_t fBudgetedBytes; in validate()
1095 int fLocked; in validate()
1096 int fScratch; in validate()
1097 int fCouldBeScratch; in validate()
1098 int fContent; in validate()
1099 const ScratchMap* fScratchMap; in validate()
1100 const UniqueHash* fUniqueHash; in validate()
[all …]
DGrThreadSafePipelineBuilder.cpp14 using Stats = GrThreadSafePipelineBuilder::Stats; typedef
/third_party/gn/src/gn/
Dcommand_path.cc46 struct Stats { struct
47 Stats() : public_paths(0), other_paths(0) {} in Stats() function
49 int total_paths() const { return public_paths + other_paths; } in total_paths()
51 int public_paths;
52 int other_paths;
56 std::map<const Target*, DepType> found_paths;
/third_party/nghttp2/src/
Dh2load.h207 struct Stats { struct
210 size_t req_todo;
212 size_t req_started;
214 size_t req_done;
217 size_t req_success;
220 size_t req_status_success;
222 size_t req_failed;
225 size_t req_error;
227 size_t req_timedout;
230 int64_t bytes_total;
[all …]
/third_party/node/doc/api/
Dfs.md6762 #### `stats.isBlockDevice()`
6772 #### `stats.isCharacterDevice()`
6782 #### `stats.isDirectory()`
6796 #### `stats.isFIFO()`
6807 #### `stats.isFile()`
6817 #### `stats.isSocket()`
6827 #### `stats.isSymbolicLink()`
6839 #### `stats.dev`
6845 #### `stats.ino`
6851 #### `stats.mode`
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DStatistic.cpp60 std::vector<TrackingStatistic *> Stats; member in __anon2a3b892b0111::StatisticInfo
171 StatisticInfo &Stats = *StatInfo; in PrintStatistics() local
202 StatisticInfo &Stats = *StatInfo; in PrintStatisticsJSON() local
229 StatisticInfo &Stats = *StatInfo; in PrintStatistics() local
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/tools/
Dworkbench.py68 class Stats(object): class
/third_party/python/Tools/scripts/
Dbyext.py9 class Stats: class
/third_party/node/deps/v8/src/compiler/
Dzone-stats.h91 using Stats = std::vector<StatsScope*>; variable
/third_party/typescript/tests/baselines/reference/
DundeclaredModuleError.js3 function readdir(path: string, accept: (stat: fs.Stats, name: string) => boolean, callback: (error:…
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.h1140 struct Stats struct
1143 StatInfo Total;
1148 StatInfo HeapType[HEAP_TYPE_COUNT];
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dmemory.h247 struct Stats { struct
257 std::array<UsageStats, size_t(Allocation::Usage::Count)> byUsage; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBSymbol.cpp130 TagStats Stats; in dumpChildStats() local
DPDBExtras.cpp388 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, const TagStats &Stats) { in operator <<()
/third_party/skia/tests/
DGrThreadSafeCacheTest.cpp107 struct Stats { struct in TestHelper
108 int fCacheHits = 0;
109 int fCacheMisses = 0;
111 int fNumSWCreations = 0;
112 int fNumLazyCreations = 0;
113 int fNumHWCreations = 0;
/third_party/node/lib/internal/fs/
Dutils.js509 function Stats(dev, mode, nlink, uid, gid, rdev, blksize, class
971 Stats, property
/third_party/skia/third_party/externals/harfbuzz/test/shape/
Dhb_test_tools.py170 class Stats: class
/third_party/lzma/C/
DPpmd7.h39 CPpmd_State_Ref Stats; member

12