Home
last modified time | relevance | path

Searched defs:timeout_micros (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/testing/
Distio_echo.proto42 int64 timeout_micros = 3; field
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/testing/
H A Distio_echo.proto42 int64 timeout_micros = 3; field
/aosp_15_r20/external/grpc-grpc-java/istio-interop-testing/third_party/istio/src/main/proto/test/echo/proto/
H A Decho.proto46 int64 timeout_micros = 3; field
/aosp_15_r20/external/tensorflow/tensorflow/core/debug/
H A Ddebug_io_utils.cc731 Status DebugGrpcChannel::Connect(const int64_t timeout_micros) { in Connect()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dbatch_kernels.cc627 explicit UnbatchResource(int32_t timeout_micros) in UnbatchResource()