Home
last modified time | relevance | path

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

/external/guava/src/com/google/common/collect/
DMapMaker.java656 removeEntry(); in get()
674 removeEntry(); in waitForValue()
685 void removeEntry() { in removeEntry() method in MapMaker.StrategyImpl.FutureValueReference
686 internals.removeEntry(newEntry); in removeEntry()
906 internals.removeEntry(this, null); in valueReclaimed()
948 internals.removeEntry(this); in finalizeReferent()
965 internals.removeEntry(this, null); in valueReclaimed()
1006 internals.removeEntry(this); in finalizeReferent()
1023 internals.removeEntry(this, null); in valueReclaimed()
DCustomConcurrentHashMap.java457 boolean removeEntry(E entry, @Nullable V value); in removeEntry() method
466 boolean removeEntry(E entry); in removeEntry() method
653 public boolean removeEntry(E entry, V value) { in removeEntry() method in CustomConcurrentHashMap.Impl.InternalsImpl
658 return segmentFor(hash).removeEntry(entry, hash, value); in removeEntry()
661 public boolean removeEntry(E entry) { in removeEntry() method in CustomConcurrentHashMap.Impl.InternalsImpl
666 return segmentFor(hash).removeEntry(entry, hash); in removeEntry()
1125 public boolean removeEntry(E entry, int hash, V value) { in removeEntry() method in CustomConcurrentHashMap.Impl.Segment
1167 public boolean removeEntry(E entry, int hash) { in removeEntry() method in CustomConcurrentHashMap.Impl.Segment
2054 segment.removeEntry(entry, hash); in get()
2068 segment.removeEntry(entry, hash); in get()
/external/srec/portable/src/
Dphashtable.c190 static void removeEntry(PHashTableEntry *entry) in removeEntry() function
445 removeEntry(entry); in PHashTableRemoveValue()
497 removeEntry(entry); in PHashTableEntryRemove()
/external/webkit/Source/WebKit/mac/
DChangeLog-2002-12-03669 (-[WebHistory removeEntry:]):
7018 (-[WebHistoryPrivate removeEntry:]):
7044 (-[WebHistoryPrivate removeEntry:]):
8127 … (-[WebHistoryList addEntry:]): Call removeEntry: rather than using an entire pasted copy here.
8128 … (-[WebHistoryList removeEntry:]): Use a hash of the URL and the URL rather than relying on the
18039 addEntry:]), (-[IFWebHistory removeEntry:]), (-[IFWebHistory
18053 (-[IFWebHistoryPrivate removeEntry:]), (-[IFWebHistoryPrivate
18087 (-[IFWebHistory removeEntry:]),
18303 removeEntry:]), (-[IFURIList entryForURL:]), (-[IFURIList entryAtIndex:]),