/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/ |
D | alarm.h | 52 SetInternal(cq, ::grpc::TimePoint<T>(deadline).raw_time(), tag); in Alarm() 61 SetInternal(cq, ::grpc::TimePoint<T>(deadline).raw_time(), tag); in Set() 86 SetInternal(::grpc::TimePoint<T>(deadline).raw_time(), std::move(f)); in Set() 102 alarm_->SetInternal(::grpc::TimePoint<T>(deadline).raw_time(), in Set()
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/ |
D | alarm.h | 52 SetInternal(cq, ::grpc::TimePoint<T>(deadline).raw_time(), tag); in Alarm() 61 SetInternal(cq, ::grpc::TimePoint<T>(deadline).raw_time(), tag); in Set() 86 SetInternal(::grpc::TimePoint<T>(deadline).raw_time(), std::move(f)); in Set() 102 alarm_->SetInternal(::grpc::TimePoint<T>(deadline).raw_time(), in Set()
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/ |
D | time.h | 47 gpr_timespec raw_time() = delete; 55 gpr_timespec raw_time() { return time_; } in raw_time() function 81 gpr_timespec raw_time() const { return time_; } in raw_time() function
|
D | channel_interface.h | 84 NotifyOnStateChangeImpl(last_observed, deadline_tp.raw_time(), cq, tag); in NotifyOnStateChange() 92 return WaitForStateChangeImpl(last_observed, deadline_tp.raw_time()); in WaitForStateChange()
|
D | server_interface.h | 103 ShutdownInternal(TimePoint<T>(deadline).raw_time()); in Shutdown()
|
D | completion_queue.h | 197 return AsyncNextInternal(tag, ok, deadline_tp.raw_time()); in AsyncNext()
|
D | client_context.h | 268 deadline_ = deadline_tp.raw_time(); in set_deadline()
|
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/ |
D | time.h | 47 gpr_timespec raw_time() = delete; 55 gpr_timespec raw_time() { return time_; } in raw_time() function 81 gpr_timespec raw_time() const { return time_; } in raw_time() function
|
D | channel_interface.h | 84 NotifyOnStateChangeImpl(last_observed, deadline_tp.raw_time(), cq, tag); in NotifyOnStateChange() 92 return WaitForStateChangeImpl(last_observed, deadline_tp.raw_time()); in WaitForStateChange()
|
D | server_interface.h | 103 ShutdownInternal(TimePoint<T>(deadline).raw_time()); in Shutdown()
|
D | completion_queue.h | 197 return AsyncNextInternal(tag, ok, deadline_tp.raw_time()); in AsyncNext()
|
D | client_context.h | 268 deadline_ = deadline_tp.raw_time(); in set_deadline()
|
/external/grpc-grpc/include/grpcpp/impl/codegen/ |
D | time.h | 43 gpr_timespec raw_time() { in raw_time() function 56 gpr_timespec raw_time() { return time_; } in raw_time() function 81 gpr_timespec raw_time() const { return time_; } in raw_time() function
|
D | channel_interface.h | 70 NotifyOnStateChangeImpl(last_observed, deadline_tp.raw_time(), cq, tag); in NotifyOnStateChange() 78 return WaitForStateChangeImpl(last_observed, deadline_tp.raw_time()); in WaitForStateChange()
|
D | server_interface.h | 86 ShutdownInternal(TimePoint<T>(deadline).raw_time()); in Shutdown()
|
D | client_context.h | 231 deadline_ = deadline_tp.raw_time(); in set_deadline()
|
D | completion_queue.h | 190 return AsyncNextInternal(tag, ok, deadline_tp.raw_time()); in AsyncNext()
|
/external/perfetto/src/base/ |
D | time.cc | 72 time_t raw_time; in GetTimeFmt() local 73 time(&raw_time); in GetTimeFmt() 75 local_tm = localtime(&raw_time); in GetTimeFmt()
|
/external/grpc-grpc/include/grpcpp/ |
D | alarm.h | 53 SetInternal(cq, TimePoint<T>(deadline).raw_time(), tag); in Alarm() 62 SetInternal(cq, TimePoint<T>(deadline).raw_time(), tag); in Set() 93 alarm_->SetInternal(TimePoint<T>(deadline).raw_time(), std::move(f)); in Set()
|
/external/stressapptest/src/ |
D | logger.cc | 43 time_t raw_time; in VLogF() local 44 time(&raw_time); in VLogF() 46 localtime_r(&raw_time, &time_struct); in VLogF()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_rgp.c | 124 time_t raw_time; in radv_sqtt_fill_header() local 134 time(&raw_time); in radv_sqtt_fill_header() 135 timep = localtime_r(&raw_time, &result); in radv_sqtt_fill_header()
|
/external/tensorflow/tensorflow/core/profiler/protobuf/ |
D | op_profile.proto | 74 double raw_time = 11; // Elapsed core-time in picoseconds. field
|