Searched refs:blob (Results 1 – 7 of 7) sorted by relevance
| /cts/tests/tests/database/src/android/database/cts/ |
| D | DatabaseUtils_InsertHelperTest.java | 119 byte[] blob = new byte[] { '1', '2', '3' }; in testInsert() 120 mInsertHelper.bind(mInsertHelper.getColumnIndex("blob_value"), blob); in testInsert() 136 MoreAsserts.assertEquals(blob, value); in testInsert() 153 values.put("blob_value", blob); in testInsert() 168 MoreAsserts.assertEquals(blob, value); in testInsert() 215 byte[] blob = new byte[] { '1', '2', '3' }; in testReplace() 216 mInsertHelper.bind(mInsertHelper.getColumnIndex("blob_value"), blob); in testReplace() 232 MoreAsserts.assertEquals(blob, value); in testReplace() 263 values.put("blob_value", blob); in testReplace() 278 MoreAsserts.assertEquals(blob, value); in testReplace()
|
| D | AbstractWindowedCursorTest.java | 170 byte[] blob = new byte[BLOB_SIZE]; in testGetBlob() 171 Arrays.fill(blob, TEST_VALUE); in testGetBlob() 172 assertTrue(mWindow.putBlob(blob, ROW_INDEX0, COLUMN_INDEX1)); in testGetBlob() 179 assertTrue(Arrays.equals(blob, targetBuffer)); in testGetBlob()
|
| D | DatabaseCursorTest.java | 113 byte[] blob = new byte[1000]; in testBlob() 115 Arrays.fill(blob, value); in testBlob() 116 args[3] = blob; in testBlob() 140 assertTrue(Arrays.equals(blob, cBlob)); in testBlob()
|
| D | MergeCursorTest.java | 308 byte[] blob, String tablename) { in buildDatabaseWithTestValues() argument 313 args[3] = blob; in buildDatabaseWithTestValues()
|
| /cts/tests/tests/database/src/android/database/sqlite/cts/ |
| D | SQLiteProgramTest.java | 161 byte[] blob = new byte[] { '1', '2', '3' }; in testBindBlob() 162 statement.bindBlob(4, blob); in testBindBlob() 180 MoreAsserts.assertEquals(blob, value); in testBindBlob()
|
| /cts/tools/dex-tools/dex/ |
| D | classes0.out.dex | 152 private SQLite.Blob blob 226 private SQLite.Blob blob 828 boolean blob
|
| /cts/suite/cts/deviceTests/browserbench/assets/octane/ |
| D | mandreel.js | 5101 packdata_request.responseType = "blob";
|