HomeSort by relevance Sort by last modified time
    Searched full:remove (Results 51 - 75 of 23263) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/e2fsprogs/po/
remove-potcdate.sin 1 # Sed script that remove the POT-Creation-Date line in the header entry
11 # Yes it was empty. First occurrence. Remove the line.
  /external/elfutils/po/
remove-potcdate.sin 1 # Sed script that remove the POT-Creation-Date line in the header entry
11 # Yes it was empty. First occurrence. Remove the line.
  /external/hamcrest/src/org/hamcrest/internal/
ArrayIterator.java 25 public void remove() { method in class:ArrayIterator
26 throw new UnsupportedOperationException("cannot remove items from an array");
  /external/libexif/po/
remove-potcdate.sin 1 # Sed script that remove the POT-Creation-Date line in the header entry
11 # Yes it was empty. First occurrence. Remove the line.
  /external/libjpeg-turbo/cmakescripts/
testclean.cmake 31 file(REMOVE ${FILES})
33 message(STATUS "No files to remove")
  /external/libxml2/result/
dav4 11 <D:remove>
15 </D:remove>
  /external/libxml2/result/noent/
dav4 11 <D:remove>
15 </D:remove>
  /external/libxml2/test/
dav4 11 <D:remove>
15 </D:remove>
  /external/testng/src/main/java/org/testng/
IAttributes.java 7 * A trait that is used by all interfaces that lets the user add or remove their
27 * Remove the attribute
  /external/valgrind/none/tests/amd64-darwin/
filter_stderr 5 # Remove ==pid== and --pid-- and **pid** strings
11 # filtering does *not* remove lines beginning with --
  /external/valgrind/none/tests/x86-darwin/
filter_stderr 5 # Remove ==pid== and --pid-- and **pid** strings
11 # filtering does *not* remove lines beginning with --
  /ndk/sources/host-tools/make-3.81/po/
remove-potcdate.sin 1 # Sed script that remove the POT-Creation-Date line in the header entry
11 # Yes it was empty. First occurrence. Remove the line.
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListRemoveAtIndexTester.java 35 * A generic JUnit test which tests {@code remove(int)} operations on a list.
47 getList().remove(0);
48 fail("remove(i) should throw");
57 getList().remove(-1);
58 fail("remove(-1) should throw");
67 getList().remove(getNumElements());
68 fail("remove(size) should throw");
92 getList().remove(getNumElements() / 2);
108 "remove(%d) should return the element at index %d", index, index),
109 getList().get(index), getList().remove(index))
    [all...]
  /art/test/435-new-instance/
info.txt 6 This also verifies that we don't remove dead (code) new-instances which may
  /art/test/590-checker-array-set-null-regression/
info.txt 9 but used to forget to remove the "need for a type check" bit in the
  /dalvik/dx/tests/118-find-usages/
run 23 echo "ArrayList.remove()"
24 dx --find-usages foo.dex "Ljava/util/ArrayList;" remove
26 echo "Collection.remove()"
27 dx --find-usages foo.dex "Ljava/util/Collection;" remove
  /device/google/marlin/sepolicy/
te_macros 5 # Also allow the client domain to remove
  /device/htc/flounder/sepolicy/
te_macros 5 # Also allow the client domain to remove
  /device/huawei/angler/sepolicy/
te_macros 5 # Also allow the client domain to remove
  /device/lge/bullhead/sepolicy/
te_macros 5 # Also allow the client domain to remove
  /device/moto/shamu/sepolicy/
te_macros 5 # Also allow the client domain to remove
  /external/avahi/po/
.gitignore 15 remove-potcdate.sin
  /external/chromium-libpac/
README 4 Modifications have been made to remove dependencies on chromium utility
  /external/libgdx/gdx/test/com/badlogic/gdx/utils/
PooledLinkedListTest.java 25 list.remove();
48 public void remove () { method in class:PooledLinkedListTest
51 list.remove();
54 list.remove();
  /external/libyuv/files/tools/ubsan/
blacklist.txt 3 # Please think twice before you add or remove these rules.

Completed in 1495 milliseconds

1 23 4 5 6 7 8 91011>>