Searched defs:allocate (Results 1 - 10 of 10) sorted by relevance

/libcore/luni/src/main/java/libcore/util/
H A DNativeAllocationRegistry.java150 long allocate(); method in interface:NativeAllocationRegistry.Allocator
177 // VMRuntime.registerNativeFree is eventually called if the allocate
182 long nativePtr = allocator.allocate();
/libcore/ojluni/src/main/java/java/nio/
H A DDoubleBuffer.java59 * <p> Double buffers can be created either by {@link #allocate
139 public static DoubleBuffer allocate(int capacity) { method in class:DoubleBuffer
H A DFloatBuffer.java59 * <p> Float buffers can be created either by {@link #allocate
139 public static FloatBuffer allocate(int capacity) { method in class:FloatBuffer
H A DIntBuffer.java60 * <p> Int buffers can be created either by {@link #allocate
140 public static IntBuffer allocate(int capacity) { method in class:IntBuffer
H A DLongBuffer.java59 * <p> Long buffers can be created either by {@link #allocate
139 public static LongBuffer allocate(int capacity) { method in class:LongBuffer
H A DShortBuffer.java59 * <p> Short buffers can be created either by {@link #allocate
139 public static ShortBuffer allocate(int capacity) { method in class:ShortBuffer
H A DCharBuffer.java66 * <p> Char buffers can be created either by {@link #allocate
166 public static CharBuffer allocate(int capacity) { method in class:CharBuffer
H A DByteBuffer.java71 * <p> Byte buffers can be created either by {@link #allocate
98 * system's native I/O operations. In general it is best to allocate direct
278 public static ByteBuffer allocate(int capacity) { method in class:ByteBuffer
/libcore/ojluni/src/main/java/sun/net/ftp/
H A DFtpClient.java885 * pre-allocate the specified number of bytes for the next transfer.
887 * @param size The number of bytes to allocate.
892 public abstract FtpClient allocate(long size) throws FtpProtocolException, IOException; method in class:FtpClient
/libcore/ojluni/src/main/java/sun/net/ftp/impl/
H A DFtpClient.java2127 * pre-allocate the specified number of bytes for the next transfer.
2129 * @param size The number of bytes to allocate.
2133 public sun.net.ftp.FtpClient allocate(long size) throws sun.net.ftp.FtpProtocolException, IOException { method in class:FtpClient

Completed in 77 milliseconds