Home
last modified time | relevance | path

Searched defs:removeElement (Results 1 – 25 of 426) sorted by relevance

12345678910>>...18

/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
H A DArrayUtils.java5782 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 Dconsolidate_config.sh55 function removeElement { function
/aosp_15_r20/packages/apps/TvSettings/TwoPanelSettingsLib/src/com/android/tv/twopanelsettings/slices/compat/
DArrayUtils.java52 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 DCircularQueue.java67 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 DConcurrentIntrusiveList.java109 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 DIntVector.java255 public final boolean removeElement(int s) in removeElement() method in IntVector
H A DObjectVector.java252 public final boolean removeElement(Object s) in removeElement() method in ObjectVector
H A DNodeVector.java465 public boolean removeElement(int s) in removeElement() method in NodeVector
H A DSuballocatedIntVector.java328 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 DNodeText.java172 void removeElement(int index) { in removeElement() method in NodeText
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/util/
H A DVector.annotated.java81 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 DNodeSetDTM.java968 public boolean removeElement(int s) in removeElement() method in NodeSetDTM
H A DNodeSet.java1195 public boolean removeElement(Node s) in removeElement() method in NodeSet
/aosp_15_r20/external/autotest/frontend/client/src/autotest/afe/
H A DAfeUtils.java331 public static void removeElement(String id) { in removeElement() method in AfeUtils
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/
H A DVector.java145 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 Duvector.cpp242 UBool UVector::removeElement(void* obj) { in removeElement() function in UVector
/aosp_15_r20/external/icu/icu4c/source/common/
H A Duvector.cpp242 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/
DLVElement.h340 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/
DLVElement.h340 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/
DLVElement.h340 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/
DLVElement.h340 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 DLVElement.h323 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 DVectorTest.java868 Object removeElement = tVector.get(36); in test_removeI() local
/aosp_15_r20/packages/services/Car/car-lib/src/com/android/car/internal/util/
DArrayUtils.java409 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/
DVector.java635 public synchronized boolean removeElement(Object obj) { in removeElement() method

12345678910>>...18