Searched defs:remove (Results 26 - 50 of 552) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/bintrees/bintrees/
H A Dqbintree.pyx63 def remove(self, key): member in class:cBinaryTree
H A Dqrbtree.pyx64 def remove(self, key): member in class:cRBTree
/external/chromium_org/third_party/icu/source/common/
H A Duset_imp.h52 USetRemove *remove; member in struct:USetAdder
/external/chromium_org/ui/file_manager/image_loader/
H A Dworker.js84 Worker.prototype.remove = function(requestId) {
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DIntSet.java34 * @param value int to remove
36 void remove(int value); method in interface:IntSet
H A DListIntSet.java47 public void remove(int value) { method in class:ListIntSet
/external/guava/guava/src/com/google/common/collect/
H A DForwardingConcurrentMap.java47 public boolean remove(Object key, Object value) { method in class:ForwardingConcurrentMap
48 return delegate().remove(key, value);
H A DForwardingQueue.java65 public E remove() { method in class:ForwardingQueue
66 return delegate().remove();
110 * A sensible definition of {@link #poll} in terms of {@link #remove}. If you
111 * override {@link #remove}, you may wish to override {@link #poll} to forward
118 return remove();
/external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
H A DConcurrentMap.java30 boolean remove(Object key, Object value); method in interface:ConcurrentMap
/external/icu/icu4c/source/common/
H A Duset_imp.h52 USetRemove *remove; member in struct:USetAdder
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
H A DInMemoryResourceLoader.java59 public void remove(String name) { method in class:InMemoryResourceLoader
60 items.remove(name);
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
H A DSmallSet.java82 public void remove() { method in class:SmallSet
/external/proguard/src/proguard/
H A DClassPath.java80 public ClassPathEntry remove(int index) method in class:ClassPath
82 return (ClassPathEntry)classPathEntries.remove(index);
/external/smack/src/org/jivesoftware/smack/util/collections/
H A DMapIterator.java90 * @throws UnsupportedOperationException if remove is not supported by the map
92 * @throws IllegalStateException if <code>remove()</code> has already been called
95 void remove(); method in interface:MapIterator
104 * @throws IllegalStateException if <code>remove()</code> has been called since the
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
H A DParameterIterator.java86 @Override public void remove() { method in class:ParameterIterator
H A DVariableSizeIterator.java83 @Override public void remove() { throw new UnsupportedOperationException(); } method in class:VariableSizeIterator
H A DVariableSizeLookaheadIterator.java75 @Override public void remove() { throw new UnsupportedOperationException(); } method in class:VariableSizeLookaheadIterator
/external/smali/util/src/main/java/org/jf/util/
H A DAbstractListIterator.java68 public void remove() { method in class:AbstractListIterator
/external/srec/portable/include/
H A DArrayList.h73 ESR_ReturnCode(*remove)(struct ArrayList_t* self, const void* element); member in struct:ArrayList_t
/external/srec/shared/include/
H A DHashMap.h61 ESR_ReturnCode(*remove)(struct HashMap_t* self, const LCHAR* key); member in struct:HashMap_t
H A DInt8ArrayList.h56 ESR_ReturnCode(*remove)(struct Int8ArrayList_t* self, asr_int8_t element); member in struct:Int8ArrayList_t
H A DIntArrayList.h56 ESR_ReturnCode(*remove)(struct IntArrayList_t* self, int element); member in struct:IntArrayList_t
/external/srec/srec/Nametag/include/
H A DSR_Nametags.h75 ESR_ReturnCode(*remove)(struct SR_Nametags_t* self, const LCHAR* id); member in struct:SR_Nametags_t
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DListExtensions.cs142 public static object remove( this IList list, int index ) method in class:Antlr.Runtime.JavaExtensions.ListExtensions
150 public static void remove<T>( this IList<T> list, T item ) method in class:Antlr.Runtime.JavaExtensions.ListExtensions
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
H A DFastQueue.java54 /** Get and remove first element in queue */
55 public T remove() { method in class:FastQueue

Completed in 4932 milliseconds

1234567891011>>