Searched refs:remove (Results 251 - 275 of 1847) sorted by relevance

<<11121314151617181920>>

/external/webkit/Source/WebCore/page/
H A DGeolocationController.cpp75 m_observers.remove(observer);
76 m_highAccuracyObservers.remove(observer);
/external/webkit/Source/WebCore/storage/
H A DIDBFactoryBackendImpl.cpp58 m_databaseBackendMap.remove(uniqueIdentifier);
70 m_backingStoreMap.remove(uniqueIdentifier);
H A DOriginUsageRecord.cpp58 m_databaseMap.remove(identifier);
59 m_unknownSet.remove(identifier);
/external/webkit/Source/WebKit2/Platform/qt/
H A DRunLoopQt.cpp98 runLoop->m_activeTimers.remove(it);
136 m_runLoop->m_activeTimers.remove(it);
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageGroup.cpp81 webPageGroupMap().remove(pageGroupID());
91 m_pages.remove(page);
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DMyKeyStore.java94 Cert.remove(alias);
109 Cert.remove(alias);
112 Chain.remove(alias);
132 Keys.remove(alias);
133 Chain.remove(alias);
137 Cert.remove(alias);
/external/chromium/chrome/browser/resources/
H A Dprint_preview_animations.js26 el.scrollHorEl.classList.remove('invisible');
27 el.scrollVertEl.classList.remove('invisible');
90 el.scrollHorEl.classList.remove('hidden');
103 el.scrollVertEl.classList.remove('hidden');
230 el.classList.remove('opened');
246 el.classList.remove('closing');
H A Dwrench_menu.js28 this.classList.remove('selected');
115 this.cut_.classList.remove('selected');
221 this.plus_.classList.remove('disabled');
227 this.classList.remove('disabled');
242 this.minus_.classList.remove('selected');
/external/guava/guava/src/com/google/common/collect/
H A DAbstractMultimap.java221 public boolean remove(@Nullable Object key, @Nullable Object value) { method in class:AbstractMultimap
227 boolean changed = collection.remove(value);
231 map.remove(key);
306 Collection<V> collection = map.remove(key);
436 * If collection is empty, remove it from {@code AbstractMultimap.this.map}.
443 map.remove(key);
535 public void remove() { method in class:AbstractMultimap.WrappedCollection.WrappedIterator
536 delegateIterator.remove();
602 @Override public boolean remove(Object o) { method in class:AbstractMultimap.WrappedCollection
604 boolean changed = delegate.remove(
760 public V remove(int index) { method in class:AbstractMultimap.WrappedList
920 @Override public boolean remove(Object key) { method in class:AbstractMultimap.KeySet
1144 public void remove() { method in class:AbstractMultimap.EntryIterator
1209 @Override public Collection<V> remove(Object key) { method in class:AbstractMultimap.AsMap
1260 @Override public boolean remove(Object o) { method in class:AbstractMultimap.AsMap.AsMapEntries
1290 public void remove() { method in class:AbstractMultimap.AsMap.AsMapIterator
[all...]
H A DLinkedListMultimap.java65 * map.remove(key1, foo);}</pre>
251 keyToKeyHead.remove(node.key); // don't leak a key-null entry
258 keyToKeyTail.remove(node.key); // don't leak a key-null entry
260 keyCount.remove(node.key);
267 i.remove();
318 public void remove() { method in class:LinkedListMultimap.NodeIterator
384 public void remove() { method in class:LinkedListMultimap.DistinctKeyIterator
472 public void remove() { method in class:LinkedListMultimap.ValueForKeyIterator
552 public boolean remove(@Nullable Object key, @Nullable Object value) { method in class:LinkedListMultimap
556 values.remove();
746 public int remove(@Nullable Object key, int occurrences) { method in class:LinkedListMultimap.MultisetView
[all...]
H A DConcurrentHashMultiset.java57 * AtomicInteger results in zero, we compareAndSet the value to zero; if that succeeds, we remove
59 * about to be removed, so this operation may remove it (often by replacing it with a new
242 // newValue can't == 0, so no need to check & remove
250 // In the case of a concurrent remove, we might observe a zero value, which means another
251 // thread is about to remove (element, existingCounter) from the map. Rather than wait,
271 * @param occurrences the number of occurrences of the element to remove
275 @Override public int remove(@Nullable Object element, int occurrences) { method in class:ConcurrentHashMultiset
291 // Just CASed to 0; remove the entry to clean up the map. If the removal fails,
293 countMap.remove(element, existingCounter);
307 * <p>This method, in contrast to {@link #remove(Objec
551 @Override public boolean remove(Object object) { method in class:ConcurrentHashMultiset.EntrySet
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DMinMaxPriorityQueueTest.java212 /* remove either min or max */
274 mmHeap.remove(5);
276 assertTrue("Heap is not intact after remove()", mmHeap.isIntact());
290 assertFalse("Heap does not contain 3", mmHeap.remove(3));
292 assertTrue("Heap is not intact after remove()", mmHeap.isIntact());
294 assertTrue("Heap contains two 1's", mmHeap.remove(1));
296 assertTrue("Heap contains 1", mmHeap.remove(1));
298 assertTrue("Heap contains 2", mmHeap.remove(2));
301 assertFalse("Heap does not contain anything", mmHeap.remove(2));
326 mmHeap.remove(
[all...]
H A DMapsTransformValuesUnmodifiableIteratorTest.java33 * have iterators that don't support {@code remove()}.
197 assertEquals("1", map.remove("a"));
198 assertNull(map.remove("b"));
237 underlying.remove("c");
257 map.remove("a");
261 keys.remove("b");
266 keyIterator.remove();
270 values.remove("4");
275 valueIterator.remove();
280 entries.remove(firstEntr
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DSafeArrayList.java62 * <li>The ListIterators returned by this class only support the remove()
64 * Even after ListIterator.remove() or Iterator.remove() is called, this change
84 // the list. This was the callers couldn't remove a child
189 public boolean remove(Object o) { method in class:SafeArrayList
190 boolean result = getBuffer().remove(o);
274 public E remove(int index) { method in class:SafeArrayList
275 E result = getBuffer().remove(index);
383 public void remove() { method in class:SafeArrayList.ArrayIterator
387 // We'll just remove(elemen
[all...]
/external/qemu/android/
H A Dcmdline-option.c122 int remove = 0; local
127 remove = 1;
138 if (remove)
257 int nn, remove = 0; local
261 remove = 1;
282 if (remove)
/external/webkit/Source/WebCore/loader/
H A DResourceLoadScheduler.cpp132 void ResourceLoadScheduler::remove(ResourceLoader* resourceLoader) function in class:WebCore::ResourceLoadScheduler
138 host->remove(resourceLoader);
152 oldHost->remove(resourceLoader);
257 void ResourceLoadScheduler::HostInformation::remove(ResourceLoader* resourceLoader) function in class:WebCore::ResourceLoadScheduler::HostInformation
260 m_requestsLoading.remove(resourceLoader);
268 m_requestsPending[priority].remove(it);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DArrayListTest.java167 alist.remove(size);
250 list1.remove(0);
280 list1.remove(location);
350 blist.remove(0);
405 originalList.remove(0);
406 originalList.remove(0);
542 al.remove(0);
670 * @tests java.util.ArrayList#remove(int)
673 // Test for method java.lang.Object java.util.ArrayList.remove(int)
674 alist.remove(1
[all...]
H A DIdentityHashMap2Test.java275 it.remove();
277 it.remove();
280 list.remove(remove1);
281 list.remove(remove2);
298 it2.remove();
345 * @tests java.util.IdentityHashMap#remove(java.lang.Object)
349 // java.util.IdentityHashMap.remove(java.lang.Object)
351 Integer x = ((Integer) hm.remove(objArray2[9]));
353 assertNull("Failed to remove given key", hm.get(objArray2[9]));
356 .remove("LCLCL
[all...]
H A DEnumSetTest.java149 iterator.remove();
155 iterator.remove();
398 anotherSetWithSubclass.remove(EnumWithInnerClass.a);
468 anotherHugeSetWithSubclass.remove(HugeEnumWithInnerClass.a);
475 * @tests java.util.EnumSet#remove(Object)
484 boolean result = set.remove(null);
487 result = set.remove(EnumFoo.a);
489 result = set.remove(EnumFoo.a);
494 result = set.remove(EnumWithInnerClass.a);
496 result = set.remove(EnumWithInnerClas
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DLinkedListMultimap.java61 * map.remove(key1, foo);}</pre>
247 keyToKeyHead.remove(node.key); // don't leak a key-null entry
254 keyToKeyTail.remove(node.key); // don't leak a key-null entry
256 keyCount.remove(node.key);
263 i.remove();
314 public void remove() { method in class:LinkedListMultimap.NodeIterator
380 public void remove() { method in class:LinkedListMultimap.DistinctKeyIterator
468 public void remove() { method in class:LinkedListMultimap.ValueForKeyIterator
548 public boolean remove(@Nullable Object key, @Nullable Object value) { method in class:LinkedListMultimap
552 values.remove();
742 public int remove(@Nullable Object key, int occurrences) { method in class:LinkedListMultimap.MultisetView
[all...]
/external/llvm/lib/Analysis/
H A DAliasSetTracker.cpp91 assert(RefCount == 0 && "Cannot remove non-dead alias set from tracker!");
395 /// remove - Remove the specified (potentially non-empty) alias set from the
397 void AliasSetTracker::remove(AliasSet &AS) { function in class:AliasSetTracker
414 // Finally, remove the entry.
425 AliasSetTracker::remove(Value *Ptr, uint64_t Size, const MDNode *TBAAInfo) { function in class:AliasSetTracker
428 remove(*AS);
432 bool AliasSetTracker::remove(LoadInst *LI) { function in class:AliasSetTracker
437 remove(*AS);
441 bool AliasSetTracker::remove(StoreInst *SI) { function in class:AliasSetTracker
446 remove(*A
450 bool AliasSetTracker::remove(VAArgInst *VAAI) { function in class:AliasSetTracker
469 bool AliasSetTracker::remove(Instruction *I) { function in class:AliasSetTracker
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
H A DUnmodifiableCollectionTests.java65 iterator.remove();
146 collection.remove(sampleElement);
147 fail("remove succeeded on unmodifiable collection");
224 multiset.remove(sampleElement, 2);
225 fail("remove(Object, int) succeeded on unmodifiable collection");
355 // Test #remove()
357 multimap.remove(sampleKey, sampleValue);
358 fail("remove succeeded on unmodifiable multimap");
381 multimap.asMap().remove(sampleKey);
382 fail("asMap().remove() succeede
[all...]
/external/chromium/chrome/browser/resources/options/
H A Dcookies_list.js105 var remove = this.ownerDocument.createElement('button');
106 remove.textContent = localStrings.getString('remove_cookie');
107 remove.onclick = this.removeCookie_.bind(this);
108 this.infoChild.appendChild(remove);
143 this.classList.remove('show-items');
148 * The callback for the "remove" button shown when an item is selected.
188 this.classList.remove('measure-items');
307 this.infoChild.classList.remove('hidden');
344 * @param {number} index The index of the tree node to remove.
346 remove
[all...]
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAtomicLongMap.java220 public long remove(K key) { method in class:AtomicLongMap
229 // only remove after setting to zero, to avoid concurrent updates
230 map.remove(key, atomic);
231 // succeed even if the remove fails, since the value was already adjusted
247 map.remove(key, atomic);
325 * The problem with these is that remove(K, long) has to be done in two phases by definition ---
336 * remove(K, long). Without any two-phase operations it becomes feasible for all remaining
396 boolean remove(K key, long value) { method in class:AtomicLongMap
408 // only remove after setting to zero, to avoid concurrent updates
409 map.remove(ke
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/light/
H A DLightList.java125 public void remove(int index){ method in class:LightList
144 * @param l the light to remove
146 public void remove(Light l){ method in class:LightList
149 remove(i);
284 public void remove() {
285 LightList.this.remove(--index);

Completed in 685 milliseconds

<<11121314151617181920>>