HomeSort by relevance Sort by last modified time
    Searched refs:gdbm (Results 1 - 25 of 25) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
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)
    [all...]
  /external/python/cpython2/Lib/test/
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
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
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
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
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
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
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
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
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
    [all...]
  /external/python/cpython3/Lib/test/
test_dbm_gnu.py 2 gdbm = support.import_module("dbm.gnu") #skip if not supported variable
20 self.g = gdbm.open(filename, 'c')
44 self.assertRaises(gdbm.error, gdbm.open, filename, 'r')
46 self.g = gdbm.open(filename, 'c')
48 self.assertRaises(gdbm.error, lambda: self.g['a'])
50 self.assertRaises(gdbm.error, lambda: gdbm.open(filename, 'rx').close())
54 all = set(gdbm.open_flags)
58 self.g = gdbm.open(filename, mode
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
db2pickle.py 12 -g - open as gdbm file
32 import gdbm
34 gdbm = None variable
54 "gdbm", "anydbm"])
99 elif opt in ("-g", "--gdbm"):
101 dbopen = gdbm.open
103 sys.stderr.write("gdbm module unavailable.\n")
pickle2db.py 13 -g - open as gdbm file
37 import gdbm
39 gdbm = None variable
59 "gdbm"])
104 elif opt in ("-g", "--gdbm"):
106 dbopen = gdbm.open
108 sys.stderr.write("gdbm module unavailable.\n")
  /external/python/cpython2/Tools/scripts/
db2pickle.py 12 -g - open as gdbm file
32 import gdbm
34 gdbm = None variable
54 "gdbm", "anydbm"])
99 elif opt in ("-g", "--gdbm"):
101 dbopen = gdbm.open
103 sys.stderr.write("gdbm module unavailable.\n")
pickle2db.py 13 -g - open as gdbm file
37 import gdbm
39 gdbm = None variable
59 "gdbm"])
104 elif opt in ("-g", "--gdbm"):
106 dbopen = gdbm.open
108 sys.stderr.write("gdbm module unavailable.\n")
  /external/python/cpython3/Tools/scripts/
db2pickle.py 12 -g - open as gdbm file
32 import dbm.gnu as gdbm
34 gdbm = None variable
54 "gdbm", "anydbm"])
99 elif opt in ("-g", "--gdbm"):
101 dbopen = gdbm.open
pickle2db.py 37 import dbm.gnu as gdbm
39 gdbm = None variable
59 "gdbm"])
104 elif opt in ("-g", "--gdbm"):
106 dbopen = gdbm.open
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
whichdb.py 24 - the module name (e.g. "dbm" or "gdbm") if recognized.
34 # dbm linked with gdbm on OS/2 doesn't have .dir file
35 if not (dbm.library == "GNU gdbm" and sys.platform == "os2emx"):
95 return "gdbm"
  /external/python/cpython2/Lib/
whichdb.py 24 - the module name (e.g. "dbm" or "gdbm") if recognized.
34 # dbm linked with gdbm on OS/2 doesn't have .dir file
35 if not (dbm.library == "GNU gdbm" and sys.platform == "os2emx"):
95 return "gdbm"
  /prebuilts/gdb/darwin-x86/lib/python2.7/
whichdb.py 24 - the module name (e.g. "dbm" or "gdbm") if recognized.
34 # dbm linked with gdbm on OS/2 doesn't have .dir file
35 if not (dbm.library == "GNU gdbm" and sys.platform == "os2emx"):
95 return "gdbm"
  /prebuilts/gdb/linux-x86/lib/python2.7/
whichdb.py 24 - the module name (e.g. "dbm" or "gdbm") if recognized.
34 # dbm linked with gdbm on OS/2 doesn't have .dir file
35 if not (dbm.library == "GNU gdbm" and sys.platform == "os2emx"):
95 return "gdbm"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
whichdb.py 24 - the module name (e.g. "dbm" or "gdbm") if recognized.
34 # dbm linked with gdbm on OS/2 doesn't have .dir file
35 if not (dbm.library == "GNU gdbm" and sys.platform == "os2emx"):
95 return "gdbm"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
whichdb.py 24 - the module name (e.g. "dbm" or "gdbm") if recognized.
34 # dbm linked with gdbm on OS/2 doesn't have .dir file
35 if not (dbm.library == "GNU gdbm" and sys.platform == "os2emx"):
95 return "gdbm"
  /external/python/cpython2/Modules/
dbmmodule.c 11 /* Some Linux systems install gdbm/ndbm.h, but not ndbm.h. This supports
19 static char *which_dbm = "GNU gdbm"; /* EMX port of GDBM */
22 #include <gdbm/ndbm.h>
23 static char *which_dbm = "GNU gdbm";
25 #include <gdbm-ndbm.h>
26 static char *which_dbm = "GNU gdbm";
  /external/python/cpython3/Modules/
_dbmmodule.c 12 /* Some Linux systems install gdbm/ndbm.h, but not ndbm.h. This supports
17 static const char which_dbm[] = "GNU gdbm"; /* EMX port of GDBM */
19 #include <gdbm/ndbm.h>
20 static const char which_dbm[] = "GNU gdbm";
22 #include <gdbm-ndbm.h>
23 static const char which_dbm[] = "GNU gdbm";
  /prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 2411 milliseconds