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

  /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/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:
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java 505 DropBoxManager dbm = (DropBoxManager) local
507 if (dbm != null && dbm.isTagEnabled(DROPBOX_TAG_USERLOG)) {
508 dbm.addText(DROPBOX_TAG_USERLOG, System.currentTimeMillis()
    [all...]
  /hardware/ril/include/telephony/
ril.h 671 int dbm; /* Valid values are positive integers. This value is the actual RSSI value member in struct:__anon33901
683 int dbm; /* Valid values are positive integers. This value is the actual RSSI value member in struct:__anon33902
    [all...]

Completed in 761 milliseconds