Home
last modified time | relevance | path

Searched refs:sendRequest (Results 1 – 21 of 21) sorted by relevance

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DTestThread.java92 sendRequest(methodName, arguments); in callAndAssertReturns()
104 sendRequest(methodName, arguments); in callAndAssertReturns()
116 sendRequest(methodName, arguments); in callAndAssertReturns()
130 sendRequest(methodName, arguments); in callAndAssertThrows()
143 sendRequest(methodName, arguments); in callAndAssertBlocks()
161 sendRequest(methodName, conditionLikeObject); in callAndAssertWaits()
190 private void sendRequest(String methodName, Object... arguments) throws Exception { in sendRequest() method in TestThread
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DTestThread.java92 sendRequest(methodName, arguments); in callAndAssertReturns()
104 sendRequest(methodName, arguments); in callAndAssertReturns()
116 sendRequest(methodName, arguments); in callAndAssertReturns()
130 sendRequest(methodName, arguments); in callAndAssertThrows()
143 sendRequest(methodName, arguments); in callAndAssertBlocks()
161 sendRequest(methodName, conditionLikeObject); in callAndAssertWaits()
190 private void sendRequest(String methodName, Object... arguments) throws Exception { in sendRequest() method in TestThread
/external/autotest/frontend/client/src/autotest/common/
DXhrJsonRpcProxy.java28 protected void sendRequest(JSONObject request, final JsonRpcCallback callback) { in sendRequest() method in XhrJsonRpcProxy
30 requestBuilder.sendRequest(request.toString(), new RpcHandler(callback)); in sendRequest()
DJsonRpcProxy.java62 sendRequest(request, callback); in rpcCall()
65 protected abstract void sendRequest(JSONObject request, final JsonRpcCallback callback); in sendRequest() method in JsonRpcProxy
DPaddedJsonRpcProxy.java151 protected void sendRequest(JSONObject request, JsonRpcCallback callback) { in sendRequest() method in PaddedJsonRpcProxy
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
DNettyHttpClient.java108 httpChannel.sendRequest(url); in enqueue()
132 httpChannel.sendRequest(url); in release()
145 private void sendRequest(HttpUrl url) { in sendRequest() method in NettyHttpClient.HttpChannel
/external/nist-sip/java/javax/sip/
DClientTransaction.java15 void sendRequest() throws SipException; in sendRequest() method
DSipProvider.java48 void sendRequest(Request request) throws SipException; in sendRequest() method
DDialog.java71 void sendRequest(ClientTransaction clientTransaction) in sendRequest() method
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DCall.java286 engine.sendRequest(); in getResponse()
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DCall.java288 engine.sendRequest(); in getResponse()
/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPDialog.java332 SIPDialog.this.sendRequest(byeCtx); in run()
357 SIPDialog.this.sendRequest(ctx, true); in run()
528 SIPDialog.this.sendRequest(byeCtx); in runTask()
2007 public void sendRequest(ClientTransaction clientTransactionId) in sendRequest() method in SIPDialog
2009 this.sendRequest(clientTransactionId, !this.isBackToBackUserAgent); in sendRequest()
2012 public void sendRequest(ClientTransaction clientTransactionId, boolean allowInterleaving) in sendRequest() method in SIPDialog
DSIPClientTransaction.java887 public void sendRequest() throws SipException { in sendRequest() method in SIPClientTransaction
/external/apache-http/android/src/android/net/http/
DRequest.java201 void sendRequest(AndroidHttpClientConnection httpClientConnection) in sendRequest() method in Request
DConnection.java231 req.sendRequest(mHttpClientConnection); in processRequests()
/external/libcups/backend/
Dusb-darwin.c1576 IOReturn (^sendRequest)(size_t) = ^ (size_t size) in copy_printer_interface_deviceid()
1608 err = sendRequest(bufferLength); in copy_printer_interface_deviceid()
1619 err = sendRequest(actualLength); in copy_printer_interface_deviceid()
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
DHttpURLConnectionImpl.java461 httpEngine.sendRequest(); in execute()
/external/okhttp/repackaged/okhttp-urlconnection/src/main/java/com/android/okhttp/internal/huc/
DHttpURLConnectionImpl.java465 httpEngine.sendRequest(); in execute()
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/
DHttpEngine.java207 public void sendRequest() throws RequestException, RouteException, IOException { in sendRequest() method in HttpEngine
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DHttpEngine.java199 public void sendRequest() throws RequestException, RouteException, IOException { in sendRequest() method in HttpEngine
/external/nist-sip/java/gov/nist/javax/sip/
DSipProviderImpl.java665 public void sendRequest(Request request) throws SipException { in sendRequest() method in SipProviderImpl