Searched refs:copyEntry (Results 1 - 8 of 8) sorted by relevance

/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrProcessorST.java160 boolean copyEntry = false;
302 copyEntry = notcopymode;
308 copyEntry = notcopymode;
313 if (copyEntry && name.equalsIgnoreCase ("META-INF/"))
314 copyEntry = false;
315 if (copyEntry && name.equalsIgnoreCase (JarFile.MANIFEST_NAME))
316 copyEntry = false;
321 if (copyEntry)
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java368 <K, V> ReferenceEntry<K, V> copyEntry(
370 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext);
383 <K, V> ReferenceEntry<K, V> copyEntry(
385 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext);
398 <K, V> ReferenceEntry<K, V> copyEntry(
400 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext);
422 <K, V> ReferenceEntry<K, V> copyEntry(
424 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext);
437 <K, V> ReferenceEntry<K, V> copyEntry(
439 ReferenceEntry<K, V> newEntry = super.copyEntry(segmen
555 <K, V> ReferenceEntry<K, V> copyEntry( method in class:MapMakerInternalMap.EntryFactory
1885 ReferenceEntry<K, V> copyEntry(ReferenceEntry<K, V> original, ReferenceEntry<K, V> newNext) { method in class:MapMakerInternalMap
2183 ReferenceEntry<K, V> copyEntry(ReferenceEntry<K, V> original, ReferenceEntry<K, V> newNext) { method in class:MapMakerInternalMap.Segment
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DHashMapTest.java734 Map.Entry copyEntry = new MockEntry();
735 assertEquals(real, copyEntry);
736 assertTrue(entrySet.contains(copyEntry));
738 entrySet.remove(copyEntry);
739 assertFalse(entrySet.contains(copyEntry));
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java453 <K, V> ReferenceEntry<K, V> copyEntry(
455 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext);
468 <K, V> ReferenceEntry<K, V> copyEntry(
470 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext);
483 <K, V> ReferenceEntry<K, V> copyEntry(
485 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext);
507 <K, V> ReferenceEntry<K, V> copyEntry(
509 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext);
522 <K, V> ReferenceEntry<K, V> copyEntry(
524 ReferenceEntry<K, V> newEntry = super.copyEntry(segmen
587 <K, V> ReferenceEntry<K, V> copyEntry( method in class:LocalCache.EntryFactory
1872 ReferenceEntry<K, V> copyEntry(ReferenceEntry<K, V> original, ReferenceEntry<K, V> newNext) { method in class:LocalCache
2182 ReferenceEntry<K, V> copyEntry(ReferenceEntry<K, V> original, ReferenceEntry<K, V> newNext) { method in class:LocalCache.Segment
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DMapMakerInternalMapTest.java490 ReferenceEntry<Object, Object> copyOne = map.copyEntry(entryOne, null);
497 ReferenceEntry<Object, Object> copyTwo = map.copyEntry(entryTwo, copyOne);
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java604 ReferenceEntry<Object, Object> newEntry = segment.copyEntry(entry, null);
933 ReferenceEntry<Object, Object> copyOne = map.copyEntry(entryOne, null);
940 ReferenceEntry<Object, Object> copyTwo = map.copyEntry(entryTwo, copyOne);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.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 ...

Completed in 97 milliseconds