Home
last modified time | relevance | path

Searched refs:getBlob (Results 1 – 12 of 12) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowCursorWindowTest.java36 …assertThat(window.getBlob(0, 3)).isEqualTo(new byte[] {(byte) 0xba, (byte) 0xdc, (byte) 0xaf, (byt… in shouldFillWindowWithCursor()
41 assertThat(window.getBlob(1, 3)).isEqualTo(null); in shouldFillWindowWithCursor()
43 assertThat(window.getBlob(2, 3)).isEqualTo(new byte[]{}); in shouldFillWindowWithCursor()
DSQLiteDatabaseTest.java111 byte[] byteValueFromDatabase = cursor.getBlob(0); in testInsertAndQuery()
134 byte[] byteValueFromDatabase = cursor.getBlob(0); in testInsertAndRawQuery()
161 byte[] byteValueFromDatabase = cursor.getBlob(0); in testInsertOrThrow()
253 assertThat(cursor.getBlob(cursor.getColumnIndexOrThrow("blob_col"))).isNotNull(); in testInsertEmptyBlobArgument()
261 assertThat(cursor.getBlob(cursor.getColumnIndexOrThrow("blob_col"))).isNull(); in testInsertEmptyBlobArgument()
906 assertThat(nullValuesCursor.getBlob(3)).isNull(); in shouldCorrectlyReturnNullValues()
918 assertThat(data.getBlob(0)).isEqualTo(values.getAsString("first_column").getBytes(UTF_8)); in shouldGetBlobFromString()
DShadowMatrixCursorTest.java95 assertThat(cursor.getBlob(0)).isEqualTo(blob); in shouldDefineGetBlob()
DSQLiteCursorTest.java211 byte[] retrievedByteData = cursor.getBlob(5); in testGetBlob()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowCursorWrapper.java112 public byte[] getBlob(int i) { in getBlob() method in ShadowCursorWrapper
113 return wrappedCursor.getBlob(i); in getBlob()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/fakes/
DBaseCursor.java101 public byte[] getBlob(int columnIndex) { in getBlob() method in BaseCursor
DRoboCursor.java88 public byte[] getBlob(int columnIndex) { in getBlob() method in RoboCursor
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/fakes/
DRoboCursorTest.java105 …assertThat(cursor.getBlob(indexOf(BLOB_COLUMN))).asList().containsExactly((byte) 1, (byte) 2, (byt… in get_shouldReturnColumnValue()
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCPreparedStatement.java723 public Blob getBlob(String parameterName) throws SQLException {
727 public Blob getBlob(int parameterIndex) throws SQLException {
DJDBCResultSet.java692 public java.sql.Blob getBlob(int columnIndex) throws SQLException {
696 public java.sql.Blob getBlob(String columnName) throws SQLException {
698 return getBlob(col);
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java323 public Blob getBlob(int columnIndex) throws SQLException { in getBlob() method in Impl_RowSet
327 public Blob getBlob(String columnName) throws SQLException { in getBlob() method in Impl_RowSet
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js4042 b = bb.getBlob();