Searched refs:xBegin (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/third_party/sqlite/src/test/ |
D | vtab4.test | 14 # 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 …]
|
D | vtabC.test | 13 # and xRollback methods are only invoked after an xBegin or xCreate.
|
D | vtab1.test | 1146 xBegin \
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/ |
D | GIFImageDecoder.cpp | 151 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/ |
D | vtab.c | 822 if( pModule->xBegin ){ in sqlite3VtabBegin() 834 rc = pModule->xBegin(pVTab->pVtab); in sqlite3VtabBegin()
|
D | sqlite.h.in | 4600 int (*xBegin)(sqlite3_vtab *pVTab); member
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 98 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/ |
D | sqlite3.h | 4605 int (*xBegin)(sqlite3_vtab *pVTab); member
|
D | sqlite3.c | 5148 int (*xBegin)(sqlite3_vtab *pVTab); member 97534 if( pModule->xBegin ){ 97546 rc = pModule->xBegin(pVTab->pVtab);
|
/external/sqlite/dist/ |
D | sqlite3.h | 5324 int (*xBegin)(sqlite3_vtab *pVTab); member
|
D | sqlite3.c | 5439 int (*xBegin)(sqlite3_vtab *pVTab); member 110275 if( pModule->xBegin ){ 110289 rc = pModule->xBegin(pVTab->pVtab);
|
/external/sqlite/dist/orig/ |
D | sqlite3.h | 5324 int (*xBegin)(sqlite3_vtab *pVTab); member
|
D | sqlite3.c | 5439 int (*xBegin)(sqlite3_vtab *pVTab); member 110255 if( pModule->xBegin ){ 110269 rc = pModule->xBegin(pVTab->pVtab);
|
/external/chromium_org/third_party/sqlite/ |
D | recover.patch | 1900 + 0, /* xBegin - begin transaction */
|