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

  /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...]
  /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/avahi/avahi-utils/
stdb.c 22 #include <gdbm.h>
  /external/chromium-trace/catapult/third_party/gsutil/third_party/six/
test_six.py 88 import gdbm
115 py.test.skip("requires gdbm")
  /external/chromium-trace/catapult/third_party/six/
test_six.py 108 import gdbm
135 py.test.skip("requires 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 755 milliseconds