/external/emma/core/java12/com/vladium/emma/instr/ |
D | InstrProcessorST.java | 160 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/guava/src/com/google/common/collect/ |
D | MapMakerInternalMap.java | 368 <K, V> ReferenceEntry<K, V> copyEntry( in copyEntry() method 370 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext); in copyEntry() 383 <K, V> ReferenceEntry<K, V> copyEntry( in copyEntry() method 385 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext); in copyEntry() 398 <K, V> ReferenceEntry<K, V> copyEntry( in copyEntry() method 400 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext); in copyEntry() 422 <K, V> ReferenceEntry<K, V> copyEntry( in copyEntry() method 424 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext); in copyEntry() 437 <K, V> ReferenceEntry<K, V> copyEntry( in copyEntry() method 439 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext); in copyEntry() [all …]
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
D | HashMapTest.java | 734 Map.Entry copyEntry = new MockEntry(); in test_EntrySet() local 735 assertEquals(real, copyEntry); in test_EntrySet() 736 assertTrue(entrySet.contains(copyEntry)); in test_EntrySet() 738 entrySet.remove(copyEntry); in test_EntrySet() 739 assertFalse(entrySet.contains(copyEntry)); in test_EntrySet()
|
/external/guava/guava/src/com/google/common/cache/ |
D | LocalCache.java | 453 <K, V> ReferenceEntry<K, V> copyEntry( in copyEntry() method 455 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext); in copyEntry() 468 <K, V> ReferenceEntry<K, V> copyEntry( in copyEntry() method 470 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext); in copyEntry() 483 <K, V> ReferenceEntry<K, V> copyEntry( in copyEntry() method 485 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext); in copyEntry() 507 <K, V> ReferenceEntry<K, V> copyEntry( in copyEntry() method 509 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext); in copyEntry() 522 <K, V> ReferenceEntry<K, V> copyEntry( in copyEntry() method 524 ReferenceEntry<K, V> newEntry = super.copyEntry(segment, original, newNext); in copyEntry() [all …]
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | MapMakerInternalMapTest.java | 490 ReferenceEntry<Object, Object> copyOne = map.copyEntry(entryOne, null); in testCopyEntry() 497 ReferenceEntry<Object, Object> copyTwo = map.copyEntry(entryTwo, copyOne); in testCopyEntry()
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | LocalCacheTest.java | 604 ReferenceEntry<Object, Object> newEntry = segment.copyEntry(entry, null); in testCopyEntry_computing() 933 ReferenceEntry<Object, Object> copyOne = map.copyEntry(entryOne, null); in testCopyEntry() 940 ReferenceEntry<Object, Object> copyTwo = map.copyEntry(entryTwo, copyOne); in testCopyEntry()
|