Home
last modified time | relevance | path

Searched defs:remove (Results 376 – 400 of 5515) sorted by relevance

1...<<11121314151617181920>>...221

/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/
DProcessEnvironment.java270 public String remove(Object key) { in remove() method in ProcessEnvironment.StringEnvironment
360 public void remove() {i.remove();} in iterator() method
DThreadLocal.java239 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 DCollectionUtils.java381 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 DBackupRestoreStorageManagerTest.kt124 fun remove() { in remove() method in com.android.settingslib.datastore.BackupRestoreStorageManagerTest
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DImmutableMap.h104 [[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/
Dheader_map_fuzz.rs37 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 DImmutableMap.h104 [[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 DConcurrentSkipListMap.annotated.java60 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 DProperties.annotated.java92 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 DList.annotated.java46 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/
DImmutableMap.h104 [[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 DArrayUtils.java4710 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/
DAbstractMap.java238 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 DList.annotated.java48 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 DLongObjectScatterMap.kt110 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/
DAbstractMap.java238 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/
DThreadLocal.java239 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 DFutureAppSearchSessionTest.kt100 fun remove() { in <lambda>() method
/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/
DStateTrackingSupport.h38 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 DAbstractMap.java238 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 DThreadLocal.java239 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/
HDslf4j-api-1.5.11.jar ... .util.Iterator iterator () public synchronized boolean remove (org.slf4j.Marker) org.slf4j ...
HDslf4j-api-2.0.99.jar ... .util.Iterator iterator () public synchronized boolean remove (org.slf4j.Marker) org.slf4j ...
HDslf4j-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 DConcurrentHashMap.annotated.java78 …@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

1...<<11121314151617181920>>...221