OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TESTONLY
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/third_party/sqlite/src/ext/async/
sqlite3async.c
167
# define
TESTONLY
( X ) X
169
# define
TESTONLY
( X )
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(); )
[
all
...]
/external/chromium_org/third_party/sqlite/src/src/
backup.c
518
TESTONLY
( int rc2 );
519
TESTONLY
( rc2 = ) sqlite3BtreeCommitPhaseOne(p->pSrc, 0);
520
TESTONLY
( rc2 |= ) sqlite3BtreeCommitPhaseTwo(p->pSrc, 0);
pcache1.c
490
TESTONLY
( unsigned int nPage = 0; ) /* To assert pCache->nPage is correct */
504
TESTONLY
( nPage++; )
prepare.c
78
TESTONLY
(int rcp); /* Return code from sqlite3_prepare() */
84
TESTONLY
(rcp = ) sqlite3_prepare(db, argv[2], -1, &pStmt, 0);
sqliteInt.h
231
** The
TESTONLY
macro is used to enclose variable declarations or
236
# define
TESTONLY
(X) X
238
# define
TESTONLY
(X)
[
all
...]
pager.c
[
all
...]
btree.c
[
all
...]
build.c
526
TESTONLY
( Index *pOld = ) sqlite3HashInsert(
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
471
** The
TESTONLY
macro is used to enclose variable declarations or
476
# define
TESTONLY
(X) X
478
# define
TESTONLY
(X)
[
all
...]
/external/sqlite/dist/orig/
sqlite3.c
478
** The
TESTONLY
macro is used to enclose variable declarations or
483
# define
TESTONLY
(X) X
485
# define
TESTONLY
(X)
[
all
...]
/external/sqlite/dist/
sqlite3.c
478
** The
TESTONLY
macro is used to enclose variable declarations or
483
# define
TESTONLY
(X) X
485
# define
TESTONLY
(X)
[
all
...]
Completed in 905 milliseconds