| /external/syzkaller/syz-manager/ |
| D | stats.go | 12 type Stats struct { struct 13 crashes Stat 14 crashTypes Stat 15 crashSuppressed Stat 16 vmRestarts Stat 17 newInputs Stat 18 execTotal Stat 19 hubSendProgAdd Stat 20 hubSendProgDel Stat 21 hubSendRepro Stat [all …]
|
| /external/webrtc/webrtc/ |
| D | audio_receive_stream.h | 36 struct Stats { struct 37 uint32_t remote_ssrc = 0; 38 int64_t bytes_rcvd = 0; 39 uint32_t packets_rcvd = 0; 40 uint32_t packets_lost = 0; 41 float fraction_lost = 0.0f; 42 std::string codec_name; 43 uint32_t ext_seqnum = 0; 44 uint32_t jitter_ms = 0; 45 uint32_t jitter_buffer_ms = 0; [all …]
|
| D | audio_send_stream.h | 33 struct Stats { struct 35 uint32_t local_ssrc = 0; 36 int64_t bytes_sent = 0; 37 int32_t packets_sent = 0; 38 int32_t packets_lost = -1; 39 float fraction_lost = -1.0f; 40 std::string codec_name; 41 int32_t ext_seqnum = -1; 42 int32_t jitter_ms = -1; 43 int64_t rtt_ms = -1; [all …]
|
| D | video_receive_stream.h | 48 struct Stats { struct 49 int network_frame_rate = 0; 50 int decode_frame_rate = 0; 51 int render_frame_rate = 0; 54 std::string decoder_implementation_name = "unknown"; 55 FrameCounts frame_counts; 56 int decode_ms = 0; 57 int max_decode_ms = 0; 58 int current_delay_ms = 0; 59 int target_delay_ms = 0; [all …]
|
| D | video_send_stream.h | 64 struct Stats { struct 74 std::map<uint32_t, StreamStats> substreams; argument
|
| D | call.h | 92 struct Stats { struct 93 int send_bandwidth_bps = 0; 94 int recv_bandwidth_bps = 0; 95 int64_t pacer_delay_ms = 0; 96 int64_t rtt_ms = -1;
|
| /external/webrtc/webrtc/modules/audio_processing/aec/ |
| D | aec_core.h | 42 typedef struct Stats { struct 52 } Stats; argument
|
| /external/skia/tools/ |
| D | Stats.h | 21 struct Stats { struct 22 Stats(const SkTArray<double>& samples, bool want_plot) { in Stats() function 79 #endif//Stats_DEFINED argument
|
| /external/skqp/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
|
| /external/golang-protobuf/proto/ |
| D | deprecated.go | 37 type Stats struct{ Emalloc, Dmalloc, Encode, Decode, Chit, Cmiss, Size uint64 } argument
|
| /external/webrtc/webrtc/p2p/stunprober/ |
| D | stunprober.h | 71 struct Stats { struct 72 Stats() {} in Stats() function 79 int raw_num_request_sent = 0; 80 int num_request_sent = 0; 82 int num_response_received = 0; 83 NatType nat_type = NATTYPE_INVALID; 84 int average_rtt_ms = -1; 85 int success_percent = 0; 86 int target_request_interval_ns = 0; 87 int actual_request_interval_ns = 0; [all …]
|
| /external/tensorflow/tensorflow/compiler/aot/ |
| D | benchmark.h | 48 struct Stats { struct 52 Stats() : total_us(0) { per_iter_us.reserve(5000); } in Stats() argument
|
| /external/opencensus-java/exporters/stats/stackdriver/ |
| D | README.md | 25 #### Add the dependencies to your project 56 #### Register the exporter 69 #### Set Monitored Resource for exporter 114 #### Authentication 129 #### Specifying a Project ID 140 #### Java Versions
|
| /external/opencensus-java/exporters/stats/prometheus/ |
| D | README.md | 16 #### Add the dependencies to your project 47 #### Register the exporter 71 #### Exporting 77 #### Java Versions
|
| /external/skqp/modules/skottie/include/ |
| D | Skottie.h | 123 struct Stats { struct 134 * @return Stats (see above). argument
|
| /external/perfetto/src/profiling/memory/ |
| D | shared_ring_buffer.h | 73 struct Stats { struct 83 // Fields below get set by GetStats as copies of atomics in MetadataPage. argument 106 Stats GetStats(ScopedSpinlock& spinlock) { in GetStats() argument
|
| /external/skia/modules/skottie/include/ |
| D | Skottie.h | 123 struct Stats { struct 134 * @return Stats (see above). argument
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | buffer_assignment.h | 451 struct Stats { struct 467 const Stats& GetStats() const { return stats_; } in GetStats() argument
|
| /external/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
|
| /external/tensorflow/tensorflow/core/lib/io/ |
| D | record_reader.h | 70 struct Stats { struct 78 Stats stats; argument
|
| /external/icu/android_icu4j/src/main/java/android/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
|
| /external/webrtc/webrtc/voice_engine/test/auto_test/ |
| D | voe_conference_test.cc | 42 struct Stats { in TEST() struct 43 Stats(int64_t rtt_receiver_1, int64_t rtt_receiver_2, int64_t ntp_delay) in TEST() argument 48 int64_t rtt_receiver_1_; in TEST() 49 int64_t rtt_receiver_2_; in TEST() 50 int64_t ntp_delay_; in TEST()
|
| /external/skqp/src/gpu/ |
| D | GrResourceCache.cpp | 729 struct Stats { in validate() struct 730 size_t fBytes; in validate() 731 int fBudgetedCount; in validate() 732 size_t fBudgetedBytes; in validate() 733 int fLocked; in validate() 734 int fScratch; in validate() 735 int fCouldBeScratch; in validate() 736 int fContent; in validate() 737 const ScratchMap* fScratchMap; in validate() 738 const UniqueHash* fUniqueHash; in validate() [all …]
|
| D | GrResourceCache.h | 201 struct Stats { struct 210 Stats() { this->reset(); } in Stats() argument 234 void getStats(Stats*) const; argument
|
| /external/perfetto/src/traced/probes/android_log/ |
| D | android_log_data_source.h | 48 struct Stats { struct 49 uint64_t num_total = 0; // Total number of log entries received. 50 uint64_t num_failed = 0; // Parser failures. 51 uint64_t num_skipped = 0; // Messages skipped due to filters.
|