Searched defs:CacheEntry (Results 1 - 23 of 23) sorted by relevance

/external/llvm/include/llvm/DebugInfo/PDB/Raw/
H A DMappedBlockStream.h60 typedef MutableArrayRef<uint8_t> CacheEntry; typedef in class:llvm::pdb::MappedBlockStream
62 mutable DenseMap<uint32_t, std::vector<CacheEntry>> CacheMap;
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DLocaleObjectCache.java20 private ConcurrentHashMap<K, CacheEntry<K, V>> _map;
28 _map = new ConcurrentHashMap<K, CacheEntry<K, V>>(initialCapacity, loadFactor, concurrencyLevel);
35 CacheEntry<K, V> entry = _map.get(key);
47 CacheEntry<K, V> newEntry = new CacheEntry<K, V>(key, newVal, _queue);
65 CacheEntry<K, V> entry;
66 while ((entry = (CacheEntry<K, V>)_queue.poll()) != null) {
77 private static class CacheEntry<K, V> extends SoftReference<V> { class in class:LocaleObjectCache
80 CacheEntry(K key, V value, ReferenceQueue<V> queue) { method in class:LocaleObjectCache.CacheEntry
/external/emma/core/java12/com/vladium/emma/report/
H A DSourcePathCache.java88 CacheEntry entry = (CacheEntry) m_packageCache.get (packageVMName);
92 entry = new CacheEntry (m_sourcepath.length);
125 private static final class CacheEntry class in class:SourcePathCache
127 CacheEntry (final int size) method in class:SourcePathCache.CacheEntry
218 private final Map /* packageVMName:String->CacheEntry */ m_packageCache; // never null
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
H A DLocaleObjectCache.java16 private ConcurrentHashMap<K, CacheEntry<K, V>> _map;
24 _map = new ConcurrentHashMap<K, CacheEntry<K, V>>(initialCapacity, loadFactor, concurrencyLevel);
31 CacheEntry<K, V> entry = _map.get(key);
43 CacheEntry<K, V> newEntry = new CacheEntry<K, V>(key, newVal, _queue);
61 CacheEntry<K, V> entry;
62 while ((entry = (CacheEntry<K, V>)_queue.poll()) != null) {
73 private static class CacheEntry<K, V> extends SoftReference<V> { class in class:LocaleObjectCache
76 CacheEntry(K key, V value, ReferenceQueue<V> queue) { method in class:LocaleObjectCache.CacheEntry
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DLocaleObjectCache.java16 private ConcurrentHashMap<K, CacheEntry<K, V>> _map;
24 _map = new ConcurrentHashMap<K, CacheEntry<K, V>>(initialCapacity, loadFactor, concurrencyLevel);
31 CacheEntry<K, V> entry = _map.get(key);
43 CacheEntry<K, V> newEntry = new CacheEntry<K, V>(key, newVal, _queue);
61 CacheEntry<K, V> entry;
62 while ((entry = (CacheEntry<K, V>)_queue.poll()) != null) {
73 private static class CacheEntry<K, V> extends SoftReference<V> { class in class:LocaleObjectCache
76 CacheEntry(K key, V value, ReferenceQueue<V> queue) { method in class:LocaleObjectCache.CacheEntry
/external/llvm/lib/CodeGen/
H A DInterferenceCache.h172 Entry *CacheEntry; member in class:llvm::InterferenceCache::Cursor
179 // we don't have to check for E == CacheEntry etc.
180 if (CacheEntry)
181 CacheEntry->addRef(-1);
182 CacheEntry = E;
183 if (CacheEntry)
184 CacheEntry->addRef(+1);
189 Cursor() : CacheEntry(nullptr), Current(nullptr) {}
192 Cursor(const Cursor &O) : CacheEntry(nullptr), Current(nullptr) {
193 setEntry(O.CacheEntry);
[all...]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DInterferenceCache.h139 Entry *CacheEntry; member in class:llvm::InterferenceCache::Cursor
146 // we don't have to check for E == CacheEntry etc.
147 if (CacheEntry)
148 CacheEntry->addRef(-1);
149 CacheEntry = E;
150 if (CacheEntry)
151 CacheEntry->addRef(+1);
156 Cursor() : CacheEntry(0), Current(0) {}
159 Cursor(const Cursor &O) : CacheEntry(0), Current(0) {
160 setEntry(O.CacheEntry);
[all...]
/external/icu/icu4c/source/common/
H A Dserv.cpp205 class CacheEntry : public UMemory { class in inherits:UMemory
216 ~CacheEntry() {
220 CacheEntry(const UnicodeString& _actualDescriptor, UObject* _service) function in class:CacheEntry
230 CacheEntry* ref() {
242 CacheEntry* unref() {
263 U_NAMESPACE_USE ((CacheEntry*)obj)->unref();
441 CacheEntry* result = NULL;
492 result = (CacheEntry*)serviceCache->get(currentDescriptor);
511 result = new CacheEntry(currentDescriptor, service);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DICUService.java402 CacheEntry result = null;
410 Map<String, CacheEntry> cache = this.cache; // copy so we don't need to sync on this
415 cache = new ConcurrentHashMap<String, CacheEntry>();
464 result = new CacheEntry(currentDescriptor, service);
525 private Map<String, CacheEntry> cache;
529 private static final class CacheEntry { class in class:ICUService
532 CacheEntry(String actualDescriptor, Object service) { method in class:ICUService.CacheEntry
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUService.java400 CacheEntry result = null;
408 Map<String, CacheEntry> cache = this.cache; // copy so we don't need to sync on this
413 cache = new ConcurrentHashMap<String, CacheEntry>();
462 result = new CacheEntry(currentDescriptor, service);
523 private Map<String, CacheEntry> cache;
527 private static final class CacheEntry { class in class:ICUService
530 CacheEntry(String actualDescriptor, Object service) { method in class:ICUService.CacheEntry
/external/v8/src/
H A Dunicode.h36 class CacheEntry { class in class:unibrow::Predicate
38 inline CacheEntry() function in class:unibrow::Predicate::CacheEntry
40 inline CacheEntry(uchar code_point, bool value) function in class:unibrow::Predicate::CacheEntry
55 CacheEntry entries_[kSize];
71 struct CacheEntry { struct in class:unibrow::Mapping
72 inline CacheEntry() : code_point_(kNoChar), offset_(0) { } function in struct:unibrow::Mapping::CacheEntry
73 inline CacheEntry(uchar code_point, signed offset) function in struct:unibrow::Mapping::CacheEntry
82 CacheEntry entries_[kSize];
/external/clang/lib/Serialization/
H A DASTWriterDecl.cpp1571 const Decl *&CacheEntry = FirstLocalDeclCache[Canon]; local
1572 if (CacheEntry)
1573 return CacheEntry;
1578 return CacheEntry = D;
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp6916 auto &CacheEntry = TransformCache[E]; local
6917 if (!TypoExprs.insert(E) && !CacheEntry.isUnset()) {
6918 return CacheEntry;
6945 return CacheEntry = NE;
6948 return CacheEntry = ExprError();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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 ...
/external/testng/ant/
H A Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE fr/ fr/ ...
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 342 milliseconds