Home
last modified time | relevance | path

Searched defs:remove (Results 51 – 75 of 5515) sorted by relevance

12345678910>>...221

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramState.h664 ProgramStateRef remove(ProgramStateRef st, in remove() function
673 ProgramStateRef remove(ProgramStateRef st) { in remove() function
853 ProgramStateRef ProgramState::remove(typename ProgramStateTrait<T>::key_type K) const { in remove() function
858 ProgramStateRef ProgramState::remove(typename ProgramStateTrait<T>::key_type K, in remove() function
864 ProgramStateRef ProgramState::remove() const { in remove() function
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DAbstractMapBasedMultimap.java469 public void remove() { in remove() method in AbstractMapBasedMultimap.WrappedCollection.WrappedIterator
543 public boolean remove(@CheckForNull Object o) { in remove() method in AbstractMapBasedMultimap.WrappedCollection
819 public V remove(int index) { in remove() method in AbstractMapBasedMultimap.WrappedList
961 public void remove() { in iterator() method
975 public boolean remove(@CheckForNull Object key) { in remove() method in AbstractMapBasedMultimap
1194 public void remove() { in remove() method in Itr
H A DAbstractBiMap.java172 public V remove(@CheckForNull Object key) { in remove() method in AbstractBiMap
232 public boolean remove(@CheckForNull Object key) { in remove() method in AbstractBiMap.KeySet
353 public void remove() { in entrySetIterator() method
380 public boolean remove(@CheckForNull Object object) { in remove() method in EntrySet
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DAbstractMapBasedMultimap.java477 public void remove() { in remove() method in AbstractMapBasedMultimap.WrappedCollection.WrappedIterator
551 public boolean remove(@CheckForNull Object o) { in remove() method in AbstractMapBasedMultimap.WrappedCollection
827 public V remove(int index) { in remove() method in AbstractMapBasedMultimap.WrappedList
969 public void remove() { in iterator() method
988 public boolean remove(@CheckForNull Object key) { in remove() method in AbstractMapBasedMultimap
1207 public void remove() { in remove() method in Itr
H A DAbstractBiMap.java173 public V remove(@CheckForNull Object key) { in remove() method in AbstractBiMap
256 public boolean remove(@CheckForNull Object key) { in remove() method in AbstractBiMap.KeySet
377 public void remove() { in entrySetIterator() method
404 public boolean remove(@CheckForNull Object object) { in remove() method in EntrySet
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/
H A DNodeList.java82 public boolean remove(Node node) { in remove() method in NodeList
154 public N remove(int index) { in remove() method in NodeList
156 N remove = innerList.remove(index); in remove() local
297 public boolean remove(Object o) { in remove() method in NodeList
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSBucketUtil.java568 public CommandResult remove(String pattern, boolean force) throws IOException { in remove() method in GCSBucketUtil
608 public CommandResult remove(String pattern) throws IOException { in remove() method in GCSBucketUtil
618 public CommandResult remove(Path path, boolean force) throws IOException { in remove() method in GCSBucketUtil
627 public CommandResult remove(Path path) throws IOException { in remove() method in GCSBucketUtil
/aosp_15_r20/external/autotest/client/common_lib/
H A Dsoftware_manager.py167 def remove(self, name): member in SoftwareManager
413 def remove(self, name): member in YumBackend
554 def remove(self, name): member in ZypperBackend
646 def remove(self, name): member in AptBackend
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/nodes/
H A DAttributes.java255 private void remove(int index) { in remove() method in Attributes
271 public void remove(String key) { in remove() method in Attributes
422 public void remove() { in iterator() method
624 public void remove() { in remove() method in Dataset.DatasetIterator
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
H A DLruBitmapPool.java181 void remove(Bitmap bitmap); in remove() method
199 public void remove(Bitmap bitmap) { in remove() method in LruBitmapPool.ThrowingBitmapTracker
214 public void remove(Bitmap bitmap) { in remove() method in LruBitmapPool.NullBitmapTracker
/aosp_15_r20/frameworks/base/core/java/android/view/
H A DViewOverlay.java92 public void remove(@NonNull Drawable drawable) { in remove() method in ViewOverlay
168 public void remove(@NonNull Drawable drawable) { in remove() method in ViewOverlay.OverlayViewGroup
215 public void remove(@NonNull View view) { in remove() method in ViewOverlay.OverlayViewGroup
/aosp_15_r20/libcore/ojluni/src/test/java/util/Collections/
H A DDelegatingIteratorForEachRemaining.java61 @Override public void remove() { delegate.remove(); } in remove() method in DelegatingIteratorForEachRemaining.ForwardingIterator
92 @Override public boolean remove(Object o) { return delegate.remove(o); } in remove() method in DelegatingIteratorForEachRemaining.ForwardingSet
131 @Override public V remove(Object o) { return delegate.remove(o); } in remove() method in DelegatingIteratorForEachRemaining.ForwardingMap
143 … @Override public boolean remove(Object key, Object value) { return delegate.remove(key, value); } in remove() method in DelegatingIteratorForEachRemaining.ForwardingMap
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/
H A DLinkedList.annotated.java55 public boolean remove(@libcore.util.Nullable java.lang.Object o) { throw new RuntimeException("Stub… in remove() method in LinkedList
69 @libcore.util.NullFromTypeParam public E remove(int index) { throw new RuntimeException("Stub!"); } in remove() method in LinkedList
81 @libcore.util.NullFromTypeParam public E remove() { throw new RuntimeException("Stub!"); } in remove() method in LinkedList
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/
H A DLinkedList.annotated.java54 public boolean remove(java.lang.Object o) { throw new RuntimeException("Stub!"); } in remove() method in LinkedList
68 public E remove(int index) { throw new RuntimeException("Stub!"); } in remove() method in LinkedList
80 public E remove() { throw new RuntimeException("Stub!"); } in remove() method in LinkedList
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/
H A DUnmodifiableMapOfLists.java82 public List<U> remove(Object key) { in remove() method in UnmodifiableMapOfLists
128 public boolean remove(Object key, Object value) { in remove() method in UnmodifiableMapOfLists
241 public boolean remove(Object o) { in remove() method in UnmodifiableMapOfLists.UnmodifiableEntrySet
361 public boolean remove(Object o) { in remove() method in UnmodifiableMapOfLists.UnmodifiableCollection
/aosp_15_r20/external/pigweed/pw_package/py/pw_package/
H A Dpackage_manager.py56 def remove(self, path: pathlib.Path) -> None: # pylint: disable=no-self-use member in Package
142 def remove(self, package: str) -> None: member in PackageManager
186 def remove(self, package: str) -> int: member in PackageManagerCLI
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DTimeLimitedInputEventBuffer.java66 public T remove(int index) { in remove() method in TimeLimitedInputEventBuffer
118 public boolean remove(Object o) { in remove() method in TimeLimitedInputEventBuffer
228 public void remove() { in remove() method in TimeLimitedInputEventBuffer.Iter
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/
DDelayQueue.java330 public E remove() { in remove() method in DelayQueue
501 public boolean remove(Object o) { in remove() method in DelayQueue
567 public void remove() { in remove() method in DelayQueue.Itr
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DDelayQueue.java330 public E remove() { in remove() method in DelayQueue
501 public boolean remove(Object o) { in remove() method in DelayQueue
567 public void remove() { in remove() method in DelayQueue.Itr
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DDelayQueue.java330 public E remove() { in remove() method in DelayQueue
501 public boolean remove(Object o) { in remove() method in DelayQueue
567 public void remove() { in remove() method in DelayQueue.Itr
/aosp_15_r20/external/mockito/src/main/java/org/mockito/internal/util/concurrent/
H A DWeakConcurrentMap.java94 public V remove(K key) { in remove() method in WeakConcurrentMap
274 public V remove(K key) { in remove() method in WeakConcurrentMap.WithInlinedExpunction
335 public void remove() { in remove() method in WeakConcurrentMap.EntryIterator
/aosp_15_r20/external/skia/src/sksl/analysis/
H A DSkSLProgramUsage.cpp205 void ProgramUsage::remove(const Expression* expr) { in remove() function in SkSL::ProgramUsage
210 void ProgramUsage::remove(const Statement* stmt) { in remove() function in SkSL::ProgramUsage
215 void ProgramUsage::remove(const ProgramElement& element) { in remove() function in SkSL::ProgramUsage
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
H A DStringUtils.java5774 public static String remove(final String str, final char remove) { in remove() argument
5811 public static String remove(final String str, final String remove) { in remove() argument
5892 public static String removeEnd(final String str, final String remove) { in removeEnd()
5928 public static String removeEndIgnoreCase(final String str, final String remove) { in removeEndIgnoreCase()
6018 public static String removeIgnoreCase(final String str, final String remove) { in removeIgnoreCase()
6081 public static String removeStart(final String str, final char remove) { in removeStart()
6112 public static String removeStart(final String str, final String remove) { in removeStart()
6147 public static String removeStartIgnoreCase(final String str, final String remove) { in removeStartIgnoreCase()
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/objects/
Djlist.rs19 remove: JMethodID, field
48 let remove = env.get_method_id(&class, "remove", "(I)Ljava/lang/Object;")?; in from_env() localVariable
108 pub fn remove(&self, idx: jint) -> Result<Option<JObject<'a>>> { in remove() method
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/
H A DArrayList.java122 public E remove(int index) { in remove() method in ArrayList
126 public boolean remove(java.lang.Object o) { in remove() method in ArrayList
299 public void remove() { in remove() method in ArrayList.Itr
371 public E remove(int index) { in remove() method in ArrayList.SubList

12345678910>>...221