HomeSort by relevance Sort by last modified time
    Searched defs:ByteBufferFactory (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/util/apk/
ByteBufferFactory.java 25 public interface ByteBufferFactory {
  /external/flatbuffers/java/com/google/flatbuffers/
FlatBufferBuilder.java 55 ByteBufferFactory bb_factory; // Factory for allocating the internal buffer
64 public FlatBufferBuilder(int initial_size, ByteBufferFactory bb_factory) {
96 public FlatBufferBuilder(ByteBuffer existing_bb, ByteBufferFactory bb_factory) {
121 public FlatBufferBuilder init(ByteBuffer existing_bb, ByteBufferFactory bb_factory){
147 public interface ByteBufferFactory {
158 * An implementation of the ByteBufferFactory interface that is used when
163 public static final class HeapByteBufferFactory implements ByteBufferFactory {
195 static ByteBuffer growByteBuffer(ByteBuffer bb, ByteBufferFactory bb_factory) {
    [all...]
  /prebuilts/maven_repo/bumptech/com/github/bumptech/glide/glide/SNAPSHOT/
glide-SNAPSHOT.jar 

Completed in 295 milliseconds