Home
last modified time | relevance | path

Searched defs:step (Results 1 – 8 of 8) sorted by relevance

/libcore/luni/src/test/java/dalvik/system/
DVMRuntimeTest.java27 private void doTestNewNonMovableArray(Class<?> componentType, int step, int maxLength) { in doTestNewNonMovableArray()
66 int step = 67; in testNewNonMovableArray() local
81 private void doTestNewUnpaddedArray(Class<?> componentType, int step, int maxLength) { in doTestNewUnpaddedArray()
120 int step = 67; in testNewUnpaddedArray() local
/libcore/luni/src/test/java/tests/support/
DMockFunction.java42 public void step(FunctionContext fc, String args[]) { in step() method in MockFunction
/libcore/luni/src/test/resources/systemid/
Drecipt.dtd10 <!ELEMENT step (#PCDATA)> element
/libcore/luni/src/test/resources/
Drecipt.dtd10 <!ELEMENT step (#PCDATA)> element
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
DByteBufferTest.java2086 int nbytes = 4, bigHead, step; in bytes2int() local
2105 int nbytes = 8, bigHead, step; in bytes2long() local
2124 int nbytes = 2, bigHead, step; in bytes2short() local
2155 int nbytes = 4, smallHead, step; in int2bytes() local
2174 int nbytes = 8, smallHead, step; in long2bytes() local
2193 int nbytes = 2, smallHead, step; in short2bytes() local
/libcore/luni/src/test/java/libcore/java/util/zip/
DOldAndroidDeflateTest.java74 private void bigTest(int step, int expectedAdler) in bigTest()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
DMatcherTest.java577 int step = 16; // Ideally 1, but devices are still too slow. in testAllCodePoints_p() local
596 int step = 16; // Ideally 1, but devices are still too slow. in testAllCodePoints_P() local
/libcore/luni/src/main/java/java/util/concurrent/
DForkJoinPool.java1574 int step = (n <= 4) ? 2 : ((n >>> 1) & EVENMASK) + 2; in registerWorker() local
1907 int step = (int)(r >>> 48) | 1; in runWorker() local
1932 private int scan(WorkQueue w, int bound, int step, int r) { in scan()