Home
last modified time | relevance | path

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

12

/frameworks/native/opengl/tests/EGLTest/
Degl_cache_test.cpp46 ASSERT_EQ(0, mCache->getBlob("abcd", 4, buf, 4)); in TEST_F()
57 ASSERT_EQ(4, mCache->getBlob("abcd", 4, buf, 4)); in TEST_F()
69 ASSERT_EQ(0, mCache->getBlob("abcd", 4, buf, 4)); in TEST_F()
103 ASSERT_EQ(4, mCache->getBlob("abcd", 4, buf, 4)); in TEST_F()
/frameworks/base/core/tests/coretests/src/android/database/
DMatrixCursorTest.java38 assertNull(cursor.getBlob(0)); in testNullValue()
156 MoreAsserts.assertEquals(new byte[] {(byte) 0xaa, (byte) 0x55}, cursor.getBlob(6)); in testRowBuilderOffer()
165 assertEquals(null, cursor.getBlob(6)); in testRowBuilderOffer()
174 assertEquals(null, cursor.getBlob(6)); in testRowBuilderOffer()
207 MoreAsserts.assertEquals(new byte[] {(byte) 0xaa, (byte) 0x55}, cursor.getBlob(6)); in checkValues()
DCursorWindowTest.java107 assertTrue(Arrays.equals(blob, window.getBlob(0, 6))); in doTestValues()
DDatabaseCursorTest.java121 byte[] cBlob = c.getBlob(bCol); in testBlob()
/frameworks/native/opengl/libs/EGL/
Degl_cache.cpp67 static EGLsizeiANDROID getBlob(const void* key, EGLsizeiANDROID keySize, in getBlob() function
69 return egl_cache_t::get()->getBlob(key, keySize, value, valueSize); in getBlob()
115 android::setBlob, android::getBlob); in initialize()
172 EGLsizeiANDROID egl_cache_t::getBlob(const void* key, EGLsizeiANDROID keySize, in getBlob() function in android::egl_cache_t
Degl_cache.h61 EGLsizeiANDROID getBlob(const void* key, EGLsizeiANDROID keySize,
/frameworks/base/core/java/android/database/
DAbstractWindowedCursor.java43 public byte[] getBlob(int columnIndex) { in getBlob() method in AbstractWindowedCursor
45 return mWindow.getBlob(mPos, columnIndex); in getBlob()
DCursorWrapper.java146 public byte[] getBlob(int columnIndex) { in getBlob() method in CursorWrapper
147 return mCursor.getBlob(columnIndex); in getBlob()
DMergeCursor.java143 public byte[] getBlob(int column) in getBlob() method in MergeCursor
145 return mCursor.getBlob(column); in getBlob()
DCursor.java227 byte[] getBlob(int columnIndex); in getBlob() method
DMatrixCursor.java300 public byte[] getBlob(int column) { in getBlob() method in MatrixCursor
DAbstractCursor.java114 public byte[] getBlob(int column) { in getBlob() method in AbstractCursor
DCursorWindow.java400 public byte[] getBlob(int row, int column) { in getBlob() method in CursorWindow
DDatabaseUtils.java294 final byte[] value = cursor.getBlob(i); in cursorFillWindow()
738 values.put(columns[i], cursor.getBlob(i)); in cursorRowToContentValues()
/frameworks/base/core/java/android/provider/
DSyncStateContract.java85 return c.getBlob(c.getColumnIndexOrThrow(Columns.DATA)); in get()
140 byte[] blob = c.getBlob(c.getColumnIndexOrThrow(Columns.DATA)); in getWithUri()
DContacts.java612 byte[] data = cursor.getBlob(0); in openContactPhotoInputStream()
DContactsContract.java2026 byte[] data = cursor.getBlob(0); in openContactPhotoInputStream()
3003 cv.put(key, cursor.getBlob(columnIndex)); in getEntityAndIncrementCursor()
/frameworks/base/core/java/com/android/internal/database/
DSortCursor.java232 public byte[] getBlob(int column) in getBlob() method in SortCursor
234 return mCursor.getBlob(column); in getBlob()
/frameworks/opt/chips/src/com/android/ex/chips/
DDefaultPhotoManager.java97 return photoCursor.getBlob(PhotoQuery.PHOTO); in fetchPhotoAsync()
/frameworks/base/test-runner/src/android/test/mock/
DMockCursor.java99 public byte[] getBlob(int columnIndex) { in getBlob() method in MockCursor
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DRecentsProvider.java314 final byte[] rawStack = cursor.getBlob( in purgeByAuthority()
348 final byte[] rawStack = cursor.getBlob( in purgeByAuthority()
DRecentsCreateFragment.java167 final byte[] rawStack = cursor.getBlob( in loadInBackground()
DBaseActivity.java551 final byte[] rawStack = cursor.getBlob( in doInBackground()
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
DBordeauxSessionStorage.java110 byte[] model = cursor.getBlob(cursor.getColumnIndex(COLUMN_MODEL)); in getSessionFromCursor()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DDatabaseHelper.java179 byte[] data = c.getBlob(c.getColumnIndex(SoundModelContract.KEY_DATA)); in getKeyphraseSoundModel()

12