Home
last modified time | relevance | path

Searched refs:removeEntry (Results 1 – 25 of 30) sorted by relevance

12

/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
DGroupedLinkedMap.java61 removeEntry(last); in removeLast()
90 removeEntry(entry); in makeHead()
98 removeEntry(entry); in makeTail()
109 private static <K, V> void removeEntry(LinkedEntry<K, V> entry) { in removeEntry() method in GroupedLinkedMap
/external/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h40 ~PoolEntry() { Pool.removeEntry(this); } in ~PoolEntry()
93 void removeEntry(PoolEntry *P) { EntrySet.erase(P); } in removeEntry() function
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java146 removeEntry(path); in delete()
293 removeEntry(normalizedFromPath); in rename()
474 removeEntry(normalizedFrom); in renamePath()
649 private void removeEntry(String path) { in removeEntry() method in AbstractFakeFileSystem
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java146 removeEntry(path); in delete()
293 removeEntry(normalizedFromPath); in rename()
474 removeEntry(normalizedFrom); in renamePath()
649 private void removeEntry(String path) { in removeEntry() method in AbstractFakeFileSystem
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java145 removeEntry(path); in delete()
284 removeEntry(normalizedFromPath); in rename()
465 removeEntry(normalizedFrom); in renamePath()
637 private void removeEntry(String path) { in removeEntry() method in AbstractFakeFileSystem
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java145 removeEntry(path); in delete()
284 removeEntry(normalizedFromPath); in rename()
465 removeEntry(normalizedFrom); in renamePath()
638 private void removeEntry(String path) { in removeEntry() method in AbstractFakeFileSystem
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java145 removeEntry(path); in delete()
284 removeEntry(normalizedFromPath); in rename()
465 removeEntry(normalizedFrom); in renamePath()
640 private void removeEntry(String path) { in removeEntry() method in AbstractFakeFileSystem
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java145 removeEntry(path); in delete()
292 removeEntry(normalizedFromPath); in rename()
473 removeEntry(normalizedFrom); in renamePath()
648 private void removeEntry(String path) { in removeEntry() method in AbstractFakeFileSystem
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java145 removeEntry(path); in delete()
292 removeEntry(normalizedFromPath); in rename()
473 removeEntry(normalizedFrom); in renamePath()
648 private void removeEntry(String path) { in removeEntry() method in AbstractFakeFileSystem
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java145 removeEntry(path); in delete()
284 removeEntry(normalizedFromPath); in rename()
465 removeEntry(normalizedFrom); in renamePath()
637 private void removeEntry(String path) { in removeEntry() method in AbstractFakeFileSystem
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java146 removeEntry(path); in delete()
293 removeEntry(normalizedFromPath); in rename()
474 removeEntry(normalizedFrom); in renamePath()
649 private void removeEntry(String path) { in removeEntry() method in AbstractFakeFileSystem
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java145 removeEntry(path); in delete()
284 removeEntry(normalizedFromPath); in rename()
465 removeEntry(normalizedFrom); in renamePath()
637 private void removeEntry(String path) { in removeEntry() method in AbstractFakeFileSystem
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java145 removeEntry(path); in delete()
284 removeEntry(normalizedFromPath); in rename()
465 removeEntry(normalizedFrom); in renamePath()
638 private void removeEntry(String path) { in removeEntry() method in AbstractFakeFileSystem
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/
DAbstractFakeFileSystem.java145 removeEntry(path); in delete()
284 removeEntry(normalizedFromPath); in rename()
460 removeEntry(normalizedFrom); in renamePath()
690 private void removeEntry(String path) { in removeEntry() method in AbstractFakeFileSystem
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DDiskLruCache.java599 return removeEntry(entry); in remove()
602 private boolean removeEntry(Entry entry) throws IOException { in removeEntry() method in DiskLruCache
665 removeEntry(toEvict); in trimToSize()
687 removeEntry(entry); in evictAll()
898 removeEntry(entry); // The previous entry is stale.
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tree_construction/
Dformatting_element_list.js122 FormattingElementList.prototype.removeEntry = function (entry) { method in FormattingElementList
Dparser.js887 p.activeFormattingElements.removeEntry(formattingElementEntry);
917 p.activeFormattingElements.removeEntry(formattingElementEntry);
995 p.activeFormattingElements.removeEntry(formattingElementEntry);
1368 p.activeFormattingElements.removeEntry(activeElementEntry);
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/fixtures/
Dformatting_element_list_test.js151 list.removeEntry(list.entries[0]);
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java2622 if (!removeEntry(e, e.getHash(), RemovalCause.EXPIRED)) { in expireEntries()
2627 if (!removeEntry(e, e.getHash(), RemovalCause.EXPIRED)) { in expireEntries()
2667 if (!removeEntry(e, e.getHash(), RemovalCause.SIZE)) { in evictEntries()
3387 boolean removeEntry(ReferenceEntry<K, V> entry, int hash, RemovalCause cause) { in removeEntry() method in LocalCache.Segment
/external/guava/guava/src/com/google/common/collect/
DMapMakerInternalMap.java2350 if (!removeEntry(e, e.getHash(), RemovalCause.EXPIRED)) { in expireEntries()
2381 if (!removeEntry(e, e.getHash(), RemovalCause.SIZE)) { in evictEntries()
2989 boolean removeEntry(ReferenceEntry<K, V> entry, int hash, RemovalCause cause) { in removeEntry() method in MapMakerInternalMap.Segment
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/guava/guava-tests/test/com/google/common/collect/
DMapMakerInternalMapTest.java1074 assertFalse(segment.removeEntry(entry, hash, RemovalCause.COLLECTED)); in testRemoveEntry()
1080 assertTrue(segment.removeEntry(entry, hash, RemovalCause.COLLECTED)); in testRemoveEntry()
/external/guava/guava-tests/test/com/google/common/cache/
DLocalCacheTest.java1747 assertFalse(segment.removeEntry(entry, hash, RemovalCause.COLLECTED)); in testRemoveEntry()
1753 assertTrue(segment.removeEntry(entry, hash, RemovalCause.COLLECTED)); in testRemoveEntry()
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/
Dparse5.js4411 FormattingElementList.prototype.removeEntry = function (entry) {
5925 p.activeFormattingElements.removeEntry(formattingElementEntry);
5955 p.activeFormattingElements.removeEntry(formattingElementEntry);
6033 p.activeFormattingElements.removeEntry(formattingElementEntry);
6406 p.activeFormattingElements.removeEntry(activeElementEntry);
/external/vogar/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12