Searched defs:PoolEntry (Results 1 - 5 of 5) sorted by relevance

/external/apache-http/src/org/apache/http/impl/conn/
H A DSingleClientConnManager.java89 protected PoolEntry uniquePoolEntry;
124 this.uniquePoolEntry = new PoolEntry();
233 // If the connection is not open, create a new PoolEntry,
235 // due to aborts -- and the PoolEntry should not be reused
251 uniquePoolEntry = new PoolEntry();
410 protected class PoolEntry extends AbstractPoolEntry { class in class:SingleClientConnManager
416 protected PoolEntry() { method in class:SingleClientConnManager.PoolEntry
443 } // class PoolEntry
458 protected ConnAdapter(PoolEntry entry, HttpRoute route) {
/external/emma/core/java12/com/vladium/emma/rt/
H A DInstrClassLoader.java66 m_bufPool = new PoolEntry [BAOS_POOL_SIZE];
206 PoolEntry buf = null;
258 PoolEntry buf = null;
317 private static final class PoolEntry class in class:InstrClassLoader
319 PoolEntry (final int baosCapacity, final int bufSize) method in class:InstrClassLoader.PoolEntry
403 private PoolEntry acquirePoolEntry ()
405 PoolEntry result;
409 result = new PoolEntry (BAOS_INIT_SIZE, BAOS_INIT_SIZE);
416 result = new PoolEntry (BAOS_INIT_SIZE, BAOS_INIT_SIZE);
433 private void releasePoolEntry (final PoolEntry bu
[all...]
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 781 milliseconds