Searched defs:remove (Results 101 - 125 of 552) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dcontainers.py142 def remove(self, elem): member in class:RepeatedScalarFieldContainer
143 """Removes an item from the list. Similar to list.remove()."""
144 self._values.remove(elem)
243 def remove(self, elem): member in class:RepeatedCompositeFieldContainer
244 """Removes an item from the list. Similar to list.remove()."""
245 self._values.remove(elem)
/external/chromium_org/third_party/re2/re2/testing/
H A Dcharclass_test.cc17 int remove; member in struct:re2::CCTest
95 if (t->remove >= 0)
96 printf("Removed > %d\n", t->remove);
202 if (t->remove >= 0)
203 ccb.RemoveAbove(t->remove);
/external/chromium_org/third_party/skia/src/core/
H A DSkTMultiMap.h56 void remove(const Key& key, const T* value) { function in class:SkTMultiMap
76 fHash.remove(key);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrTraceMarker.cpp32 void GrTraceMarkerSet::remove(const GrGpuTraceMarker& marker) { function in class:GrTraceMarkerSet
35 this->fMarkerArray.remove(index);
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLExtensions.cpp108 bool GrGLExtensions::remove(const char ext[]) { function in class:GrGLExtensions
/external/chromium_org/ui/webui/resources/js/
H A Devent_tracker.js8 * listeners that have been added and makes it easy to remove some or all of
62 * @param {!Node} node The DOM node to remove a listener from.
63 * @param {?string} eventType The type of event to remove.
65 remove: function(node, eventType) {
87 * @param {EventTrackerEntry} h The entry describing the listener to remove.
/external/emma/core/java12/com/vladium/jcd/cls/
H A DAttributeCollection.java175 public Attribute_info remove (final int offset) method in class:AttributeCollection
177 final Attribute_info result = (Attribute_info) m_attributes.remove (offset);
H A DMethodCollection.java121 public Method_info remove (final int offset) method in class:MethodCollection
123 return (Method_info) m_methods.remove (offset);
/external/emma/core/java12/com/vladium/util/
H A DObjectIntMap.java208 public void remove (final Object key) method in class:ObjectIntMap
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/
H A DMemoryCache.java34 public Resource remove(Key key); method in interface:MemoryCache
/external/glide/library/src/main/java/com/bumptech/glide/util/
H A DLruCache.java65 public Y remove(T key) { method in class:LruCache
66 final Y value = cache.remove(key);
84 cache.remove(key);
/external/guava/guava/src/com/google/common/collect/
H A DHashBasedTable.java35 * #columnMap()} have iterators that don't support {@code remove()}. Otherwise,
140 @Override public V remove( method in class:HashBasedTable
142 return super.remove(rowKey, columnKey);
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
H A DConcurrentHashMap.java64 public boolean remove(Object key, Object value) { method in class:ConcurrentHashMap
66 remove(key);
122 @Override public V remove(Object key) { method in class:ConcurrentHashMap
126 return backingMap.remove(key);
/external/icu/icu4c/source/common/unicode/
H A Denumset.h39 inline void remove(T toRemove) { set(toRemove, 0); } function in class:EnumSet
/external/javassist/src/main/javassist/scopedpool/
H A DSoftValueHashMap.java26 * This Map will remove entries when the value in the map has been cleaned from
66 * Remove all invalidated entries from the map, that is, remove all entries
73 // only remove if it is the *exact* same WeakValueRef
75 hash.remove(ref.key);
220 public Object remove(Object key) { method in class:SoftValueHashMap
222 return hash.remove(key);
/external/llvm/lib/CodeGen/
H A DLatencyPriorityQueue.cpp112 // Since it is available, it must be in the priority queue. First remove it.
113 remove(OnlyAvailablePred);
134 void LatencyPriorityQueue::remove(SUnit *SU) { function in class:LatencyPriorityQueue
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
H A DDummyMap.java56 public V remove(Object key) { method in class:DummyMap
58 keys.remove(key);
/external/nist-sip/java/gov/nist/core/
H A DMultiValueMapImpl.java125 public Object remove(String key, V item) { method in class:MultiValueMapImpl
130 return list.remove(item);
142 public List<V> remove(Object key) { method in class:MultiValueMapImpl
143 return map.remove(key);
/external/owasp/sanitizer/tools/
H A Dupdate_tree_in_svn.py61 def remove(src, dst): run(['rm', dst]) function in function:sync
99 (NO_EXIST, FILE) : (remove, svn_delete,),
100 (NO_EXIST, DIR) : (recurse, remove, svn_delete,),
103 (FILE, DIR) : (recurse, remove, svn_delete, copy, svn_add, cnf),
105 (DIR, FILE) : (remove, svn_delete, mkdir, svn_add, recurse, cnf),
122 svn(['commit', '-m', 'remove obsolete files from the snapshot tree'],
/external/protobuf/python/google/protobuf/internal/
H A Dcontainers.py131 def remove(self, elem): member in class:RepeatedScalarFieldContainer
132 """Removes an item from the list. Similar to list.remove()."""
133 self._values.remove(elem)
/external/qemu/android/base/containers/
H A DStringVector.cpp68 void StringVector::remove(size_t index) { function in class:android::base::StringVector
/external/regex-re2/re2/testing/
H A Dcharclass_test.cc17 int remove; member in struct:re2::CCTest
95 if (t->remove >= 0)
96 printf("Removed > %d\n", t->remove);
202 if (t->remove >= 0)
203 ccb.RemoveAbove(t->remove);
/external/replicaisland/src/com/replica/replicaisland/
H A DObjectManager.java74 mObjects.remove(object, true);
114 public void remove(BaseObject object) { method in class:ObjectManager
/external/skia/src/gpu/
H A DGrTMultiMap.h56 void remove(const Key& key, const T* value) { function in class:GrTMultiMap
76 fHash.remove(key);
/external/skia/src/gpu/gl/
H A DGrGLExtensions.cpp108 bool GrGLExtensions::remove(const char ext[]) { function in class:GrGLExtensions

Completed in 1987 milliseconds

1234567891011>>