HomeSort by relevance Sort by last modified time
    Searched refs:remove (Results 276 - 300 of 10269) sorted by null

<<11121314151617181920>>

  /external/smali/util/src/main/java/org/jf/util/
ImmutableConverter.java 75 @Override public void remove() { iter.remove(); } method in class:ImmutableConverter
106 @Override public void remove() { iter.remove(); }
140 @Override public void remove() { iter.remove(); }
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pDeviceList.java 138 public boolean remove(WifiP2pDevice device) { method in class:WifiP2pDeviceList
140 return mDevices.remove(device.deviceAddress) != null;
144 * Remove a device from the list
149 public WifiP2pDevice remove(String deviceAddress) { method in class:WifiP2pDeviceList
151 return mDevices.remove(deviceAddress);
155 public boolean remove(WifiP2pDeviceList list) { method in class:WifiP2pDeviceList
158 if (remove(d)) ret = true;
  /frameworks/support/collection/src/test/java/androidx/collection/
ArrayMapCompatTest.java 48 assertTrue(expectedEntriesToIterate.remove(firstEntry));
52 assertTrue(expectedEntriesToIterate.remove(secondEntry));
82 assertTrue(expectedKeysToIterate.remove(firstKey));
86 assertTrue(expectedKeysToIterate.remove(secondKey));
108 assertTrue(expectedValuesToIterate.remove(firstValue));
112 assertTrue(expectedValuesToIterate.remove(secondValue));
  /libcore/luni/src/test/java/libcore/java/util/
OldListIteratorTest.java 88 public void remove() { method in class:OldListIteratorTest.Mock_ListIterator
101 l.remove();
108 l.remove();
113 l.remove();
121 ml.remove();
186 l.remove();
  /libcore/ojluni/src/main/java/java/time/format/
Parsed.java 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
343 Instant instant = Instant.ofEpochSecond(fieldValues.remove(INSTANT_SECONDS));
372 long ch = fieldValues.remove(CLOCK_HOUR_OF_DAY);
380 long ch = fieldValues.remove(CLOCK_HOUR_OF_AMPM);
387 long ap = fieldValues.remove(AMPM_OF_DAY);
388 long hap = fieldValues.remove(HOUR_OF_AMPM);
398 long nod = fieldValues.remove(NANO_OF_DAY);
408 long cod = fieldValues.remove(MICRO_OF_DAY);
416 long lod = fieldValues.remove(MILLI_OF_DAY);
424 long sod = fieldValues.remove(SECOND_OF_DAY)
    [all...]
  /libcore/ojluni/src/main/java/java/util/
AbstractCollection.java 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
40 * <tt>iterator</tt> method must additionally implement its <tt>remove</tt>
270 * from the collection using the iterator's remove method.
274 * collection's iterator method does not implement the <tt>remove</tt>
281 public boolean remove(Object o) { method in class:AbstractCollection
286 it.remove();
293 it.remove();
355 * this collection with the iterator's <tt>remove</tt> method.
359 * <tt>iterator</tt> method does not implement the <tt>remove</tt> method
367 * @see #remove(Object
    [all...]
  /tools/metalava/src/main/java/com/android/tools/metalava/model/visitors/
ApiVisitor.kt 85 remove: Boolean = false,
96 ApiPredicate(codebase, ignoreShown = ignoreShown, matchRemoved = remove),
97 ApiPredicate(codebase, ignoreShown = true, ignoreRemoved = remove)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_itertools_imports.py 33 child.remove()
44 child.remove()
49 children.pop().remove()
  /external/annotation-tools/scene-lib/src/annotations/el/
TypeASTMapper.java 85 ls.remove(ls.size() - 1);
110 ls.remove(ls.size() - 1);
114 ls.remove(ls.size() - 1);
  /external/autotest/client/site_tests/platform_CryptohomeNonDirs/
platform_CryptohomeNonDirs.py 31 os.remove(dest)
42 os.remove(path)
51 os.remove(path)
  /external/caliper/examples/src/main/java/examples/
ListModificationBenchmark.java 87 list.remove(0);
95 list.remove(index);
103 list.remove(index);
  /external/chromium-trace/catapult/systrace/profile_chrome/
profiler_unittest.py 32 os.remove(result)
45 os.remove(result)
58 os.remove(result)
  /external/glide/library/src/main/java/com/bumptech/glide/util/
LruCache.java 132 * @param key The key to remove the item at.
134 public Y remove(T key) { method in class:LruCache
135 final Y value = cache.remove(key);
161 cache.remove(key);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetEntrySetTester.java 65 iterator.remove();
67 "multiset isn't empty after multiset.entrySet() iterator.remove()",
75 "multiset.entrySet.remove(presentEntry) returned false",
76 getMultiset().entrySet().remove(
87 "multiset.entrySet.remove(missingEntry) returned true",
88 getMultiset().entrySet().remove(
111 "multiset.entrySet.remove(missingEntry) returned true",
151 assertTrue(getMultiset().remove(samples.e0));
153 assertTrue(getMultiset().elementSet().remove(samples.e0));
167 itr.remove();
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ForwardingConcurrentMapTest.java 52 assertFalse(map.remove("foo", 2));
53 assertFalse(map.remove("bar", 1));
55 assertTrue(map.remove("foo", 1));
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.remove/
remove.pass.cpp 16 // remove(Iter first, Iter last, const T& value);
29 auto it = std::remove(std::begin(ia), std::end(ia), 5);
43 Iter r = std::remove(Iter(ia), Iter(ia+sa), 2);
66 Iter r = std::remove(Iter(ia), Iter(ia+sa), std::unique_ptr<int>());
  /external/mesa3d/src/compiler/glsl/
opt_dead_code.cpp 42 * Note that this will remove assignments to globals, so it is not suitable
93 /* Remove all the dead assignments to the variable we found.
106 assignment_entry->assign->remove();
113 assignment_entry->link.remove();
122 * then we can remove its declaration.
156 entry->var->remove();
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
CredentialsCache.java 40 authorizationHeaders.remove(callId);
76 li.remove();
110 * Remove a cached authorization header.
115 this.authorizationHeaders.remove(callId);
  /external/python/cpython2/Lib/lib2to3/fixes/
fix_itertools_imports.py 33 child.remove()
44 child.remove()
49 children.pop().remove()
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowNotificationManager.java 43 Integer tagId = idForTag.remove(tag);
45 notifications.remove(id);
47 notifications.remove(tagId);
  /external/swiftshader/src/OpenGL/libGLES_CM/
ResourceManager.cpp 82 Buffer *bufferObject = mBufferNameSpace.remove(buffer);
92 Texture *textureObject = mTextureNameSpace.remove(texture);
102 Renderbuffer *renderbufferObject = mRenderbufferNameSpace.remove(renderbuffer);
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
MediaStream.java 76 audioTracks.remove(track);
84 videoTracks.remove(track);
85 preservedVideoTracks.remove(track);
92 // Remove and release previously added audio and video tracks.
103 // Remove, but do not release preserved video tracks.
  /frameworks/base/cmds/statsd/src/anomaly/
DurationAnomalyTracker.cpp 49 mAlarmMonitor->remove(itr->second);
71 mAlarmMonitor->remove(itr->second);
79 mAlarmMonitor->remove(itr.second);
  /frameworks/base/cmds/statsd/tests/
indexed_priority_queue_test.cpp 58 ipq.remove(aa4);
62 ipq.remove(aa8);
90 // remove 12, 4
91 ipq.remove(aa12);
94 ipq.remove(aa4);
107 // remove 2, 20, 16, 8
108 ipq.remove(aa2);
111 ipq.remove(aa20);
114 ipq.remove(aa16);
117 ipq.remove(aa8)
    [all...]
  /frameworks/base/core/java/android/os/
RegistrantList.java 37 // if the handler is already in the registrant list, remove it
38 remove(h);
56 registrants.remove(i);
108 remove(Handler h) method in class:RegistrantList

Completed in 919 milliseconds

<<11121314151617181920>>