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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_logging.py 152 DEB = logging.getLogger("DEB")
153 DEB.setLevel(logging.DEBUG)
164 DEB.log(logging.CRITICAL, m())
165 DEB.error(m())
166 DEB.warn (m())
167 DEB.info (m())
168 DEB.debug(m())
184 ('DEB', 'CRITICAL', '7'),
185 ('DEB', 'ERROR', '8'),
    [all...]
  /external/python/cpython2/Lib/test/
test_logging.py 152 DEB = logging.getLogger("DEB")
153 DEB.setLevel(logging.DEBUG)
164 DEB.log(logging.CRITICAL, m())
165 DEB.error(m())
166 DEB.warn (m())
167 DEB.info (m())
168 DEB.debug(m())
184 ('DEB', 'CRITICAL', '7'),
185 ('DEB', 'ERROR', '8')
    [all...]
  /device/linaro/bootloader/edk2/Omap35xxPkg/Include/Omap3530/
Omap3530MMCHS.h 120 #define DEB BIT22
  /device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/
MMCHS.c 892 //Check if DEB, DCRC or DTO interrupt occured.
893 if ((MmcStatus & DEB) | (MmcStatus & DCRC) | (MmcStatus & DTO)) {
986 //Check if DEB, DCRC or DTO interrupt occured.
987 if ((MmcStatus & DEB) | (MmcStatus & DCRC) | (MmcStatus & DTO)) {
    [all...]
  /external/python/cpython3/Lib/test/
test_logging.py 189 DEB = logging.getLogger("DEB")
190 DEB.setLevel(logging.DEBUG)
201 DEB.log(logging.CRITICAL, m())
202 DEB.error(m())
203 DEB.warning(m())
204 DEB.info(m())
205 DEB.debug(m())
221 ('DEB', 'CRITICAL', '7'),
222 ('DEB', 'ERROR', '8')
    [all...]
  /external/v8/src/s390/
simulator-s390.h 1163 EVALUATE(DEB);
simulator-s390.cc     [all...]
constants-s390.h 230 V(deb, DEB, 0xED0D) /* type = RXE DIVIDE (short BFP) */ \
    [all...]

Completed in 638 milliseconds