Home
last modified time | relevance | path

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

/external/google-cloud-java/generation/
Dconsolidate_config.sh55 function removeElement { function
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/trace/internal/
DConcurrentIntrusiveList.java109 public synchronized boolean removeElement(T element) { in removeElement() method in ConcurrentIntrusiveList
/external/apache-xml/src/main/java/org/apache/xml/utils/
DIntVector.java255 public final boolean removeElement(int s) in removeElement() method in IntVector
DObjectVector.java252 public final boolean removeElement(Object s) in removeElement() method in ObjectVector
DNodeVector.java465 public boolean removeElement(int s) in removeElement() method in NodeVector
DSuballocatedIntVector.java328 private boolean removeElement(int s) in removeElement() method in SuballocatedIntVector
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
DNodeText.java172 void removeElement(int index) { in removeElement() method in NodeText
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
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
/external/apache-xml/src/main/java/org/apache/xpath/
DNodeSetDTM.java968 public boolean removeElement(int s) in removeElement() method in NodeSetDTM
DNodeSet.java1195 public boolean removeElement(Node s) in removeElement() method in NodeSet
/external/autotest/frontend/client/src/autotest/afe/
DAfeUtils.java331 public static void removeElement(String id) { in removeElement() method in AfeUtils
/external/icu/icu4c/source/common/
Duvector.cpp242 UBool UVector::removeElement(void* obj) { in removeElement() function in UVector
/external/cronet/tot/third_party/icu/source/common/
Duvector.cpp242 UBool UVector::removeElement(void* obj) { in removeElement() function in UVector
/external/cronet/stable/third_party/icu/source/common/
Duvector.cpp242 UBool UVector::removeElement(void* obj) { in removeElement() function in UVector
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/
DLVElement.h323 virtual bool removeElement(LVElement *Element) { return false; } in removeElement() function
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DXPathParts.java1153 public XPathParts removeElement(int elementIndex) { in removeElement() method in XPathParts
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Dbootstrap.js120 function removeElement() { function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Core/
DLVScope.cpp266 bool LVScope::removeElement(LVElement *Element) { in removeElement() function in LVScope