Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DNewInstanceStringDebuggee.java31 public static final int[] INT_ARRAY = new int[TEST_STRING.length()]; field in NewInstanceStringDebuggee
39 for (int i = 0; i < INT_ARRAY.length; ++i) {
40 INT_ARRAY[i] = TEST_STRING.codePointAt(i);
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java59 private static TypeId<?> INT_ARRAY = TypeId.get(int[].class); field in DexMakerTest
1596 Method intArrayLength = arrayLengthMethod(INT_ARRAY); in testArrayLength()
1637 Method newIntArray = newArrayMethod(INT_ARRAY); in testNewArray()
1680 Method swapIntArray = arraySwapMethod(INT_ARRAY, TypeId.INT); in testReadAndWriteArray()