Searched defs:bsddb (Results 1 - 16 of 16) sorted by last modified time

/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest___all__.py8 # Setup bsddb warnings
10 bsddb = support.import_module('bsddb', deprecated=True) variable
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...]
/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/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/test/
H A Dtest___all__.py8 # Setup bsddb warnings
10 bsddb = support.import_module('bsddb', deprecated=True) variable
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...]
/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/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/gdb/linux-x86/lib/python2.7/test/
H A Dtest___all__.py8 # Setup bsddb warnings
10 bsddb = support.import_module('bsddb', deprecated=True) variable
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...]
/prebuilts/gdb/darwin-x86/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/gdb/darwin-x86/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/gdb/darwin-x86/lib/python2.7/test/
H A Dtest___all__.py8 # Setup bsddb warnings
10 bsddb = support.import_module('bsddb', deprecated=True) variable
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...]
/prebuilts/gdb/linux-x86/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/gdb/linux-x86/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)

Completed in 784 milliseconds