/libcore/luni/src/test/native/ |
D | libcore_java_nio_BufferTest.cpp | 21 JNIEnv* env, jobject /* clazz */, jobject buffer) { in Java_libcore_java_nio_BufferTest_jniGetDirectBufferAddress() argument 26 JNIEnv* env, jobject /* clazz */, jobject buffer) { in Java_libcore_java_nio_BufferTest_jniGetDirectBufferCapacity() argument
|
/libcore/ojluni/src/main/java/java/nio/ |
D | CharBufferSpliterator.java | 40 private final CharBuffer buffer; field in CharBufferSpliterator 44 CharBufferSpliterator(CharBuffer buffer) { in CharBufferSpliterator() 48 CharBufferSpliterator(CharBuffer buffer, int origin, int limit) { in CharBufferSpliterator()
|
/libcore/support/src/test/java/tests/support/ |
D | Support_OutputStream.java | 17 private byte[] buffer; field in Support_OutputStream 58 public void write(byte buffer[]) throws IOException { in write() 68 public void write(byte buffer[], int offset, int count) throws IOException { in write()
|
D | Streams.java | 50 char[] buffer = new char[1024]; in streamToString() local
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | OldFilterWriterTest.java | 48 public void write(char[] buffer, int offset, int count) throws IOException { in write() 96 char[] buffer = new char[5]; in test_write$CII() local 102 char[] buffer = new char[10]; in test_write$CII_Exception() local
|
D | OldFilterReaderTest.java | 58 public int read(char[] buffer, int offset, int count) throws IOException { in read() 113 char[] buffer = new char[5]; in test_read$CII() local 120 char[] buffer = new char[10]; in test_read$CII_Exception() local
|
D | InputStreamReaderTest.java | 37 char[] buffer = new char[1024]; in testReadDoesNotBlockUnnecessarily() local
|
D | OldOutputStreamTest.java | 28 private byte[] buffer; field in OldOutputStreamTest.BasicOutputStream
|
/libcore/luni/src/test/java/libcore/java/util/logging/ |
D | OldErrorManagerTest.java | 55 public void write(byte[] buffer) { in write() 60 public synchronized void write(byte[] buffer, int offset, int len) { in write()
|
/libcore/ojluni/src/main/java/sun/security/pkcs/ |
D | SigningCertificateInfo.java | 95 StringBuffer buffer = new StringBuffer(); in toString() local 154 StringBuffer buffer = new StringBuffer(); in toString() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | StringBufferTest.java | 33 StringBuffer buffer = new StringBuffer("abcde"); in test_setLengthI() local 95 StringBuffer buffer = new StringBuffer(); in test_toString() local 125 StringBuffer buffer = new StringBuffer(25); in test_trimToSize() local
|
/libcore/ojluni/src/main/java/java/text/ |
D | CharacterIteratorFieldDelegate.java | 57 StringBuffer buffer) { in formatted() 96 int start, int end, StringBuffer buffer) { in formatted()
|
D | FieldPosition.java | 286 int end, StringBuffer buffer) { in formatted() 295 int start, int end, StringBuffer buffer) { in formatted()
|
D | Format.java | 390 int end, StringBuffer buffer); in formatted() 404 int start, int end, StringBuffer buffer); in formatted()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
D | GBCharsetDecoderTest.java | 53 ByteBuffer buffer = ByteBuffer.allocate(20); in getMalformedByteBuffer() local
|
D | ASCCharsetDecoderTest.java | 58 ByteBuffer buffer = ByteBuffer.allocate(8); in getMalformedByteBuffer() local
|
D | UTFCharsetDecoderTest.java | 53 ByteBuffer buffer = ByteBuffer.allocate(getByteBuffer().remaining() + 1); in getMalformedByteBuffer() local
|
/libcore/dex/src/main/java/com/android/dex/ |
D | ClassDef.java | 24 private final Dex buffer; field in ClassDef 35 public ClassDef(Dex buffer, int offset, int typeIndex, int accessFlags, in ClassDef()
|
/libcore/ojluni/src/main/java/sun/security/util/ |
D | ManifestEntryVerifier.java | 159 public void update(byte buffer) { in update() 170 public void update(byte buffer[], int off, int len) { in update()
|
/libcore/luni/src/main/java/javax/xml/transform/stream/ |
D | FilePathToURI.java | 64 StringBuilder buffer = new StringBuilder(len*3); in filepath2URI() local
|
/libcore/luni/src/main/java/javax/xml/parsers/ |
D | FilePathToURI.java | 64 StringBuilder buffer = new StringBuilder(len*3); in filepath2URI() local
|
/libcore/luni/src/main/java/java/nio/ |
D | NioUtils.java | 38 public static void freeDirectBuffer(ByteBuffer buffer) { in freeDirectBuffer()
|
/libcore/luni/src/main/java/libcore/io/ |
D | BlockGuardOs.java | 204 …@Override public int pread(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoExceptio… in pread() 214 …@Override public int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoExcepti… in pwrite() 224 …@Override public int read(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, Interrupted… in read() 249 …@Override public int recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress s… in recvfrom() 274 …@Override public int sendto(FileDescriptor fd, ByteBuffer buffer, int flags, InetAddress inetAddre… in sendto() 312 …@Override public int write(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, Interrupte… in write()
|
/libcore/ojluni/src/main/java/java/io/ |
D | StringBufferInputStream.java | 51 protected String buffer; field in StringBufferInputStream
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | ScannerParseLargeFileBenchmarkTest.java | 53 public int read(char[] buffer, int offset, int length) { in read()
|