Home
last modified time | relevance | path

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

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