HomeSort by relevance Sort by last modified time
    Searched defs:TESTONLY (Results 1 - 5 of 5) 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/
sqliteInt.h 231 ** The TESTONLY macro is used to enclose variable declarations or
236 # define TESTONLY(X) X
238 # define TESTONLY(X)
    [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 611 milliseconds