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

<<21222324252627282930>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_contains.py 84 self.aList.remove(12)
85 self.aList.remove(13)
86 self.aList.remove(14)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
symlink_support.py 19 os.remove(symlink_path)
96 # On Windows, to remove a directory symlink, one must use rmdir
100 os.remove(name)
test_bsddb3.py 25 sys.argv.remove('verbose')
29 sys.argv.remove('silent')
71 # The only reason to remove db_home is in case if there is an old
test_contains.py 84 self.aList.remove(12)
85 self.aList.remove(13)
86 self.aList.remove(14)
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
FsDirectory.java 69 * Remove the entry with the given name from this directory.
71 * @param name name of the entry to remove
74 public void remove(String name) throws IOException; method in interface:FsDirectory
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
AdapterHelper.java 102 case UpdateOp.REMOVE:
130 // otherwise, it would be converted into a REMOVE operation
152 UpdateOp newOp = obtainUpdateOp(UpdateOp.REMOVE, tmpStart, tmpCount, null);
163 UpdateOp newOp = obtainUpdateOp(UpdateOp.REMOVE, tmpStart, tmpCount, null);
179 op = obtainUpdateOp(UpdateOp.REMOVE, tmpStart, tmpCount, null);
257 case UpdateOp.REMOVE:
261 throw new IllegalArgumentException("op should be remove or update." + op);
274 case UpdateOp.REMOVE:
291 tmpStart = updatedPos;// need to remove previously dispatched
318 case UpdateOp.REMOVE
    [all...]
  /external/clang/test/Analysis/
uninit-sometimes.cpp 9 // expected-note {{remove the 'if' if its condition is always true}}
21 // expected-note {{remove the 'if' if its condition is always false}}
33 // expected-note {{remove the condition if it is always true}}
49 // expected-note {{remove the condition if it is always false}}
69 // expected-note {{remove the condition if it is always true}}
85 // expected-note {{remove the condition if it is always false}}
98 // expected-note {{remove the condition if it is always true}}
117 // expected-note {{remove the condition if it is always false}}
165 // expected-note {{remove the '?:' if its condition is always true}}
178 // expected-note {{remove the '?:' if its condition is always false}
    [all...]
  /external/guava/guava-tests/benchmark/com/google/common/collect/
ConcurrentHashMultisetBenchmark.java 127 multiset.remove(key, -delta);
279 * @param occurrences the number of occurrences of the element to remove
283 @Override public int remove(@Nullable Object element, int occurrences) {
295 if (countMap.remove(element, current)) {
313 * This method complements {@link Multiset#remove(Object)}, which removes only
321 return unbox(countMap.remove(element));
333 * <p>This method, in contrast to {@link #remove(Object, int)}, has no effect
336 * @param element the element to remove
337 * @param occurrences the number of occurrences of {@code element} to remove
353 if (countMap.remove(element, occurrences))
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPHeaderList.java 278 * Remove the first element of this list.
282 hlist.remove(0);
287 * Remove the last element of this list.
291 hlist.remove(hlist.size() - 1);
295 * Remove a sip header from this list of sip headers.
298 * SIPHeader to remove
301 public boolean remove(HDR obj) { method in class:SIPHeaderList
305 return hlist.remove(obj);
588 * Remove the given object.
591 * object to remove
595 public boolean remove(Object obj) { method in class:SIPHeaderList
607 public HDR remove(int index) { method in class:SIPHeaderList
    [all...]
  /external/guava/guava/src/com/google/common/collect/
ConcurrentHashMultiset.java 63 * AtomicInteger results in zero, we compareAndSet the value to zero; if that succeeds, we remove
65 * about to be removed, so this operation may remove it (often by replacing it with a new
234 // newValue can't == 0, so no need to check & remove
242 // In the case of a concurrent remove, we might observe a zero value, which means another
243 // thread is about to remove (element, existingCounter) from the map. Rather than wait,
263 * @param occurrences the number of occurrences of the element to remove
268 * TODO(cpovirk): remove and removeExactly currently accept null inputs only
273 * we'll want to remove @Nullable, add an eager checkNotNull, and loosen up
276 @Override public int remove(@Nullable Object element, int occurrences) { method in class:ConcurrentHashMultiset
292 // Just CASed to 0; remove the entry to clean up the map. If the removal fails
465 @Override public boolean remove(Object object) { method in class:ConcurrentHashMultiset
    [all...]
  /toolchain/binutils/binutils-2.25/etc/
ChangeLog 6 (TEXIDIR, INFOFILES, DVIFILES, PDFFILES, HTMLFILES): Remove.
7 (all): Remove dependency on 'info'.
8 (install): Remove dependency on 'install-info'.
11 (configure.pdf, configure.pdf): Remove.
13 clean, maintainer-clean, realclean): Remove body.
18 etc/standards.texi: Remove.
173 * comp-tools-verify: Remove some checks that are no longer valid.
195 (clean): Remove configdev.jpg and configbuild.jpg.
218 (clean): Remove configdev and configbuild derived files.
220 Remove obsolete documentation
    [all...]
  /art/test/062-character-encodings/src/
Main.java 21 needed.remove(canonicalName);
  /art/tools/
symbolize-buildbot-crashes.sh 18 # script expect things to be in '/'. So we just remove the
  /cts/hostsidetests/devicepolicy/app/DeviceAdmin/src/com.android.cts.deviceadmin/
ClearDeviceAdminTest.java 22 * Remove myself as active admin.
  /cts/tests/tests/os/jni/seccomp-tests/
README.android 8 - Remove usage of pthread_cancel()
  /developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/Application/src/main/res/values/
strings.xml 19 <string name="menu_remove">Remove</string>
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListPopupMenu/Application/src/main/res/values/
strings.xml 19 <string name="menu_remove">Remove</string>
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListViewModalSelect/Application/src/main/res/values/
strings.xml 22 <string name="menu_remove">Remove</string>
  /development/ndk/platforms/android-3/include/linux/
platform_device.h 29 int (*remove)(struct platform_device *); member in struct:platform_driver
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
cron.yaml 18 # We remove all existing contacts from the db, and create three initial
  /development/samples/browseable/ActionBarCompat-ListPopupMenu/res/values/
strings.xml 19 <string name="menu_remove">Remove</string>
  /development/samples/devbytes/animation/LayoutTransChanging/res/values/
strings.xml 19 <string name="removeButton">Remove Item</string>
  /development/samples/devbytes/ui/RequestDuringLayout/res/values/
strings.xml 21 <string name="removeView">Remove</string>
  /external/autotest/cli/
atomicgroup.py 11 remove: Removes labels from an atomic group.
23 atest atomicgroup [create|delete|list|add|remove] <options>
25 usage_action = '[create|delete|list|add|remove]'
146 """atest atomicgroup remove <atomicgroup>
  /external/autotest/client/site_tests/desktopui_SimpleLogin/
desktopui_SimpleLogin.py 25 os.remove(terminate_path)

Completed in 799 milliseconds

<<21222324252627282930>>