HomeSort by relevance Sort by last modified time
    Searched refs:dbm (Results 1 - 11 of 11) 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:
  /external/chromium_org/third_party/tlslite/tlslite/
basedb.py 13 import dbm as anydbm
  /hardware/ril/include/telephony/
ril.h 879 int dbm; \/* Valid values are positive integers. This value is the actual RSSI value member in struct:__anon42555
891 int dbm; \/* Valid values are positive integers. This value is the actual RSSI value member in struct:__anon42556
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java 585 DropBoxManager dbm = (DropBoxManager) local
587 if (dbm != null && dbm.isTagEnabled(DROPBOX_TAG_USERLOG)) {
588 dbm.addText(DROPBOX_TAG_USERLOG, System.currentTimeMillis()
    [all...]
  /hardware/ril/libril/
ril.cpp     [all...]
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 104 private TextView dBm;
273 dBm = (TextView) findViewById(R.id.dbm);
471 dBm.setText("0");
482 dBm.setText(String.valueOf(signalDbm) + " "
    [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 2174 milliseconds