Searched defs:remove (Results 401 - 425 of 593) sorted by relevance

<<11121314151617181920>>

/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp912 void remove (const string& name) { const int removed = (int)m_objects.erase(name); DE_ASSERT(removed); DE_UNREF(removed); } function in class:deqp::gls::LongStressCaseInternal::GLObjectManager
1514 // Possibly remove or set-as-garbage some objects, depending on given probabilities.
1520 m_textures->remove(texName);
1529 m_buffers->remove(indexBufferName);
1546 m_buffers->remove(curAttrBufNamePrefix + toString(i));
1563 m_buffers->remove(unitedAttrBufferNamePrefix + toString(i));
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java2380 ReferenceEntry<K, V> e = evictionQueue.remove();
2732 V remove(Object key, int hash) { method in class:MapMakerInternalMap.Segment
2775 boolean remove(Object key, int hash, Object value) { method in class:MapMakerInternalMap.Segment
2864 evictionQueue.remove(entry);
2865 expirationQueue.remove(entry);
2884 evictionQueue.remove(entry);
2885 expirationQueue.remove(entry);
3166 remove(next);
3172 public boolean remove(Object o) { method in class:MapMakerInternalMap.EvictionQueue
3302 remove(nex
3308 public boolean remove(Object o) { method in class:MapMakerInternalMap.ExpirationQueue
3521 public V remove(@Nullable Object key) { method in class:MapMakerInternalMap
3530 public boolean remove(@Nullable Object key, @Nullable Object value) { method in class:MapMakerInternalMap
3695 public void remove() { method in class:MapMakerInternalMap.HashIterator
3796 public boolean remove(Object o) { method in class:MapMakerInternalMap.KeySet
3857 public boolean remove(Object o) { method in class:MapMakerInternalMap.EntrySet
[all...]
H A DMaps.java432 V rightValue = onlyOnRight.remove(leftKey);
800 public V remove(@Nullable Object key) { method in class:Maps.AsMapView
801 if (backingSet().remove(key)) {
1907 @Override public V2 remove(Object key) { method in class:Maps.TransformedEntriesMap
1909 ? transformer.transformEntry((K) key, fromMap.remove(key))
2096 * values()} views have iterators that don't support {@code remove()}, but all
2139 * values()} views have iterators that don't support {@code remove()}, but all
2176 * values()} views have iterators that don't support {@code remove()}, but all
2213 * iterators that don't support {@code remove()}, but all other methods are supported by the
2245 * values()} views have iterators that don't support {@code remove()}, bu
2603 @Override public V remove(Object key) { method in class:Maps.AbstractFilteredMap
2624 @Override public boolean remove(Object o) { method in class:Maps.FilteredMapValues
2735 @Override public boolean remove(Object o) { method in class:Maps.FilteredEntryMap.KeySet
2966 public V remove(@Nullable Object key) { method in class:Maps.FilteredEntryNavigableMap
3508 @Override public boolean remove(Object o) { method in class:Maps.KeySet
3673 @Override public boolean remove(Object o) { method in class:Maps.Values
3759 @Override public boolean remove(Object o) { method in class:Maps.EntrySet
[all...]
H A DSynchronized.java165 public boolean remove(Object o) { method in class:Synchronized.SynchronizedCollection
167 return delegate().remove(o);
364 public E remove(int index) { method in class:Synchronized.SynchronizedList
366 return delegate().remove(index);
447 public int remove(Object o, int n) { method in class:Synchronized.SynchronizedMultiset
449 return delegate().remove(o, n);
602 public boolean remove(Object key, Object value) { method in class:Synchronized.SynchronizedMultimap
604 return delegate().remove(key, value);
898 @Override public boolean remove(Object o) { method in class:Synchronized.SynchronizedAsMapEntries
1007 public V remove(Objec method in class:Synchronized.SynchronizedMap
1614 public E remove() { method in class:Synchronized.SynchronizedQueue
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DMaps.java427 V rightValue = onlyOnRight.remove(leftKey);
762 public V remove(@Nullable Object key) { method in class:Maps.AsMapView
763 if (backingSet().remove(key)) {
1598 @Override public V2 remove(Object key) { method in class:Maps.TransformedEntriesMap
1600 ? transformer.transformEntry((K) key, fromMap.remove(key))
1679 * values()} views have iterators that don't support {@code remove()}, but all
1722 * values()} views have iterators that don't support {@code remove()}, but all
1758 * iterators that don't support {@code remove()}, but all other methods are supported by the
1790 * values()} views have iterators that don't support {@code remove()}, but all
1829 * values()} views have iterators that don't support {@code remove()}, bu
2070 @Override public V remove(Object key) { method in class:Maps.AbstractFilteredMap
2091 @Override public boolean remove(Object o) { method in class:Maps.FilteredMapValues
2202 @Override public boolean remove(Object o) { method in class:Maps.FilteredEntryMap.KeySet
2609 @Override public boolean remove(Object o) { method in class:Maps.KeySet
2688 @Override public boolean remove(Object o) { method in class:Maps.Values
2774 @Override public boolean remove(Object o) { method in class:Maps.EntrySet
[all...]
/external/harfbuzz_ng/src/
H A Dhb-private.hh420 inline void remove (unsigned int i) function in struct:hb_prealloced_array_t
523 inline void remove (T v, lock_t &l) function in struct:hb_lockable_set_t
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DNormalizer2Impl.java287 public void remove() { method in class:Normalizer2Impl.ReorderingBuffer
1067 * then we also remove those same characters (which had been simply copied
1256 * We may need to remove the last few characters from the ReorderingBuffer
1284 buffer.remove();
1958 // remove the Jamo V/T
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DUnicodeSet.java72 * union, <code>retain</code> is an intersection, <code>remove</code>
126 * Any character may be preceded by a backslash in order to remove any special
1492 public UnicodeSet remove(int start, int end) { method in class:UnicodeSet
1513 public final UnicodeSet remove(int c) { method in class:UnicodeSet
1514 return remove(c, c);
1524 public final UnicodeSet remove(CharSequence s) { method in class:UnicodeSet
1527 strings.remove(s.toString());
1530 remove(cp, cp);
1603 strings.remove(s2);
3626 // support args of (int, String) then we can remove
4215 public void remove() { method in class:UnicodeSet.EntryRangeIterator
4307 public void remove() { method in class:UnicodeSet.UnicodeSetIterator2
[all...]
/external/icu/icu4c/source/common/
H A Dnormalizer2impl.cpp163 void ReorderingBuffer::remove() { function in class:ReorderingBuffer
470 dest.remove();
911 // remove the Jamo V/T
936 // Replace the starter with the composite, remove the combining mark.
972 /* remove the combining mark by moving the following text over it */
1092 * then we also remove those same characters (which had been simply copied
1296 * We may need to remove the last few characters from the ReorderingBuffer
1326 buffer.remove();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DNormalizer2Impl.java283 public void remove() { method in class:Normalizer2Impl.ReorderingBuffer
1063 * then we also remove those same characters (which had been simply copied
1252 * We may need to remove the last few characters from the ReorderingBuffer
1280 buffer.remove();
1954 // remove the Jamo V/T
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSet.java71 * union, <code>retain</code> is an intersection, <code>remove</code>
125 * Any character may be preceded by a backslash in order to remove any special
1535 public UnicodeSet remove(int start, int end) { method in class:UnicodeSet
1557 public final UnicodeSet remove(int c) { method in class:UnicodeSet
1558 return remove(c, c);
1569 public final UnicodeSet remove(CharSequence s) { method in class:UnicodeSet
1572 strings.remove(s.toString());
1575 remove(cp, cp);
1652 strings.remove(s2);
3704 // support args of (int, String) then we can remove
4320 public void remove() { method in class:UnicodeSet.EntryRangeIterator
4413 public void remove() { method in class:UnicodeSet.UnicodeSetIterator2
[all...]
/external/javassist/src/main/javassist/compiler/
H A DCodeGen.java68 protected void remove(CodeGen gen) { method in class:CodeGen.ReturnHook
688 rh.remove(this);
/external/llvm/include/llvm/ADT/
H A DImmutableSet.h407 TreeTy* remove(TreeTy* T, key_type_ref V) { function in class:llvm::ImutAVLFactory
1018 /// remove - Creates a new immutable set that contains all of the values
1025 ImmutableSet remove(ImmutableSet Old, value_type_ref V) { function in class:llvm::ImmutableSet::Factory
1026 TreeTy *NewT = F.remove(Old.Root, V);
1155 ImmutableSetRef remove(value_type_ref V) { function in class:llvm::ImmutableSetRef
1156 return ImmutableSetRef(Factory->remove(Root, V), Factory);
/external/llvm/include/llvm/CodeGen/
H A DMachineScheduler.h530 iterator remove(iterator I) { function in class:llvm::ReadyQueue
/external/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp1415 void remove(Function *F);
1417 /// Find the functions that use this Value and remove them from FnTree and
1443 /// The set of all distinct functions. Use the insert() and remove() methods
1448 // modified, i.e. in insert(), remove(), and replaceFunctionInTree(), to avoid
1632 remove(CS.getInstruction()->getParent()->getParent());
1846 void MergeFunctions::remove(Function *F) { function in class:MergeFunctions
1851 // I->second has been invalidated, remove it from the FNodesInTree map to
1858 // For each instruction used by the value, remove() the function that contains
1871 remove(I->getParent()->getParent());
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmsio0.c1322 #ifndef remove
1323 # define remove wceex_unlink macro
1339 if (rc == FALSE) { // remove() is C99 per 7.19.4.1
1340 remove(FileName); // We have to IGNORE return value in this case
/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc83 // Replaces any occurrence of the character 'remove' (or the characters
84 // in 'remove') with the character 'replacewith'.
86 void StripString(string* s, const char* remove, char replacewith) { argument
89 for (str = strpbrk(str, remove);
91 str = strpbrk(str + 1, remove)) {
311 // Protocol buffers doesn't ever care about errors, but I don't want to remove
1235 // It appears the radix was a multi-byte character. We need to remove the
/external/skia/src/pathops/
H A DSkOpCoincidence.cpp1127 bool SkOpCoincidence::release(SkCoincidentSpans* coin, SkCoincidentSpans* remove) { argument
1133 if (coin == remove) {
1187 // segments may have collapsed in the meantime; remove empty referenced segments
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-over-slf4j-1.4.2.jar ... java.lang.String) String key public static void remove (java.lang.String) String key public static void ...
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DImmutableSet.h407 TreeTy* remove(TreeTy* T, key_type_ref V) { function in class:llvm::ImutAVLFactory
986 /// remove - Creates a new immutable set that contains all of the values
993 ImmutableSet remove(ImmutableSet Old, value_type_ref V) { function in class:llvm::ImmutableSet::Factory
994 TreeTy *NewT = F.remove(Old.Root, V);
1139 ImmutableSetRef remove(value_type_ref V) { function in class:llvm::ImmutableSetRef
1140 return ImmutableSetRef(Factory->remove(Root, V), Factory);
/external/syslinux/gpxe/src/include/gpxe/
H A Dpci.h340 void ( * remove ) ( struct pci_device *pci ); member in struct:pci_driver
/external/v8/benchmarks/
H A Ddeltablue.js76 OrderedCollection.prototype.remove = function (elm) {
559 this.constraints.remove(c);
682 * detected, remove the given constraint and answer
/external/webrtc/talk/app/webrtc/
H A Dpeerconnection_unittest.cc363 void RemoveMsidFromReceivedSdp(bool remove) { remove_msid_ = remove; } argument
365 void RemoveSdesCryptoFromReceivedSdp(bool remove) { remove_sdes_ = remove; } argument
367 void RemoveBundleFromReceivedSdp(bool remove) { remove_bundle_ = remove; } argument
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...
H A Ddom4j-1.6.1.jar ... .lang.Object) int index Object object public boolean remove (java.lang.Object) Object object public java. ...

Completed in 1061 milliseconds

<<11121314151617181920>>