Searched refs: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() argument 196 ByteBuffer bb = allocate(fbb); in testShortGet() 221 public void testShortPut(String desc, IntFunction<ByteBuffer> fbb, in testShortPut() argument 223 ByteBuffer bbfilled = allocate(fbb); in testShortPut() 224 ByteBuffer bb = allocate(fbb, i -> 0); in testShortPut() 298 public void testCharGet(String desc, IntFunction<ByteBuffer> fbb, in testCharGet() argument 300 ByteBuffer bb = allocate(fbb); in testCharGet() 325 public void testCharPut(String desc, IntFunction<ByteBuffer> fbb, in testCharPut() argument 327 ByteBuffer bbfilled = allocate(fbb); in testCharPut() 328 ByteBuffer bb = allocate(fbb, i -> 0); in testCharPut() [all …]
|