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

/external/llvm/include/llvm/CodeGen/PBQP/
H A DCostAllocator.h35 class PoolEntry : public std::enable_shared_from_this<PoolEntry> { class in class:llvm::PBQP::ValuePool
38 PoolEntry(ValuePool &Pool, ValueKeyT Value) function in class:llvm::PBQP::ValuePool::PoolEntry
40 ~PoolEntry() { Pool.removeEntry(this); }
49 static inline PoolEntry* getEmptyKey() { return nullptr; }
51 static inline PoolEntry* getTombstoneKey() {
52 return reinterpret_cast<PoolEntry*>(static_cast<uintptr_t>(1));
60 static unsigned getHashValue(PoolEntry *P) {
64 static unsigned getHashValue(const PoolEntry *P) {
75 static bool isEqual(const ValueKeyT &C, PoolEntry *
[all...]
/external/apache-http/src/org/apache/http/impl/conn/
H A DSingleClientConnManager.java94 protected PoolEntry uniquePoolEntry;
129 this.uniquePoolEntry = new PoolEntry();
238 // If the connection is not open, create a new PoolEntry,
240 // due to aborts -- and the PoolEntry should not be reused
256 uniquePoolEntry = new PoolEntry();
415 protected class PoolEntry extends AbstractPoolEntry { class in class:SingleClientConnManager
421 protected PoolEntry() { method in class:SingleClientConnManager.PoolEntry
448 } // class PoolEntry
463 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/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 325 milliseconds