/external/grpc-grpc/test/cpp/end2end/ |
D | async_end2end_test.cc | 311 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 …]
|
D | client_callback_end2end_test.cc | 74 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()
|
D | generic_end2end_test.cc | 115 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()
|
D | filter_end2end_test.cc | 170 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()
|
D | hybrid_end2end_test.cc | 294 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()
|
D | nonblocking_test.cc | 122 ClientContext cli_ctx; in SendRpc() local 128 stub_->PrepareAsyncEcho(&cli_ctx, send_request, cq_.get())); in SendRpc()
|
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | fullstack_streaming_ping_pong.h | 75 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()
|
D | fullstack_streaming_pump.h | 57 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()
|
D | fullstack_unary_ping_pong.h | 77 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()
|
D | bm_fullstack_trickle.cc | 278 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()
|
D | bm_call_create.cc | 144 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/ |
D | 2009-02-01-LargeMask.ll | 12 …%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/ |
D | 2009-02-01-LargeMask.ll | 12 …%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/ |
D | 2009-02-01-LargeMask.ll | 12 …%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/ |
D | ViewController.mm | 51 grpc::ClientContext cli_ctx; 53 generic_stub_->Call(&cli_ctx, kMethodName, &cq_, tag(1));
|
/external/grpc-grpc/test/cpp/cocoapods/generic/ |
D | generic.mm | 171 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/ |
D | writes_per_rpc_test.cc | 205 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/ |
D | 2007-11-05-Crash.ll | 11 …%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/ |
D | 2007-11-05-Crash.ll | 11 …%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/ |
D | 2007-11-05-Crash.ll | 11 …%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/ |
D | test_events.py | 2303 cli_ctx = test_utils.simple_client_sslcontext() 2306 cli_ctx = None 2323 ssl=cli_ctx, server_hostname=server_hostname))
|