Searched refs:bsddb (Results 1 - 16 of 16) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Ddbhash.py1 """Provide a (g)dbm-compatible interface to bsddb.hashopen."""
7 import bsddb namespace
15 error = bsddb.error # Exported for anydbm
18 return bsddb.hashopen(file, flag, mode)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Ddbhash.py1 """Provide a (g)dbm-compatible interface to bsddb.hashopen."""
7 import bsddb namespace
15 error = bsddb.error # Exported for anydbm
18 return bsddb.hashopen(file, flag, mode)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
H A Dtest_all.py9 import bsddb3 as bsddb namespace
12 import bsddb namespace
213 self._db = bsddb._db.DB_orig(*args, **kwargs)
355 if (key != bsddb._db.DB_DONOTINDEX) :
380 self._dbenv = bsddb._db.DBEnv_orig(*args, **kwargs)
401 self._dbsequence = bsddb._db.DBSequence_orig(db._db, *args, **kwargs)
418 bsddb._db.DBEnv_orig = bsddb._db.DBEnv
419 bsddb._db.DB_orig = bsddb
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
H A Dtest_all.py9 import bsddb3 as bsddb namespace
12 import bsddb namespace
213 self._db = bsddb._db.DB_orig(*args, **kwargs)
355 if (key != bsddb._db.DB_DONOTINDEX) :
380 self._dbenv = bsddb._db.DBEnv_orig(*args, **kwargs)
401 self._dbsequence = bsddb._db.DBSequence_orig(db._db, *args, **kwargs)
418 bsddb._db.DBEnv_orig = bsddb._db.DBEnv
419 bsddb._db.DB_orig = bsddb
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_bsddb3.py1 # Test driver for bsddb package.
15 import_module('bsddb', deprecated=True)
20 requires('bsddb')
58 from bsddb import db
59 from bsddb.test import test_all
68 run_unittest(test_all.suite(module_prefix='bsddb.test.',
H A Dtest_bsddb.py2 """Test script for the bsddb C module by Roger E. Masse
12 bsddb = test_support.import_module('bsddb', deprecated=True) variable
223 # if the bsddb implementation leaves the DBCursor open during
263 # do the bsddb._DBWithCursor iterator internals leak cursors?
312 if self.openmethod[0] is not bsddb.btopen:
324 openmethod = [bsddb.btopen]
328 openmethod = [bsddb.btopen]
333 openmethod = [bsddb.btopen]
337 openmethod = [bsddb
[all...]
H A Dtest___all__.py8 # Setup bsddb warnings
10 bsddb = support.import_module('bsddb', deprecated=True) variable
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_bsddb3.py1 # Test driver for bsddb package.
15 import_module('bsddb', deprecated=True)
20 requires('bsddb')
58 from bsddb import db
59 from bsddb.test import test_all
68 run_unittest(test_all.suite(module_prefix='bsddb.test.',
H A Dtest_bsddb.py2 """Test script for the bsddb C module by Roger E. Masse
12 bsddb = test_support.import_module('bsddb', deprecated=True) variable
223 # if the bsddb implementation leaves the DBCursor open during
263 # do the bsddb._DBWithCursor iterator internals leak cursors?
312 if self.openmethod[0] is not bsddb.btopen:
324 openmethod = [bsddb.btopen]
328 openmethod = [bsddb.btopen]
333 openmethod = [bsddb.btopen]
337 openmethod = [bsddb
[all...]
H A Dtest___all__.py8 # Setup bsddb warnings
10 bsddb = support.import_module('bsddb', deprecated=True) variable
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
H A D__init__.py38 For the full featured object oriented interface use the bsddb.db module
48 warnings.warnpy3k("in 3.x, the bsddb module has been removed; "
52 "bsddb.__init__")
58 # python as bsddb._bsddb.
68 from bsddb.dbutils import DeadlockWrap as _DeadlockWrap
79 error = db.DBError # So bsddb.error will mean something...
H A Ddbtables.py60 from bsddb import db
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
H A D__init__.py38 For the full featured object oriented interface use the bsddb.db module
48 warnings.warnpy3k("in 3.x, the bsddb module has been removed; "
52 "bsddb.__init__")
58 # python as bsddb._bsddb.
68 from bsddb.dbutils import DeadlockWrap as _DeadlockWrap
79 error = db.DBError # So bsddb.error will mean something...
H A Ddbtables.py60 from bsddb import db
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
H A DMakefile958 logging bsddb bsddb/test csv importlib wsgiref \
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
H A DMakefile959 logging bsddb bsddb/test csv importlib wsgiref \

Completed in 536 milliseconds