Home
last modified time | relevance | path

Searched refs:check_run (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio/src/call/
Dclient.rs18 use crate::call::{check_run, Call, MessageReader, Method};
114 let cq_f = check_run(BatchType::CheckRead, |ctx, tag| unsafe { in unary_async()
136 let cq_f = check_run(BatchType::CheckRead, |ctx, tag| unsafe { in client_streaming()
167 let cq_f = check_run(BatchType::Finish, |ctx, tag| unsafe { in server_streaming()
182 check_run(BatchType::Finish, |ctx, tag| unsafe { in server_streaming()
195 let cq_f = check_run(BatchType::Finish, |ctx, tag| unsafe { in duplex_streaming()
208 check_run(BatchType::Finish, |ctx, tag| unsafe { in duplex_streaming()
Dmod.rs259 fn check_run<F>(bt: BatchType, f: F) -> BatchFuture in check_run() function
302 let f = check_run(BatchType::Finish, |ctx, tag| unsafe { in start_send_message()
318 let f = check_run(BatchType::Finish, |_, tag| unsafe { in start_send_close_client()
327 let f = check_run(BatchType::Read, |ctx, tag| unsafe { in start_recv_message()
338 let f = check_run(BatchType::Finish, |ctx, tag| unsafe { in start_server_side()
354 let f = check_run(BatchType::Finish, |ctx, tag| unsafe { in start_send_status_from_server()
/external/autotest/site_utils/admin_audit/
Dverifiers.py164 check_run = self._dut_host.run(cmd, timeout=30, ignore_status=True)
165 if check_run.stdout.strip() != 'USB':