Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/nio/Buffer/
DBasicShort.java181 private static void callReset(ShortBuffer b) { in callReset() method in BasicShort
1199 callReset(ShortBuffer.allocate(10)); in test()
DBasicInt.java181 private static void callReset(IntBuffer b) { in callReset() method in BasicInt
1199 callReset(IntBuffer.allocate(10)); in test()
DBasicLong.java181 private static void callReset(LongBuffer b) { in callReset() method in BasicLong
1199 callReset(LongBuffer.allocate(10)); in test()
DBasicDouble.java181 private static void callReset(DoubleBuffer b) { in callReset() method in BasicDouble
1199 callReset(DoubleBuffer.allocate(10)); in test()
DBasicFloat.java181 private static void callReset(FloatBuffer b) { in callReset() method in BasicFloat
1199 callReset(FloatBuffer.allocate(10)); in test()
DBasicChar.java181 private static void callReset(CharBuffer b) { in callReset() method in BasicChar
1199 callReset(CharBuffer.allocate(10)); in test()
DBasicByte.java181 private static void callReset(ByteBuffer b) { in callReset() method in BasicByte
1199 callReset(ByteBuffer.allocate(10)); in test()
DBasic-X.java.template181 private static void callReset($Type$Buffer b) {
1199 callReset($Type$Buffer.allocate(10));