| /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/luni/src/test/java/tests/api/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/main/java/libcore/net/http/ |
| D | HeaderParser.java | 35 int pos = 0; in parseCacheControl() local 90 int pos = 0; in parseChallenges() local 125 private static int skipUntil(String input, int pos, String characters) { in skipUntil() 138 private static int skipWhitespace(String input, int pos) { in skipWhitespace()
|
| /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
| D | PRF.java | 75 int pos = 0; in computePRF_SSLv3() local 155 int pos = 0; in computePRF() local 167 pos, out.length - pos); in computePRF() local
|
| D | SSLEngineAppData.java | 60 int pos = 0; in placeTo() local
|
| D | SSLEngineDataStream.java | 73 int pos = 0; in getData() local
|
| D | SSLSocketInputStream.java | 40 private int pos; field in SSLSocketInputStream
|
| /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()
|
| D | BreakIteratorTest.java | 79 int pos = it.first(); in assertExpectedWordBoundaries() local
|
| /libcore/luni/src/test/java/libcore/java/io/ |
| D | InputStreamReaderTest.java | 33 PipedOutputStream pos = new PipedOutputStream(pin); in testReadDoesNotBlockUnnecessarily() local
|
| /libcore/luni/src/main/java/java/io/ |
| D | StringBufferInputStream.java | 43 protected int pos; field in StringBufferInputStream
|
| D | CharArrayReader.java | 36 protected int pos; field in CharArrayReader
|
| 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 | 94 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 | InitManifest.java | 31 private int pos; field in InitManifest
|