OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STORAGE_SIZE
(Results
1 - 2
of
2
) sorted by null
/art/test/028-array-write/src/
Main.java
24
static final int
STORAGE_SIZE
= 128*1024;
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);
/dalvik/tests/028-array-write/src/
Main.java
10
static final int
STORAGE_SIZE
= 128*1024;
11
static int[] mStorage = new int[
STORAGE_SIZE
];
23
for (int i =
STORAGE_SIZE
-1; i >= 0; i--)
46
STORAGE_SIZE
/2,
STORAGE_SIZE
/2);
52
STORAGE_SIZE
/2,
STORAGE_SIZE
/2);
Completed in 348 milliseconds