/external/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/ |
D | time.cc | 110 gpr_timespec gpr_time_from_nanos(int64_t ns, gpr_clock_type clock_type) { in gpr_time_from_nanos() 114 gpr_timespec gpr_time_from_micros(int64_t us, gpr_clock_type clock_type) { in gpr_time_from_micros() 118 gpr_timespec gpr_time_from_millis(int64_t ms, gpr_clock_type clock_type) { in gpr_time_from_millis() 122 gpr_timespec gpr_time_from_seconds(int64_t s, gpr_clock_type clock_type) { in gpr_time_from_seconds() 126 gpr_timespec gpr_time_from_minutes(int64_t m, gpr_clock_type clock_type) { in gpr_time_from_minutes() 130 gpr_timespec gpr_time_from_hours(int64_t h, gpr_clock_type clock_type) { in gpr_time_from_hours() 239 gpr_timespec gpr_convert_clock_type(gpr_timespec t, gpr_clock_type clock_type) { in gpr_convert_clock_type()
|
D | time_posix.cc | 48 gpr_clock_type clock_type) { in gpr_from_timespec() 67 static gpr_timespec now_impl(gpr_clock_type clock_type) { in now_impl() 149 gpr_timespec gpr_now(gpr_clock_type clock_type) { in gpr_now()
|
D | time_windows.cc | 73 gpr_timespec gpr_now(gpr_clock_type clock_type) { in gpr_now()
|
/external/grpc-grpc/src/core/lib/gpr/ |
D | time_posix.cc | 48 gpr_clock_type clock_type) { in gpr_from_timespec() 67 static gpr_timespec now_impl(gpr_clock_type clock_type) { in now_impl() 137 gpr_timespec gpr_now(gpr_clock_type clock_type) { in gpr_now()
|
D | time_windows.cc | 73 gpr_timespec gpr_now(gpr_clock_type clock_type) { in gpr_now()
|
D | time.cc | 231 gpr_timespec gpr_convert_clock_type(gpr_timespec t, gpr_clock_type clock_type) { in gpr_convert_clock_type()
|
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/ |
D | time_interval.cpp | 89 typedef rxsc::detail::test_type::clock_type clock_type; typedef 137 typedef rxsc::detail::test_type::clock_type clock_type; typedef
|
D | timestamp.cpp | 89 typedef rxsc::detail::test_type::clock_type clock_type; typedef 137 typedef rxsc::detail::test_type::clock_type clock_type; typedef
|
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/ |
D | gpr_types.h | 52 gpr_clock_type clock_type; member
|
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/ |
D | gpr_types.h | 52 gpr_clock_type clock_type; member
|
/external/grpc-grpc/include/grpc/impl/codegen/ |
D | gpr_types.h | 52 gpr_clock_type clock_type; member
|
/external/catch2/include/internal/benchmark/ |
D | catch_environment.hpp | 31 using clock_type = Clock; typedef
|
/external/iproute2/include/uapi/linux/hdlc/ |
D | ioctl.h | 42 unsigned int clock_type; /* internal, external, TX-internal etc. */ member 48 unsigned int clock_type; /* internal, external, TX-internal etc. */ member
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/ |
D | rx-runloop.hpp | 18 typedef scheduler::clock_type clock_type; typedef 136 typedef scheduler::clock_type clock_type; typedef in rxcpp::schedulers::run_loop
|
D | rx-test.hpp | 20 typedef scheduler_interface::clock_type clock_type; typedef in rxcpp::schedulers::detail::test_type 373 typedef detail::test_type::clock_type clock_type; typedef in rxcpp::schedulers::test
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
D | rx-scheduler.hpp | 154 typedef std::chrono::steady_clock clock_type; typedef 169 typedef scheduler_base::clock_type clock_type; typedef in rxcpp::schedulers::worker_interface 208 typedef scheduler_base::clock_type clock_type; typedef in rxcpp::schedulers::worker 359 typedef scheduler_base::clock_type clock_type; typedef in rxcpp::schedulers::scheduler_interface 389 typedef scheduler_base::clock_type clock_type; typedef in rxcpp::schedulers::scheduler 505 typedef scheduler_base::clock_type clock_type; typedef in rxcpp::schedulers::schedulable
|
/external/kernel-headers/original/uapi/linux/hdlc/ |
D | ioctl.h | 42 unsigned int clock_type; /* internal, external, TX-internal etc. */ member 48 unsigned int clock_type; /* internal, external, TX-internal etc. */ member
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | exec_ctx.cc | 77 gpr_clock_type clock_type) { in grpc_millis_to_timespec()
|
/external/linux-kselftest/tools/testing/selftests/timers/ |
D | inconsistency-check.c | 94 int consistency_test(int clock_type, unsigned long seconds) in consistency_test()
|
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | Timespec.cs | 50 private ClockType clock_type; field
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | exec_ctx.cc | 84 gpr_clock_type clock_type) { in grpc_millis_to_timespec()
|
/external/grpc-grpc/test/core/transport/ |
D | bdp_estimator_test.cc | 41 gpr_timespec fake_gpr_now(gpr_clock_type clock_type) { in fake_gpr_now()
|
/external/grpc-grpc/src/csharp/ext/ |
D | grpc_csharp_ext.c | 486 GPR_EXPORT gpr_timespec GPR_CALLTYPE gprsharp_now(gpr_clock_type clock_type) { in gprsharp_now() 491 gprsharp_inf_future(gpr_clock_type clock_type) { in gprsharp_inf_future() 496 gprsharp_inf_past(gpr_clock_type clock_type) { in gprsharp_inf_past()
|
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | bm_fullstack_trickle.cc | 50 static gpr_timespec fake_now(gpr_clock_type clock_type) { in fake_now()
|
/external/grpc-grpc/test/core/end2end/fuzzers/ |
D | api_fuzzer.cc | 67 static gpr_timespec now_impl(gpr_clock_type clock_type) { in now_impl()
|