Searched refs:remove (Results 1 - 25 of 1408) sorted by relevance

1234567891011>>

/external/nist-sip/java/gov/nist/core/
H A DMultiMap.java35 public Object remove( Object key, Object item ); method in interface:MultiMap
H A DMultiValueMap.java8 public Object remove( K key, V item ); method in interface:MultiValueMap
/external/guava/src/com/google/common/collect/
H A DForwardingIterator.java47 public void remove() { method in class:ForwardingIterator
48 delegate().remove();
H A DUnmodifiableIterator.java24 * An iterator that does not support {@link #remove}.
36 public final void remove() { method in class:UnmodifiableIterator
H A DForwardingQueue.java47 public E remove() { method in class:ForwardingQueue
48 return delegate().remove();
H A DPeekingIterator.java37 * {@link #remove()}.
62 void remove(); method in interface:PeekingIterator
/external/replicaisland/src/com/replica/replicaisland/
H A DSetPreferencesActivity.java64 editor.remove(PreferenceConstants.PREFERENCE_LEVEL_ROW);
65 editor.remove(PreferenceConstants.PREFERENCE_LEVEL_INDEX);
66 editor.remove(PreferenceConstants.PREFERENCE_LEVEL_COMPLETED);
67 editor.remove(PreferenceConstants.PREFERENCE_LINEAR_MODE);
68 editor.remove(PreferenceConstants.PREFERENCE_TOTAL_GAME_TIME);
69 editor.remove(PreferenceConstants.PREFERENCE_PEARLS_COLLECTED);
70 editor.remove(PreferenceConstants.PREFERENCE_PEARLS_TOTAL);
71 editor.remove(PreferenceConstants.PREFERENCE_ROBOTS_DESTROYED);
72 editor.remove(PreferenceConstants.PREFERENCE_DIFFICULTY);
/external/webkit/Source/WebCore/bindings/js/
H A DJSHTMLSelectElementCustom.cpp35 JSValue JSHTMLSelectElement::remove(ExecState* exec) function in class:WebCore::JSHTMLSelectElement
39 // The remove function can take either an option object or the index of an option.
41 select.remove(option);
43 select.remove(exec->argument(0).toInt32(exec));
51 select->remove(index);
/external/apache-http/src/org/apache/http/impl/client/
H A DRedirectLocations.java67 public boolean remove(final URI uri) { method in class:RedirectLocations
68 return this.uris.remove(uri);
/external/webkit/Source/WebKit/chromium/public/
H A DWebGeolocationPermissionRequestManager.h40 // Once the permission request has been decided, the second remove() method can be used to
41 // find the request. On WebGeolocationClient::cancelPermissionRequest, the first remove() method will
42 // remove the association with the id.
49 WEBKIT_API bool remove(const WebKit::WebGeolocationPermissionRequest&, int&);
50 WEBKIT_API bool remove(int, WebKit::WebGeolocationPermissionRequest&);
/external/webkit/Source/WebKit/chromium/src/
H A DWebGeolocationPermissionRequestManager.cpp61 bool WebGeolocationPermissionRequestManager::remove(const WebKit::WebGeolocationPermissionRequest& permissionRequest, int& id) function in class:WebGeolocationPermissionRequestManager
68 m_private->m_geolocationIdMap.remove(it);
69 m_private->m_idGeolocationMap.remove(id);
73 bool WebGeolocationPermissionRequestManager::remove(int id, WebKit::WebGeolocationPermissionRequest& permissionRequest) function in class:WebGeolocationPermissionRequestManager
80 m_private->m_idGeolocationMap.remove(it);
81 m_private->m_geolocationIdMap.remove(geolocation);
/external/webkit/Source/WebCore/css/
H A DStyleList.cpp48 void StyleList::remove(unsigned position) function in class:WebCore::StyleList
52 m_children.remove(position);
/external/webkit/Source/WebKit2/Shared/
H A DMutableDictionary.cpp51 void MutableDictionary::remove(const String& key) function in class:WebKit::MutableDictionary
53 m_map.remove(key);
H A DMutableArray.cpp51 m_entries.remove(index);
H A DMutableDictionary.h46 void remove(const String& key);
/external/mesa3d/src/glsl/
H A Dopt_redundant_jumps.cpp70 then_jump->remove();
71 else_jump->remove();
76 /* If both branchs of the if-statement are now empty, remove the
80 ir->remove();
89 /* If the last instruction of a loop body is a 'continue', remove it.
96 last->remove();
/external/skia/include/core/
H A DSkRefDict.h38 * If data is NULL, remove (if present) the entry matching name and call
49 void remove(const char name[]) { this->set(name, NULL); } function in class:SkRefDict
/external/webkit/Source/WebCore/platform/network/
H A DCredentialStorage.h40 static void remove(const ProtectionSpace&);
/external/webkit/Source/WebCore/storage/
H A DIDBTransactionCoordinator.cpp71 m_startedTransactions.remove(transaction);
73 m_runningTransactions.remove(transaction);
75 m_transactions.remove(transaction);
106 m_startedTransactions.remove(transaction);
/external/webkit/Source/WebKit/android/smoke/
H A DMessageThread.h50 // member is null, remove all messages with the given object.
52 void remove(T* object, void (T::*member)(void));
66 void remove(const Message& message);
80 void MessageQueue::remove(T* object, void (T::*member)(void)) { function in class:android::MessageQueue
82 remove(message);
/external/webkit/Source/WebKit2/WebProcess/Geolocation/
H A DGeolocationPermissionRequestManager.cpp74 m_geolocationToIDMap.remove(it);
75 m_idToGeolocationMap.remove(it->second);
87 m_idToGeolocationMap.remove(it);
88 m_geolocationToIDMap.remove(geolocation);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DAbstractSequentialListTest.java96 * @tests java.util.AbstractSequentialList#remove(int)
103 assertEquals(1, list.remove(0));
106 assertEquals("value", list.remove(0));
108 // remove index is out of bounds
110 list.remove(list.size());
116 list.remove(-1);
122 // list dont't support remove operation
125 mylist.remove(0);
199 public void remove() { method in class:AbstractSequentialListTest.MockListIterator
/external/webkit/Source/JavaScriptCore/wtf/
H A DBloomFilter.h49 void remove(unsigned hash);
61 void remove(const AtomicString& string) { remove(string.impl()->existingHash()); } function in class:WTF::BloomFilter
62 void remove(const String& string) { remove(string.impl()->hash()); } function in class:WTF::BloomFilter
94 inline void BloomFilter<keyBits>::remove(unsigned hash) function in class:WTF::BloomFilter
/external/webkit/Source/WebCore/dom/
H A DDocumentOrderedMap.cpp79 m_map.remove(addResult.first);
86 m_map.remove(cachedItem);
94 void DocumentOrderedMap::remove(AtomicStringImpl* key, Element* element) function in class:WebCore::DocumentOrderedMap
102 m_map.remove(cachedItem);
104 m_duplicateCounts.remove(key);
126 m_duplicateCounts.remove(key);
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DIteratorPool.java75 DTMIterator result = (DTMIterator)m_freeStack.remove(m_freeStack.size() - 1);
104 DTMIterator result = (DTMIterator)m_freeStack.remove(m_freeStack.size() - 1);

Completed in 537 milliseconds

1234567891011>>