Home
last modified time | relevance | path

Searched defs:getArray (Results 1 – 14 of 14) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
DArray.java128 Object getArray() throws SQLException; in getArray() method
156 Object getArray(java.util.Map<String,Class<?>> map) throws SQLException; in getArray() method
181 Object getArray(long index, int count) throws SQLException; in getArray() method
219 Object getArray(long index, int count, java.util.Map<String,Class<?>> map) in getArray() method
DCallableStatement.java499 Array getArray (int parameterIndex) throws SQLException; in getArray() method
1667 Array getArray (String parameterName) throws SQLException; in getArray() method
DResultSet.java2530 Array getArray(int columnIndex) throws SQLException; in getArray() method
2622 Array getArray(String columnLabel) throws SQLException; in getArray() method
/libcore/luni/src/main/java/libcore/reflect/
DListOfVariables.java29 TypeVariable<?>[] getArray() { in getArray() method in ListOfVariables
/libcore/luni/src/test/java/libcore/java/sql/
DOldPreparedStatementTest.java2279 public Object getArray() throws SQLException { in getArray() method in OldPreparedStatementTest.MockArray
2283 public Object getArray(long index, int count) throws SQLException { in getArray() method in OldPreparedStatementTest.MockArray
2287 public Object getArray(long index, int count, Map<String, Class<?>> map) in getArray() method in OldPreparedStatementTest.MockArray
2292 public Object getArray(Map<String, Class<?>> map) throws SQLException { in getArray() method in OldPreparedStatementTest.MockArray
/libcore/ojluni/src/main/java/java/nio/
DDoubleBuffer.java934 private DoubleBuffer getArray(int index, double[] dst, int offset, int length) { in getArray() method in DoubleBuffer
DIntBuffer.java934 private IntBuffer getArray(int index, int[] dst, int offset, int length) { in getArray() method in IntBuffer
DFloatBuffer.java934 private FloatBuffer getArray(int index, float[] dst, int offset, int length) { in getArray() method in FloatBuffer
DLongBuffer.java934 private LongBuffer getArray(int index, long[] dst, int offset, int length) { in getArray() method in LongBuffer
DShortBuffer.java934 private ShortBuffer getArray(int index, short[] dst, int offset, int length) { in getArray() method in ShortBuffer
DCharBuffer.java934 private CharBuffer getArray(int index, char[] dst, int offset, int length) { in getArray() method in CharBuffer
DByteBuffer.java934 private ByteBuffer getArray(int index, byte[] dst, int offset, int length) { in getArray() method in ByteBuffer
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
DCopyOnWriteArrayList.java58 final java.lang.Object[] getArray() { in getArray() method in CopyOnWriteArrayList
/libcore/ojluni/src/main/java/java/util/concurrent/
DCopyOnWriteArrayList.java117 final Object[] getArray() { in getArray() method in CopyOnWriteArrayList