Searched defs:step (Results 1 – 8 of 8) sorted by relevance
/libcore/luni/src/test/java/libcore/dalvik/system/ |
D | VMRuntimeTest.java | 29 private void doTestNewNonMovableArray(Class<?> componentType, int step, int maxLength) { in doTestNewNonMovableArray() 68 int step = 67; in testNewNonMovableArray() local 83 private void doTestNewUnpaddedArray(Class<?> componentType, int step, int maxLength) { in doTestNewUnpaddedArray() 122 int step = 67; in testNewUnpaddedArray() local
|
/libcore/luni/src/test/java/tests/support/ |
D | MockFunction.java | 42 public void step(FunctionContext fc, String args[]) { in step() method in MockFunction
|
/libcore/luni/src/test/resources/ |
D | recipt.dtd | 10 <!ELEMENT step (#PCDATA)> element
|
/libcore/luni/src/test/resources/systemid/ |
D | recipt.dtd | 10 <!ELEMENT step (#PCDATA)> element
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/ |
D | ByteBufferTest.java | 2138 int nbytes = 4, bigHead, step; in bytes2int() local 2157 int nbytes = 8, bigHead, step; in bytes2long() local 2176 int nbytes = 2, bigHead, step; in bytes2short() local 2207 int nbytes = 4, smallHead, step; in int2bytes() local 2226 int nbytes = 8, smallHead, step; in long2bytes() local 2245 int nbytes = 2, smallHead, step; in short2bytes() local
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
D | OldAndroidDeflateTest.java | 74 private void bigTest(int step, int expectedAdler) in bigTest()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/ |
D | MatcherTest.java | 668 int step = 16; // Ideally 1, but devices are still too slow. in testAllCodePoints_p() local 687 int step = 16; // Ideally 1, but devices are still too slow. in testAllCodePoints_P() local
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ForkJoinPool.java | 1606 int step = (n <= 4) ? 2 : ((n >>> 1) & EVENMASK) + 2; in registerWorker() local 1939 int step = (int)(r >>> 48) | 1; in runWorker() local 1964 private int scan(WorkQueue w, int bound, int step, int r) { in scan()
|