HomeSort by relevance Sort by last modified time
    Searched defs:dbm (Results 1 - 12 of 12) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/
whichdb.py 9 import dbm namespace
10 _dbmerror = dbm.error
12 dbm = None variable
14 # dbm test
24 - the module name (e.g. "dbm" or "gdbm") if recognized.
30 # Check for dbm first -- this has a .pag and a .dir file
34 # dbm linked with gdbm on OS/2 doesn't have .dir file
35 if not (dbm.library == "GNU gdbm" and sys.platform == "os2emx"):
38 return "dbm"
40 # some dbm emulations based on Berkeley DB generate a .db fil
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
whichdb.py 9 import dbm namespace
10 _dbmerror = dbm.error
12 dbm = None variable
14 # dbm test
24 - the module name (e.g. "dbm" or "gdbm") if recognized.
30 # Check for dbm first -- this has a .pag and a .dir file
34 # dbm linked with gdbm on OS/2 doesn't have .dir file
35 if not (dbm.library == "GNU gdbm" and sys.platform == "os2emx"):
38 return "dbm"
40 # some dbm emulations based on Berkeley DB generate a .db fil
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
whichdb.py 9 import dbm namespace
10 _dbmerror = dbm.error
12 dbm = None variable
14 # dbm test
24 - the module name (e.g. "dbm" or "gdbm") if recognized.
30 # Check for dbm first -- this has a .pag and a .dir file
34 # dbm linked with gdbm on OS/2 doesn't have .dir file
35 if not (dbm.library == "GNU gdbm" and sys.platform == "os2emx"):
38 return "dbm"
40 # some dbm emulations based on Berkeley DB generate a .db fil
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
whichdb.py 9 import dbm namespace
10 _dbmerror = dbm.error
12 dbm = None variable
14 # dbm test
24 - the module name (e.g. "dbm" or "gdbm") if recognized.
30 # Check for dbm first -- this has a .pag and a .dir file
34 # dbm linked with gdbm on OS/2 doesn't have .dir file
35 if not (dbm.library == "GNU gdbm" and sys.platform == "os2emx"):
38 return "dbm"
40 # some dbm emulations based on Berkeley DB generate a .db fil
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_dbm.py 3 dbm = test_support.import_module('dbm') variable
9 self.d = dbm.open(self.filename, 'c')
17 self.d = dbm.open(self.filename, 'c')
33 self.d = dbm.open(self.filename, mode)
35 except dbm.error:
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_dbm.py 3 dbm = test_support.import_module('dbm') variable
9 self.d = dbm.open(self.filename, 'c')
17 self.d = dbm.open(self.filename, 'c')
33 self.d = dbm.open(self.filename, mode)
35 except dbm.error:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dbm.py 3 dbm = test_support.import_module('dbm') variable
9 self.d = dbm.open(self.filename, 'c')
17 self.d = dbm.open(self.filename, 'c')
33 self.d = dbm.open(self.filename, mode)
35 except dbm.error:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dbm.py 3 dbm = test_support.import_module('dbm') variable
9 self.d = dbm.open(self.filename, 'c')
17 self.d = dbm.open(self.filename, 'c')
33 self.d = dbm.open(self.filename, mode)
35 except dbm.error:
  /external/chromium-trace/catapult/third_party/gsutil/third_party/six/
test_six.py 91 import dbm.gnu namespace
  /external/chromium-trace/catapult/third_party/six/
test_six.py 111 import dbm.gnu namespace
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java 1945 DropBoxManager dbm = (DropBoxManager) getContext().getSystemService( local
    [all...]
  /hardware/ril/include/telephony/
ril.h 1113 int dbm; \/* Valid values are positive integers. This value is the actual RSSI value member in struct:__anon34437
1125 int dbm; \/* Valid values are positive integers. This value is the actual RSSI value member in struct:__anon34438
    [all...]

Completed in 281 milliseconds