Searched defs:TESTONLY (Results 1 - 5 of 5) 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 DsqliteInt.h231 ** The TESTONLY macro is used to enclose variable declarations or
236 # define TESTONLY(X) X macro
238 # define TESTONLY(X) macro
/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...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8029 ** The TESTONLY macro is used to enclose variable declarations or
8034 # define TESTONLY(X) X macro
8036 # define TESTONLY(X) macro
126697 # define TESTONLY macro
126699 # define TESTONLY macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8029 ** The TESTONLY macro is used to enclose variable declarations or
8034 # define TESTONLY(X) X macro
8036 # define TESTONLY(X) macro
126717 # define TESTONLY macro
126719 # define TESTONLY macro
[all...]

Completed in 1565 milliseconds