Home
last modified time | relevance | path

Searched refs:copyEntry (Results 1 – 3 of 3) sorted by relevance

/external/emma/core/java12/com/vladium/emma/instr/
DInstrProcessorST.java160 boolean copyEntry = false; in handleArchiveEntry()
302 copyEntry = notcopymode; in handleArchiveEntry()
308 copyEntry = notcopymode; in handleArchiveEntry()
313 if (copyEntry && name.equalsIgnoreCase ("META-INF/")) in handleArchiveEntry()
314 copyEntry = false; in handleArchiveEntry()
315 if (copyEntry && name.equalsIgnoreCase (JarFile.MANIFEST_NAME)) in handleArchiveEntry()
316 copyEntry = false; in handleArchiveEntry()
321 if (copyEntry) in handleArchiveEntry()
/external/guava/src/com/google/common/collect/
DMapMaker.java360 @Override <K, V> ReferenceEntry<K, V> copyEntry( in copyEntry() method
389 @Override <K, V> ReferenceEntry<K, V> copyEntry( in copyEntry() method
419 @Override <K, V> ReferenceEntry<K, V> copyEntry( in copyEntry() method
459 abstract <K, V> ReferenceEntry<K, V> copyEntry(K key, in copyEntry() method in MapMaker.Strength
545 public ReferenceEntry<K, V> copyEntry(K key, in copyEntry() method in MapMaker.StrategyImpl
DCustomConcurrentHashMap.java336 E copyEntry(K key, E original, E newNext); in copyEntry() method
1031 newTable.set(newIndex, s.copyEntry(key, e, newNext)); in expand()
1064 newFirst = s.copyEntry(pKey, p, newFirst); in remove()
1105 newFirst = s.copyEntry(pKey, p, newFirst); in remove()
1147 newFirst = s.copyEntry(pKey, p, newFirst); in removeEntry()
1186 newFirst = s.copyEntry(pKey, p, newFirst); in removeEntry()
2110 public SimpleInternalEntry<K, V> copyEntry(K key, in copyEntry() method in CustomConcurrentHashMap.SimpleStrategy