/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/ |
D | ProcessEnvironment.java | 270 public String remove(Object key) { in remove() method in ProcessEnvironment.StringEnvironment 360 public void remove() {i.remove();} in iterator() method
|
D | ThreadLocal.java | 239 public void remove() { in remove() method in ThreadLocal 520 private void remove(ThreadLocal<?> key) { in remove() method in ThreadLocal.ThreadLocalMap
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/ |
H A D | CollectionUtils.java | 381 public static @NonNull <T> List<T> remove(@Nullable List<T> cur, T val) { in remove() method in CollectionUtils 392 public static @NonNull <T> Set<T> remove(@Nullable Set<T> cur, T val) { in remove() method in CollectionUtils
|
/aosp_15_r20/frameworks/base/packages/SettingsLib/DataStore/tests/src/com/android/settingslib/datastore/ |
H A D | BackupRestoreStorageManagerTest.kt | 124 fun remove() { in remove() method in com.android.settingslib.datastore.BackupRestoreStorageManagerTest
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | ImmutableMap.h | 104 [[nodiscard]] ImmutableMap remove(ImmutableMap Old, key_type_ref K) { in remove() function 248 ImmutableMapRef remove(key_type_ref K) const { in remove() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/http/tests/ |
D | header_map_fuzz.rs | 37 remove: usize, field 225 fn remove(&mut self, name: &HeaderName) -> Option<HeaderValue> { in remove() method
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A D | ImmutableMap.h | 104 [[nodiscard]] ImmutableMap remove(ImmutableMap Old, key_type_ref K) { in remove() function 248 ImmutableMapRef remove(key_type_ref K) const { in remove() function
|
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/concurrent/ |
H A D | ConcurrentSkipListMap.annotated.java | 60 public V remove(java.lang.Object key) { throw new RuntimeException("Stub!"); } in remove() method in ConcurrentSkipListMap 94 public boolean remove(java.lang.Object key, java.lang.Object value) { throw new RuntimeException("S… in remove() method in ConcurrentSkipListMap
|
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/ |
H A D | Properties.annotated.java | 92 public synchronized java.lang.Object remove(java.lang.Object key) { throw new RuntimeException("Stu… in remove() method in Properties 118 public synchronized boolean remove(java.lang.Object key, java.lang.Object value) { throw new Runtim… in remove() method in Properties
|
H A D | List.annotated.java | 46 public boolean remove(java.lang.Object o); in remove() method 74 public E remove(int index); in remove() method
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | ImmutableMap.h | 104 [[nodiscard]] ImmutableMap remove(ImmutableMap Old, key_type_ref K) { in remove() function 248 ImmutableMapRef remove(key_type_ref K) const { in remove() function
|
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/ |
H A D | ArrayUtils.java | 4710 public static boolean[] remove(final boolean[] array, final int index) { in remove() method in ArrayUtils 4743 public static byte[] remove(final byte[] array, final int index) { in remove() method in ArrayUtils 4776 public static char[] remove(final char[] array, final int index) { in remove() method in ArrayUtils 4809 public static double[] remove(final double[] array, final int index) { in remove() method in ArrayUtils 4842 public static float[] remove(final float[] array, final int index) { in remove() method in ArrayUtils 4875 public static int[] remove(final int[] array, final int index) { in remove() method in ArrayUtils 4908 public static long[] remove(final long[] array, final int index) { in remove() method in ArrayUtils 4935 private static Object remove(final Object array, final int index) { in remove() method in ArrayUtils 4979 public static short[] remove(final short[] array, final int index) { in remove() method in ArrayUtils 5014 public static <T> T[] remove(final T[] array, final int index) { in remove() method in ArrayUtils
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/18/libcore/ojluni/src/main/java/java/util/ |
D | AbstractMap.java | 238 public V remove(Object key) { in remove() method in AbstractMap 915 public boolean remove(Object o) { return view().remove(o); } in remove() method in AbstractMap.ViewCollection
|
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/ |
H A D | List.annotated.java | 48 public boolean remove(@libcore.util.Nullable java.lang.Object o); in remove() method 76 @libcore.util.NullFromTypeParam public E remove(int index); in remove() method
|
/aosp_15_r20/external/leakcanary2/shark-graph/src/main/java/shark/internal/hppc/ |
H A D | LongObjectScatterMap.kt | 110 fun remove(key: Long): T? { in remove() method
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/ |
D | AbstractMap.java | 238 public V remove(Object key) { in remove() method in AbstractMap 915 public boolean remove(Object o) { return view().remove(o); } in remove() method in AbstractMap.ViewCollection
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/4/libcore/ojluni/src/main/java/java/lang/ |
D | ThreadLocal.java | 239 public void remove() { in remove() method in ThreadLocal 520 private void remove(ThreadLocal<?> key) { in remove() method in ThreadLocal.ThreadLocalMap
|
/aosp_15_r20/frameworks/base/services/tests/appfunctions/src/com/android/server/appfunctions/ |
H A D | FutureAppSearchSessionTest.kt | 100 fun remove() { in <lambda>() method
|
/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | StateTrackingSupport.h | 38 void remove(IndexType objId) { in remove() function 195 void remove(GLuint id) { in remove() function
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/ |
H A D | AbstractMap.java | 238 public V remove(Object key) { in remove() method in AbstractMap 915 public boolean remove(Object o) { return view().remove(o); } in remove() method in AbstractMap.ViewCollection
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/ |
H A D | ThreadLocal.java | 239 public void remove() { in remove() method in ThreadLocal 520 private void remove(ThreadLocal<?> key) { in remove() method in ThreadLocal.ThreadLocalMap
|
/aosp_15_r20/external/slf4j/integration/lib/ |
HD | slf4j-api-1.5.11.jar | ... .util.Iterator iterator ()
public synchronized boolean remove (org.slf4j.Marker)
org.slf4j ... |
HD | slf4j-api-2.0.99.jar | ... .util.Iterator iterator ()
public synchronized boolean remove (org.slf4j.Marker)
org.slf4j ... |
HD | slf4j-api-1.6.99.jar | ... .util.Iterator iterator ()
public synchronized boolean remove (org.slf4j.Marker)
org.slf4j ... |
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/concurrent/ |
H A D | ConcurrentHashMap.annotated.java | 78 …@libcore.util.Nullable public V remove(@libcore.util.NonNull java.lang.Object key) { throw new Run… in remove() method in ConcurrentHashMap 96 …public boolean remove(@libcore.util.NonNull java.lang.Object key, @libcore.util.Nullable java.lang… in remove() method in ConcurrentHashMap 201 …public boolean remove(@libcore.util.NonNull java.lang.Object o) { throw new RuntimeException("Stub… in remove() method in ConcurrentHashMap.KeySetView
|