Home
last modified time | relevance | path

Searched refs:xBegin (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/third_party/sqlite/src/test/
Dvtab4.test14 # xBegin
45 # to xBegin, xSync and xCommit.
53 } {xBegin echo(treal) xSync echo(treal) xCommit echo(treal)}
61 xBegin echo(treal) \
73 xBegin echo(treal) \
79 # Ensure xBegin is not called more than once in a single transaction.
91 } {xBegin echo(treal) xSync echo(treal) xCommit echo(treal)}
109 xBegin echo(sreal) \
112 xBegin echo(treal) \
141 xBegin echo(treal) \
[all …]
DvtabC.test13 # and xRollback methods are only invoked after an xBegin or xCreate.
Dvtab1.test1146 xBegin \
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
DGIFImageDecoder.cpp151 const int xBegin = frameContext->xOffset(); in haveDecodedRow() local
155 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin)) in haveDecodedRow()
171 GIFRow::const_iterator rowEnd = rowBegin + (xEnd - xBegin); in haveDecodedRow()
172 ImageFrame::PixelData* currentAddress = buffer.getAddr(xBegin, yBegin); in haveDecodedRow()
208 buffer.copyRowNTimes(xBegin, xEnd, yBegin, yEnd); in haveDecodedRow()
/external/chromium_org/third_party/sqlite/src/src/
Dvtab.c822 if( pModule->xBegin ){ in sqlite3VtabBegin()
834 rc = pModule->xBegin(pVTab->pVtab); in sqlite3VtabBegin()
Dsqlite.h.in4600 int (*xBegin)(sqlite3_vtab *pVTab); member
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp98 const int xBegin = (col+0)*dst.getWidth()/numCols; in fillWithRandomColorTiles() local
103 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color); in fillWithRandomColorTiles()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.h4605 int (*xBegin)(sqlite3_vtab *pVTab); member
Dsqlite3.c5148 int (*xBegin)(sqlite3_vtab *pVTab); member
97534 if( pModule->xBegin ){
97546 rc = pModule->xBegin(pVTab->pVtab);
/external/sqlite/dist/
Dsqlite3.h5324 int (*xBegin)(sqlite3_vtab *pVTab); member
Dsqlite3.c5439 int (*xBegin)(sqlite3_vtab *pVTab); member
110275 if( pModule->xBegin ){
110289 rc = pModule->xBegin(pVTab->pVtab);
/external/sqlite/dist/orig/
Dsqlite3.h5324 int (*xBegin)(sqlite3_vtab *pVTab); member
Dsqlite3.c5439 int (*xBegin)(sqlite3_vtab *pVTab); member
110255 if( pModule->xBegin ){
110269 rc = pModule->xBegin(pVTab->pVtab);
/external/chromium_org/third_party/sqlite/
Drecover.patch1900 + 0, /* xBegin - begin transaction */