Home
last modified time | relevance | path

Searched defs:allocate (Results 1 – 23 of 23) sorted by relevance

/libcore/ojluni/src/test/java/util/HashMap/
DHashMapCloneLeak.java61 Object[] allocate = new Object[1000000]; in main() local
/libcore/ojluni/annotations/flagged_api/java/nio/
DIntBuffer.annotated.java38 public static java.nio.IntBuffer allocate(int capacity) { throw new RuntimeException("Stub!"); } in allocate() method in IntBuffer
DFloatBuffer.annotated.java38 public static java.nio.FloatBuffer allocate(int capacity) { throw new RuntimeException("Stub!"); } in allocate() method in FloatBuffer
DDoubleBuffer.annotated.java38 public static java.nio.DoubleBuffer allocate(int capacity) { throw new RuntimeException("Stub!"); } in allocate() method in DoubleBuffer
DLongBuffer.annotated.java38 public static java.nio.LongBuffer allocate(int capacity) { throw new RuntimeException("Stub!"); } in allocate() method in LongBuffer
DShortBuffer.annotated.java38 public static java.nio.ShortBuffer allocate(int capacity) { throw new RuntimeException("Stub!"); } in allocate() method in ShortBuffer
DCharBuffer.annotated.java38 public static java.nio.CharBuffer allocate(int capacity) { throw new RuntimeException("Stub!"); } in allocate() method in CharBuffer
DByteBuffer.annotated.java40 public static java.nio.ByteBuffer allocate(int capacity) { throw new RuntimeException("Stub!"); } in allocate() method in ByteBuffer
/libcore/ojluni/annotations/hiddenapi/java/nio/
DCharBuffer.java50 public static java.nio.CharBuffer allocate(int capacity) { in allocate() method in CharBuffer
DByteBuffer.java51 public static java.nio.ByteBuffer allocate(int capacity) { in allocate() method in ByteBuffer
/libcore/ojluni/annotations/hiddenapi/sun/net/ftp/
DFtpClient.java211 public abstract sun.net.ftp.FtpClient allocate(long size) in allocate() method in FtpClient
/libcore/ojluni/src/main/java/sun/net/ftp/
DFtpClient.java892 public abstract FtpClient allocate(long size) throws FtpProtocolException, IOException; in allocate() method in FtpClient
/libcore/ojluni/annotations/mmodule/java/nio/
DByteBuffer.annotated.java40 public static java.nio.ByteBuffer allocate(int capacity) { throw new RuntimeException("Stub!"); } in allocate() method in ByteBuffer
/libcore/ojluni/src/test/java/nio/Buffer/
DByteBufferViews.java158 static ByteBuffer allocate(IntFunction<ByteBuffer> f) { in allocate() method
162 static ByteBuffer allocate(IntFunction<ByteBuffer> f, IntUnaryOperator o) { in allocate() method
/libcore/ojluni/annotations/sdk/nullability/java/nio/
DByteBuffer.annotated.java37 @libcore.util.NonNull public static java.nio.ByteBuffer allocate(int capacity) { throw new RuntimeE… in allocate() method in ByteBuffer
/libcore/ojluni/src/main/java/java/nio/
DFloatBuffer.java376 public static FloatBuffer allocate(int capacity) { in allocate() method in FloatBuffer
DLongBuffer.java376 public static LongBuffer allocate(int capacity) { in allocate() method in LongBuffer
DIntBuffer.java376 public static IntBuffer allocate(int capacity) { in allocate() method in IntBuffer
DShortBuffer.java376 public static ShortBuffer allocate(int capacity) { in allocate() method in ShortBuffer
DDoubleBuffer.java376 public static DoubleBuffer allocate(int capacity) { in allocate() method in DoubleBuffer
DCharBuffer.java376 public static CharBuffer allocate(int capacity) { in allocate() method in CharBuffer
DByteBuffer.java376 public static ByteBuffer allocate(int capacity) { in allocate() method in ByteBuffer
/libcore/ojluni/src/main/java/sun/net/ftp/impl/
DFtpClient.java2139 …public sun.net.ftp.FtpClient allocate(long size) throws sun.net.ftp.FtpProtocolException, IOExcept… in allocate() method in FtpClient