Home
last modified time | relevance | path

Searched defs:dbtype (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/bsddb/test/
Dtest_basics.py36 dbtype = db.DB_UNKNOWN # must be set in derived class variable in BasicTestCase
648 dbtype = db.DB_BTREE variable in BasicBTreeTestCase
652 dbtype = db.DB_HASH variable in BasicHashTestCase
656 dbtype = db.DB_BTREE variable in BasicBTreeWithThreadFlagTestCase
661 dbtype = db.DB_HASH variable in BasicHashWithThreadFlagTestCase
690 dbtype = db.DB_BTREE variable in BasicBTreeWithEnvTestCase
694 dbtype = db.DB_HASH variable in BasicHashWithEnvTestCase
866 dbtype = db.DB_BTREE variable in BTreeTransactionTestCase
869 dbtype = db.DB_HASH variable in HashTransactionTestCase
876 dbtype = db.DB_BTREE variable in BTreeRecnoTestCase
[all …]
Dtest_dbshelve.py265 dbtype = db.DB_BTREE variable in BTreeShelveTestCase
270 dbtype = db.DB_HASH variable in HashShelveTestCase
275 dbtype = db.DB_BTREE variable in ThreadBTreeShelveTestCase
280 dbtype = db.DB_HASH variable in ThreadHashShelveTestCase
316 dbtype = db.DB_BTREE variable in EnvBTreeShelveTestCase
322 dbtype = db.DB_HASH variable in EnvHashShelveTestCase
328 dbtype = db.DB_BTREE variable in EnvThreadBTreeShelveTestCase
334 dbtype = db.DB_HASH variable in EnvThreadHashShelveTestCase
342 dbtype = db.DB_RECNO variable in RecNoShelveTestCase
Dtest_associate.py326 dbtype = db.DB_HASH variable in AssociateHashTestCase
329 dbtype = db.DB_BTREE variable in AssociateBTreeTestCase
332 dbtype = db.DB_RECNO variable in AssociateRecnoTestCase
405 dbtype = db.DB_HASH variable in ShelveAssociateHashTestCase
408 dbtype = db.DB_BTREE variable in ShelveAssociateBTreeTestCase
411 dbtype = db.DB_RECNO variable in ShelveAssociateRecnoTestCase
446 dbtype = db.DB_HASH variable in ThreadedAssociateHashTestCase
449 dbtype = db.DB_BTREE variable in ThreadedAssociateBTreeTestCase
452 dbtype = db.DB_RECNO variable in ThreadedAssociateRecnoTestCase
Dtest_thread.py33 dbtype = db.DB_UNKNOWN # must be set in derived class variable in BaseThreadedTestCase
178 dbtype = db.DB_BTREE variable in BTreeConcurrentDataStore
185 dbtype = db.DB_HASH variable in HashConcurrentDataStore
302 dbtype = db.DB_BTREE variable in BTreeSimpleThreaded
306 dbtype = db.DB_HASH variable in HashSimpleThreaded
469 dbtype = db.DB_BTREE variable in BTreeThreadedTransactions
475 dbtype = db.DB_HASH variable in HashThreadedTransactions
481 dbtype = db.DB_BTREE variable in BTreeThreadedNoWaitTransactions
488 dbtype = db.DB_HASH variable in HashThreadedNoWaitTransactions
/external/python/cpython2/Modules/
D_bsddb.c3767 int err, dbtype; in _DB_make_list() local