Searched refs:STORAGE_SIZE (Results 1 - 1 of 1) sorted by relevance

/art/test/028-array-write/src/
H A DMain.java24 static final int STORAGE_SIZE = 128*1024; field in class:Main
25 static int[] mStorage = new int[STORAGE_SIZE];
37 for (int i = STORAGE_SIZE-1; i >= 0; i--)
60 STORAGE_SIZE/2, STORAGE_SIZE/2);
66 STORAGE_SIZE/2, STORAGE_SIZE/2);

Completed in 29 milliseconds