/third_party/skia/tools/ |
D | Stats.h | 23 struct Stats { struct 24 Stats(const SkTArray<double>& samples, bool want_plot) { in Stats() function 80 #endif//Stats_DEFINED argument
|
/third_party/flutter/skia/tools/ |
D | Stats.h | 21 struct Stats { struct 22 Stats(const SkTArray<double>& samples, bool want_plot) { in Stats() argument 79 #endif//Stats_DEFINED argument
|
/third_party/grpc/src/core/lib/iomgr/executor/ |
D | mpmcqueue.h | 104 struct Stats { struct 115 Stats() { in Stats() argument
|
D | threadpool.h | 80 struct Stats { struct 82 Stats() { sleep_time = gpr_time_0(GPR_TIMESPAN); } in Stats() argument
|
/third_party/flutter/skia/modules/skottie/include/ |
D | Skottie.h | 129 struct Stats { struct 140 * @return Stats (see above). argument
|
/third_party/skia/experimental/lowp-basic/ |
D | lerp-study.cpp | 15 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()
|
D | bilerp-study.cpp | 15 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/ |
D | Skottie.h | 103 struct Stats { struct 114 * @return Stats (see above). argument
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICURWLock.java | 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
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | ICURWLock.java | 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
|
/third_party/skia/src/gpu/ |
D | GrResourceCache.h | 199 struct Stats { struct 208 Stats() { this->reset(); } in Stats() function 232 void getStats(Stats*) const; argument
|
D | GrResourceCache.cpp | 898 struct Stats { in validate() struct 899 size_t fBytes; in validate() 900 int fBudgetedCount; in validate() 901 size_t fBudgetedBytes; in validate() 902 int fLocked; in validate() 903 int fScratch; in validate() 904 int fCouldBeScratch; in validate() 905 int fContent; in validate() 906 const ScratchMap* fScratchMap; in validate() 907 const UniqueHash* fUniqueHash; in validate() [all …]
|
D | GrThreadSafePipelineBuilder.cpp | 14 using Stats = GrThreadSafePipelineBuilder::Stats; typedef
|
/third_party/flutter/skia/src/gpu/ |
D | GrResourceCache.h | 202 struct Stats { struct 211 Stats() { this->reset(); } in Stats() function 235 void getStats(Stats*) const; argument
|
D | GrResourceCache.cpp | 845 struct Stats { in validate() struct 846 size_t fBytes; in validate() 847 int fBudgetedCount; in validate() 848 size_t fBudgetedBytes; in validate() 849 int fLocked; in validate() 850 int fScratch; in validate() 851 int fCouldBeScratch; in validate() 852 int fContent; in validate() 853 const ScratchMap* fScratchMap; in validate() 854 const UniqueHash* fUniqueHash; in validate() [all …]
|
/third_party/gn/src/gn/ |
D | command_path.cc | 46 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/node/doc/api/ |
D | fs.md | 5592 #### `stats.isBlockDevice()` 5601 #### `stats.isCharacterDevice()` 5610 #### `stats.isDirectory()` 5623 #### `stats.isFIFO()` 5633 #### `stats.isFile()` 5642 #### `stats.isSocket()` 5651 #### `stats.isSymbolicLink()` 5662 #### `stats.dev` 5668 #### `stats.ino` 5674 #### `stats.mode` [all …]
|
/third_party/nghttp2/src/ |
D | h2load.h | 181 struct Stats { struct 184 size_t req_todo; 186 size_t req_started; 188 size_t req_done; 191 size_t req_success; 194 size_t req_status_success; 196 size_t req_failed; 199 size_t req_error; 201 size_t req_timedout; 204 int64_t bytes_total; [all …]
|
/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 __anone5baa6be0111::StatisticInfo 171 StatisticInfo &Stats = *StatInfo; in PrintStatistics() local 202 StatisticInfo &Stats = *StatInfo; in PrintStatisticsJSON() local 229 StatisticInfo &Stats = *StatInfo; in PrintStatistics() local
|
/third_party/grpc/src/php/tests/qps/generated_code/GPBMetadata/Src/Proto/Grpc/Core/ |
D | Stats.php | 7 class Stats class
|
/third_party/grpc/src/php/tests/qps/generated_code/GPBMetadata/Src/Proto/Grpc/Testing/ |
D | Stats.php | 7 class Stats class
|
/third_party/grpc/src/ruby/qps/src/proto/grpc/core/ |
D | stats_pb.rb | 33 Stats = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("grpc.core.Stats").msgclass constant
|
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Core/ |
D | Stats.php | 14 class Stats extends \Google\Protobuf\Internal\Message class
|
/third_party/grpc/src/proto/grpc/core/ |
D | stats.proto | 36 message Stats { message
|
/third_party/python/Tools/scripts/ |
D | byext.py | 9 class Stats: class
|