Searched refs:TESTONLY (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/async/
H A Dsqlite3async.c167 # define TESTONLY( X ) X macro
169 # define TESTONLY( X ) macro
293 TESTONLY( primitives.aHolder[eMutex] = GetCurrentThreadId(); )
298 TESTONLY( primitives.aHolder[eMutex] = 0; )
344 TESTONLY( primitives.aHolder[eMutex] = pthread_self(); )
349 TESTONLY( primitives.aHolder[eMutex] = 0; )
355 TESTONLY( primitives.aHolder[eMutex] = 0; )
357 TESTONLY( primitives.aHolder[eMutex] = pthread_self(); )
/external/chromium_org/third_party/sqlite/src/src/
H A Dbackup.c518 TESTONLY( int rc2 );
519 TESTONLY( rc2 = ) sqlite3BtreeCommitPhaseOne(p->pSrc, 0);
520 TESTONLY( rc2 |= ) sqlite3BtreeCommitPhaseTwo(p->pSrc, 0);
H A Dpcache1.c490 TESTONLY( unsigned int nPage = 0; ) /* To assert pCache->nPage is correct */
504 TESTONLY( nPage++; )
H A Dprepare.c78 TESTONLY(int rcp); /* Return code from sqlite3_prepare() */
84 TESTONLY(rcp = ) sqlite3_prepare(db, argv[2], -1, &pStmt, 0);
H A DsqliteInt.h231 ** The TESTONLY macro is used to enclose variable declarations or
236 # define TESTONLY(X) X macro
238 # define TESTONLY(X) macro
H A Dpager.c5056 TESTONLY( rc = ) sqlite3BitvecSet(pPager->pInJournal, pgno);
5059 TESTONLY( rc = ) addToSavepointBitvecs(pPager, pgno);
H A Dbtree.c6511 TESTONLY( int balance_quick_called = 0 );
6512 TESTONLY( int balance_deeper_called = 0 );
H A Dbuild.c526 TESTONLY ( Index *pOld = ) sqlite3HashInsert(
/external/sqlite/dist/orig/
H A Dsqlite3.c478 ** The TESTONLY macro is used to enclose variable declarations or
483 # define TESTONLY(X) X macro
485 # define TESTONLY(X) macro
116548 # define TESTONLY macro
116550 # define TESTONLY macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c478 ** The TESTONLY macro is used to enclose variable declarations or
483 # define TESTONLY(X) X macro
485 # define TESTONLY(X) macro
116584 # define TESTONLY macro
116586 # define TESTONLY macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c471 ** The TESTONLY macro is used to enclose variable declarations or
476 # define TESTONLY(X) X macro
478 # define TESTONLY(X) macro
[all...]

Completed in 496 milliseconds