Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 73) sorted by relevance

123

/libcore/luni/src/main/java/java/sql/
DClob.java68 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()
DBlob.java54 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/
DSSLEngineResultTest.java95 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/
DOldFormatTest.java32 FieldPosition pos) { in format()
39 public Object parseObject(String source, ParsePosition pos) { in parseObject()
/libcore/luni/src/test/java/libcore/java/io/
DInputStreamReaderTest.java33 PipedOutputStream pos = new PipedOutputStream(pin); in testReadDoesNotBlockUnnecessarily() local
DOldByteArrayInputStreamTest.java66 public static int mark, pos, count; field in OldByteArrayInputStreamTest.SubByteArrayInputStream
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DPipedInputStreamTest.java27 PipedOutputStream pos; field in PipedInputStreamTest.PWriter
58 PipedOutputStream pos; field in PipedInputStreamTest
334 Worker(PipedOutputStream pos) { in Worker()
DPipedOutputStreamTest.java166 PipedOutputStream pos = null; in test_write$BII_2() local
DByteArrayInputStreamTest.java61 public static int mark, pos, count; field in ByteArrayInputStreamTest.SubByteArrayInputStream
/libcore/luni/src/main/java/java/io/
DCharArrayReader.java36 protected int pos; field in CharArrayReader
DStringBufferInputStream.java43 protected int pos; field in StringBufferInputStream
DByteArrayInputStream.java36 protected int pos; field in ByteArrayInputStream
DStringReader.java33 private int pos; field in StringReader
/libcore/luni/src/main/java/java/text/
DParsePosition.java56 ParsePosition pos = (ParsePosition) object; in equals() local
DFieldPosition.java71 FieldPosition pos = (FieldPosition) object; in equals() local
/libcore/support/src/test/java/tests/support/
DSupport_ASimpleInputStream.java18 public int pos; field in Support_ASimpleInputStream
DSupport_ASimpleOutputStream.java18 public int pos; field in Support_ASimpleOutputStream
DSupport_ASimpleReader.java18 public int pos; field in Support_ASimpleReader
DSupport_ASimpleWriter.java18 public int pos; field in Support_ASimpleWriter
DSupport_StringReader.java28 private int pos = 0; field in Support_StringReader
/libcore/luni/src/test/java/libcore/java/sql/
DOldPreparedStatementTest.java2334 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/
DTimer.java83 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/
DManifestReader.java41 private int pos; field in ManifestReader
/libcore/luni/src/main/native/
Dlibcore_icu_DateIntervalFormat.cpp62 FieldPosition pos = 0; in DateIntervalFormat_formatDateInterval() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DNumberFormatTest.java36 FieldPosition pos; in test_formatLjava_lang_ObjectLjava_lang_StringBufferLjava_text_FieldPosition() local

123