HomeSort by relevance Sort by last modified time
    Searched defs:releaseConnection (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/apache-http/src/org/apache/http/conn/
ConnectionReleaseTrigger.java 74 void releaseConnection()
81 * Use {@link #releaseConnection releaseConnection} for a graceful release.
ClientConnectionManager.java 95 void releaseConnection(ManagedClientConnection conn, long validDuration, TimeUnit timeUnit)
BasicManagedEntity.java 137 public void releaseConnection()
218 managedConn.releaseConnection();
BasicEofSensorWatcher.java 94 managedConn.releaseConnection();
112 managedConn.releaseConnection();
EofSensorInputStream.java 313 public void releaseConnection() throws IOException {
  /external/apache-http/src/org/apache/http/impl/conn/
AbstractClientConnAdapter.java 369 public void releaseConnection() {
371 connManager.releaseConnection(this, duration, TimeUnit.MILLISECONDS);
389 // #releaseConnection() from the helper thread, so we have to rely
400 releaseConnection();
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 508 releaseConnection();
527 releaseConnection();
554 protected void releaseConnection() {
559 managedConn.releaseConnection();
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
DefaultRequestDirector.java 542 releaseConnection();
564 releaseConnection();
591 protected void releaseConnection() {
596 managedConn.releaseConnection();
    [all...]
  /external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
DefaultRequestDirector.java 566 releaseConnection();
588 releaseConnection();
609 protected void releaseConnection() {
614 managedConn.releaseConnection();
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteSession.java 350 releaseConnection(); // might throw
442 releaseConnection(); // might throw
590 releaseConnection(); // might throw
621 releaseConnection(); // might throw
654 releaseConnection(); // might throw
687 releaseConnection(); // might throw
723 releaseConnection(); // might throw
757 releaseConnection(); // might throw
    [all...]
SQLiteConnectionPool.java 361 * The caller must call {@link #releaseConnection} to release the connection
399 public void releaseConnection(SQLiteConnection connection) {
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/okhttp/okhttp-urlconnection/2.7.4/
okhttp-urlconnection-2.7.4.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/
httpclient-4.5.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/
httpclient-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/
httpclient-4.2.6.jar 
  /external/robolectric/v1/lib/main/
httpclient-4.0.3.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
httpclient-4.0.3.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
httpclient-4.0.3.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
httpclient-4.0.3.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
httpclient-4.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.1/
httpclient-4.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.0.3/
httpclient-4.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/modules/http-builder/http-builder/0.7.2/
http-builder-0.7.2.jar 
  /external/robolectric/v3/
shadows-httpclient-3.1-SNAPSHOT.jar 

Completed in 281 milliseconds

1 2 3