Searched defs:remove (Results 1 - 10 of 10) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/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
H A DBitIntSet.java59 public void remove(int value) { method in class:BitIntSet
/dalvik/dx/src/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
H A DBitIntSet.java59 public void remove(int value) { method in class:BitIntSet
/dalvik/dx/tests/118-find-usages/
H A DFoo.java41 new ArrayList<String>().remove(5);
45 new ArrayList<String>().remove("5");
55 @Override public boolean remove(Object o) { method in class:Foo.MyList
/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRegisterSpecSet.java241 * @param toRemove {@code non-null;} register to remove.
243 public void remove(RegisterSpec toRemove) { method in class:RegisterSpecSet
/dalvik/dx/src/com/android/dx/rop/code/
H A DRegisterSpecSet.java240 * @param toRemove {@code non-null;} register to remove.
242 public void remove(RegisterSpec toRemove) { method in class:RegisterSpecSet
/dalvik/vm/
H A DIndirectRefTable.cpp205 * specified by the cookie, we don't remove anything. This is the behavior
213 bool IndirectRefTable::remove(u4 cookie, IndirectRef iref) function in class:IndirectRefTable
230 ALOGV("Attempt to remove index outside index area (%ud vs %ud-%ud)",
236 ALOGD("Attempt to remove invalid index %ud (bottom=%ud top=%ud)",
241 ALOGD("Attempt to remove cleared %s reference %p",
247 ALOGD("Attempt to remove stale %s reference %p",

Completed in 6956 milliseconds