Home
last modified time | relevance | path

Searched defs:dbopenflags (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/bsddb/test/
Dtest_basics.py38 dbopenflags = 0 variable in BasicTestCase
657 dbopenflags = db.DB_THREAD variable in BasicBTreeWithThreadFlagTestCase
662 dbopenflags = db.DB_THREAD variable in BasicHashWithThreadFlagTestCase
666 dbopenflags = db.DB_THREAD variable in BasicWithEnvTestCase
705 dbopenflags = db.DB_THREAD | db.DB_AUTO_COMMIT variable in BasicTransactionTestCase
906 dbopenflags = db.DB_THREAD variable in BTreeRecnoWithThreadFlagTestCase
968 dbopenflags = db.DB_THREAD variable in BTreeDUPWithThreadTestCase
972 dbopenflags = db.DB_THREAD variable in HashDUPWithThreadTestCase
1067 dbopenflags = db.DB_THREAD variable in BTreeMultiDBTestCase
1073 dbopenflags = db.DB_THREAD variable in HashMultiDBTestCase
Dtest_thread.py34 dbopenflags = 0 variable in BaseThreadedTestCase
69 dbopenflags = db.DB_THREAD variable in ConcurrentDataStoreBase
194 dbopenflags = db.DB_THREAD variable in SimpleThreadedBase
313 dbopenflags = db.DB_THREAD | db.DB_AUTO_COMMIT variable in ThreadedTransactionsBase