Home
last modified time | relevance | path

Searched refs:emptyIntArray (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/test/412-new-array/smali/
H A Dfill_array_data.smali5 .method public static emptyIntArray([I)V
/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
H A DArrayUtilsTest.java468 final int[] emptyIntArray = {}; in testGetLength() local
471 assertEquals(0, ArrayUtils.getLength(emptyIntArray)); in testGetLength()
1343 final int[] emptyIntArray = {}; in testIsEmptyPrimitives() local
1346 assertTrue(ArrayUtils.isEmpty(emptyIntArray)); in testIsEmptyPrimitives()
1467 final int[] emptyIntArray = {}; in testIsNotEmptyPrimitives() local
1470 assertFalse(ArrayUtils.isNotEmpty(emptyIntArray)); in testIsNotEmptyPrimitives()