Home
last modified time | relevance | path

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

/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/collection/
DIsArrayWithSize.java55 public static <E> Matcher<E[]> emptyArray() { in emptyArray() method in IsArrayWithSize
/external/apache-commons-io/src/main/java/org/apache/commons/io/comparator/
DCompositeFileComparator.java89 private Comparator<File>[] emptyArray() { in emptyArray() method in CompositeFileComparator
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DJsonParserTest.java48 public void emptyArray() throws IOException { in emptyArray() method in JsonParserTest
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/tuple/
DImmutableTriple.java70 public static <L, M, R> ImmutableTriple<L, M, R>[] emptyArray() { in emptyArray() method in ImmutableTriple
DTriple.java66 public static <L, M, R> Triple<L, M, R>[] emptyArray() { in emptyArray() method in Triple
DPair.java66 public static <L, R> Pair<L, R>[] emptyArray() { in emptyArray() method in Pair
DImmutablePair.java69 public static <L, R> ImmutablePair<L, R>[] emptyArray() { in emptyArray() method in ImmutablePair
DMutableTriple.java58 public static <L, M, R> MutableTriple<L, M, R>[] emptyArray() { in emptyArray() method in MutableTriple
DMutablePair.java57 public static <L, R> MutablePair<L, R>[] emptyArray() { in emptyArray() method in MutablePair
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
DArrayUtilsTest.java1318 final Object[] emptyArray = {}; in testIsEmptyObject() local
1442 final Object[] emptyArray = {}; in testIsNotEmptyObject() local
2764 final Object[] emptyArray = {}; in testSameLength() local
4184 final char[] emptyArray = {}; in testSameLengthChar() local
4212 final double[] emptyArray = {}; in testSameLengthDouble() local
4240 final float[] emptyArray = {}; in testSameLengthFloat() local
4268 final int[] emptyArray = {}; in testSameLengthInt() local
4296 final long[] emptyArray = {}; in testSameLengthLong() local
4324 final short[] emptyArray = {}; in testSameLengthShort() local
/external/javapoet/src/test/java/com/squareup/javapoet/
DAnnotationSpecTest.java193 @Test public void emptyArray() { in emptyArray() method in AnnotationSpecTest
/external/skia/src/utils/
DSkJSONWriter.h161 bool emptyArray = State::kArrayBegin == fState; in endArray() local
/external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/
DTensorTest.java424 int[] emptyArray = {}; in testNumDimensions() local
/external/moshi/moshi/src/test/java/com/squareup/moshi/
DJsonWriterTest.java413 public void emptyArray() throws IOException { in emptyArray() method in JsonWriterTest
/external/kotlinpoet/kotlinpoet/src/commonTest/kotlin/com/squareup/kotlinpoet/
DAnnotationSpecTest.kt157 @Test fun emptyArray() { in emptyArray() method in com.squareup.kotlinpoet.AnnotationSpecTest
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
DMatchers.java734 public static <E> org.hamcrest.Matcher<E[]> emptyArray() { in emptyArray() method in Matchers
/external/ot-br-posix/src/rest/
Dresource.cpp919 const uint8_t emptyArray[OT_EXT_ADDRESS_SIZE] = {0}; in AddJoiner() local
/external/jsoncpp/src/test_lib_json/
Dmain.cpp1562 Json::Value emptyArray(Json::arrayValue); in JSONTEST_FIXTURE_LOCAL() local