Home
last modified time | relevance | path

Searched refs:send_status (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_rma_local_test.cc89 Status send_status; in TEST_F() local
93 [&send_note, &send_status](const Status& s) { in TEST_F()
94 send_status = s; in TEST_F()
100 TF_EXPECT_OK(send_status); in TEST_F()
134 Status send_status; in TEST_F() local
138 [&send_note, &send_status](const Status& s) { in TEST_F()
139 send_status = s; in TEST_F()
145 TF_EXPECT_OK(send_status); in TEST_F()
/external/grpc-grpc/src/ruby/lib/grpc/generic/
Drpc_desc.rb96 send_status(active_call, OK, 'OK', active_call.output_metadata)
107 send_status(active_call, OK, 'OK', active_call.output_metadata)
134 send_status(active_call, e.code, e.details, e.metadata)
143 send_status(active_call, DEADLINE_EXCEEDED, 'late')
153 send_status(active_call, UNKNOWN, "#{e.class}: #{e.message}")
195 def send_status(active_client, code, details, metadata = {}) method in GRPC.RpcDesc
198 active_client.send_status(code, details, code == OK, metadata: metadata)
Drpc_server.rb367 c.send_status(GRPC::Core::StatusCodes::RESOURCE_EXHAUSTED,
383 c.send_status(GRPC::Core::StatusCodes::UNIMPLEMENTED, '')
405 c.send_status(GRPC::Core::StatusCodes::INTERNAL,
Dactive_call.rb206 def send_status(code = OK, details = '', assert_finished = false, method in GRPC.ActiveCall
/external/openssh/
Dsftp-server.c511 send_status(u_int32_t id, u_int32_t status) in send_status() function
713 send_status(id, status); in process_open()
729 send_status(id, status); in process_close()
770 send_status(id, status); in process_read()
812 send_status(id, status); in process_write()
838 send_status(id, status); in process_do_stat()
877 send_status(id, status); in process_fstat()
935 send_status(id, status); in process_setstat()
1001 send_status(id, status); in process_fsetstat()
1030 send_status(id, status); in process_opendir()
[all …]
Dssh-agent.c232 send_status(SocketEntry *e, int success) in send_status() function
504 send_status(e, success); in process_remove_identity()
524 send_status(e, 1); in process_remove_all_identities()
675 send_status(e, success); in process_add_identity()
723 send_status(e, success); in process_lock_agent()
818 send_status(e, success); in process_add_smartcard_key()
862 send_status(e, success); in process_remove_smartcard_key()
904 send_status(e, 0); in process_message()
964 send_status(e, 0); in process_message()
/external/grpc-grpc/src/ruby/spec/generic/
Dactive_call_spec.rb174 server_call.send_status(OK, '', true)
337 describe '#send_status', send_status: true do
351 blk = proc { server_call.send_status(OK) }
418 server_call.send_status(OK, 'OK')
439 server_call.send_status(OK, 'OK')
508 server_call.send_status(OK, 'OK', true)
527 server_call.send_status(OK, 'status code is OK')
540 server_call.send_status(OK, 'status code is OK')
557 server_call.send_status(OK, 'status code is OK')
628 @server_call.send_status(@server_status)
[all …]
Dclient_stub_spec.rb516 c.send_status(OK, 'OK', true)
695 server_call.send_status(@pass, 'OK', true)
978 c.send_status(status, status == @pass ? 'OK' : 'NOK', true,
990 c.send_status(status, status == @pass ? 'OK' : 'NOK', true)
1015 c.send_status(status, status == @pass ? 'OK' : 'NOK', true,
1034 c.send_status(status, status == @pass ? 'OK' : 'NOK', true,
1053 c.send_status(status, status == @pass ? 'OK' : 'NOK', true,
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_copy_node.cc215 Status send_status = captured_state_->GetSendStatus(); in RunRemoteRecv() local
216 if (!send_status.ok()) { in RunRemoteRecv()
217 captured_state_->dst()->Poison(send_status); in RunRemoteRecv()
218 done(send_status); in RunRemoteRecv()
355 Status send_status = captured_state->GetSendStatus(); in RunAsync() local
356 if (!send_status.ok()) { in RunAsync()
359 done(send_status); in RunAsync()
/external/grpc-grpc/src/ruby/spec/
Dclient_server_spec.rb95 expect(server_batch.send_status).to be true
135 expect(server_batch.send_status).to be true
180 expect(server_batch.send_status).to be true
219 expect(server_batch.send_status).to be true
254 expect(server_batch.send_status).to be true
395 expect(final_server_batch.send_status).to be(true)
483 expect(srv_batch.send_status).to be true
526 expect(srv_batch.send_status).to be true
639 expect(final_server_batch.send_status).to be(true)
/external/grpc-grpc/src/php/tests/unit_tests/
DSecureEndToEndTest.php83 $this->assertTrue($event->send_status);
188 $this->assertTrue($event->send_status);
DCallCredentialsTest.php106 $this->assertTrue($event->send_status);
DCallCredentials2Test.php104 $this->assertTrue($event->send_status);
DEndToEndTest.php68 $this->assertTrue($event->send_status);
169 $this->assertTrue($event->send_status);
/external/grpc-grpc/test/core/memory_usage/
Dserver.cc97 static void send_status(void* tag) { in send_status() function
292 send_status(&calls[k]); in main()
/external/u-boot/drivers/usb/gadget/
Datmel_usba_udc.c82 static void send_status(struct usba_udc *udc, struct usba_ep *ep) in send_status() function
138 send_status(udc, ep); in receive_data()
777 send_status(udc, ep); in handle_ep0_setup()
784 send_status(udc, ep); in handle_ep0_setup()
809 send_status(udc, ep); in handle_ep0_setup()
818 send_status(udc, ep); in handle_ep0_setup()
Df_mass_storage.c1597 static int send_status(struct fsg_common *common) in send_status() function
2343 send_status(common); in handle_exception()
2418 if (send_status(common)) in fsg_main_thread()
/external/autotest/client/site_tests/power_LoadTest/extension/
Dtest.js251 function send_status() { function
297 send_status();
/external/u-boot/drivers/mmc/
Dmmc.c749 bool send_status) in __mmc_switch() argument
790 if (ret == -ENOSYS && !send_status) in __mmc_switch()