HomeSort by relevance Sort by last modified time
    Searched defs:remove (Results 76 - 100 of 1658) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/bintrees/bintrees/
qbintree.pyx 63 def remove(self, key): member in class:cBinaryTree
qrbtree.pyx 64 def remove(self, key): member in class:cRBTree
  /external/chromium_org/third_party/icu/source/common/
uset_imp.h 52 USetRemove *remove; member in struct:USetAdder
  /external/chromium_org/third_party/icu/source/i18n/
nfrlist.h 52 NFRule* remove(uint32_t index) { function in class:NFRuleList
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
unicodestring.h 78 inline void remove() { function in class:i18n::phonenumbers::UnicodeString
  /external/clang/include/clang/ARCMigrate/
ARCMT.h 113 virtual void remove(CharSourceRange range) { } function in class:clang::arcmt::MigrationProcess::RewriteListener
  /external/dexmaker/src/dx/java/com/android/dx/util/
IntSet.java 34 * @param value int to remove
36 void remove(int value); method in interface:IntSet
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
AbstractApplication.java 45 // implements the method List.remove(int) and ArrayList does.
70 commands.remove(index);
79 commands.remove(index);
  /external/emma/core/java12/com/vladium/jcd/cls/
IAttributeCollection.java 95 Attribute_info remove (int offset); method in interface:IAttributeCollection
IMethodCollection.java 101 Method_info remove (int offset); method in interface:IMethodCollection
  /external/guava/guava/src/com/google/common/collect/
ForwardingQueue.java 65 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-tests/test/com/google/common/collect/
UnmodifiableIteratorTest.java 55 iterator.remove();
  /external/icu4c/common/unicode/
enumset.h 37 inline void remove(T toRemove) { set(toRemove, 0); } function in class:EnumSet
  /external/icu4c/common/
uset_imp.h 52 USetRemove *remove; member in struct:USetAdder
  /external/icu4c/i18n/
nfrlist.h 52 NFRule* remove(uint32_t index) { function in class:NFRuleList
  /external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
InMemoryResourceLoader.java 59 public void remove(String name) { method in class:InMemoryResourceLoader
60 items.remove(name);
  /external/proguard/src/proguard/
ClassPath.java 80 public ClassPathEntry remove(int index) method in class:ClassPath
82 return (ClassPathEntry)classPathEntries.remove(index);
  /external/smack/src/org/jivesoftware/smack/util/
Cache.java 118 oldValue = remove(key, true);
132 // If cache is too full, remove least used cache entries until it is not too full.
149 // Remove the object from it's current place in the cache order list,
151 cacheObject.lastAccessedListNode.remove();
162 public synchronized V remove(Object key) { method in class:Cache
163 return remove(key, false);
167 * Remove operation with a flag so we can tell coherence if the remove was
170 public synchronized V remove(Object key, boolean internal) { method in class:Cache
172 CacheObject<V> cacheObject = map.remove(key)
237 public void remove() { method
    [all...]
  /external/smack/src/org/jivesoftware/smack/util/collections/
MapIterator.java 90 * @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/srec/portable/include/
ArrayList.h 73 ESR_ReturnCode(*remove)(struct ArrayList_t* self, const void* element); member in struct:ArrayList_t
  /external/srec/shared/include/
HashMap.h 61 ESR_ReturnCode(*remove)(struct HashMap_t* self, const LCHAR* key); member in struct:HashMap_t
Int8ArrayList.h 56 ESR_ReturnCode(*remove)(struct Int8ArrayList_t* self, asr_int8_t element); member in struct:Int8ArrayList_t
IntArrayList.h 56 ESR_ReturnCode(*remove)(struct IntArrayList_t* self, int element); member in struct:IntArrayList_t
  /external/srec/srec/Nametag/include/
SR_Nametags.h 75 ESR_ReturnCode(*remove)(struct SR_Nametags_t* self, const LCHAR* id); member in struct:SR_Nametags_t
  /frameworks/base/core/java/android/app/
QueuedWork.java 65 * (e.g. SharedPreferences) will pretty quickly call remove()
73 public static void remove(Runnable finisher) { method in class:QueuedWork
74 sPendingWorkFinishers.remove(finisher);

Completed in 1220 milliseconds

1 2 34 5 6 7 8 91011>>