Home
last modified time | relevance | path

Searched refs:cli_ctx (Results 1 – 21 of 21) sorted by relevance

/external/grpc-grpc/test/cpp/end2end/
Dasync_end2end_test.cc311 ClientContext cli_ctx; in SendRpc() local
317 stub_->AsyncEcho(&cli_ctx, send_request, cq_.get())); in SendRpc()
421 ClientContext cli_ctx; in TEST_P() local
427 stub_->AsyncEcho(&cli_ctx, send_request, cq_.get())); in TEST_P()
462 ClientContext cli_ctx; in TEST_P() local
468 stub_->AsyncEcho(&cli_ctx, send_request, cq_.get())); in TEST_P()
507 ClientContext cli_ctx; in TEST_P() local
513 stub_->AsyncRequestStream(&cli_ctx, &recv_response, cq_.get(), tag(1))); in TEST_P()
552 ClientContext cli_ctx; in TEST_P() local
557 cli_ctx.set_initial_metadata_corked(true); in TEST_P()
[all …]
Dclient_callback_end2end_test.cc74 ClientContext cli_ctx; in SendRpcs() local
82 cli_ctx.AddMetadata("custom-bin", grpc::string(bytes, 8)); in SendRpcs()
85 cli_ctx.set_compression_algorithm(GRPC_COMPRESS_GZIP); in SendRpcs()
91 &cli_ctx, &request, &response, in SendRpcs()
114 ClientContext cli_ctx; in SendRpcsGeneric() local
124 &cli_ctx, kMethodName, send_buf.get(), &recv_buf, in SendRpcsGeneric()
Dgeneric_end2end_test.cc115 ClientContext cli_ctx; in SendRpc() local
123 cli_ctx.set_deadline(deadline); in SendRpc()
127 generic_stub_->PrepareCall(&cli_ctx, kMethodName, &cli_cq_); in SendRpc()
210 ClientContext cli_ctx; in TEST_F() local
221 generic_stub_->PrepareUnaryCall(&cli_ctx, kMethodName, in TEST_F()
267 ClientContext cli_ctx; in TEST_F() local
271 cli_ctx.set_compression_algorithm(GRPC_COMPRESS_GZIP); in TEST_F()
274 generic_stub_->PrepareCall(&cli_ctx, kMethodName, &cli_cq_); in TEST_F()
Dfilter_end2end_test.cc170 ClientContext cli_ctx; in SendRpc() local
177 generic_stub_->PrepareCall(&cli_ctx, kMethodName, &cli_cq_); in SendRpc()
264 ClientContext cli_ctx; in TEST_F() local
268 cli_ctx.set_compression_algorithm(GRPC_COMPRESS_GZIP); in TEST_F()
271 generic_stub_->PrepareCall(&cli_ctx, kMethodName, &cli_cq_); in TEST_F()
Dhybrid_end2end_test.cc294 ClientContext cli_ctx; in SendEcho() local
295 cli_ctx.set_wait_for_ready(true); in SendEcho()
297 Status recv_status = stub_->Echo(&cli_ctx, send_request, &recv_response); in SendEcho()
308 ClientContext cli_ctx; in SendEchoToDupService() local
309 cli_ctx.set_wait_for_ready(true); in SendEchoToDupService()
311 Status recv_status = stub->Echo(&cli_ctx, send_request, &recv_response); in SendEchoToDupService()
320 ClientContext cli_ctx; in SendSimpleClientStreaming() local
321 cli_ctx.set_wait_for_ready(true); in SendSimpleClientStreaming()
323 auto stream = stub_->RequestStream(&cli_ctx, &recv_response); in SendSimpleClientStreaming()
Dnonblocking_test.cc122 ClientContext cli_ctx; in SendRpc() local
128 stub_->PrepareAsyncEcho(&cli_ctx, send_request, cq_.get())); in SendRpc()
/external/grpc-grpc/test/cpp/microbenchmarks/
Dfullstack_streaming_ping_pong.h75 ClientContext cli_ctx; in BM_StreamingPingPong() local
76 ClientContextMutator cli_ctx_mut(&cli_ctx); in BM_StreamingPingPong()
77 auto request_rw = stub->AsyncBidiStream(&cli_ctx, fixture->cq(), tag(1)); in BM_StreamingPingPong()
167 ClientContext cli_ctx; in BM_StreamingPingPongMsgs() local
168 ClientContextMutator cli_ctx_mut(&cli_ctx); in BM_StreamingPingPongMsgs()
169 auto request_rw = stub->AsyncBidiStream(&cli_ctx, fixture->cq(), tag(1)); in BM_StreamingPingPongMsgs()
272 ClientContext cli_ctx; in BM_StreamingPingPongWithCoalescingApi() local
273 ClientContextMutator cli_ctx_mut(&cli_ctx); in BM_StreamingPingPongWithCoalescingApi()
274 cli_ctx.set_initial_metadata_corked(true); in BM_StreamingPingPongWithCoalescingApi()
277 auto request_rw = stub->AsyncBidiStream(&cli_ctx, fixture->cq(), tag(1)); in BM_StreamingPingPongWithCoalescingApi()
Dfullstack_streaming_pump.h57 ClientContext cli_ctx; in BM_PumpStreamClientToServer() local
58 auto request_rw = stub->AsyncBidiStream(&cli_ctx, fixture->cq(), tag(1)); in BM_PumpStreamClientToServer()
126 ClientContext cli_ctx; in BM_PumpStreamServerToClient() local
127 auto request_rw = stub->AsyncBidiStream(&cli_ctx, fixture->cq(), tag(1)); in BM_PumpStreamServerToClient()
Dfullstack_unary_ping_pong.h77 ClientContext cli_ctx; in BM_UnaryPingPong() local
78 ClientContextMutator cli_ctx_mut(&cli_ctx); in BM_UnaryPingPong()
80 stub->AsyncEcho(&cli_ctx, send_request, fixture->cq())); in BM_UnaryPingPong()
Dbm_fullstack_trickle.cc278 ClientContext cli_ctx; in BM_PumpStreamServerToClient_Trickle() local
279 auto request_rw = stub->AsyncBidiStream(&cli_ctx, fixture->cq(), tag(1)); in BM_PumpStreamServerToClient_Trickle()
392 ClientContext cli_ctx; in BM_PumpUnbalancedUnary_Trickle() local
394 stub->AsyncEcho(&cli_ctx, send_request, fixture->cq())); in BM_PumpUnbalancedUnary_Trickle()
Dbm_call_create.cc144 grpc::ClientContext cli_ctx; in BM_LameChannelCallCreateCpp() local
145 auto reader = stub->AsyncEcho(&cli_ctx, send_request, &cq); in BM_LameChannelCallCreateCpp()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
D2009-02-01-LargeMask.ll12 …%struct.cli_ctx = type { i8**, i32*, %struct.cli_matcher*, %struct.cl_engine*, %struct.cl_limits*,…
16 define fastcc i32 @cli_scanautoit(i32 %desc, %struct.cli_ctx* %ctx, i32 %offset) nounwind {
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2009-02-01-LargeMask.ll12 …%struct.cli_ctx = type { i8**, i32*, %struct.cli_matcher*, %struct.cl_engine*, %struct.cl_limits*,…
16 define fastcc i32 @cli_scanautoit(i32 %desc, %struct.cli_ctx* %ctx, i32 %offset) nounwind {
/external/llvm/test/CodeGen/X86/
D2009-02-01-LargeMask.ll12 …%struct.cli_ctx = type { i8**, i32*, %struct.cli_matcher*, %struct.cl_engine*, %struct.cl_limits*,…
16 define fastcc i32 @cli_scanautoit(i32 %desc, %struct.cli_ctx* %ctx, i32 %offset) nounwind {
/external/grpc-grpc/examples/cpp/helloworld/cocoapods/HelloWorldCpp/
DViewController.mm51 grpc::ClientContext cli_ctx;
53 generic_stub_->Call(&cli_ctx, kMethodName, &cq_, tag(1));
/external/grpc-grpc/test/cpp/cocoapods/generic/
Dgeneric.mm171 ClientContext cli_ctx;
179 cli_ctx.set_deadline(deadline);
183 generic_stub_->Call(&cli_ctx, kMethodName, &cli_cq_, tag(1));
/external/grpc-grpc/test/cpp/performance/
Dwrites_per_rpc_test.cc205 ClientContext cli_ctx; in UnaryPingPong() local
207 stub->AsyncEcho(&cli_ctx, send_request, fixture->cq())); in UnaryPingPong()
/external/swiftshader/third_party/LLVM/test/Transforms/LoopUnroll/
D2007-11-05-Crash.ll11 …%struct.cli_ctx = type { i8**, i64*, %struct.cli_matcher*, %struct.cl_engine*, %struct.cl_limits*,…
17 define fastcc i32 @cli_scanpe(i32 %desc, %struct.cli_ctx* %ctx) {
/external/llvm/test/Transforms/LoopUnroll/
D2007-11-05-Crash.ll11 …%struct.cli_ctx = type { i8**, i64*, %struct.cli_matcher*, %struct.cl_engine*, %struct.cl_limits*,…
17 define fastcc i32 @cli_scanpe(i32 %desc, %struct.cli_ctx* %ctx) {
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/
D2007-11-05-Crash.ll11 …%struct.cli_ctx = type { i8**, i64*, %struct.cli_matcher*, %struct.cl_engine*, %struct.cl_limits*,…
17 define fastcc i32 @cli_scanpe(i32 %desc, %struct.cli_ctx* %ctx) {
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_events.py2303 cli_ctx = test_utils.simple_client_sslcontext()
2306 cli_ctx = None
2323 ssl=cli_ctx, server_hostname=server_hostname))