Searched defs:callReset (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/test/java/nio/Buffer/
H A DBasicByte.java134 private static void callReset(ByteBuffer b) { method in class:BasicByte
923 callReset(ByteBuffer.allocate(10));
H A DBasicChar.java134 private static void callReset(CharBuffer b) { method in class:BasicChar
923 callReset(CharBuffer.allocate(10));
H A DBasicDouble.java134 private static void callReset(DoubleBuffer b) { method in class:BasicDouble
923 callReset(DoubleBuffer.allocate(10));
H A DBasicFloat.java134 private static void callReset(FloatBuffer b) { method in class:BasicFloat
923 callReset(FloatBuffer.allocate(10));
H A DBasicInt.java134 private static void callReset(IntBuffer b) { method in class:BasicInt
923 callReset(IntBuffer.allocate(10));
H A DBasicLong.java134 private static void callReset(LongBuffer b) { method in class:BasicLong
923 callReset(LongBuffer.allocate(10));
H A DBasicShort.java134 private static void callReset(ShortBuffer b) { method in class:BasicShort
923 callReset(ShortBuffer.allocate(10));

Completed in 37 milliseconds