Home
last modified time | relevance | path

Searched refs:blob (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/database/src/android/database/cts/
DDatabaseUtils_InsertHelperTest.java119 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()
DAbstractWindowedCursorTest.java170 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()
DDatabaseCursorTest.java113 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()
DMergeCursorTest.java308 byte[] blob, String tablename) { in buildDatabaseWithTestValues() argument
313 args[3] = blob; in buildDatabaseWithTestValues()
/cts/tests/tests/database/src/android/database/sqlite/cts/
DSQLiteProgramTest.java161 byte[] blob = new byte[] { '1', '2', '3' }; in testBindBlob()
162 statement.bindBlob(4, blob); in testBindBlob()
180 MoreAsserts.assertEquals(blob, value); in testBindBlob()
/cts/tests/tests/media/libaudiojni/
Daudio-record-native.cpp301 std::shared_ptr<Blob> blob; in read() local
325 blob = std::make_shared<Blob>(buffer, size); in read()
326 mReadBlob = blob; in read()
332 copied += blob->mOffset; in read()
/cts/tools/dex-tools/dex/
Dclasses0.out.dex152 private SQLite.Blob blob
226 private SQLite.Blob blob
828 boolean blob