/libcore/ojluni/src/main/java/sun/nio/fs/ |
D | NativeBuffers.java | 61 NativeBuffer buffer = buffers[i]; in getNativeBufferFromCache() local 77 NativeBuffer buffer = getNativeBufferFromCache(size); in getNativeBuffer() local 90 static void releaseNativeBuffer(NativeBuffer buffer) { in releaseNativeBuffer() 123 static void copyCStringToNativeBuffer(byte[] cstr, NativeBuffer buffer) { in copyCStringToNativeBuffer() 143 NativeBuffer buffer = getNativeBuffer(cstr.length+1); in asNativeBuffer() local
|
D | UnixNativeDispatcher.java | 42 NativeBuffer buffer = NativeBuffers.getNativeBufferFromCache(size); in copyToNativeBuffer() local 69 NativeBuffer buffer = copyToNativeBuffer(path); in open() local 83 NativeBuffer buffer = NativeBuffers.asNativeBuffer(path); in openat() local 139 NativeBuffer buffer = copyToNativeBuffer(path); in unlink() local 152 NativeBuffer buffer = NativeBuffers.asNativeBuffer(path); in unlinkat() local 166 NativeBuffer buffer = copyToNativeBuffer(path); in mknod() local 212 NativeBuffer buffer = copyToNativeBuffer(path); in mkdir() local 225 NativeBuffer buffer = copyToNativeBuffer(path); in rmdir() local 240 NativeBuffer buffer = copyToNativeBuffer(path); in readlink() local 255 NativeBuffer buffer = copyToNativeBuffer(path); in realpath() local [all …]
|
D | LinuxNativeDispatcher.java | 71 NativeBuffer buffer = NativeBuffers.asNativeBuffer(name); in fgetxattr() local 88 NativeBuffer buffer = NativeBuffers.asNativeBuffer(name); in fsetxattr() local 103 NativeBuffer buffer = NativeBuffers.asNativeBuffer(name); in fremovexattr() local
|
D | LinuxUserDefinedFileAttributeView.java | 105 NativeBuffer buffer = null; in list() local 299 NativeBuffer buffer = null; in copyExtendedAttributes() local 361 NativeBuffer buffer = NativeBuffers.getNativeBuffer(size); in copyExtendedAttribute() local
|
/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/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/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/luni/src/test/java/libcore/java/nio/channels/ |
D | MembershipKeyTest.java | 113 ByteBuffer buffer = ByteBuffer.allocate(1048); in check_drop() local 179 ByteBuffer buffer = ByteBuffer.allocate(1048); in test_blockWithJoinWithoutSource() local 229 ByteBuffer buffer = ByteBuffer.allocate(1048); in test_unblockWithJoinWithoutSource() 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 | 297 int end, StringBuffer buffer) { in formatted() 306 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/ojluni/src/main/java/sun/security/util/ |
D | ManifestEntryVerifier.java | 157 public void update(byte buffer) { in update() 168 public void update(byte buffer[], int off, int len) { in update()
|
/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/javax/xml/transform/stream/ |
D | FilePathToURI.java | 64 StringBuilder buffer = new StringBuilder(len*3); in filepath2URI() local
|
/libcore/luni/src/main/java/java/nio/ |
D | NioUtils.java | 54 public static void freeDirectBuffer(ByteBuffer buffer) { in freeDirectBuffer()
|