Searched refs:callReset (Results 1 – 8 of 8) sorted by relevance
181 private static void callReset(ShortBuffer b) { in callReset() method in BasicShort1199 callReset(ShortBuffer.allocate(10)); in test()
181 private static void callReset(IntBuffer b) { in callReset() method in BasicInt1199 callReset(IntBuffer.allocate(10)); in test()
181 private static void callReset(LongBuffer b) { in callReset() method in BasicLong1199 callReset(LongBuffer.allocate(10)); in test()
181 private static void callReset(DoubleBuffer b) { in callReset() method in BasicDouble1199 callReset(DoubleBuffer.allocate(10)); in test()
181 private static void callReset(FloatBuffer b) { in callReset() method in BasicFloat1199 callReset(FloatBuffer.allocate(10)); in test()
181 private static void callReset(CharBuffer b) { in callReset() method in BasicChar1199 callReset(CharBuffer.allocate(10)); in test()
181 private static void callReset(ByteBuffer b) { in callReset() method in BasicByte1199 callReset(ByteBuffer.allocate(10)); in test()
181 private static void callReset($Type$Buffer b) {1199 callReset($Type$Buffer.allocate(10));