Home
last modified time | relevance | path

Searched defs:remove (Results 1 – 25 of 495) sorted by relevance

12345678910>>...20

/external/smack/src/org/jivesoftware/smack/util/
DCache.java162 public synchronized V remove(Object key) { in remove() method in Cache
170 public synchronized V remove(Object key, boolean internal) { in remove() method in Cache
237 public void remove() { in values() method
/external/chromium_org/third_party/WebKit/Source/wtf/
DBloomFilter.h61 void remove(const AtomicString& string) { remove(string.impl()->existingHash()); } in remove() function
62 void remove(const String& string) { remove(string.impl()->hash()); } in remove() function
94 inline void BloomFilter<keyBits>::remove(unsigned hash) in remove() function
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
DBitSet.pm63 sub remove : Tests(2) { subroutine
/external/chromium_org/third_party/WebKit/Source/web/
DWebGeolocationPermissionRequestManager.cpp61 bool WebGeolocationPermissionRequestManager::remove(const blink::WebGeolocationPermissionRequest& p… in remove() function in WebGeolocationPermissionRequestManager
73 bool WebGeolocationPermissionRequestManager::remove(int id, blink::WebGeolocationPermissionRequest&… in remove() function in WebGeolocationPermissionRequestManager
/external/jmonkeyengine/engine/src/core/com/jme3/light/
DLightList.java125 public void remove(int index){ in remove() method in LightList
146 public void remove(Light l){ in remove() method in LightList
284 public void remove() { in iterator() method
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
Dremove.c14 int remove(const char* path) { in remove() function
/external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
DUnmodifiableLazyStringList.java110 public void remove() { in listIterator() method
142 public void remove() { in iterator() method
/external/chromium_org/third_party/skia/src/core/
DSkRefDict.h42 void remove(const char name[]) { this->set(name, NULL); } in remove() function
/external/skia/src/core/
DSkRefDict.h42 void remove(const char name[]) { this->set(name, NULL); } in remove() function
/external/guava/guava/src/com/google/common/collect/
DUnmodifiableIterator.java40 public final void remove() { in remove() method in UnmodifiableIterator
DLinkedHashMultimap.java235 public void remove() { in iterator() method
242 @Override public boolean remove(@Nullable Object value) { in remove() method in LinkedHashMultimap
307 public void remove() { in createEntryIterator() method
DAbstractBiMap.java127 @Override public V remove(Object key) { in remove() method in AbstractBiMap
177 @Override public boolean remove(Object key) { in remove() method in AbstractBiMap.KeySet
208 public void remove() { in iterator() method
249 @Override public void remove() { in iterator() method
DPeekingIterator.java64 void remove(); in remove() method
DForwardingIterator.java52 public void remove() { in remove() method in ForwardingIterator
/external/chromium/chrome/browser/resources/options/
Dcertificate_tree.js72 remove: function(child) { method in CertificatesTree
73 Tree.prototype.remove.call(this, child); method in Tree
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DLinkedHashMultimap.java231 public void remove() { in iterator() method
238 @Override public boolean remove(@Nullable Object value) { in remove() method in LinkedHashMultimap
303 public void remove() { in createEntryIterator() method
DAbstractBiMap.java123 @Override public V remove(Object key) { in remove() method in AbstractBiMap
173 @Override public boolean remove(Object key) { in remove() method in AbstractBiMap.KeySet
204 public void remove() { in iterator() method
245 @Override public void remove() { in iterator() method
/external/chromium/chrome/browser/resources/
Dcookies_tree.js45 remove: function(child) { method in CookiesTreeItem
46 TreeItem.prototype.remove.call(this, child); method in TreeItem
114 remove: function(child) { method in CookiesTree
115 Tree.prototype.remove.call(this, child); method in Tree
/external/chromium_org/third_party/WebKit/Source/core/dom/
DStyleSheetScopingNodeList.cpp50 void StyleSheetScopingNodeList::remove(ContainerNode* node) in remove() function in WebCore::StyleSheetScopingNodeList
/external/nist-sip/java/gov/nist/core/
DMultiValueMap.java8 public Object remove( K key, V item ); in remove() method
DMultiMap.java35 public Object remove( Object key, Object item ); in remove() method
/external/smack/src/org/jivesoftware/smack/packet/
DRegistration.java57 private boolean remove = false; field in Registration
129 public void setRemove(boolean remove){ in setRemove()
/external/chromium/chrome/browser/resources/bookmark_manager/js/bmm/
Dbookmark_tree.js111 remove: function(child) { method in BookmarkTreeItem
112 TreeItem.prototype.remove.call(this, child); method in TreeItem
293 remove: function(child) { method in BookmarkTree
294 Tree.prototype.remove.call(this, child); method in Tree
/external/hamcrest/src/org/hamcrest/internal/
DSelfDescribingValueIterator.java22 public void remove() { in remove() method in SelfDescribingValueIterator
/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimationStack.h47 void remove(Animation* animation) in remove() function

12345678910>>...20