/libcore/ojluni/annotations/flagged_api/java/nio/ |
D | IntBuffer.annotated.java | 54 public abstract java.nio.IntBuffer put(int i); in put() method in IntBuffer 58 public abstract java.nio.IntBuffer put(int index, int i); in put() method in IntBuffer 70 public java.nio.IntBuffer put(java.nio.IntBuffer src) { throw new RuntimeException("Stub!"); } in put() method in IntBuffer 73 public java.nio.IntBuffer put(int index, java.nio.IntBuffer src, int offset, int length) { throw ne… in put() method in IntBuffer 75 public java.nio.IntBuffer put(int[] src, int offset, int length) { throw new RuntimeException("Stub… in put() method in IntBuffer 77 public final java.nio.IntBuffer put(int[] src) { throw new RuntimeException("Stub!"); } in put() method in IntBuffer 80 public java.nio.IntBuffer put(int index, int[] src, int offset, int length) { throw new RuntimeExce… in put() method in IntBuffer 83 public java.nio.IntBuffer put(int index, int[] src) { throw new RuntimeException("Stub!"); } in put() method in IntBuffer
|
D | FloatBuffer.annotated.java | 54 public abstract java.nio.FloatBuffer put(float f); in put() method in FloatBuffer 58 public abstract java.nio.FloatBuffer put(int index, float f); in put() method in FloatBuffer 70 public java.nio.FloatBuffer put(java.nio.FloatBuffer src) { throw new RuntimeException("Stub!"); } in put() method in FloatBuffer 73 public java.nio.FloatBuffer put(int index, java.nio.FloatBuffer src, int offset, int length) { thro… in put() method in FloatBuffer 75 public java.nio.FloatBuffer put(float[] src, int offset, int length) { throw new RuntimeException("… in put() method in FloatBuffer 77 public final java.nio.FloatBuffer put(float[] src) { throw new RuntimeException("Stub!"); } in put() method in FloatBuffer 80 public java.nio.FloatBuffer put(int index, float[] src, int offset, int length) { throw new Runtime… in put() method in FloatBuffer 83 public java.nio.FloatBuffer put(int index, float[] src) { throw new RuntimeException("Stub!"); } in put() method in FloatBuffer
|
D | DoubleBuffer.annotated.java | 54 public abstract java.nio.DoubleBuffer put(double d); in put() method in DoubleBuffer 58 public abstract java.nio.DoubleBuffer put(int index, double d); in put() method in DoubleBuffer 70 public java.nio.DoubleBuffer put(java.nio.DoubleBuffer src) { throw new RuntimeException("Stub!"); } in put() method in DoubleBuffer 73 public java.nio.DoubleBuffer put(int index, java.nio.DoubleBuffer src, int offset, int length) { th… in put() method in DoubleBuffer 75 public java.nio.DoubleBuffer put(double[] src, int offset, int length) { throw new RuntimeException… in put() method in DoubleBuffer 77 public final java.nio.DoubleBuffer put(double[] src) { throw new RuntimeException("Stub!"); } in put() method in DoubleBuffer 80 public java.nio.DoubleBuffer put(int index, double[] src, int offset, int length) { throw new Runti… in put() method in DoubleBuffer 83 public java.nio.DoubleBuffer put(int index, double[] src) { throw new RuntimeException("Stub!"); } in put() method in DoubleBuffer
|
D | LongBuffer.annotated.java | 54 public abstract java.nio.LongBuffer put(long l); in put() method in LongBuffer 58 public abstract java.nio.LongBuffer put(int index, long l); in put() method in LongBuffer 70 public java.nio.LongBuffer put(java.nio.LongBuffer src) { throw new RuntimeException("Stub!"); } in put() method in LongBuffer 73 public java.nio.LongBuffer put(int index, java.nio.LongBuffer src, int offset, int length) { throw … in put() method in LongBuffer 75 public java.nio.LongBuffer put(long[] src, int offset, int length) { throw new RuntimeException("St… in put() method in LongBuffer 77 public final java.nio.LongBuffer put(long[] src) { throw new RuntimeException("Stub!"); } in put() method in LongBuffer 80 public java.nio.LongBuffer put(int index, long[] src, int offset, int length) { throw new RuntimeEx… in put() method in LongBuffer 83 public java.nio.LongBuffer put(int index, long[] src) { throw new RuntimeException("Stub!"); } in put() method in LongBuffer
|
D | ShortBuffer.annotated.java | 54 public abstract java.nio.ShortBuffer put(short s); in put() method in ShortBuffer 58 public abstract java.nio.ShortBuffer put(int index, short s); in put() method in ShortBuffer 70 public java.nio.ShortBuffer put(java.nio.ShortBuffer src) { throw new RuntimeException("Stub!"); } in put() method in ShortBuffer 73 public java.nio.ShortBuffer put(int index, java.nio.ShortBuffer src, int offset, int length) { thro… in put() method in ShortBuffer 75 public java.nio.ShortBuffer put(short[] src, int offset, int length) { throw new RuntimeException("… in put() method in ShortBuffer 77 public final java.nio.ShortBuffer put(short[] src) { throw new RuntimeException("Stub!"); } in put() method in ShortBuffer 80 public java.nio.ShortBuffer put(int index, short[] src, int offset, int length) { throw new Runtime… in put() method in ShortBuffer 83 public java.nio.ShortBuffer put(int index, short[] src) { throw new RuntimeException("Stub!"); } in put() method in ShortBuffer
|
D | CharBuffer.annotated.java | 60 public abstract java.nio.CharBuffer put(char c); in put() method in CharBuffer 64 public abstract java.nio.CharBuffer put(int index, char c); in put() method in CharBuffer 76 public java.nio.CharBuffer put(java.nio.CharBuffer src) { throw new RuntimeException("Stub!"); } in put() method in CharBuffer 79 public java.nio.CharBuffer put(int index, java.nio.CharBuffer src, int offset, int length) { throw … in put() method in CharBuffer 81 public java.nio.CharBuffer put(char[] src, int offset, int length) { throw new RuntimeException("St… in put() method in CharBuffer 83 public final java.nio.CharBuffer put(char[] src) { throw new RuntimeException("Stub!"); } in put() method in CharBuffer 86 public java.nio.CharBuffer put(int index, char[] src, int offset, int length) { throw new RuntimeEx… in put() method in CharBuffer 89 public java.nio.CharBuffer put(int index, char[] src) { throw new RuntimeException("Stub!"); } in put() method in CharBuffer 91 public java.nio.CharBuffer put(java.lang.String src, int start, int end) { throw new RuntimeExcepti… in put() method in CharBuffer 93 public final java.nio.CharBuffer put(java.lang.String src) { throw new RuntimeException("Stub!"); } in put() method in CharBuffer
|
D | ByteBuffer.annotated.java | 56 public abstract java.nio.ByteBuffer put(byte b); in put() method in ByteBuffer 60 public abstract java.nio.ByteBuffer put(int index, byte b); in put() method in ByteBuffer 72 public java.nio.ByteBuffer put(java.nio.ByteBuffer src) { throw new RuntimeException("Stub!"); } in put() method in ByteBuffer 75 public java.nio.ByteBuffer put(int index, java.nio.ByteBuffer src, int offset, int length) { throw … in put() method in ByteBuffer 77 public java.nio.ByteBuffer put(byte[] src, int offset, int length) { throw new RuntimeException("St… in put() method in ByteBuffer 79 public final java.nio.ByteBuffer put(byte[] src) { throw new RuntimeException("Stub!"); } in put() method in ByteBuffer 82 public java.nio.ByteBuffer put(int index, byte[] src, int offset, int length) { throw new RuntimeEx… in put() method in ByteBuffer 85 public java.nio.ByteBuffer put(int index, byte[] src) { throw new RuntimeException("Stub!"); } in put() method in ByteBuffer
|
/libcore/json/src/main/java/org/json/ |
D | JSONArray.java | 139 public JSONArray put(boolean value) { in put() method in JSONArray 151 public JSONArray put(double value) throws JSONException { in put() method in JSONArray 161 public JSONArray put(int value) { in put() method in JSONArray 171 public JSONArray put(long value) { in put() method in JSONArray 186 public JSONArray put(Object value) { in put() method in JSONArray 209 public JSONArray put(int index, boolean value) throws JSONException { in put() method in JSONArray 222 public JSONArray put(int index, double value) throws JSONException { in put() method in JSONArray 233 public JSONArray put(int index, int value) throws JSONException { in put() method in JSONArray 244 public JSONArray put(int index, long value) throws JSONException { in put() method in JSONArray 259 public JSONArray put(int index, Object value) throws JSONException { in put() method in JSONArray
|
/libcore/ojluni/annotations/hiddenapi/java/nio/ |
D | CharBuffer.java | 82 public abstract java.nio.CharBuffer put(char c); in put() method in CharBuffer 88 public abstract java.nio.CharBuffer put(int index, char c); in put() method in CharBuffer 98 public java.nio.CharBuffer put(java.nio.CharBuffer src) { in put() method in CharBuffer 102 public java.nio.CharBuffer put(char[] src, int offset, int length) { in put() method in CharBuffer 106 public final java.nio.CharBuffer put(char[] src) { in put() method in CharBuffer 110 public java.nio.CharBuffer put(java.lang.String src, int start, int end) { in put() method in CharBuffer 114 public final java.nio.CharBuffer put(java.lang.String src) { in put() method in CharBuffer
|
/libcore/ojluni/src/main/java/java/nio/ |
D | HeapCharBuffer.java | 270 public CharBuffer put(char x) { in put() method in HeapCharBuffer 282 public CharBuffer put(int i, char x) { in put() method in HeapCharBuffer 294 public CharBuffer put(char[] src, int offset, int length) { in put() method in HeapCharBuffer 312 public CharBuffer put(CharBuffer src) { in put() method in HeapCharBuffer 351 public CharBuffer put(int index, CharBuffer src, int offset, int length) { in put() method in HeapCharBuffer 362 public CharBuffer put(int index, char[] src, int offset, int length) { in put() method in HeapCharBuffer 379 public CharBuffer put(String src, int start, int end) { in put() method in HeapCharBuffer
|
D | HeapIntBuffer.java | 270 public IntBuffer put(int x) { in put() method in HeapIntBuffer 282 public IntBuffer put(int i, int x) { in put() method in HeapIntBuffer 294 public IntBuffer put(int[] src, int offset, int length) { in put() method in HeapIntBuffer 312 public IntBuffer put(IntBuffer src) { in put() method in HeapIntBuffer 351 public IntBuffer put(int index, IntBuffer src, int offset, int length) { in put() method in HeapIntBuffer 362 public IntBuffer put(int index, int[] src, int offset, int length) { in put() method in HeapIntBuffer
|
D | HeapFloatBuffer.java | 270 public FloatBuffer put(float x) { in put() method in HeapFloatBuffer 282 public FloatBuffer put(int i, float x) { in put() method in HeapFloatBuffer 294 public FloatBuffer put(float[] src, int offset, int length) { in put() method in HeapFloatBuffer 312 public FloatBuffer put(FloatBuffer src) { in put() method in HeapFloatBuffer 351 public FloatBuffer put(int index, FloatBuffer src, int offset, int length) { in put() method in HeapFloatBuffer 362 public FloatBuffer put(int index, float[] src, int offset, int length) { in put() method in HeapFloatBuffer
|
D | HeapShortBuffer.java | 270 public ShortBuffer put(short x) { in put() method in HeapShortBuffer 282 public ShortBuffer put(int i, short x) { in put() method in HeapShortBuffer 294 public ShortBuffer put(short[] src, int offset, int length) { in put() method in HeapShortBuffer 312 public ShortBuffer put(ShortBuffer src) { in put() method in HeapShortBuffer 351 public ShortBuffer put(int index, ShortBuffer src, int offset, int length) { in put() method in HeapShortBuffer 362 public ShortBuffer put(int index, short[] src, int offset, int length) { in put() method in HeapShortBuffer
|
D | HeapLongBuffer.java | 270 public LongBuffer put(long x) { in put() method in HeapLongBuffer 282 public LongBuffer put(int i, long x) { in put() method in HeapLongBuffer 294 public LongBuffer put(long[] src, int offset, int length) { in put() method in HeapLongBuffer 312 public LongBuffer put(LongBuffer src) { in put() method in HeapLongBuffer 351 public LongBuffer put(int index, LongBuffer src, int offset, int length) { in put() method in HeapLongBuffer 362 public LongBuffer put(int index, long[] src, int offset, int length) { in put() method in HeapLongBuffer
|
D | HeapDoubleBuffer.java | 270 public DoubleBuffer put(double x) { in put() method in HeapDoubleBuffer 282 public DoubleBuffer put(int i, double x) { in put() method in HeapDoubleBuffer 294 public DoubleBuffer put(double[] src, int offset, int length) { in put() method in HeapDoubleBuffer 312 public DoubleBuffer put(DoubleBuffer src) { in put() method in HeapDoubleBuffer 351 public DoubleBuffer put(int index, DoubleBuffer src, int offset, int length) { in put() method in HeapDoubleBuffer 362 public DoubleBuffer put(int index, double[] src, int offset, int length) { in put() method in HeapDoubleBuffer
|
D | CharBuffer.java | 709 public abstract CharBuffer put(char c); in put() method in CharBuffer 760 public abstract CharBuffer put(int index, char c); in put() method in CharBuffer 1021 public CharBuffer put(CharBuffer src) { in put() method in CharBuffer 1095 public CharBuffer put(int index, CharBuffer src, int offset, int length) { in put() method in CharBuffer 1292 public CharBuffer put(char[] src, int offset, int length) { in put() method in CharBuffer 1328 public final CharBuffer put(char[] src) { in put() method in CharBuffer 1377 public CharBuffer put(int index, char[] src, int offset, int length) { in put() method in CharBuffer 1417 public CharBuffer put(int index, char[] src) { in put() method in CharBuffer 1521 public CharBuffer put(String src, int start, int end) { in put() method in CharBuffer 1561 public final CharBuffer put(String src) { in put() method in CharBuffer
|
D | FloatBuffer.java | 709 public abstract FloatBuffer put(float f); in put() method in FloatBuffer 760 public abstract FloatBuffer put(int index, float f); in put() method in FloatBuffer 1021 public FloatBuffer put(FloatBuffer src) { in put() method in FloatBuffer 1095 public FloatBuffer put(int index, FloatBuffer src, int offset, int length) { in put() method in FloatBuffer 1292 public FloatBuffer put(float[] src, int offset, int length) { in put() method in FloatBuffer 1328 public final FloatBuffer put(float[] src) { in put() method in FloatBuffer 1377 public FloatBuffer put(int index, float[] src, int offset, int length) { in put() method in FloatBuffer 1417 public FloatBuffer put(int index, float[] src) { in put() method in FloatBuffer
|
D | LongBuffer.java | 709 public abstract LongBuffer put(long l); in put() method in LongBuffer 760 public abstract LongBuffer put(int index, long l); in put() method in LongBuffer 1021 public LongBuffer put(LongBuffer src) { in put() method in LongBuffer 1095 public LongBuffer put(int index, LongBuffer src, int offset, int length) { in put() method in LongBuffer 1292 public LongBuffer put(long[] src, int offset, int length) { in put() method in LongBuffer 1328 public final LongBuffer put(long[] src) { in put() method in LongBuffer 1377 public LongBuffer put(int index, long[] src, int offset, int length) { in put() method in LongBuffer 1417 public LongBuffer put(int index, long[] src) { in put() method in LongBuffer
|
D | IntBuffer.java | 709 public abstract IntBuffer put(int i); in put() method in IntBuffer 760 public abstract IntBuffer put(int index, int i); in put() method in IntBuffer 1021 public IntBuffer put(IntBuffer src) { in put() method in IntBuffer 1095 public IntBuffer put(int index, IntBuffer src, int offset, int length) { in put() method in IntBuffer 1292 public IntBuffer put(int[] src, int offset, int length) { in put() method in IntBuffer 1328 public final IntBuffer put(int[] src) { in put() method in IntBuffer 1377 public IntBuffer put(int index, int[] src, int offset, int length) { in put() method in IntBuffer 1417 public IntBuffer put(int index, int[] src) { in put() method in IntBuffer
|
D | ShortBuffer.java | 709 public abstract ShortBuffer put(short s); in put() method in ShortBuffer 760 public abstract ShortBuffer put(int index, short s); in put() method in ShortBuffer 1021 public ShortBuffer put(ShortBuffer src) { in put() method in ShortBuffer 1095 public ShortBuffer put(int index, ShortBuffer src, int offset, int length) { in put() method in ShortBuffer 1292 public ShortBuffer put(short[] src, int offset, int length) { in put() method in ShortBuffer 1328 public final ShortBuffer put(short[] src) { in put() method in ShortBuffer 1377 public ShortBuffer put(int index, short[] src, int offset, int length) { in put() method in ShortBuffer 1417 public ShortBuffer put(int index, short[] src) { in put() method in ShortBuffer
|
D | DoubleBuffer.java | 709 public abstract DoubleBuffer put(double d); in put() method in DoubleBuffer 760 public abstract DoubleBuffer put(int index, double d); in put() method in DoubleBuffer 1021 public DoubleBuffer put(DoubleBuffer src) { in put() method in DoubleBuffer 1095 public DoubleBuffer put(int index, DoubleBuffer src, int offset, int length) { in put() method in DoubleBuffer 1292 public DoubleBuffer put(double[] src, int offset, int length) { in put() method in DoubleBuffer 1328 public final DoubleBuffer put(double[] src) { in put() method in DoubleBuffer 1377 public DoubleBuffer put(int index, double[] src, int offset, int length) { in put() method in DoubleBuffer 1417 public DoubleBuffer put(int index, double[] src) { in put() method in DoubleBuffer
|
D | ByteBufferAsDoubleBuffer.java | 209 public DoubleBuffer put(double x) { in put() method in ByteBufferAsDoubleBuffer 225 public DoubleBuffer put(int i, double x) { in put() method in ByteBufferAsDoubleBuffer 242 public DoubleBuffer put(double[] src, int off, int length) { in put() method in ByteBufferAsDoubleBuffer 253 public DoubleBuffer put(int index, double[] src, int off, int length) { in put() method in ByteBufferAsDoubleBuffer
|
/libcore/support/src/test/java/libcore/javax/net/ssl/ |
D | TestSSLContext.java | 130 public void put(String name, boolean val) { in put() method in TestSSLContext.HostnameRewritingObjectOutputStream.PutFieldProxy 135 public void put(String name, byte val) { in put() method in TestSSLContext.HostnameRewritingObjectOutputStream.PutFieldProxy 140 public void put(String name, char val) { in put() method in TestSSLContext.HostnameRewritingObjectOutputStream.PutFieldProxy 145 public void put(String name, short val) { in put() method in TestSSLContext.HostnameRewritingObjectOutputStream.PutFieldProxy 150 public void put(String name, int val) { in put() method in TestSSLContext.HostnameRewritingObjectOutputStream.PutFieldProxy 155 public void put(String name, long val) { in put() method in TestSSLContext.HostnameRewritingObjectOutputStream.PutFieldProxy 160 public void put(String name, float val) { in put() method in TestSSLContext.HostnameRewritingObjectOutputStream.PutFieldProxy 165 public void put(String name, double val) { in put() method in TestSSLContext.HostnameRewritingObjectOutputStream.PutFieldProxy 170 public void put(String name, Object val) { in put() method in TestSSLContext.HostnameRewritingObjectOutputStream.PutFieldProxy
|
/libcore/ojluni/annotations/hiddenapi/java/io/ |
D | ObjectOutputStream.java | 614 public abstract void put(java.lang.String name, boolean val); in put() method in ObjectOutputStream.PutField 616 public abstract void put(java.lang.String name, byte val); in put() method in ObjectOutputStream.PutField 618 public abstract void put(java.lang.String name, char val); in put() method in ObjectOutputStream.PutField 620 public abstract void put(java.lang.String name, short val); in put() method in ObjectOutputStream.PutField 622 public abstract void put(java.lang.String name, int val); in put() method in ObjectOutputStream.PutField 624 public abstract void put(java.lang.String name, long val); in put() method in ObjectOutputStream.PutField 626 public abstract void put(java.lang.String name, float val); in put() method in ObjectOutputStream.PutField 628 public abstract void put(java.lang.String name, double val); in put() method in ObjectOutputStream.PutField 630 public abstract void put(java.lang.String name, java.lang.Object val); in put() method in ObjectOutputStream.PutField 643 public void put(java.lang.String name, boolean val) { in put() method in ObjectOutputStream.PutFieldImpl [all …]
|
/libcore/ojluni/annotations/sdk/nullability/java/nio/ |
D | ByteBuffer.annotated.java | 53 @libcore.util.NonNull public abstract java.nio.ByteBuffer put(byte b); in put() method in ByteBuffer 57 @libcore.util.NonNull public abstract java.nio.ByteBuffer put(int index, byte b); in put() method in ByteBuffer 67 @libcore.util.NonNull public java.nio.ByteBuffer put(@libcore.util.NonNull java.nio.ByteBuffer src)… in put() method in ByteBuffer 69 @libcore.util.NonNull public java.nio.ByteBuffer put(byte @libcore.util.NonNull [] src, int offset,… in put() method in ByteBuffer 71 @libcore.util.NonNull public java.nio.ByteBuffer put(int index, byte @libcore.util.NonNull [] src) … in put() method in ByteBuffer 73 @libcore.util.NonNull public java.nio.ByteBuffer put(int index, byte @libcore.util.NonNull [] src, … in put() method in ByteBuffer 75 @libcore.util.NonNull public final java.nio.ByteBuffer put(byte @libcore.util.NonNull [] src) { thr… in put() method in ByteBuffer 77 @libcore.util.NonNull public final java.nio.ByteBuffer put(int index, @libcore.util.NonNull java.ni… in put() method in ByteBuffer
|