Searched refs:gdbm (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_gdbm.py | 4 gdbm = import_module('gdbm') variable 20 self.g = gdbm.open(filename, 'c') 37 self.assertRaises(gdbm.error, gdbm.open, filename, 'r') 39 self.g = gdbm.open(filename, 'c') 41 self.assertRaises(gdbm.error, lambda: self.g['a']) 43 self.assertRaises(gdbm.error, lambda: gdbm.open(filename, 'rx').close()) 47 all = set(gdbm.open_flags) 51 self.g = gdbm.open(filename, mode) 58 self.g = gdbm.open(filename, mode + flag) 62 self.g = gdbm.open(filename, 'c')
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | pickle2db.py | 37 import gdbm 39 gdbm = None variable 106 dbopen = gdbm.open
|
D | db2pickle.py | 32 import gdbm 34 gdbm = None variable 101 dbopen = gdbm.open
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/ |
D | README | 451 crypt, curses, errno, fcntl, gdbm, grp, imageop, 666 other preferred alternatives (ndbm, gdbm) are not found. 1071 with the backend names `ndbm', `gdbm' and `bdb'.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/ |
D | README | 444 crypt, curses, errno, fcntl, gdbm, grp, imageop, 659 other preferred alternatives (ndbm, gdbm) are not found. 1064 with the backend names `ndbm', `gdbm' and `bdb'.
|