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

<<11121314151617181920>>

  /device/google/accessory/demokit/
make-download.sh 42 # copy in the Arduino libraries and remove the make file
55 echo "download zip assembled. Next: remove package directories"
  /device/huawei/angler/sepolicy/
system_server.te 36 # remove fingerprint dataset when remove user account
  /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/autotest/client/site_tests/hardware_UsbBasicFileOperations/
control 8 CRITERIA = "Fail if open/copy/move/remove and modify content operations fail"
15 Try to open a file, move/copy and remove it from the filesystem.
  /external/autotest/frontend/client/src/autotest/common/table/
JSONObjectSet.java 42 public boolean remove(Object arg0) { method in class:JSONObjectSet
43 return backingMap.remove(getKey(arg0)) != null;
  /external/autotest/server/site_tests/firmware_LegacyRecovery/
control 9 PURPOSE = "Servo based test to Verify recovery request at Remove Screen."
10 CRITERIA = "This test will fail if the recovery at Remove screen is success."
  /external/autotest/server/site_tests/logging_KernelCrashServer/
control 28 # preserved between each client-side tests. So we'll need to remove the
33 job.sysinfo.test_loggables.remove(log)
  /external/avahi/avahi-common/
rlist.h 41 /** Remove the first occurence of the specified item from the list and return the new beginning */
44 /** Remove the specified item from the list and return the new beginning */
  /external/bison/lib/
stripslash.c 1 /* stripslash.c -- remove redundant trailing slashes from a file name
23 /* Remove trailing slashes from FILE. Return true if a trailing slash
  /external/chromium-trace/catapult/dashboard/dashboard/elements/
editable-list.html 29 .item-box:hover a.remove-button {
34 a.remove-button {
53 .remove-button:before {
61 .item-box[removing] a.remove-button {
114 {{item.name}}<a class="remove-button"
122 {{sub_item.name}}<a class="remove-button" on-click="{{removeItemClicked}}"></a>
140 * Handles remove item button clicked.
163 action: 'remove',
  /external/chromium-trace/catapult/tracing/tracing/ui/base/
line_chart.html 40 dataSel.selectAll('*').remove();
55 pathsSel.exit().remove();
  /external/compiler-rt/make/
options.mk 35 # FIXME: Remove these pipes once ranlib errors are fixed.
41 # FIXME: Remove these pipes once ranlib errors are fixed.
  /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/e2fsprogs/tests/f_badprimary/
expect.1 7 You can remove this block from the bad block list and hope
15 You can remove this block from the bad block list and hope
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
ClassMap.java 48 public void remove(Class<?> key) { method in class:ClassMap
49 getMap(key).remove(key);
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/
DiskCache.java 47 * Remove the key and value from the cache.
49 * @param key The key to remove.
  /external/guava/guava/src/com/google/common/collect/
CollectPreconditions.java 45 * Precondition tester for {@code Iterator.remove()} that throws an exception with a consistent
49 checkState(canRemove, "no calls to next() since the last call to remove()");
ForwardingIterator.java 52 public void remove() { method in class:ForwardingIterator
53 delegate().remove();
TransformedIterator.java 52 public final void remove() { method in class:TransformedIterator
53 backingIterator.remove();
UnmodifiableIterator.java 24 * An iterator that does not support {@link #remove}.
42 public final void remove() { method in class:UnmodifiableIterator
  /external/guava/guava-tests/test/com/google/common/collect/
EvictingQueueTest.java 53 assertFalse(queue.remove("hi"));
64 queue.remove();
109 assertEquals("there", queue.remove());
133 assertEquals("two", queue.remove());
155 assertEquals("two", queue.remove());
178 assertEquals("one", copy.remove());
179 assertEquals("two", copy.remove());
180 assertEquals("three", copy.remove());
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RemoveTransliterator.java 20 private static final String _ID = "Any-Remove";
31 Transliterator.registerSpecialInverse("Remove", "Null", false);
  /external/icu/icu4c/source/samples/translit/answers/
main_1.cpp 48 str.remove();
56 str.remove();
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
RemoveTransliterator.java 19 private static final String _ID = "Any-Remove";
30 Transliterator.registerSpecialInverse("Remove", "Null", false);
  /external/libchrome/base/
scoped_observer.h 35 // Remove the object passed to the constructor as an observer from |source|.
36 void Remove(Source* source) {

Completed in 269 milliseconds

<<11121314151617181920>>