Searched refs:getPoolEntry (Results 1 - 6 of 6) sorted by relevance

/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DPoolEntryRequest.java58 BasicPoolEntry getPoolEntry( method in interface:PoolEntryRequest
64 * {@link #getPoolEntry(long, TimeUnit)}.
H A DBasicPooledConnAdapter.java72 protected AbstractPoolEntry getPoolEntry() { method in class:BasicPooledConnAdapter
H A DThreadSafeClientConnManager.java176 BasicPoolEntry entry = poolRequest.getPoolEntry(timeout, tunit);
206 if ((hca.getPoolEntry() != null) && (hca.getManager() != this)) {
215 final BasicPoolEntry entry = (BasicPoolEntry) hca.getPoolEntry();
244 BasicPoolEntry entry = (BasicPoolEntry) hca.getPoolEntry();
H A DAbstractConnPool.java166 return requestPoolEntry(route, state).getPoolEntry(timeout, tunit);
H A DConnPoolByRoute.java234 public BasicPoolEntry getPoolEntry(
/external/icu4c/common/
H A Duresbund.c312 getPoolEntry(const char *path, UErrorCode *status);
389 r->fPool = getPoolEntry(r->fPath, status);
451 getPoolEntry(const char *path, UErrorCode *status) { function

Completed in 151 milliseconds