Searched defs:fbb (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/test/java/nio/Buffer/ |
D | ByteBufferViews.java | 194 public void testShortGet(String desc, IntFunction<ByteBuffer> fbb, in testShortGet() 221 public void testShortPut(String desc, IntFunction<ByteBuffer> fbb, in testShortPut() 298 public void testCharGet(String desc, IntFunction<ByteBuffer> fbb, in testCharGet() 325 public void testCharPut(String desc, IntFunction<ByteBuffer> fbb, in testCharPut() 395 public void testIntGet(String desc, IntFunction<ByteBuffer> fbb, in testIntGet() 422 public void testIntPut(String desc, IntFunction<ByteBuffer> fbb, in testIntPut() 502 public void testLongGet(String desc, IntFunction<ByteBuffer> fbb, in testLongGet() 529 public void testLongPut(String desc, IntFunction<ByteBuffer> fbb, in testLongPut() 615 public void testFloatGet(String desc, IntFunction<ByteBuffer> fbb, in testFloatGet() 642 public void testFloatPut(String desc, IntFunction<ByteBuffer> fbb, in testFloatPut() [all …]
|