Home
last modified time | relevance | path

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

/aosp_15_r20/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
H A DArrayUtilsTest.java2766 final Object[] twoArray = {"pick", "stick"}; in testSameLength() local
4186 final char[] twoArray = {'d', 't'}; in testSameLengthChar() local
4214 final double[] twoArray = {4.5d, 6.3d}; in testSameLengthDouble() local
4242 final float[] twoArray = {6.4f, 5.8f}; in testSameLengthFloat() local
4270 final int[] twoArray = {5, 7}; in testSameLengthInt() local
4298 final long[] twoArray = {0L, 76L}; in testSameLengthLong() local
4326 final short[] twoArray = {6, 8}; in testSameLengthShort() local