Home
last modified time | relevance | path

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

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