/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/ |
H A D | ArrayUtils.java | 5782 public static boolean[] removeElement(final boolean[] array, final boolean element) { in removeElement() method in ArrayUtils 5812 public static byte[] removeElement(final byte[] array, final byte element) { in removeElement() method in ArrayUtils 5842 public static char[] removeElement(final char[] array, final char element) { in removeElement() method in ArrayUtils 5872 public static double[] removeElement(final double[] array, final double element) { in removeElement() method in ArrayUtils 5902 public static float[] removeElement(final float[] array, final float element) { in removeElement() method in ArrayUtils 5932 public static int[] removeElement(final int[] array, final int element) { in removeElement() method in ArrayUtils 5962 public static long[] removeElement(final long[] array, final long element) { in removeElement() method in ArrayUtils 5992 public static short[] removeElement(final short[] array, final short element) { in removeElement() method in ArrayUtils 6023 public static <T> T[] removeElement(final T[] array, final Object element) { in removeElement() method in ArrayUtils
|
/aosp_15_r20/external/google-cloud-java/generation/ |
H A D | consolidate_config.sh | 55 function removeElement { function
|
/aosp_15_r20/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/compat/ |
D | ArrayUtils.java | 52 public static <T> T[] removeElement(Class<T> kind, T[] array, T element) { in removeElement() method in ArrayUtils
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/ |
H A D | CircularQueue.java | 67 public V removeElement(K key) { in removeElement() method in CircularQueue
|
/aosp_15_r20/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/trace/internal/ |
H A D | ConcurrentIntrusiveList.java | 109 public synchronized boolean removeElement(T element) { in removeElement() method in ConcurrentIntrusiveList
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/utils/ |
H A D | IntVector.java | 255 public final boolean removeElement(int s) in removeElement() method in IntVector
|
H A D | ObjectVector.java | 252 public final boolean removeElement(Object s) in removeElement() method in ObjectVector
|
H A D | NodeVector.java | 465 public boolean removeElement(int s) in removeElement() method in NodeVector
|
H A D | SuballocatedIntVector.java | 328 private boolean removeElement(int s) in removeElement() method in SuballocatedIntVector
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/ |
H A D | NodeText.java | 172 void removeElement(int index) { in removeElement() method in NodeText
|
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/ |
H A D | Vector.annotated.java | 81 public synchronized boolean removeElement(@libcore.util.Nullable java.lang.Object obj) { throw new … in removeElement() method in Vector
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/ |
H A D | NodeSetDTM.java | 968 public boolean removeElement(int s) in removeElement() method in NodeSetDTM
|
H A D | NodeSet.java | 1195 public boolean removeElement(Node s) in removeElement() method in NodeSet
|
/aosp_15_r20/external/autotest/frontend/client/src/autotest/afe/ |
H A D | AfeUtils.java | 331 public static void removeElement(String id) { in removeElement() method in AfeUtils
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/ |
H A D | Vector.java | 145 public synchronized boolean removeElement(java.lang.Object obj) { in removeElement() method in Vector
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | uvector.cpp | 242 UBool UVector::removeElement(void* obj) { in removeElement() function in UVector
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | uvector.cpp | 242 UBool UVector::removeElement(void* obj) { in removeElement() function in UVector
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/LogicalView/Core/ |
D | LVElement.h | 340 virtual bool removeElement(LVElement *Element) { return false; } in removeElement() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/LogicalView/Core/ |
D | LVElement.h | 340 virtual bool removeElement(LVElement *Element) { return false; } in removeElement() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/LogicalView/Core/ |
D | LVElement.h | 340 virtual bool removeElement(LVElement *Element) { return false; } in removeElement() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/LogicalView/Core/ |
D | LVElement.h | 340 virtual bool removeElement(LVElement *Element) { return false; } in removeElement() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVElement.h | 323 virtual bool removeElement(LVElement *Element) { return false; } in removeElement() function
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
H A D | VectorTest.java | 868 Object removeElement = tVector.get(36); in test_removeI() local
|
/aosp_15_r20/packages/services/Car/car-lib/src/com/android/car/internal/util/ |
D | ArrayUtils.java | 409 public static <T> T[] removeElement(Class<T> kind, @Nullable T[] array, T element) { in removeElement() method in ArrayUtils
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/ |
D | Vector.java | 635 public synchronized boolean removeElement(Object obj) { in removeElement() method
|