Home
last modified time | relevance | path

Searched defs:stub (Results 1 – 25 of 1425) sorted by relevance

12345678910>>...57

/external/grpc-grpc/src/php/tests/interop/
Dinterop_client.php59 function emptyUnary($stub)
72 function largeUnary($stub)
84 function performLargeUnary($stub, $fillUsername = false,
124 function clientCompressedUnary($stub)
172 function serviceAccountCreds($stub, $args)
195 function computeEngineCreds($stub, $args)
215 function jwtTokenCreds($stub, $args)
232 function oauth2AuthToken($stub, $args)
264 function perRpcCreds($stub, $args)
282 function clientStreaming($stub)
[all …]
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dmethods.py77 stub, fill_username, fill_oauth_scope, call_credentials argument
95 def _empty_unary(stub): argument
103 def _large_unary(stub): argument
107 def _client_streaming(stub): argument
128 def _server_streaming(stub): argument
190 def _ping_pong(stub): argument
223 def _cancel_after_begin(stub): argument
233 def _cancel_after_first_response(stub): argument
273 def _timeout_on_sleeping_server(stub): argument
292 def _empty_stream(stub): argument
[all …]
/external/grpc-grpc/src/python/grpcio_tests/tests/http2/
Dnegative_http2_client.py68 def _goaway(stub): argument
80 def _rst_after_header(stub): argument
89 def _rst_during_data(stub): argument
98 def _rst_after_data(stub): argument
107 def _ping(stub): argument
114 def _max_streams(stub): argument
131 def _run_test_case(test_case, stub): argument
/external/grpc-grpc/examples/python/route_guide/
Droute_guide_client.py34 def guide_get_one_feature(stub, point): argument
46 def guide_get_feature(stub): argument
53 def guide_list_features(stub): argument
73 def guide_record_route(stub): argument
97 def guide_route_chat(stub): argument
/external/grpc-grpc/examples/ruby/errors_and_cancellation/
Derror_examples_client.rb31 def run_get_feature_expect_error(stub) argument
35 def run_list_features_expect_error(stub) argument
42 def run_record_route_expect_error(stub) argument
46 def run_route_chat_expect_error(stub) argument
/external/grpc-grpc/src/python/grpcio_tests/tests/testing/
D_client_application.py99 def _run_unary_unary(stub): argument
107 def _run_unary_stream(stub): argument
117 def _run_stream_unary(stub): argument
130 def _run_stream_stream(stub): argument
154 def _run_concurrent_stream_unary(stub): argument
172 def _run_concurrent_stream_stream(stub): argument
197 def _run_cancel_unary_unary(stub): argument
209 def _run_infinite_request_stream(stub): argument
/external/grpc-grpc/src/ruby/bin/
Dmath_client.rb44 def do_div(stub) argument
54 def do_sum(stub) argument
65 def do_fib(stub) argument
77 def do_div_many(stub) argument
/external/grpc-grpc/examples/python/data_transmission/
Dclient.py41 def simple_method(stub): argument
57 def client_streaming_method(stub): argument
81 def server_streaming_method(stub): argument
99 def bidirectional_streaming_method(stub): argument
/external/cronet/stable/base/fuchsia/
Dscoped_natural_service_binding_unittest.cc38 auto stub = in TEST_F() local
55 auto stub = CreateTestInterfaceClient( in TEST_F() local
104 auto stub = in TEST_F() local
116 auto stub = in TEST_F() local
144 auto stub = in TEST_F() local
156 auto stub = in TEST_F() local
Dfiltered_service_directory_unittest.cc52 auto stub = filtered_client_->Connect<testfidl::TestInterface>(); in TEST_F() local
76 auto stub = filtered_client_->Connect<testfidl::TestInterface>(); in TEST_F() local
87 auto stub = filtered_client_->Connect<testfidl::TestInterface>(); in TEST_F() local
109 auto stub = filtered_client_->Connect<testfidl::TestInterface>(); in TEST_F() local
118 auto stub = filtered_client_->Connect<testfidl::TestInterface>(); in TEST_F() local
/external/cronet/tot/base/fuchsia/
Dscoped_natural_service_binding_unittest.cc38 auto stub = in TEST_F() local
55 auto stub = CreateTestInterfaceClient( in TEST_F() local
104 auto stub = in TEST_F() local
116 auto stub = in TEST_F() local
144 auto stub = in TEST_F() local
156 auto stub = in TEST_F() local
Dfiltered_service_directory_unittest.cc52 auto stub = filtered_client_->Connect<testfidl::TestInterface>(); in TEST_F() local
76 auto stub = filtered_client_->Connect<testfidl::TestInterface>(); in TEST_F() local
87 auto stub = filtered_client_->Connect<testfidl::TestInterface>(); in TEST_F() local
109 auto stub = filtered_client_->Connect<testfidl::TestInterface>(); in TEST_F() local
118 auto stub = filtered_client_->Connect<testfidl::TestInterface>(); in TEST_F() local
/external/mesa3d/src/mapi/shared-glapi/
Dstub.c61 const struct mapi_stub *stub = (const struct mapi_stub *) elem; in stub_compare() local
95 const struct mapi_stub *stub = in stub_find_by_slot() local
104 stub_get_name(const struct mapi_stub *stub) in stub_get_name()
113 stub_get_slot(const struct mapi_stub *stub) in stub_get_slot()
122 stub_get_addr(const struct mapi_stub *stub) in stub_get_addr()
Dglapi.c64 const struct mapi_stub *stub = stub_find_public(function_name + 2); in _glapi_add_dispatch() local
87 const struct mapi_stub *stub = _glapi_get_stub(funcName); in _glapi_get_proc_offset() local
99 const struct mapi_stub *stub = _glapi_get_stub(funcName); in _glapi_get_proc_address() local
110 const struct mapi_stub *stub = stub_find_by_slot(offset); in _glapi_get_proc_name() local
/external/grpc-grpc/test/core/transport/binder/end2end/
Dend2end_binder_transport_test.cc93 std::unique_ptr<grpc::testing::EchoTestService::Stub> stub = NewStub(); in TEST_P() local
104 std::unique_ptr<grpc::testing::EchoTestService::Stub> stub = NewStub(); in TEST_P() local
124 std::unique_ptr<grpc::testing::EchoTestService::Stub> stub = NewStub(); in TEST_P() local
141 std::unique_ptr<grpc::testing::EchoTestService::Stub> stub = NewStub(); in TEST_P() local
159 std::unique_ptr<grpc::testing::EchoTestService::Stub> stub = NewStub(); in TEST_P() local
171 std::unique_ptr<grpc::testing::EchoTestService::Stub> stub = NewStub(); in TEST_P() local
184 std::unique_ptr<grpc::testing::EchoTestService::Stub> stub = NewStub(); in TEST_P() local
200 std::unique_ptr<grpc::testing::EchoTestService::Stub> stub = NewStub(); in TEST_P() local
216 std::unique_ptr<grpc::testing::EchoTestService::Stub> stub = NewStub(); in TEST_P() local
230 std::unique_ptr<grpc::testing::EchoTestService::Stub> stub = NewStub(); in TEST_P() local
[all …]
/external/cronet/tot/net/websockets/
Dwebsocket_deflate_stream_test.cc381 ReadFramesStub stub(OK, &frames_to_output); in TEST_F() local
399 ReadFramesStub stub(ERR_IO_PENDING); in TEST_F() local
430 ReadFramesStub stub(ERR_IO_PENDING); in TEST_F() local
462 ReadFramesStub stub(OK, &frames_to_output); in TEST_F() local
479 ReadFramesStub stub(ERR_IO_PENDING); in TEST_F() local
557 ReadFramesStub stub(OK, &frames_to_output); in TEST_F() local
582 ReadFramesStub stub(OK, &frames_to_output); in TEST_F() local
607 ReadFramesStub stub(OK, &frames_to_output); in TEST_F() local
638 ReadFramesStub stub(OK, &frames_to_output); in TEST_F() local
666 ReadFramesStub stub(OK, &frames_to_output); in TEST_F() local
[all …]
/external/cronet/stable/net/websockets/
Dwebsocket_deflate_stream_test.cc381 ReadFramesStub stub(OK, &frames_to_output); in TEST_F() local
399 ReadFramesStub stub(ERR_IO_PENDING); in TEST_F() local
430 ReadFramesStub stub(ERR_IO_PENDING); in TEST_F() local
462 ReadFramesStub stub(OK, &frames_to_output); in TEST_F() local
479 ReadFramesStub stub(ERR_IO_PENDING); in TEST_F() local
557 ReadFramesStub stub(OK, &frames_to_output); in TEST_F() local
582 ReadFramesStub stub(OK, &frames_to_output); in TEST_F() local
607 ReadFramesStub stub(OK, &frames_to_output); in TEST_F() local
638 ReadFramesStub stub(OK, &frames_to_output); in TEST_F() local
666 ReadFramesStub stub(OK, &frames_to_output); in TEST_F() local
[all …]
/external/grpc-grpc/test/cpp/end2end/
Dservice_config_end2end_test.cc260 const std::unique_ptr<grpc::testing::EchoTestService::Stub>& stub, in SendRpc()
277 const std::unique_ptr<grpc::testing::EchoTestService::Stub>& stub, in CheckRpcSendOk()
293 const std::unique_ptr<grpc::testing::EchoTestService::Stub>& stub) { in CheckRpcSendFailure()
357 const std::unique_ptr<grpc::testing::EchoTestService::Stub>& stub, in WaitForServer()
441 auto stub = BuildStub(channel); in TEST_F() local
450 auto stub = BuildStub(channel); in TEST_F() local
460 auto stub = BuildStub(channel); in TEST_F() local
468 auto stub = BuildStub(channel); in TEST_F() local
481 auto stub = BuildStub(channel); in TEST_F() local
494 auto stub = BuildStub(channel); in TEST_F() local
[all …]
Dclient_lb_end2end_test.cc326 const std::unique_ptr<grpc::testing::EchoTestService::Stub>& stub, in SendRpc()
346 const std::unique_ptr<grpc::testing::EchoTestService::Stub>& stub, in CheckRpcSendOk()
370 const std::unique_ptr<grpc::testing::EchoTestService::Stub>& stub, in CheckRpcSendFailure()
383 const std::unique_ptr<grpc::testing::EchoTestService::Stub>& stub, in SendRpcsUntil()
494 const std::unique_ptr<grpc::testing::EchoTestService::Stub>& stub, in WaitForServers()
523 const std::unique_ptr<grpc::testing::EchoTestService::Stub>& stub, in WaitForServer()
603 auto stub = BuildStub(channel); in TEST_F() local
634 auto stub = BuildStub(channel); in TEST_F() local
661 auto stub = BuildStub(channel); in TEST_F() local
679 auto stub = BuildStub(channel); in TEST_F() local
[all …]
Dinterceptors_util.cc34 auto stub = grpc::testing::EchoTestService::NewStub(channel, options); in MakeCall() local
47 auto stub = grpc::testing::EchoTestService::NewStub(channel); in MakeClientStreamingCall() local
67 auto stub = grpc::testing::EchoTestService::NewStub(channel); in MakeServerStreamingCall() local
86 auto stub = grpc::testing::EchoTestService::NewStub(channel); in MakeBidiStreamingCall() local
105 auto stub = grpc::testing::EchoTestService::NewStub(channel); in MakeAsyncCQCall() local
128 auto stub = grpc::testing::EchoTestService::NewStub(channel); in MakeAsyncCQServerStreamingCall() local
160 auto stub = grpc::testing::EchoTestService::NewStub(channel); in MakeCallbackCall() local
/external/grpc-grpc/examples/ruby/route_guide/
Droute_guide_client.rb40 def run_get_feature(stub) argument
61 def run_list_features(stub) argument
100 def run_record_route(stub, features) argument
125 def run_route_chat(stub) argument
/external/grpc-grpc-java/examples/src/main/java/io/grpc/examples/errorhandling/
DErrorHandlingClient.java83 GreeterBlockingStub stub = GreeterGrpc.newBlockingStub(channel); in blockingCall() local
95 GreeterFutureStub stub = GreeterGrpc.newFutureStub(channel); in futureCallDirect() local
113 GreeterFutureStub stub = GreeterGrpc.newFutureStub(channel); in futureCallCallback() local
144 GreeterStub stub = GreeterGrpc.newStub(channel); in asyncCall() local
DDetailErrorSample.java116 GreeterBlockingStub stub = GreeterGrpc.newBlockingStub(channel); in blockingCall() local
125 GreeterFutureStub stub = GreeterGrpc.newFutureStub(channel); in futureCallDirect() local
140 GreeterFutureStub stub = GreeterGrpc.newFutureStub(channel); in futureCallCallback() local
168 GreeterStub stub = GreeterGrpc.newStub(channel); in asyncCall() local
/external/grpc-grpc/src/python/grpcio_tests/tests_aio/unit/
Dwait_for_ready_test.py39 async def _perform_unary_unary(stub, wait_for_ready): argument
47 async def _perform_unary_stream(stub, wait_for_ready): argument
65 async def _perform_stream_unary(stub, wait_for_ready): argument
80 async def _perform_stream_stream(stub, wait_for_ready): argument
/external/grpc-grpc/test/cpp/interop/
Dgrpclb_fallback_test.cc87 GrpclbRouteType DoRPCAndGetPath(TestService::Stub* stub, int deadline_seconds, in DoRPCAndGetPath()
116 GrpclbRouteType DoRPCAndGetPath(TestService::Stub* stub, int deadline_seconds) { in DoRPCAndGetPath()
178 void WaitForFallbackAndDoRPCs(TestService::Stub* stub) { in WaitForFallbackAndDoRPCs()
217 std::unique_ptr<TestService::Stub> stub = CreateFallbackTestStub(); in DoFallbackBeforeStartupTest() local
223 std::unique_ptr<TestService::Stub> stub = CreateFallbackTestStub(); in DoFallbackAfterStartupTest() local

12345678910>>...57