HomeSort by relevance Sort by last modified time
    Searched refs:remove (Results 101 - 125 of 2751) sorted by null

1 2 3 45 6 7 8 91011>>

  /libcore/luni/src/main/java/libcore/util/
CollectionUtils.java 33 * @param trim true to remove reference objects from the iterable after
50 delegate.remove();
70 public void remove() { method
74 delegate.remove();
  /libcore/luni/src/main/java/org/xml/sax/helpers/
AttributeListImpl.java 148 * Remove an attribute from the list.
164 names.remove(i);
165 types.remove(i);
166 values.remove(i);
  /libcore/luni/src/test/java/tests/api/java/util/
ListResourceBundleTest.java 68 assertTrue(result.remove(null));
69 assertTrue(result.remove(null));
70 assertTrue(result.remove(null));
  /packages/apps/Contacts/tests/src/com/android/contacts/util/
NameConverterTests.java 44 structuredName.remove(StructuredName.SUFFIX);
48 structuredName.remove(StructuredName.MIDDLE_NAME);
97 structuredName.remove(field);
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/decoder/
UnboundedFifoByteBuffer.java 34 * The {@link #remove()} and {@link #get()} operations perform in constant time.
171 public byte remove() { method in class:UnboundedFifoByteBuffer
239 public void remove() { method
246 UnboundedFifoByteBuffer.this.remove();
  /packages/apps/Launcher2/src/com/android/launcher2/
FolderInfo.java 63 * Remove an app or shortcut. Does not change the DB.
67 public void remove(ShortcutInfo item) { method in class:FolderInfo
68 contents.remove(item);
94 listeners.remove(listener);
  /bionic/libc/kernel/common/linux/
platform_device.h 29 int (*remove)(struct platform_device *); member in struct:platform_driver
  /cts/tests/src/android/content/cts/
MockReceiver.java 34 public static final String RESULT_EXTRAS_REMOVE_KEY = "remove";
35 public static final String RESULT_EXTRAS_REMOVE_VALUE = "remove value";
41 map.remove(RESULT_EXTRAS_REMOVE_KEY);
  /cts/tests/tests/holo/src/android/holo/cts/
SingleThemeLayoutIterator.java 55 public void remove() { method in class:SingleThemeLayoutIterator
  /cts/tools/dasm/src/java_cup/
symbol_set.java 117 /** Remove a single symbol if it is in the set.
120 public void remove(symbol sym) throws internal_error method in class:symbol_set
123 _all.remove(sym.name());
147 /** Remove (set subtract) a complete set.
150 public void remove(symbol_set other) throws internal_error method in class:symbol_set
156 remove((symbol)e.nextElement()); method
  /development/ndk/platforms/android-3/include/linux/
platform_device.h 29 int (*remove)(struct platform_device *); member in struct:platform_driver
  /external/antlr/src/org/antlr/runtime/tree/
TreeIterator.java 37 * know what child index they are. No remove() is supported.
95 if ( nodes!=null && nodes.size()>0 ) return nodes.remove();
120 return nodes.remove();
128 return nodes.remove();
131 public void remove() { throw new UnsupportedOperationException(); } method in class:TreeIterator
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
AbstractListTest.java 48 public Object remove(int i) { method in class:AbstractListTest.SimpleList
49 return this.arrayList.remove(i);
86 it.remove();
146 sList.remove(0);
152 lit.remove();
201 emptySubList.remove(0);
202 fail("emptySubList.remove(0) should throw IndexOutOfBoundsException");
216 public E remove(int idx) { method in class:AbstractListTest.MockArrayList
218 return list.remove(idx);
259 it.remove();
322 public E remove(int idx) { method in class:AbstractListTest.MockRemoveFailureArrayList
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_SetTest.java 41 .remove(new Integer(50)));
43 "Set Test - Adding and removing a duplicate element failed to remove it",
  /external/apache-http/src/org/apache/http/impl/conn/
IdleConnectionHandler.java 67 * {@link #remove} or {@link #closeIdleConnections} is called.
71 * @see #remove
92 public boolean remove(HttpConnection connection) { method in class:IdleConnectionHandler
93 TimeValues times = connectionToTimes.remove(connection);
135 connectionIter.remove();
162 connectionIter.remove();
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RouteSpecificPool.java 155 it.remove();
161 BasicPoolEntry entry = freeEntries.remove();
228 final boolean found = freeEntries.remove(entry);
297 this.waitingThreads.remove(wt);
  /external/collada/include/dae/
daeRawResolver.h 45 void remove(const daeURI& uri);
  /external/emma/core/java12/com/vladium/jcd/cls/
IAttributeCollection.java 95 Attribute_info remove (int offset); method in interface:IAttributeCollection
  /external/icu4c/common/
uset_imp.h 52 USetRemove *remove; member in struct:USetAdder
  /external/llvm/lib/CodeGen/SelectionDAG/
SDNodeOrdering.h 39 void remove(const SDNode *Node) { function in class:llvm::SDNodeOrdering
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptvalueiterator.h 49 void remove();
  /external/webkit/Source/WebCore/bindings/js/
ScriptObject.h 63 static bool remove(ScriptState*, const char* name);
  /external/webkit/Source/WebCore/bindings/v8/
ScriptObject.h 61 static bool remove(ScriptState*, const char* name);
V8Collection.cpp 43 base->remove(index);
  /external/webkit/Source/WebCore/css/
StyleList.h 40 void remove(unsigned position);

Completed in 926 milliseconds

1 2 3 45 6 7 8 91011>>