Searched defs:remove (Results 326 - 350 of 593) sorted by relevance

<<11121314151617181920>>

/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DAliasSetTracker.cpp91 assert(RefCount == 0 && "Cannot remove non-dead alias set from tracker!");
393 /// remove - Remove the specified (potentially non-empty) alias set from the
395 void AliasSetTracker::remove(AliasSet &AS) { function in class:AliasSetTracker
412 // Finally, remove the entry.
423 AliasSetTracker::remove(Value *Ptr, uint64_t Size, const MDNode *TBAAInfo) { function in class:AliasSetTracker
426 remove(*AS);
430 bool AliasSetTracker::remove(LoadInst *LI) { function in class:AliasSetTracker
435 remove(*AS);
439 bool AliasSetTracker::remove(StoreInst *SI) { function in class:AliasSetTracker
444 remove(*A
448 bool AliasSetTracker::remove(VAArgInst *VAAI) { function in class:AliasSetTracker
467 bool AliasSetTracker::remove(Instruction *I) { function in class:AliasSetTracker
[all...]
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
H A DVideoRendererGui.java554 public static synchronized void remove(VideoRenderer.Callbacks renderer) { method in class:VideoRendererGui
555 Logging.d(TAG, "VideoRendererGui.remove");
558 "Attempt to remove renderer before setting GLSurfaceView");
563 Logging.w(TAG, "Couldn't remove renderer (not present in current list)");
565 instance.yuvImageRenderers.remove(index).release();
/external/webrtc/webrtc/p2p/base/
H A Dtcpport.cc269 const rtc::SocketAddress& addr, bool remove) {
275 if (remove)
268 GetIncoming( const rtc::SocketAddress& addr, bool remove) argument
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dslf4j-api-1.4.2.jar ... synchronized java.util.Iterator iterator () public synchronized boolean remove (org.slf4j.Marker) org.slf4j.Marker ...
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3collections.h132 pANTLR3_HASH_ENTRY (*remove) (struct ANTLR3_HASH_TABLE_struct * table, void * key); member in struct:ANTLR3_HASH_TABLE_struct
189 void * (*remove) (struct ANTLR3_LIST_struct * list, ANTLR3_INTKEY key); member in struct:ANTLR3_LIST_struct
268 void * (*remove) (struct ANTLR3_VECTOR_struct * vector, ANTLR3_UINT32 entry); member in struct:ANTLR3_VECTOR_struct
429 * descnding from it as we remove it from the stack as we exit from
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DAbstractRealVector.java819 public void remove() {
927 public void remove() { method in class:AbstractRealVector.SparseEntryIterator
/external/bison/darwin-lib/
H A Dstdio.h265 better (remove an indirection through a 'static' pointer variable),
1234 # undef remove
1235 # define remove rpl_remove
1237 _GL_FUNCDECL_RPL (remove, int, (const char *name) _GL_ARG_NONNULL ((1)));
1238 _GL_CXXALIAS_RPL (remove, int, (const char *name));
1240 _GL_CXXALIAS_SYS (remove, int, (const char *name));
1242 _GL_CXXALIASWARN (remove);
1244 # undef remove macro
1245 /* Assume remove is always declared. */
1246 _GL_WARN_ON_USE (remove, "remov
[all...]
/external/bison/linux-lib/
H A Dstdio.h265 better (remove an indirection through a 'static' pointer variable),
1234 # undef remove
1235 # define remove rpl_remove
1237 _GL_FUNCDECL_RPL (remove, int, (const char *name) _GL_ARG_NONNULL ((1)));
1238 _GL_CXXALIAS_RPL (remove, int, (const char *name));
1240 _GL_CXXALIAS_SYS (remove, int, (const char *name));
1242 _GL_CXXALIASWARN (remove);
1244 # undef remove macro
1245 /* Assume remove is always declared. */
1246 _GL_WARN_ON_USE (remove, "remov
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/pkcs12/
H A DPKCS12KeyStoreSpi.java289 Key k = (Key)keys.remove(alias);
291 Certificate c = (Certificate)certs.remove(alias);
295 chainCerts.remove(new CertId(c.getPublicKey()));
300 String id = (String)localIds.remove(alias);
303 c = (Certificate)keyCerts.remove(id);
307 chainCerts.remove(new CertId(c.getPublicKey()));
1198 keys.put(name, keys.remove("unmarked"));
1761 orig.remove(k);
1773 public Object remove(String alias) method in class:PKCS12KeyStoreSpi.IgnoresCaseHashtable
1775 String k = (String)keys.remove(alia
[all...]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h389 ProgramStateRef remove(typename ProgramStateTrait<T>::key_type K) const;
392 ProgramStateRef remove(typename ProgramStateTrait<T>::key_type K,
395 ProgramStateRef remove() const;
597 ProgramStateRef remove(ProgramStateRef st, function in class:clang::ento::ProgramStateManager
606 ProgramStateRef remove(ProgramStateRef st) { function in class:clang::ento::ProgramStateManager
775 ProgramStateRef ProgramState::remove(typename ProgramStateTrait<T>::key_type K) const { function in class:clang::ento::ProgramState
776 return getStateManager().remove<T>(this, K, get_context<T>());
780 ProgramStateRef ProgramState::remove(typename ProgramStateTrait<T>::key_type K, function in class:clang::ento::ProgramState
782 return getStateManager().remove<T>(this, K, C);
786 ProgramStateRef ProgramState::remove() cons function in class:clang::ento::ProgramState
[all...]
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
H A DDiskLruCache.java55 * remove entries in the background until the limit is satisfied. The limit is
293 lruEntries.remove(key);
338 i.remove();
551 lruEntries.remove(entry.key);
580 public synchronized boolean remove(String key) throws IOException { method in class:DiskLruCache
602 lruEntries.remove(key);
647 remove(toEvict.getKey());
/external/guava/guava/src/com/google/common/collect/
H A DIterators.java137 @Override public void remove() {
146 * {@link Iterator#remove()}.
210 * @param removeFrom the iterator to (potentially) remove elements from
211 * @param elementsToRemove the elements to remove
224 * @param removeFrom the iterator to (potentially) remove elements from
236 removeFrom.remove();
248 * @param removeFrom the iterator to (potentially) remove elements from
382 * <p>The returned iterator supports {@code remove()} if the provided iterator
383 * does. After {@code remove()} is called, subsequent cycles omit the removed
390 * you will eventually remove al
1164 public void remove() { method in class:Iterators.PeekingImpl
[all...]
H A DMinMaxPriorityQueue.java50 * #poll()} and {@link #remove()} -- is defined as the <i>least</i> element in
76 * all the forms of {@link #poll} and {@link #remove()}) run in {@code
78 * <li>The {@link #remove(Object)} and {@link #contains} operations require
327 return remove();
331 * Retrieves, but does not remove, the least element of this queue, or returns
359 * Retrieves, but does not remove, the greatest element of this queue, or
378 * used by iterator.remove so as to visit elements during a traversal once and
434 // Returned from removeAt() to iterator.remove()
781 @Override public void remove() { method in class:MinMaxPriorityQueue.QueueIterator
850 * iterator's own remove metho
[all...]
H A DMultisets.java151 @Override public boolean remove(Object element) { method in class:Multisets.UnmodifiableMultiset
155 @Override public int remove(Object element, int occurrences) { method in class:Multisets.UnmodifiableMultiset
244 * {@code elementSet()}, do not support {@code remove()}. However, all other multiset methods
336 public int remove(@Nullable Object element, int occurrences) { method in class:Multisets.FilteredMultiset
341 return contains(element) ? unfiltered.remove(element, occurrences) : 0;
695 entryIterator.remove();
721 * multisetToModify.remove(e);
745 changed |= multisetToModify.remove(o);
765 entryIterator.remove();
768 multisetToModify.remove(entr
950 public boolean remove(Object o) { method in class:Multisets.ElementSet
986 @Override public boolean remove(Object object) { method in class:Multisets.EntrySet
1050 public void remove() { method in class:Multisets.MultisetIteratorImpl
[all...]
H A DTreeMultiset.java266 public int remove(@Nullable Object element, int occurrences) { method in class:TreeMultiset
280 newRoot = root.remove(comparator(), e, occurrences, result);
434 public void remove() {
476 public void remove() {
618 AvlNode<E> remove(Comparator<? super E> comparator, @Nullable E e, int count, int[] result) { method in class:TreeMultiset.AvlNode
627 left = initLeft.remove(comparator, e, count, result);
645 right = initRight.remove(comparator, e, count, result);
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
H A DLocalCache.java110 cachingHashMap.remove(key);
128 public V remove(Object key) { method in class:LocalCache
129 Timestamped<V> stamped = cachingHashMap.remove(key);
170 public boolean remove(Object key, Object value) { method in class:LocalCache
173 remove(key);
290 cachingHashMap.remove(key);
391 localCache.remove(key);
580 public void remove() { method in class:LocalCache.EntryIterator
582 LocalCache.this.remove(lastEntry.getKey(), lastEntry.getValue());
608 public void remove() { method in class:LocalCache.KeyIterator
634 public void remove() { method in class:LocalCache.ValueIterator
765 public boolean remove(Object o) { method in class:LocalCache.KeySet
820 public boolean remove(Object o) { method in class:LocalCache.EntrySet
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DIterators.java135 @Override public void remove() {
144 * {@link Iterator#remove()}.
208 * @param removeFrom the iterator to (potentially) remove elements from
209 * @param elementsToRemove the elements to remove
222 * @param removeFrom the iterator to (potentially) remove elements from
234 removeFrom.remove();
246 * @param removeFrom the iterator to (potentially) remove elements from
364 * <p>The returned iterator supports {@code remove()} if the provided iterator
365 * does. After {@code remove()} is called, subsequent cycles omit the removed
372 * you will eventually remove al
1129 public void remove() { method in class:Iterators.PeekingImpl
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableListTest.java475 ops(add(1), remove()),
485 ops(remove(), nop()),
490 ops(remove(), add(2)),
495 ops(remove(), remove()),
500 ops(remove(), nop()),
505 ops(remove(), add(3)),
510 ops(nop(), remove()),
515 ops(remove(), remove()),
549 static ListFrobber remove() { method in class:ImmutableListTest.ConcurrentTests
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTrie2.java522 // and if there is none, remove it from here.
600 * Iterator.remove() is not supported by Trie2.CharSequenceIterator.
602 * @see java.util.Iterator#remove()
605 public void remove() { method in class:Trie2.CharSequenceIterator
606 throw new UnsupportedOperationException("Trie2.CharSequenceIterator does not support remove().");
949 public void remove() { method in class:Trie2.Trie2Iterator
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTransliteratorRegistry.java378 public void remove(String ID) { method in class:TransliteratorRegistry
382 registry.remove(new CaseInsensitiveString(id));
384 availableIDs.remove(new CaseInsensitiveString(id));
529 availableIDs.remove(ciID);
588 variants.remove(civar);
590 targets.remove(citrg); // should delete variants
592 specDAG.remove(cisrc); // should delete targets
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DBytesTrie.java557 long top=stack_.remove(stack_.size()-1);
614 * Iterator.remove() is not supported.
618 public void remove() { method in class:BytesTrie.Iterator
H A DCharsTrie.java482 long top=stack_.remove(stack_.size()-1);
555 * Iterator.remove() is not supported.
559 public void remove() { method in class:CharsTrie.Iterator
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
H A DCollectionUtilities.java137 m.remove(item);
231 if (f.matches(item)) it.remove();
247 if (!f.matches(item)) it.remove();
412 public static String remove(String source, UnicodeSet removals) { method in class:CollectionUtilities
504 public void remove() { method in class:CollectionUtilities.FilteredIterator
H A DUnicodeMap.java37 * that is, a put(x,null) is the same as remove(x).<br>
321 // A1a connects with previous & following, so remove index
416 if (stringMap.remove(string) != null) {
899 * @see java.util.Map#remove(java.lang.Object)
901 public UnicodeMap<T> remove(String key) { method in class:UnicodeMap
906 * @see java.util.Map#remove(java.lang.Object)
908 public UnicodeMap<T> remove(int key) { method in class:UnicodeMap
965 * @see java.util.Iterator#remove()
967 public void remove() { method in class:UnicodeMap.IteratorX
1033 public void remove() { method in class:UnicodeMap.EntryRanges
1207 removeRetainAll(UnicodeMap<T> reference, boolean remove) argument
[all...]
/external/icu/icu4c/source/common/
H A Duset.cpp105 ((UnicodeSet*) set)->UnicodeSet::remove(c);
110 ((UnicodeSet*) set)->UnicodeSet::remove(start, end);
116 ((UnicodeSet*) set)->UnicodeSet::remove(s);
120 uset_removeAll(USet* set, const USet* remove) { argument
121 ((UnicodeSet*) set)->UnicodeSet::removeAll(*(const UnicodeSet*)remove);
571 // /* the previous range collapsed, remove it */
584 // /* the following range collapsed, remove it */

Completed in 1481 milliseconds

<<11121314151617181920>>