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()
576 private static byte[] concatArrays(byte[]... arrays) { in concatArrays() argument578 for (byte[] a : arrays) { in concatArrays()584 for (byte[] a : arrays) { in concatArrays()
37 // char arrays of various sizes. The second set of tests,
83 // Test loading from arrays.
1579 protected static byte[] concat(byte[]... arrays) { in concat() argument1581 for (byte[] array : arrays) { in concat()1587 for (byte[] array : arrays) { in concat()