Home
last modified time | relevance | path

Searched refs:getPoolEntry (Results 1 – 7 of 7) sorted by relevance

/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DThreadSafeClientConnManager.java181 BasicPoolEntry entry = poolRequest.getPoolEntry(timeout, tunit); in requestConnection()
211 if ((hca.getPoolEntry() != null) && (hca.getManager() != this)) {
220 final BasicPoolEntry entry = (BasicPoolEntry) hca.getPoolEntry();
249 BasicPoolEntry entry = (BasicPoolEntry) hca.getPoolEntry();
DPoolEntryRequest.java63 BasicPoolEntry getPoolEntry( in getPoolEntry() method
DBasicPooledConnAdapter.java77 protected AbstractPoolEntry getPoolEntry() { in getPoolEntry() method in BasicPooledConnAdapter
DAbstractConnPool.java171 return requestPoolEntry(route, state).getPoolEntry(timeout, tunit); in getEntry()
DConnPoolByRoute.java239 public BasicPoolEntry getPoolEntry( in requestPoolEntry() method in ConnPoolByRoute
/external/icu/icu4c/source/common/
Duresbund.cpp303 getPoolEntry(const char *path, UErrorCode *status);
377 r->fPool = getPoolEntry(r->fPath, status); in init_entry()
440 getPoolEntry(const char *path, UErrorCode *status) { in getPoolEntry() function
/external/apache-http/api/
Dapache-http-legacy-current.txt3003 method protected org.apache.http.impl.conn.AbstractPoolEntry getPoolEntry();
3034 …method public abstract org.apache.http.impl.conn.tsccm.BasicPoolEntry getPoolEntry(long, java.util…