/libcore/luni/src/main/java/java/sql/ |
D | Clob.java | 68 public String getSubString(long pos, int length) throws SQLException; in getSubString() 121 public OutputStream setAsciiStream(long pos) throws SQLException; in setAsciiStream() 134 public Writer setCharacterStream(long pos) throws SQLException; in setCharacterStream() 148 public int setString(long pos, String str) throws SQLException; in setString() 166 public int setString(long pos, String str, int offset, int len) in setString() 193 public Reader getCharacterStream(long pos, long length) throws SQLException; in getCharacterStream()
|
D | Blob.java | 54 public InputStream getBinaryStream(long pos, long length) throws SQLException; in getBinaryStream() 69 public byte[] getBytes(long pos, int length) throws SQLException; in getBytes() 129 public OutputStream setBinaryStream(long pos) throws SQLException; in setBinaryStream() 146 public int setBytes(long pos, byte[] theBytes) throws SQLException; in setBytes() 168 public int setBytes(long pos, byte[] theBytes, int offset, int len) in setBytes()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
D | SSLEngineResultTest.java | 95 int[] pos = { 0, 1, 1000, Integer.MAX_VALUE, (Integer.MAX_VALUE - 1) }; in test_bytesConsumed() local 118 int[] pos = { 0, 1, 1000, Integer.MAX_VALUE, (Integer.MAX_VALUE - 1) }; in test_bytesProduced() local 141 int[] pos = { 0, 1, 1000, Integer.MAX_VALUE, (Integer.MAX_VALUE - 1) }; in test_getHandshakeStatus() local 164 int[] pos = { 0, 1, 1000, Integer.MAX_VALUE, (Integer.MAX_VALUE - 1) }; in test_getStatus() local 187 int[] pos = { 0, 1, 1000, Integer.MAX_VALUE, (Integer.MAX_VALUE - 1) }; in test_toString() local
|
/libcore/luni/src/test/java/libcore/java/text/ |
D | OldFormatTest.java | 32 FieldPosition pos) { in format() 39 public Object parseObject(String source, ParsePosition pos) { in parseObject()
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | InputStreamReaderTest.java | 33 PipedOutputStream pos = new PipedOutputStream(pin); in testReadDoesNotBlockUnnecessarily() local
|
D | OldByteArrayInputStreamTest.java | 66 public static int mark, pos, count; field in OldByteArrayInputStreamTest.SubByteArrayInputStream
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | PipedInputStreamTest.java | 27 PipedOutputStream pos; field in PipedInputStreamTest.PWriter 58 PipedOutputStream pos; field in PipedInputStreamTest 334 Worker(PipedOutputStream pos) { in Worker()
|
D | PipedOutputStreamTest.java | 166 PipedOutputStream pos = null; in test_write$BII_2() local
|
D | ByteArrayInputStreamTest.java | 61 public static int mark, pos, count; field in ByteArrayInputStreamTest.SubByteArrayInputStream
|
/libcore/luni/src/main/java/java/io/ |
D | CharArrayReader.java | 36 protected int pos; field in CharArrayReader
|
D | StringBufferInputStream.java | 43 protected int pos; field in StringBufferInputStream
|
D | ByteArrayInputStream.java | 36 protected int pos; field in ByteArrayInputStream
|
D | StringReader.java | 33 private int pos; field in StringReader
|
/libcore/luni/src/main/java/java/text/ |
D | ParsePosition.java | 56 ParsePosition pos = (ParsePosition) object; in equals() local
|
D | FieldPosition.java | 71 FieldPosition pos = (FieldPosition) object; in equals() local
|
/libcore/support/src/test/java/tests/support/ |
D | Support_ASimpleInputStream.java | 18 public int pos; field in Support_ASimpleInputStream
|
D | Support_ASimpleOutputStream.java | 18 public int pos; field in Support_ASimpleOutputStream
|
D | Support_ASimpleReader.java | 18 public int pos; field in Support_ASimpleReader
|
D | Support_ASimpleWriter.java | 18 public int pos; field in Support_ASimpleWriter
|
D | Support_StringReader.java | 28 private int pos = 0; field in Support_StringReader
|
/libcore/luni/src/test/java/libcore/java/sql/ |
D | OldPreparedStatementTest.java | 2334 public byte[] getBytes(long pos, int length) throws SQLException { in getBytes() 2350 public OutputStream setBinaryStream(long pos) throws SQLException { in setBinaryStream() 2354 public int setBytes(long pos, byte[] theBytes) throws SQLException { in setBytes() 2358 public int setBytes(long pos, byte[] theBytes, int offset, int len) in setBytes() 2369 public InputStream getBinaryStream(long pos, long length) throws SQLException { in getBinaryStream() 2384 public String getSubString(long pos, int length) throws SQLException { in getSubString() 2400 public OutputStream setAsciiStream(long pos) throws SQLException { in setAsciiStream() 2404 public Writer setCharacterStream(long pos) throws SQLException { in setCharacterStream() 2408 public int setString(long pos, String str) throws SQLException { in setString() 2412 public int setString(long pos, String str, int offset, int len) in setString() [all …]
|
/libcore/luni/src/main/java/java/util/ |
D | Timer.java | 83 public void delete(int pos) { in delete() 108 private void downHeap(int pos) { in downHeap() 247 int pos = 0; in run() local
|
/libcore/luni/src/main/java/java/util/jar/ |
D | ManifestReader.java | 41 private int pos; field in ManifestReader
|
/libcore/luni/src/main/native/ |
D | libcore_icu_DateIntervalFormat.cpp | 62 FieldPosition pos = 0; in DateIntervalFormat_formatDateInterval() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
D | NumberFormatTest.java | 36 FieldPosition pos; in test_formatLjava_lang_ObjectLjava_lang_StringBufferLjava_text_FieldPosition() local
|