/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/ |
D | AltsHandshakerClient.java | 155 private void handleResponse(HandshakerResp resp) throws GeneralSecurityException { in handleResponse() method in AltsHandshakerClient 186 handleResponse(resp); in startClientHandshake() 208 handleResponse(resp); in startServerHandshake() 236 handleResponse(resp); in next()
|
/external/apache-http/src/org/apache/http/client/ |
D | ResponseHandler.java | 62 T handleResponse(HttpResponse response) throws ClientProtocolException, IOException; in handleResponse() method
|
/external/apache-http/src/org/apache/http/impl/client/ |
D | BasicResponseHandler.java | 72 public String handleResponse(final HttpResponse response) in handleResponse() method in BasicResponseHandler
|
D | DefaultRequestDirector.java | 489 RoutedRequest followup = handleResponse(roureq, response, context); in execute() 918 protected RoutedRequest handleResponse(RoutedRequest roureq, in handleResponse() method in DefaultRequestDirector
|
D | AbstractHttpClient.java | 662 result = responseHandler.handleResponse(response); in execute()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
D | RPCUtils.h | 633 virtual Error handleResponse(ChannelT &C) = 0; 652 Error handleResponse(ChannelT &C) override { in handleResponse() function 688 Error handleResponse(ChannelT &C) override { in handleResponse() function 715 Error handleResponse(ChannelT &C) override { in handleResponse() function 750 Error handleResponse(ChannelT &C) override { in handleResponse() function 1086 return handleResponse(SeqNo); in handleOne() 1186 Error handleResponse(SequenceNumberT SeqNo) { in handleResponse() function 1211 if (auto Err = PRHandler->handleResponse(C)) { in handleResponse()
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
D | RPCUtils.h | 630 virtual Error handleResponse(ChannelT &C) = 0; 649 Error handleResponse(ChannelT &C) override { in handleResponse() function 685 Error handleResponse(ChannelT &C) override { in handleResponse() function 712 Error handleResponse(ChannelT &C) override { in handleResponse() function 747 Error handleResponse(ChannelT &C) override { in handleResponse() function 1083 return handleResponse(SeqNo); in handleOne() 1183 Error handleResponse(SequenceNumberT SeqNo) { in handleResponse() function 1208 if (auto Err = PRHandler->handleResponse(C)) { in handleResponse()
|
/external/autotest/frontend/client/src/autotest/common/ |
D | PaddedJsonRpcProxy.java | 88 public void handleResponse(JavaScriptObject responseJso) { in handleResponse() method in PaddedJsonRpcProxy.JsonpRequest
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | RPCUtils.h | 544 Error handleResponse(ChannelT &C, SequenceNumberT *SeqNoRet = nullptr) { 585 if (auto Err = handleResponse(C, &SeqNo))
|
/external/okhttp/okhttp-apache/src/main/java/com/squareup/okhttp/apache/ |
D | OkApacheClient.java | 195 return handler.handleResponse(response); in execute()
|
/external/grpc-grpc-java/grpclb/src/main/java/io/grpc/grpclb/ |
D | GrpclbState.java | 487 handleResponse(response); in onNext() 535 private void handleResponse(LoadBalanceResponse response) { in handleResponse() method in GrpclbState.LbStream
|
/external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/ |
D | DefaultRequestDirector.java | 548 RoutedRequest followup = handleResponse(roureq, response, context); in execute() 950 protected RoutedRequest handleResponse(RoutedRequest roureq, in handleResponse() method in DefaultRequestDirector
|
/external/robolectric-shadows/shadows/httpclient/src/test/java/org/robolectric/shadows/httpclient/ |
D | ShadowDefaultRequestDirectorTest.java | 330 String responseStr = new BasicResponseHandler().handleResponse(response); in shouldSupportBasicResponseHandlerHandleResponse()
|
/external/apache-http/api/ |
D | current.txt | 1372 …method @Deprecated public T handleResponse(org.apache.http.HttpResponse) throws org.apache.http.cl… 2513 …method @Deprecated public String handleResponse(org.apache.http.HttpResponse) throws org.apache.ht… 2590 …method @Deprecated protected org.apache.http.impl.client.RoutedRequest handleResponse(org.apache.h…
|
/external/apache-http/ |
D | art-profile | 331 HPLorg/apache/http/impl/client/DefaultRequestDirector;->handleResponse(Lorg/apache/http/impl/client…
|