Home
last modified time | relevance | path

Searched refs:BasicPoolEntryRef (Results 1 – 5 of 5) sorted by relevance

/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DAbstractConnPool.java80 protected Set<BasicPoolEntryRef> issuedConnections;
106 issuedConnections = new HashSet<BasicPoolEntryRef>(); in AbstractConnPool()
205 if (ref instanceof BasicPoolEntryRef) { in handleReference()
212 ((BasicPoolEntryRef)ref).getRoute(); in handleReference()
295 Iterator<BasicPoolEntryRef> iter = issuedConnections.iterator(); in shutdown()
297 BasicPoolEntryRef per = iter.next(); in shutdown()
DBasicPoolEntry.java58 private final BasicPoolEntryRef reference;
75 this.reference = new BasicPoolEntryRef(this, queue); in BasicPoolEntry()
86 protected final BasicPoolEntryRef getWeakRef() { in getWeakRef()
DBasicPoolEntryRef.java51 public class BasicPoolEntryRef extends WeakReference<BasicPoolEntry> { class
63 public BasicPoolEntryRef(BasicPoolEntry entry, in BasicPoolEntryRef() method in BasicPoolEntryRef
/external/robolectric/lib/main/
Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...