/libcore/ojluni/src/test/java/util/HashMap/ |
D | HashMapCloneLeak.java | 61 Object[] allocate = new Object[1000000]; in main() local
|
/libcore/ojluni/annotations/flagged_api/java/nio/ |
D | IntBuffer.annotated.java | 38 public static java.nio.IntBuffer allocate(int capacity) { throw new RuntimeException("Stub!"); } in allocate() method in IntBuffer
|
D | FloatBuffer.annotated.java | 38 public static java.nio.FloatBuffer allocate(int capacity) { throw new RuntimeException("Stub!"); } in allocate() method in FloatBuffer
|
D | DoubleBuffer.annotated.java | 38 public static java.nio.DoubleBuffer allocate(int capacity) { throw new RuntimeException("Stub!"); } in allocate() method in DoubleBuffer
|
D | LongBuffer.annotated.java | 38 public static java.nio.LongBuffer allocate(int capacity) { throw new RuntimeException("Stub!"); } in allocate() method in LongBuffer
|
D | ShortBuffer.annotated.java | 38 public static java.nio.ShortBuffer allocate(int capacity) { throw new RuntimeException("Stub!"); } in allocate() method in ShortBuffer
|
D | CharBuffer.annotated.java | 38 public static java.nio.CharBuffer allocate(int capacity) { throw new RuntimeException("Stub!"); } in allocate() method in CharBuffer
|
D | ByteBuffer.annotated.java | 40 public static java.nio.ByteBuffer allocate(int capacity) { throw new RuntimeException("Stub!"); } in allocate() method in ByteBuffer
|
/libcore/ojluni/annotations/hiddenapi/java/nio/ |
D | CharBuffer.java | 50 public static java.nio.CharBuffer allocate(int capacity) { in allocate() method in CharBuffer
|
D | ByteBuffer.java | 51 public static java.nio.ByteBuffer allocate(int capacity) { in allocate() method in ByteBuffer
|
/libcore/ojluni/annotations/hiddenapi/sun/net/ftp/ |
D | FtpClient.java | 211 public abstract sun.net.ftp.FtpClient allocate(long size) in allocate() method in FtpClient
|
/libcore/ojluni/src/main/java/sun/net/ftp/ |
D | FtpClient.java | 892 public abstract FtpClient allocate(long size) throws FtpProtocolException, IOException; in allocate() method in FtpClient
|
/libcore/ojluni/annotations/mmodule/java/nio/ |
D | ByteBuffer.annotated.java | 40 public static java.nio.ByteBuffer allocate(int capacity) { throw new RuntimeException("Stub!"); } in allocate() method in ByteBuffer
|
/libcore/ojluni/src/test/java/nio/Buffer/ |
D | ByteBufferViews.java | 158 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/ |
D | ByteBuffer.annotated.java | 37 @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/ |
D | FloatBuffer.java | 376 public static FloatBuffer allocate(int capacity) { in allocate() method in FloatBuffer
|
D | LongBuffer.java | 376 public static LongBuffer allocate(int capacity) { in allocate() method in LongBuffer
|
D | IntBuffer.java | 376 public static IntBuffer allocate(int capacity) { in allocate() method in IntBuffer
|
D | ShortBuffer.java | 376 public static ShortBuffer allocate(int capacity) { in allocate() method in ShortBuffer
|
D | DoubleBuffer.java | 376 public static DoubleBuffer allocate(int capacity) { in allocate() method in DoubleBuffer
|
D | CharBuffer.java | 376 public static CharBuffer allocate(int capacity) { in allocate() method in CharBuffer
|
D | ByteBuffer.java | 376 public static ByteBuffer allocate(int capacity) { in allocate() method in ByteBuffer
|
/libcore/ojluni/src/main/java/sun/net/ftp/impl/ |
D | FtpClient.java | 2139 …public sun.net.ftp.FtpClient allocate(long size) throws sun.net.ftp.FtpProtocolException, IOExcept… in allocate() method in FtpClient
|