Searched defs:removeElements (Results 1 – 4 of 4) sorted by relevance
| /external/apache-commons-lang/src/main/java/org/apache/commons/lang3/ |
| D | ArrayUtils.java | 6055 public static boolean[] removeElements(final boolean[] array, final boolean... values) { in removeElements() method in ArrayUtils 6110 public static byte[] removeElements(final byte[] array, final byte... values) { in removeElements() method in ArrayUtils 6165 public static char[] removeElements(final char[] array, final char... values) { in removeElements() method in ArrayUtils 6220 public static double[] removeElements(final double[] array, final double... values) { in removeElements() method in ArrayUtils 6275 public static float[] removeElements(final float[] array, final float... values) { in removeElements() method in ArrayUtils 6330 public static int[] removeElements(final int[] array, final int... values) { in removeElements() method in ArrayUtils 6385 public static long[] removeElements(final long[] array, final long... values) { in removeElements() method in ArrayUtils 6440 public static short[] removeElements(final short[] array, final short... values) { in removeElements() method in ArrayUtils 6497 public static <T> T[] removeElements(final T[] array, final T... values) { in removeElements() method in ArrayUtils
|
| /external/skia/src/gpu/graphite/ |
| D | ClipStack_graphite.cpp | 688 void ClipStack::SaveRecord::removeElements(RawElement::Stack* elements, Device* device) { in removeElements() function in skgpu::graphite::ClipStack::SaveRecord
|
| /external/skia/src/gpu/ganesh/ |
| D | ClipStack.cpp | 852 void ClipStack::SaveRecord::removeElements(RawElement::Stack* elements) { in removeElements() function in skgpu::ganesh::ClipStack::SaveRecord
|
| /external/google-cloud-java/java-workflow-executions/proto-google-cloud-workflow-executions-v1/src/main/java/com/google/cloud/workflows/executions/v1/ |
| D | Execution.java | 3339 public Builder removeElements(int index) { in removeElements() method in Execution.StackTrace.Builder
|