Searched refs:set_fail_fast (Results 1 – 11 of 11) sorted by relevance
91 ctx.set_fail_fast(false); in Connect()144 ctx.set_fail_fast(false); in EnumerateDevices()173 ctx.set_fail_fast(false); in Shutdown()203 ctx.set_fail_fast(false); in BlockingKeyValueGet()229 ctx.set_fail_fast(false); in KeyValueSet()251 ctx.set_fail_fast(false); in HeartbeatLoop()
16 - remove `ClientContext::set_fail_fast()` method from
135 ctx.set_fail_fast(false); in TEST()
992 ctx.set_fail_fast(false); in AllocateStream()1000 ctx.set_fail_fast(false); in QuerySystemInfo()1018 ctx.set_fail_fast(false); in Reset()1040 ctx.set_fail_fast(false); in Close()1062 ctx.set_fail_fast(false); in CreateGrpcTpuDriver()
142 ctx.set_fail_fast(false);
258 void set_fail_fast(bool fail_fast) { set_wait_for_ready(!fail_fast); } in set_fail_fast() function
327 self.set_fail_fast(args_dict, True)
295 void set_fail_fast(bool fail_fast) { set_wait_for_ready(!fail_fast); } in set_fail_fast() function
288 def set_fail_fast(self, fail_fast): member in mock_god
4502 def set_fail_fast(self, args_dict, default=False): member in BluetoothAdapterTests