Home
last modified time | relevance | path

Searched refs:gdbm (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_gdbm.py4 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/
Dpickle2db.py37 import gdbm
39 gdbm = None variable
106 dbopen = gdbm.open
Ddb2pickle.py32 import gdbm
34 gdbm = None variable
101 dbopen = gdbm.open
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
DREADME451 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/
DREADME444 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'.