/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ProgramState.h | 664 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 D | AbstractMapBasedMultimap.java | 469 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 D | AbstractBiMap.java | 172 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 D | AbstractMapBasedMultimap.java | 477 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 D | AbstractBiMap.java | 173 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 D | NodeList.java | 82 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/ |
D | GCSBucketUtil.java | 568 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 D | software_manager.py | 167 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 D | Attributes.java | 255 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 D | LruBitmapPool.java | 181 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 D | ViewOverlay.java | 92 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 D | DelegatingIteratorForEachRemaining.java | 61 @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 D | LinkedList.annotated.java | 55 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 D | LinkedList.annotated.java | 54 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 D | UnmodifiableMapOfLists.java | 82 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 D | package_manager.py | 56 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 D | TimeLimitedInputEventBuffer.java | 66 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/ |
D | DelayQueue.java | 330 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/ |
D | DelayQueue.java | 330 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 D | DelayQueue.java | 330 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 D | WeakConcurrentMap.java | 94 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 D | SkSLProgramUsage.cpp | 205 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 D | StringUtils.java | 5774 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/ |
D | jlist.rs | 19 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 D | ArrayList.java | 122 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
|