OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:releaseConnection
(Results
1 - 25
of
52
) 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.
BasicEofSensorWatcher.java
94
managedConn.
releaseConnection
();
112
managedConn.
releaseConnection
();
ClientConnectionManager.java
95
void
releaseConnection
(ManagedClientConnection conn, long validDuration, TimeUnit timeUnit)
BasicManagedEntity.java
137
public void
releaseConnection
()
218
managedConn.
releaseConnection
();
EofSensorInputStream.java
313
public void
releaseConnection
() throws IOException {
/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
331
* The caller must call {@link #
releaseConnection
} to release the connection
363
public void
releaseConnection
(SQLiteConnection connection) {
[
all
...]
/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
();
SingleClientConnManager.java
278
public void
releaseConnection
(ManagedClientConnection conn, long validDuration, TimeUnit timeUnit) {
338
} //
releaseConnection
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Call.java
262
engine.
releaseConnection
();
298
engine.
releaseConnection
();
308
engine.
releaseConnection
();
OkHttpClient.java
139
call.engine.
releaseConnection
();
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
ThreadSafeClientConnManager.java
203
public void
releaseConnection
(ManagedClientConnection conn, long validDuration, TimeUnit timeUnit) {
/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/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
HttpURLConnectionImpl.java
413
httpEngine.
releaseConnection
();
438
httpEngine.
releaseConnection
();
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpEngine.java
554
public void
releaseConnection
() throws IOException {
798
releaseConnection
();
[
all
...]
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar
/external/robolectric/v1/lib/main/
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
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar
Completed in 278 milliseconds
1
2
3