/external/grpc-grpc/src/php/tests/interop/ |
D | interop_client.php | 59 function emptyUnary($stub) 72 function largeUnary($stub) 84 function performLargeUnary($stub, $fillUsername = false, 125 function serviceAccountCreds($stub, $args) 148 function computeEngineCreds($stub, $args) 168 function jwtTokenCreds($stub, $args) 185 function oauth2AuthToken($stub, $args) 217 function perRpcCreds($stub, $args) 235 function clientStreaming($stub) 264 function serverStreaming($stub) [all …]
|
/external/grpc-grpc/src/python/grpcio_tests/tests/http2/ |
D | negative_http2_client.py | 60 def _goaway(stub): argument 70 def _rst_after_header(stub): argument 76 def _rst_during_data(stub): argument 82 def _rst_after_data(stub): argument 88 def _ping(stub): argument 94 def _max_streams(stub): argument 109 def _run_test_case(test_case, stub): argument
|
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/ |
D | methods.py | 128 def _large_unary_common_behavior(stub, fill_username, fill_oauth_scope, argument 144 def _empty_unary(stub): argument 151 def _large_unary(stub): argument 155 def _client_streaming(stub): argument 172 def _server_streaming(stub): argument 233 def _ping_pong(stub): argument 262 def _cancel_after_begin(stub): argument 272 def _cancel_after_first_response(stub): argument 310 def _timeout_on_sleeping_server(stub): argument 328 def _empty_stream(stub): argument [all …]
|
/external/grpc-grpc/examples/ruby/errors_and_cancellation/ |
D | error_examples_client.rb | 31 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/examples/python/route_guide/ |
D | route_guide_client.py | 33 def guide_get_one_feature(stub, point): argument 45 def guide_get_feature(stub): argument 52 def guide_list_features(stub): argument 71 def guide_record_route(stub): argument 95 def guide_route_chat(stub): argument
|
/external/mesa3d/src/mapi/ |
D | stub.c | 65 const struct mapi_stub *stub = (const struct mapi_stub *) elem; in stub_compare() local 89 struct mapi_stub *stub; in stub_add_dynamic() local 122 struct mapi_stub *stub = NULL; in stub_find_dynamic() local 162 const struct mapi_stub *stub = in stub_find_by_slot() local 170 stub_fix_dynamic(struct mapi_stub *stub, const struct mapi_stub *alias) in stub_fix_dynamic() 190 stub_get_name(const struct mapi_stub *stub) in stub_get_name() 207 stub_get_slot(const struct mapi_stub *stub) in stub_get_slot() 216 stub_get_addr(const struct mapi_stub *stub) in stub_get_addr()
|
D | mapi_glapi.c | 129 const struct mapi_stub *stub; in _glapi_add_dispatch() local 155 struct mapi_stub *stub; in _glapi_add_dispatch() local 184 const struct mapi_stub *stub; in _glapi_get_stub() local 211 const struct mapi_stub *stub = _glapi_get_stub(funcName, 0); in _glapi_get_proc_offset() local 223 const struct mapi_stub *stub = _glapi_get_stub(funcName, 1); in _glapi_get_proc_address() local 234 const struct mapi_stub *stub = stub_find_by_slot(offset); in _glapi_get_proc_name() local
|
/external/grpc-grpc/src/python/grpcio_tests/tests/testing/ |
D | _client_application.py | 101 def _run_unary_unary(stub): argument 109 def _run_unary_stream(stub): argument 119 def _run_stream_unary(stub): argument 129 def _run_stream_stream(stub): argument 151 def _run_concurrent_stream_unary(stub): argument 167 def _run_concurrent_stream_stream(stub): argument 192 def _run_cancel_unary_unary(stub): argument 203 def _run_infinite_request_stream(stub): argument
|
/external/grpc-grpc/src/ruby/bin/ |
D | math_client.rb | 44 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/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/ |
D | SmaliBaseReferenceList.java | 44 protected SmaliBaseReferenceList(@NotNull StubT stub, @NotNull IStubElementType nodeType) { in SmaliBaseReferenceList() 53 StubT stub = getStub(); in getReferencedTypes() local 69 SmaliBaseReferenceListStub stub = getStub(); in getReferenceNames() local 93 SmaliBaseReferenceListStub stub = getStub(); in getSmaliNames() local
|
/external/grpc-grpc/examples/ruby/route_guide/ |
D | route_guide_client.rb | 40 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/ |
D | ErrorHandlingClient.java | 81 GreeterBlockingStub stub = GreeterGrpc.newBlockingStub(channel); in blockingCall() local 93 GreeterFutureStub stub = GreeterGrpc.newFutureStub(channel); in futureCallDirect() local 111 GreeterFutureStub stub = GreeterGrpc.newFutureStub(channel); in futureCallCallback() local 142 GreeterStub stub = GreeterGrpc.newStub(channel); in asyncCall() local
|
D | DetailErrorSample.java | 114 GreeterBlockingStub stub = GreeterGrpc.newBlockingStub(channel); in blockingCall() local 123 GreeterFutureStub stub = GreeterGrpc.newFutureStub(channel); in futureCallDirect() local 138 GreeterFutureStub stub = GreeterGrpc.newFutureStub(channel); in futureCallCallback() local 166 GreeterStub stub = GreeterGrpc.newStub(channel); in asyncCall() local
|
/external/grpc-grpc/test/cpp/end2end/ |
D | client_lb_end2end_test.cc | 213 const std::unique_ptr<grpc::testing::EchoTestService::Stub>& stub, in SendRpc() 229 const std::unique_ptr<grpc::testing::EchoTestService::Stub>& stub, in CheckRpcSendOk() 244 const std::unique_ptr<grpc::testing::EchoTestService::Stub>& stub) { in CheckRpcSendFailure() 297 const std::unique_ptr<grpc::testing::EchoTestService::Stub>& stub, in WaitForServer() 359 auto stub = BuildStub(channel); in TEST_F() local 386 auto stub = BuildStub(channel); in TEST_F() local 407 auto stub = BuildStub(channel); in TEST_F() local 436 auto stub = BuildStub(channel); in TEST_F() local 461 auto stub = BuildStub(channel); in TEST_F() local 490 auto stub = BuildStub(channel); in TEST_F() local [all …]
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/stub/element/ |
D | SmaliClassStatementElementType.java | 56 @Override public SmaliClassStatement createPsi(@NotNull SmaliClassStatementStub stub) { in createPsi() 69 …e(@NotNull SmaliClassStatementStub stub, @NotNull StubOutputStream dataStream) throws IOException { in serialize() 78 … @Override public void indexStub(@NotNull SmaliClassStatementStub stub, @NotNull IndexSink sink) { in indexStub()
|
D | SmaliMethodElementType.java | 56 @Override public SmaliMethod createPsi(@NotNull SmaliMethodStub stub) { in createPsi() 69 …serialize(@NotNull SmaliMethodStub stub, @NotNull StubOutputStream dataStream) throws IOException { in serialize() 78 @Override public void indexStub(@NotNull SmaliMethodStub stub, @NotNull IndexSink sink) { in indexStub()
|
D | SmaliMethodParameterElementType.java | 61 @Override public SmaliMethodParameter createPsi(@NotNull SmaliMethodParameterStub stub) { in createPsi() 70 …public void serialize(@NotNull SmaliMethodParameterStub stub, @NotNull StubOutputStream dataStream) in serialize() 83 … @Override public void indexStub(@NotNull SmaliMethodParameterStub stub, @NotNull IndexSink sink) { in indexStub()
|
D | SmaliMethodParamListElementType.java | 61 @Override public SmaliMethodParamList createPsi(@NotNull SmaliMethodParamListStub stub) { in createPsi() 70 …public void serialize(@NotNull SmaliMethodParamListStub stub, @NotNull StubOutputStream dataStream) in serialize() 80 … @Override public void indexStub(@NotNull SmaliMethodParamListStub stub, @NotNull IndexSink sink) { in indexStub()
|
D | SmaliModifierListElementType.java | 56 @Override public SmaliModifierList createPsi(@NotNull SmaliModifierListStub stub) { in createPsi() 69 public void serialize(@NotNull SmaliModifierListStub stub, @NotNull StubOutputStream dataStream) in serialize() 80 @Override public void indexStub(@NotNull SmaliModifierListStub stub, @NotNull IndexSink sink) { in indexStub()
|
D | SmaliAnnotationElementType.java | 56 @Override public SmaliAnnotation createPsi(@NotNull SmaliAnnotationStub stub) { in createPsi() 69 …alize(@NotNull SmaliAnnotationStub stub, @NotNull StubOutputStream dataStream) throws IOException { in serialize() 78 @Override public void indexStub(@NotNull SmaliAnnotationStub stub, @NotNull IndexSink sink) { in indexStub()
|
D | SmaliFieldElementType.java | 58 @Override public SmaliField createPsi(@NotNull SmaliFieldStub stub) { in createPsi() 84 … serialize(@NotNull SmaliFieldStub stub, @NotNull StubOutputStream dataStream) throws IOException { in serialize() 95 @Override public void indexStub(@NotNull SmaliFieldStub stub, @NotNull IndexSink sink) { in indexStub()
|
D | SmaliMethodPrototypeElementType.java | 62 @Override public SmaliMethodPrototype createPsi(@NotNull SmaliMethodPrototypeStub stub) { in createPsi() 77 …public void serialize(@NotNull SmaliMethodPrototypeStub stub, @NotNull StubOutputStream dataStream) in serialize() 88 … @Override public void indexStub(@NotNull SmaliMethodPrototypeStub stub, @NotNull IndexSink sink) { in indexStub()
|
D | SmaliClassElementType.java | 60 @Override public SmaliClass createPsi(@NotNull SmaliClassStub stub) { in createPsi() 73 … serialize(@NotNull SmaliClassStub stub, @NotNull StubOutputStream dataStream) throws IOException { in serialize() 82 @Override public void indexStub(@NotNull SmaliClassStub stub, @NotNull IndexSink sink) { in indexStub()
|
/external/grpc-grpc-java/testing/src/test/java/io/grpc/testing/ |
D | GrpcServerRuleTest.java | 60 SimpleServiceGrpc.SimpleServiceBlockingStub stub = in serverAllowsServicesToBeAddedViaServiceRegistry_withoutDirectExecutor() local 79 SimpleServiceGrpc.SimpleServiceBlockingStub stub = in serviceIsNotRunOnSameThreadAsTest_withoutDirectExecutor() local 110 SimpleServiceGrpc.SimpleServiceBlockingStub stub = in serverAllowsServicesToBeAddedViaServiceRegistry_withDirectExecutor() local 129 SimpleServiceGrpc.SimpleServiceBlockingStub stub = in serviceIsRunOnSameThreadAsTest_withDirectExecutor() local
|
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/driver/ |
D | LoadClient.java | 305 final BenchmarkServiceGrpc.BenchmarkServiceBlockingStub stub; field in LoadClient.BlockingUnaryWorker 307 private BlockingUnaryWorker(BenchmarkServiceGrpc.BenchmarkServiceBlockingStub stub) { in BlockingUnaryWorker() 326 final BenchmarkServiceGrpc.BenchmarkServiceStub stub; field in LoadClient.AsyncUnaryWorker 329 AsyncUnaryWorker(BenchmarkServiceGrpc.BenchmarkServiceStub stub) { in AsyncUnaryWorker() 370 final BenchmarkServiceGrpc.BenchmarkServiceStub stub; field in LoadClient.AsyncPingPongWorker 373 AsyncPingPongWorker(BenchmarkServiceGrpc.BenchmarkServiceStub stub) { in AsyncPingPongWorker()
|