Home
last modified time | relevance | path

Searched refs:getArray (Results 1 – 10 of 10) sorted by relevance

/libcore/luni/src/main/java/java/sql/
DArray.java35 public Object getArray() throws SQLException; in getArray() method
51 public Object getArray(long index, int count) throws SQLException; in getArray() method
70 public Object getArray(long index, int count, Map<String, Class<?>> map) in getArray() method
83 public Object getArray(Map<String, Class<?>> map) throws SQLException; in getArray() method
DCallableStatement.java70 public Array getArray(int parameterIndex) throws SQLException; in getArray() method
82 public Array getArray(String parameterName) throws SQLException; in getArray() method
DResultSet.java247 public Array getArray(int columnIndex) throws SQLException; in getArray() method
259 public Array getArray(String colName) throws SQLException; in getArray() method
/libcore/luni/src/main/java/java/nio/charset/
DCharsetDecoderICU.java114 data[OUTPUT_OFFSET] = getArray(out); in implFlush()
141 data[INPUT_OFFSET] = getArray(in); in decodeLoop()
142 data[OUTPUT_OFFSET]= getArray(out); in decodeLoop()
170 private int getArray(CharBuffer out) { in getArray() method in CharsetDecoderICU
186 private int getArray(ByteBuffer in) { in getArray() method in CharsetDecoderICU
DCharsetEncoderICU.java142 data[OUTPUT_OFFSET] = getArray(out); in implFlush()
169 data[INPUT_OFFSET] = getArray(in); in encodeLoop()
170 data[OUTPUT_OFFSET]= getArray(out); in encodeLoop()
211 private int getArray(ByteBuffer out) { in getArray() method in CharsetEncoderICU
227 private int getArray(CharBuffer in) { in getArray() method in CharsetEncoderICU
/libcore/luni/src/main/java/org/apache/harmony/luni/lang/reflect/
DListOfVariables.java31 TypeVariable<?>[] getArray() { in getArray() method in ListOfVariables
DGenericSignatureParser.java243 this.formalTypeParameters = typeParams.getArray(); in parseOptFormalTypeParameters()
/libcore/luni/src/main/java/java/util/concurrent/
DCopyOnWriteArraySet.java337 Object[] elements = al.getArray(); in equals()
DCopyOnWriteArrayList.java458 final Object[] getArray() { in getArray() method in CopyOnWriteArrayList
/libcore/luni/src/test/java/libcore/java/sql/
DOldPreparedStatementTest.java2281 public Object getArray() throws SQLException { in getArray() method in OldPreparedStatementTest.MockArray
2285 public Object getArray(long index, int count) throws SQLException { in getArray() method in OldPreparedStatementTest.MockArray
2289 public Object getArray(long index, int count, Map<String, Class<?>> map) in getArray() method in OldPreparedStatementTest.MockArray
2294 public Object getArray(Map<String, Class<?>> map) throws SQLException { in getArray() method in OldPreparedStatementTest.MockArray