Searched defs:allocate (Results 1 – 8 of 8) sorted by relevance
| /libcore/luni/src/main/java/java/nio/ | ||
| D | ShortBuffer.java | 47 public static ShortBuffer allocate(int capacity) { in allocate() method in ShortBuffer |
| D | IntBuffer.java | 45 public static IntBuffer allocate(int capacity) { in allocate() method in IntBuffer |
| D | DoubleBuffer.java | 48 public static DoubleBuffer allocate(int capacity) { in allocate() method in DoubleBuffer |
| D | LongBuffer.java | 47 public static LongBuffer allocate(int capacity) { in allocate() method in LongBuffer |
| D | FloatBuffer.java | 47 public static FloatBuffer allocate(int capacity) { in allocate() method in FloatBuffer |
| D | CharBuffer.java | 50 public static CharBuffer allocate(int capacity) { in allocate() method in CharBuffer |
| D | ByteBuffer.java | 48 public static ByteBuffer allocate(int capacity) { in allocate() method in ByteBuffer |
| D | MemoryBlock.java | 124 public static MemoryBlock allocate(int byteCount) { in allocate() method in MemoryBlock |