/external/okhttp/android/main/java/com/squareup/okhttp/ |
D | HttpHandler.java | 43 @Override protected URLConnection openConnection(URL url) throws IOException { in openConnection() method in HttpHandler 47 @Override protected URLConnection openConnection(URL url, Proxy proxy) throws IOException { in openConnection() method in HttpHandler
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/test_protocol/ |
D | Handler.java | 26 protected URLConnection openConnection(URL u) throws IOException { in openConnection() method in Handler
|
/external/apache-http/src/org/apache/http/conn/ |
D | ClientConnectionOperator.java | 92 void openConnection(OperatedClientConnection conn, in openConnection() method
|
/external/apache-http/android/src/android/net/http/ |
D | HttpConnection.java | 45 AndroidHttpClientConnection openConnection(Request req) throws IOException { in openConnection() method in HttpConnection
|
D | HttpsConnection.java | 159 AndroidHttpClientConnection openConnection(Request req) throws IOException { in openConnection() method in HttpsConnection
|
D | Connection.java | 557 abstract AndroidHttpClientConnection openConnection(Request req) throws IOException; in openConnection() method in Connection
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
D | JDWPUnitDebuggeeWrapper.java | 142 protected void openConnection() { in openConnection() method in JDWPUnitDebuggeeWrapper
|
D | JDWPTestCase.java | 141 public void openConnection() { in openConnection() method in JDWPTestCase
|
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/ |
D | OkUrlFactory.java | 85 @Override protected URLConnection openConnection(URL url, Proxy proxy) { in createURLStreamHandler() method in OkUrlFactory
|
/external/apache-http/src/org/apache/http/impl/conn/ |
D | DefaultClientConnectionOperator.java | 105 public void openConnection(OperatedClientConnection conn, in openConnection() method in DefaultClientConnectionOperator
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/ |
D | TerminalManager.java | 123 public TerminalBridge openConnection(int id) throws IllegalArgumentException, IOException, in openConnection() method in TerminalManager
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
D | RemoteDebugEventSocketListener.java | 190 protected boolean openConnection() { in openConnection() method in RemoteDebugEventSocketListener
|
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/ |
D | ResponseCacheTest.java | 120 private HttpURLConnection openConnection(URL url) { in openConnection() method in ResponseCacheTest
|