Home
last modified time | relevance | path

Searched refs:dbm (Results 1 – 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dwhichdb.py9 import dbm
10 _dbmerror = dbm.error
12 dbm = None variable
35 if not (dbm.library == "GNU gdbm" and sys.platform == "os2emx"):
48 if dbm is not None:
49 d = dbm.open(filename)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_dbm.py3 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:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
DDates.py54 dbm = 0 variable
56 _DAYS_BEFORE_MONTH.append(dbm)
57 dbm = dbm + dim variable
58 del dbm, dim
108 dbm = _days_before_month(month, year)
109 if dbm >= n:
111 dbm = dbm - _days_in_month(month, year)
113 ans.month, ans.day, ans.year = month, n-dbm, year
DDbm.py10 import dbm
11 self.db = dbm.open(filename, mode, perm)
DREADME5 Dbm.py Wrapper around built-in dbm, supporting arbitrary values
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Ddb2pickle.py28 import dbm
30 dbm = None variable
107 dbopen = dbm.open
Dpickle2db.py33 import dbm
35 dbm = None variable
112 dbopen = dbm.open
/device/generic/goldfish/radio/ril/
Dril.h1259 int dbm; /* Valid values are positive integers. This value is the actual RSSI value member
1271 int dbm; /* Valid values are positive integers. This value is the actual RSSI value member
/device/google/cuttlefish/guest/hals/ril/libril/
Dril.h1328 int dbm; /* Valid values are positive integers. This value is the actual RSSI value member
1340 int dbm; /* Valid values are positive integers. This value is the actual RSSI value member
Dril_service.cpp8479 signalStrength.cdma.dbm = rilSignalStrength->CDMA_SignalStrength.dbm; in convertRilSignalStrengthToHal()
8481 signalStrength.evdo.dbm = rilSignalStrength->EVDO_SignalStrength.dbm; in convertRilSignalStrengthToHal()
9438 cellInfoCdma->signalStrengthCdma.dbm = in convertRilCellInfoListToHal()
9439 rillCellInfo->CellInfo.cdma.signalStrengthCdma.dbm; in convertRilCellInfoListToHal()
9442 cellInfoCdma->signalStrengthEvdo.dbm = in convertRilCellInfoListToHal()
9443 rillCellInfo->CellInfo.cdma.signalStrengthEvdo.dbm; in convertRilCellInfoListToHal()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
DREADME508 array, binascii, cmath, cPickle, crypt, cStringIO, dbm
654 Configuring the bsddb and dbm modules
665 dbm module will still be built against the Sleepycat libraries if
1070 dbm extension are checked. Valid value is a colon separated string
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/
DREADME501 array, binascii, cmath, cPickle, crypt, cStringIO, dbm
647 Configuring the bsddb and dbm modules
658 dbm module will still be built against the Sleepycat libraries if
1063 dbm extension are checked. Valid value is a colon separated string
/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp779 strength.CDMA_SignalStrength.dbm = gCDMASignalStrength; in request_signal_strength()
782 strength.EVDO_SignalStrength.dbm = gEVDOSignalStrength; in request_signal_strength()
/device/generic/goldfish/radio/libril/
Dril_service.cpp7196 signalStrength.cdma.dbm = rilSignalStrength->CDMA_SignalStrength.dbm; in convertRilSignalStrengthToHal()
7198 signalStrength.evdo.dbm = rilSignalStrength->EVDO_SignalStrength.dbm; in convertRilSignalStrengthToHal()
8079 cellInfoCdma->signalStrengthCdma.dbm = in convertRilCellInfoListToHal()
8080 rillCellInfo->CellInfo.cdma.signalStrengthCdma.dbm; in convertRilCellInfoListToHal()
8083 cellInfoCdma->signalStrengthEvdo.dbm = in convertRilCellInfoListToHal()
8084 rillCellInfo->CellInfo.cdma.signalStrengthEvdo.dbm; in convertRilCellInfoListToHal()