Home
last modified time | relevance | path

Searched refs:run_batch (Results 1 – 7 of 7) sorted by relevance

/third_party/grpc/src/ruby/spec/
Dclient_server_spec.rb32 server_batch = server_call.run_batch(ops)
80 client_batch = call.run_batch(client_ops)
92 server_batch = server_call.run_batch(server_ops)
98 final_client_batch = call.run_batch(
118 client_batch = call.run_batch(client_ops)
131 server_batch = server_call.run_batch(server_ops)
138 final_client_batch = call.run_batch(
163 client_batch = call.run_batch(client_ops)
176 server_batch = server_call.run_batch(server_ops)
187 final_client_batch = call.run_batch(client_ops)
[all …]
/third_party/grpc/src/ruby/spec/generic/
Dactive_call_spec.rb30 client_call.run_batch(CallOps::SEND_CLOSE_FROM_CLIENT => nil)
31 server_call.run_batch(CallOps::RECV_CLOSE_ON_SERVER => nil,
33 client_call.run_batch(CallOps::RECV_STATUS_ON_CLIENT => nil)
131 call.run_batch(CallOps::RECV_INITIAL_METADATA => nil)
149 recvd_call.run_batch(server_ops)
155 call.run_batch(CallOps::RECV_INITIAL_METADATA => nil)
171 call.run_batch(CallOps::SEND_CLOSE_FROM_CLIENT => nil) if f == 1
179 recvd_call.run_batch(server_ops)
342 recvd_call.run_batch(CallOps::SEND_INITIAL_METADATA => {})
343 call.run_batch(CallOps::RECV_INITIAL_METADATA => nil)
[all …]
Dclient_stub_spec.rb1079 recvd_call.run_batch(SEND_INITIAL_METADATA => metadata_to_send)
/third_party/grpc/src/ruby/lib/grpc/generic/
Dactive_call.rb65 call.run_batch(SEND_INITIAL_METADATA => metadata)
167 batch_result = @call.run_batch(RECV_STATUS_ON_CLIENT => nil)
194 @call.run_batch(SEND_MESSAGE => payload)
212 @call.run_batch(ops)
240 @call.run_batch(ops)
253 batch_result = @call.run_batch(ops)
367 batch_result = @call.run_batch(ops)
396 requests.each { |r| @call.run_batch(SEND_MESSAGE => @marshal.call(r)) }
407 batch_result = @call.run_batch(
450 @call.run_batch(ops)
[all …]
Dbidi_call.rb128 batch_result = @call.run_batch(ops)
152 @call.run_batch(SEND_MESSAGE => payload)
165 @call.run_batch(SEND_CLOSE_FROM_CLIENT => nil)
205 batch_result = @call.run_batch(RECV_STATUS_ON_CLIENT => nil)
/third_party/boost/status/
Dboost_check_library.py28 self.run_batch('check_organization_')
177 def run_batch(self, action_base, *args, **kargs): member in check_library
/third_party/python/Lib/test/
Dtest_regrtest.py649 def run_batch(self, *args): member in ProgramsTestCase
668 self.run_batch(script, *test_args, *self.tests)
685 self.run_batch(script, *rt_args, *self.regrtest_args, *self.tests)