Searched defs:bfs (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/test/java/nio/Buffer/ |
D | ByteBufferViews.java | 176 List<Map.Entry<String, Function<ByteBuffer, ShortBuffer>>> bfs = List.of( in shortViewProvider() local 280 List<Map.Entry<String, Function<ByteBuffer, CharBuffer>>> bfs = List.of( in charViewProvider() local 377 List<Map.Entry<String, Function<ByteBuffer, IntBuffer>>> bfs = List.of( in intViewProvider() local 484 List<Map.Entry<String, Function<ByteBuffer, LongBuffer>>> bfs = List.of( in longViewProvider() local 597 List<Map.Entry<String, Function<ByteBuffer, FloatBuffer>>> bfs = List.of( in floatViewProvider() local 695 List<Map.Entry<String, Function<ByteBuffer, DoubleBuffer>>> bfs = List.of( in doubleViewProvider() local
|