/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | buffer_list.cc | 203 new_elem->ts_.sendmsg_time.time = gpr_now(GPR_CLOCK_REALTIME); in AddNewEntry() 204 new_elem->ts_.scheduled_time.time = gpr_inf_past(GPR_CLOCK_REALTIME); in AddNewEntry() 205 new_elem->ts_.sent_time.time = gpr_inf_past(GPR_CLOCK_REALTIME); in AddNewEntry() 206 new_elem->ts_.acked_time.time = gpr_inf_past(GPR_CLOCK_REALTIME); in AddNewEntry() 208 if (get_socket_tcp_info(&new_elem->ts_.info, fd) == 0) { in AddNewEntry() 209 extract_opt_stats_from_tcp_info(&new_elem->ts_.sendmsg_time.metrics, in AddNewEntry() 210 &new_elem->ts_.info); in AddNewEntry() 237 fill_gpr_from_timestamp(&(elem->ts_.scheduled_time.time), in ProcessTimestamp() 239 extract_opt_stats_from_cmsg(&(elem->ts_.scheduled_time.metrics), in ProcessTimestamp() 244 fill_gpr_from_timestamp(&(elem->ts_.sent_time.time), &(tss->ts[0])); in ProcessTimestamp() [all …]
|
D | buffer_list.h | 143 grpc_core::Timestamps ts_; /* The timestamps corresponding to this buffer */ variable
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | buffer_list.cc | 37 new_elem->ts_.sendmsg_time = gpr_now(GPR_CLOCK_REALTIME); in AddNewEntry() 76 fill_gpr_from_timestamp(&(elem->ts_.scheduled_time), &(tss->ts[0])); in ProcessTimestamp() 80 fill_gpr_from_timestamp(&(elem->ts_.sent_time), &(tss->ts[0])); in ProcessTimestamp() 84 fill_gpr_from_timestamp(&(elem->ts_.acked_time), &(tss->ts[0])); in ProcessTimestamp() 88 timestamps_callback(elem->arg_, &(elem->ts_), GRPC_ERROR_NONE); in ProcessTimestamp() 107 timestamps_callback(elem->arg_, &(elem->ts_), shutdown_err); in Shutdown()
|
D | buffer_list.h | 81 grpc_core::Timestamps ts_; /* The timestamps corresponding to this buffer */ variable
|
/external/webrtc/modules/audio_coding/neteq/ |
D | delay_manager_unittest.cc | 59 uint32_t ts_; member in webrtc::DelayManagerTest 67 ts_(0x12345678) {} in DelayManagerTest() 91 auto relative_delay = dm_->Update(seq_no_, ts_, kFs); in InsertNextPacket() 93 ts_ += kTsIncrement; in InsertNextPacket() 393 dm_->Update(seq_no_ - 3, ts_ - 3 * kFrameSizeMs, kFs); in TEST_F() 397 dm_->Update(seq_no_ - 2, ts_ - 2 * kFrameSizeMs, kFs); in TEST_F() 522 dm_->Update(seq_no_, ts_, kFs); in TEST_F() 526 dm_->Update(seq_no_ + 1, ts_ + kTsIncrement, kFs); in TEST_F() 529 dm_->Update(seq_no_, ts_, kFs); in TEST_F() 548 ts_ += kFs * kMaxHistoryMs / 1000; in TEST_F() [all …]
|
D | packet_buffer_unittest.cc | 55 uint32_t ts_; member in __anona60d935a0111::PacketGenerator 72 ts_ = ts; in Reset() 82 packet.timestamp = ts_; in NextPacket() 86 ts_ += frame_size_; in NextPacket()
|
/external/bcc/src/cc/ |
D | bpf_module.cc | 97 ts_(ts) { in BPFModule() 109 if (!ts_) { in BPFModule() 111 ts_ = &*local_ts_; in BPFModule() 141 ts_->DeletePrefix(Path({id_})); in ~BPFModule() 147 if (clang_loader.parse(&mod_, *ts_, file, in_memory, cflags, ncflags, id_, in load_cfile() 160 if (clang_loader.parse(&mod_, *ts_, text, true, nullptr, 0, "", *func_src_, in load_includes() 173 for (auto it = ts_->lower_bound(path), up = ts_->upper_bound(path); it != up; ++it) { in annotate_light() 586 if (int rc = b_loader.parse(&*mod_, filename, proto_filename, *ts_, id_, in load_b()
|
D | bpf_module.h | 126 TableStorage &table_storage() { return *ts_; } in table_storage() 149 TableStorage *ts_; variable
|
D | bpf_module_rw_engine.cc | 376 for (auto it = ts_->lower_bound(path), up = ts_->upper_bound(path); it != up; ++it) { in annotate()
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | track_event_parser.cc | 170 ts_(ts), in EventImporter() 544 ts_, static_cast<double>(event_data_->counter_value), track_id_); in ParseCounterEvent() 560 ts_, static_cast<double>(*event_data_->thread_timestamp), track_id); in ParseLegacyThreadTimeAndInstructionsAsCounters() 566 ts_, static_cast<double>(*event_data_->thread_instruction_count), in ParseLegacyThreadTimeAndInstructionsAsCounters() 618 context_->event_tracker->PushCounter(ts_, value, *track_id); in AddExtraCounterValue() 657 ts_, track_id_, category_id_, name_id_, in ParseThreadEndEvent() 835 ts_, track_id_, category_id_, name_id_, duration_ns, in ParseThreadInstantEvent() 859 ts_, track_id_, category_id_, name_id_, args_inserter); in ParseAsyncBeginEvent() 884 ts_, track_id_, category_id_, name_id_, in ParseAsyncEndEvent() 905 ts_, track_id_, category_id_, name_id_, duration_ns, in ParseAsyncStepEvent() [all …]
|
/external/perfetto/src/trace_processor/sqlite/ |
D | span_join_operator_table.h | 225 return ts_; in ts() 273 return (!IsReal() && ts_ == ts_end_) || in IsEmptyShadow() 301 int64_t ts_ = 0; variable
|
D | span_join_operator_table.cc | 697 ts_ = AdjustedTsEnd(); in NextSliceState() 708 ts_ = 0; in NextSliceState() 719 ts_ = CursorTs(); in NextSliceState() 720 ts_end_ = ts_ + CursorDur(); in NextSliceState() 741 ts_ = 0; in NextSliceState() 774 ts_ = 0; in Rewind()
|
/external/bcc/src/cc/includes/ |
D | bpf_module.h | 126 TableStorage &table_storage() { return *ts_; } in table_storage() 149 TableStorage *ts_; variable
|
/external/bcc/src/cc/frontends/clang/ |
D | b_frontend_action.h | 168 TableStorage &table_storage() const { return ts_; } in table_storage() 177 TableStorage &ts_; variable
|
D | b_frontend_action.cc | 1357 ts_(ts), in BFrontendAction()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_syscalls_netbsd.inc | 2306 (void *ts_, long long unpark_, void *hint_, void *unparkhint_) { 2310 (long long res, void *ts_, long long unpark_, void *hint_, void *unparkhint_) { 2693 (long long nd_, void *in_, void *ou_, void *ex_, void *ts_, void *mask_) { 2697 (long long res, long long nd_, void *in_, void *ou_, void *ex_, void *ts_, 2702 (void *fds_, long long nfds_, void *ts_, void *mask_) { 2706 (long long res, void *fds_, long long nfds_, void *ts_, void *mask_) { 3195 (void *ts_, long long unpark_, void *hint_, void *unparkhint_) { 3199 (long long res, void *ts_, long long unpark_, void *hint_, void *unparkhint_) { 3216 (long long nd_, void *in_, void *ou_, void *ex_, void *ts_, void *mask_) { 3217 if (ts_) { [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | STLExtras.h | 647 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {} 786 zip_longest_range(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {}
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | STLExtras.h | 716 zippy(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {} 854 zip_longest_range(Args &&... ts_) : ts(std::forward<Args>(ts_)...) {}
|
/external/perfetto/src/tracing/test/ |
D | api_integrationtest.cc | 136 explicit MyTimestamp(uint64_t ts_) : ts(ts_) {} in MyTimestamp() argument
|
/external/toolchain-utils/android_bench_suite/panorama_input/ |
D | test_008.ppm | 7000 ts_�����z��x��������o��f��T��_�����|��L��K��D��D��J��J�������������t��i��L��I��I��M��w����������…
|