/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-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | RPCUtils.h | 702 virtual Error handleResponse(ChannelT &C) = 0; 721 Error handleResponse(ChannelT &C) override { in handleResponse() function 757 Error handleResponse(ChannelT &C) override { in handleResponse() function 784 Error handleResponse(ChannelT &C) override { in handleResponse() function 819 Error handleResponse(ChannelT &C) override { in handleResponse() function 1151 return handleResponse(SeqNo); in handleOne() 1251 Error handleResponse(SequenceNumberT SeqNo) { in handleResponse() function 1276 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/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/grpc-grpc-java/grpclb/src/main/java/io/grpc/grpclb/ |
D | GrpclbState.java | 493 handleResponse(response); in onNext() 541 private void handleResponse(LoadBalanceResponse response) { in handleResponse() method in GrpclbState.LbStream
|
/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/syzkaller/vendor/golang.org/x/net/http2/ |
D | transport.go | 1593 res, err := rl.handleResponse(cs, f) 1620 func (rl *clientConnReadLoop) handleResponse(cs *clientStream, f *MetaHeadersFrame) (*http.Response… func
|
/external/apache-http/api/ |
D | current.txt | 1366 …method @Deprecated public T handleResponse(org.apache.http.HttpResponse) throws org.apache.http.cl… 2507 …method @Deprecated public String handleResponse(org.apache.http.HttpResponse) throws org.apache.ht… 2584 …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…
|