Searched refs:removeEntry (Results 1 - 17 of 17) sorted by relevance

/external/smack/src/org/jivesoftware/smack/
H A DRosterStorage.java48 public void removeEntry(String bareJid); method in interface:RosterStorage
H A DRosterGroup.java205 public void removeEntry(RosterEntry entry) throws XMPPException { method in class:RosterGroup
H A DRoster.java423 // RosterGroup.removeEntry removes the entry immediately (locally) and the
443 public void removeEntry(RosterEntry entry) throws XMPPException { method in class:Roster
1021 persistentStorage.removeEntry(i.getUser());
/external/srec/portable/src/
H A Dphashtable.c190 static void removeEntry(PHashTableEntry *entry) function
445 removeEntry(entry);
497 removeEntry(entry);
/external/smack/src/org/jivesoftware/smackx/
H A DGateway.java274 roster.removeEntry(gatewayEntry);
/external/smack/src/org/jivesoftware/smack/util/collections/
H A DAbstractHashedMap.java522 * This implementation calls <code>removeEntry()</code> and <code>destroyEntry()</code>.
532 removeEntry(entry, hashIndex, previous);
548 protected void removeEntry(HashEntry<K, V> entry, int hashIndex, HashEntry<K, V> previous) { method in class:AbstractHashedMap
/external/chromium_org/chrome/browser/password_manager/
H A Dnative_backend_kwallet_x_unittest.cc91 bool removeEntry(const std::string& folder, const std::string& key) { function in class:__anon5641::TestKWallet
368 method_call->GetMember() == "removeEntry") {
384 writer.AppendInt32(wallet_.removeEntry(folder_name, key) ? 0 : 1);
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java2652 if (!removeEntry(e, e.getHash(), RemovalCause.EXPIRED)) {
2657 if (!removeEntry(e, e.getHash(), RemovalCause.EXPIRED)) {
2697 if (!removeEntry(e, e.getHash(), RemovalCause.SIZE)) {
3408 boolean removeEntry(ReferenceEntry<K, V> entry, int hash, RemovalCause cause) { method in class:LocalCache.Segment
/external/guava/guava-tests/test/com/google/common/collect/
H A DMapMakerInternalMapTest.java1100 assertFalse(segment.removeEntry(entry, hash, RemovalCause.COLLECTED));
1106 assertTrue(segment.removeEntry(entry, hash, RemovalCause.COLLECTED));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources.compatibility_3.4.0.v20090505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java2385 if (!removeEntry(e, e.getHash(), RemovalCause.EXPIRED)) {
2416 if (!removeEntry(e, e.getHash(), RemovalCause.SIZE)) {
3023 boolean removeEntry(ReferenceEntry<K, V> entry, int hash, RemovalCause cause) { method in class:MapMakerInternalMap.Segment
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java1661 assertFalse(segment.removeEntry(entry, hash, RemovalCause.COLLECTED));
1667 assertTrue(segment.removeEntry(entry, hash, RemovalCause.COLLECTED));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 217 milliseconds