/third_party/grpc/test/core/gpr/ |
D | time_test.cc | 94 x = gpr_time_from_micros(i, GPR_TIMESPAN); in test_values() 106 x = gpr_time_from_micros(-(INT64_MAX - 999997), GPR_TIMESPAN); in test_values() 120 x = gpr_time_from_micros(i, GPR_TIMESPAN); in test_values() 139 gpr_timespec it = gpr_time_from_micros(i * k, GPR_TIMESPAN); in test_add_sub() 140 gpr_timespec jt = gpr_time_from_micros(j * k, GPR_TIMESPAN); in test_add_sub() 143 if (gpr_time_cmp(gpr_time_from_micros(sum * k, GPR_TIMESPAN), sumt) != in test_add_sub() 152 if (gpr_time_cmp(gpr_time_from_micros(diff * k, GPR_TIMESPAN), difft) != in test_add_sub() 168 gpr_timespec x = gpr_time_from_micros(1, GPR_TIMESPAN); in test_overflow() 173 x = gpr_time_from_micros(-1, GPR_TIMESPAN); in test_overflow() 201 gpr_timespec y = gpr_time_from_micros(k * 100000, GPR_TIMESPAN); in test_sticky_infinities() [all …]
|
D | sync_test.cc | 249 start, gpr_time_from_micros(static_cast<int64_t>(timeout_s) * 1000000, in test() 339 gpr_time_from_micros(1000, GPR_TIMESPAN)); in inc_with_1ms_delay() 356 gpr_time_from_micros(1000, GPR_TIMESPAN)); in inc_with_1ms_delay_event() 402 gpr_time_from_micros(1000000, GPR_TIMESPAN)))); in consumer()
|
D | spinlock_test.cc | 97 start, gpr_time_from_micros(static_cast<int64_t>(timeout_s) * 1000000, in test()
|
/third_party/grpc/test/cpp/end2end/ |
D | server_early_return_test.cc | 70 gpr_time_from_micros(server_delay_before_return_us, GPR_TIMESPAN))); in RequestStream() 95 gpr_time_from_micros(server_delay_before_return_us, GPR_TIMESPAN))); in BidiStream()
|
D | test_service_impl.h | 137 gpr_time_from_micros(request->param().server_sleep_us(), in Echo() 174 gpr_time_from_micros(request->param().client_cancel_after_us(), in Echo() 182 gpr_time_from_micros(request->param().server_cancel_after_us(), in Echo()
|
D | test_service_impl.cc | 114 gpr_time_from_micros(1000, GPR_TIMESPAN))); in ServerTryCancel() 164 gpr_time_from_micros(req_->param().server_sleep_us(), in Echo() 247 gpr_time_from_micros(req_->param().server_cancel_after_us(), in Echo()
|
D | generic_end2end_test.cc | 410 gpr_time_from_micros(500, GPR_TIMESPAN))); in TEST_F()
|
D | end2end_test.cc | 1146 gpr_time_from_micros(delay_us, GPR_TIMESPAN))); in CancelRpc()
|
/third_party/grpc/test/cpp/util/ |
D | time_test.cc | 34 gpr_timespec ts = gpr_time_from_micros(us, GPR_TIMESPAN); in TEST_F()
|
/third_party/grpc/src/core/lib/iomgr/poller/ |
D | eventmanager_libuv.cc | 57 gpr_time_from_micros(10, GPR_TIMESPAN))); in RunWorkerLoop()
|
/third_party/grpc/test/core/bad_ssl/ |
D | server_common.cc | 85 gpr_time_from_micros(1000000, GPR_TIMESPAN)), in bad_ssl_run()
|
/third_party/grpc/include/grpc/support/ |
D | time.h | 69 GPRAPI gpr_timespec gpr_time_from_micros(int64_t us, gpr_clock_type clock_type);
|
/third_party/grpc/test/cpp/interop/ |
D | interop_server.cc | 222 gpr_time_from_micros(time_us, GPR_TIMESPAN)); in StreamingOutputCall() 276 gpr_time_from_micros(time_us, GPR_TIMESPAN)); in FullDuplexCall()
|
/third_party/grpc/src/core/ext/filters/client_channel/ |
D | global_subchannel_pool.cc | 94 gpr_time_from_micros(GRPC_REGISTER_SUBCHANNEL_CALM_DOWN_MICROS, in RegisterSubchannel()
|
/third_party/grpc/ |
D | grpc.def | 264 gpr_time_from_micros
|
/third_party/grpc/src/php/ext/grpc/ |
D | timeval.c | 80 gpr_timespec time = gpr_time_from_micros(microseconds, GPR_TIMESPAN); in PHP_METHOD()
|
/third_party/grpc/test/core/fling/ |
D | server.cc | 251 gpr_time_from_micros(1000000, GPR_TIMESPAN)), in main()
|
/third_party/grpc/src/core/lib/gpr/ |
D | time.cc | 114 gpr_timespec gpr_time_from_micros(int64_t us, gpr_clock_type clock_type) { in gpr_time_from_micros() function
|
/third_party/grpc/test/core/util/ |
D | test_config.cc | 379 gpr_time_from_micros( in grpc_timeout_milliseconds_to_deadline()
|
/third_party/grpc/test/core/surface/ |
D | public_headers_must_be_c89.c | 330 printf("%lx", (unsigned long) gpr_time_from_micros); in main()
|
/third_party/grpc/test/cpp/ios/CronetTests/ |
D | TestHelper.mm | 93 gpr_time_from_micros(request->param().server_sleep_us(), GPR_TIMESPAN)));
|
/third_party/grpc/test/core/channel/ |
D | channelz_test.cc | 253 gpr_time_from_micros(sleep_us, GPR_TIMESPAN))); in ChannelzSleep()
|
/third_party/grpc/src/ruby/ext/grpc/ |
D | rb_grpc_imports.generated.h | 862 #define gpr_time_from_micros gpr_time_from_micros_import macro
|