Searched defs:callReset (Results 1 - 7 of 7) sorted by relevance
/openjdk7/jdk/test/java/nio/Buffer/ | ||
H A D | BasicByte.java | 134 private static void callReset(ByteBuffer b) { method in class:BasicByte 923 callReset(ByteBuffer.allocate(10)); |
H A D | BasicChar.java | 134 private static void callReset(CharBuffer b) { method in class:BasicChar 923 callReset(CharBuffer.allocate(10)); |
H A D | BasicDouble.java | 134 private static void callReset(DoubleBuffer b) { method in class:BasicDouble 923 callReset(DoubleBuffer.allocate(10)); |
H A D | BasicFloat.java | 134 private static void callReset(FloatBuffer b) { method in class:BasicFloat 923 callReset(FloatBuffer.allocate(10)); |
H A D | BasicInt.java | 134 private static void callReset(IntBuffer b) { method in class:BasicInt 923 callReset(IntBuffer.allocate(10)); |
H A D | BasicLong.java | 134 private static void callReset(LongBuffer b) { method in class:BasicLong 923 callReset(LongBuffer.allocate(10)); |
H A D | BasicShort.java | 134 private static void callReset(ShortBuffer b) { method in class:BasicShort 923 callReset(ShortBuffer.allocate(10)); |
Completed in 41 milliseconds