Searched refs:arrays (Results 1 – 5 of 5) sorted by relevance
59 byte[][] arrays = new byte[numArrays][]; in doInBackground()60 for (int i = 0; i < arrays.length; i++) { in doInBackground()61 Log.i(TAG, "Allocating array " + i + " of " + arrays.length in doInBackground()63 arrays[i] = new byte[ARRAY_BYTES_SIZE]; in doInBackground()
600 private static byte[] concatArrays(byte[]... arrays) { in concatArrays() argument602 for (byte[] a : arrays) { in concatArrays()608 for (byte[] a : arrays) { in concatArrays()
37 // char arrays of various sizes. The second set of tests,
83 // Test loading from arrays.
1753 protected static byte[] concat(byte[]... arrays) { in concat() argument1755 for (byte[] array : arrays) { in concat()1761 for (byte[] array : arrays) { in concat()