/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/ |
D | config.py | 27 import sys, logging, logging.handlers, socket, struct, os, traceback, re 78 handlers = _install_handlers(cp, formatters) 79 _install_loggers(cp, handlers, disable_existing_loggers) 140 handlers = {} 162 if issubclass(klass, logging.handlers.MemoryHandler): 169 handlers[hand] = h 172 h.setTarget(handlers[t]) 173 return handlers 176 def _install_loggers(cp, handlers, disable_existing_loggers): argument 191 for h in root.handlers[:]: [all …]
|
D | __init__.py | 1101 self.handlers = [] 1268 if not (hdlr in self.handlers): 1269 self.handlers.append(hdlr) 1279 if hdlr in self.handlers: 1280 self.handlers.remove(hdlr) 1297 for hdlr in c.handlers: 1507 if len(root.handlers) == 0: 1555 if len(root.handlers) == 0: 1565 if len(root.handlers) == 0: 1580 if len(root.handlers) == 0: [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/ |
D | StatusCodeHandlerRuntimeDxe.uni | 2 // Status Code Handler Driver which produces general handlers and hook them onto the DXE status cod… 4 // The Status Code Handler Driver that produces general handlers and hooks them onto the DXE status… 18 #string STR_MODULE_ABSTRACT #language en-US "Produces general handlers and hooks them o… 20 … #language en-US "The Status Code Handler Driver that produces general handlers and hooks them on…
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/Smm/ |
D | StatusCodeHandlerSmm.uni | 2 // Status Code Handler Driver which produces general handlers and hook them onto the SMM status cod… 4 // This is the Status Code Handler Driver that produces general handlers and hooks them onto the SM… 18 #string STR_MODULE_ABSTRACT #language en-US "Produces general handlers and hooks them o… 20 …age en-US "This is the Status Code Handler Driver that produces general handlers and hooks them on…
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/Pei/ |
D | StatusCodeHandlerPei.uni | 2 // Report Status Code Handler PEIM which produces general handlers and hook them onto the PEI statu… 4 // This is the Report Status Code Handler PEIM that produces general handlers and hooks them onto t… 18 #string STR_MODULE_ABSTRACT #language en-US "PEIM that produces general handlers and ho… 20 …n-US "This is the Report Status Code Handler PEIM that produces general handlers and hooks them on…
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_urllib2.py | 373 handlers = [] 381 handlers.append(h) 383 return handlers 464 handlers = add_ordered_mock_handlers(o, meth_spec) 478 handlers = add_ordered_mock_handlers(o, meth_spec) 488 self.assertEqual(r, handlers[2]) 489 calls = [(handlers[0], "http_open"), (handlers[2], "http_open")] 497 handlers = [] 505 handlers.append(h) 510 self.assertEqual(o.calls[0][0], handlers[1]) [all …]
|
D | test_urllib2net.py | 189 def _test_urls(self, urls, handlers, retry=True): argument 194 urlopen = urllib2.build_opener(*handlers).open 231 handlers = [] 235 handlers.append(cfh) 237 return handlers
|
D | test_logging.py | 25 import logging.handlers 93 while self.root_logger.handlers: 94 h = self.root_logger.handlers[0] 284 handler = self.root_logger.handlers[0] 390 self.root_logger.handlers[0].setLevel(SOCIABLE) 402 self.root_logger.handlers[0].setLevel(logging.NOTSET) 407 handler = self.root_logger.handlers[0] 456 self.mem_hdlr = logging.handlers.MemoryHandler(10, logging.WARNING, 863 port=logging.handlers.DEFAULT_TCP_LOGGING_PORT, 898 self.sock_hdlr = logging.handlers.SocketHandler('localhost', self.port) [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | pyexpat.c | 81 PyObject **handlers; member 147 PyObject *handler = self->handlers[type]; in have_handler() 442 self->handlers[CharacterData], args, self); in call_character_handler() 567 self->handlers[StartElement], args, self); in my_StartElementHandler() 594 self->handlers[NAME], args, self); \ 751 self->handlers[ElementDecl], args, self); in my_ElementDeclHandler() 1105 new_parser->handlers = 0; in xmlparse_ExternalEntityParserCreate() 1125 new_parser->handlers = malloc(sizeof(PyObject *) * i); in xmlparse_ExternalEntityParserCreate() 1126 if (!new_parser->handlers) { in xmlparse_ExternalEntityParserCreate() 1134 PyObject *handler = self->handlers[i]; in xmlparse_ExternalEntityParserCreate() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | pyexpat.c | 81 PyObject **handlers; member 147 PyObject *handler = self->handlers[type]; in have_handler() 442 self->handlers[CharacterData], args, self); in call_character_handler() 567 self->handlers[StartElement], args, self); in my_StartElementHandler() 594 self->handlers[NAME], args, self); \ 751 self->handlers[ElementDecl], args, self); in my_ElementDeclHandler() 1105 new_parser->handlers = 0; in xmlparse_ExternalEntityParserCreate() 1125 new_parser->handlers = malloc(sizeof(PyObject *) * i); in xmlparse_ExternalEntityParserCreate() 1126 if (!new_parser->handlers) { in xmlparse_ExternalEntityParserCreate() 1134 PyObject *handler = self->handlers[i]; in xmlparse_ExternalEntityParserCreate() [all …]
|
/device/google/wahoo/wifi_offload/test/ |
D | mock_chre_interface_factory.h | 38 MOCK_METHOD1(getChreInterface, ChreInterface*(ChreInterfaceCallbacks* handlers));
|
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
D | efi32.S | 50 # Populate IDT with meaningful offsets for exception handlers... 60 LOOP_1: # loop through all IDT entries exception handlers a… 73 #@@: ; loop through all IDT entries exception handlers …
|
D | efi32.asm | 52 ; Populate IDT with meaningful offsets for exception handlers... 62 @@: ; loop through all IDT entries exception handlers a… 75 ;@@: ; loop through all IDT entries exception handlers …
|
D | efi64.S | 61 # Populate IDT with meaningful offsets for exception handlers... 74 LOOP_1: # loop through all IDT entries exception handlers a… 88 #@@: ; loop through all IDT entries exception handlers …
|
D | efi64.asm | 59 ; Populate IDT with meaningful offsets for exception handlers... 71 @@: ; loop through all IDT entries exception handlers a… 85 ;@@: ; loop through all IDT entries exception handlers …
|
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmExceptionLib/ |
D | ArmExceptionLib.inf | 5 # handlers in-place (by programming VBAR). The exception handlers will be
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/ |
D | SecPeiDxeTimerLibUefiCpu.uni | 8 // the implementation of runtime services and SMI handlers. 30 …ly have to be careful in the implementation of runtime services and SMI handlers. Because CPU Loca…
|
/device/linaro/bootloader/edk2/MdePkg/Library/SecPeiDxeTimerLibCpu/ |
D | SecPeiDxeTimerLibCpu.uni | 8 // the implementation of runtime services and SMI handlers. 30 …ly have to be careful in the implementation of runtime services and SMI handlers. Because CPU Loca…
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | urllib2.py | 306 self.handlers = [] 349 handlers = lookup.setdefault(kind, []) 350 if handlers: 351 bisect.insort(handlers, handler) 353 handlers.append(handler) 357 bisect.insort(self.handlers, handler) 368 handlers = chain.get(kind, ()) 369 for handler in handlers: 444 def build_opener(*handlers): argument 465 for check in handlers: [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/ |
D | test_main.py | 15 del logging.root.handlers[:]
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/ |
D | SmiException.asm | 17 ; Exception handlers used in SM mode 72 ; SMM Exception handlers
|
D | SmiException.S | 18 # Exception handlers used in SM mode 78 # SMM Exception handlers
|
D | SmiException.nasm | 17 ; Exception handlers used in SM mode 79 ; SMM Exception handlers
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/ |
D | SmiException.S | 18 # Exception handlers used in SM mode 77 # SMM Exception handlers
|
D | SmiException.nasm | 17 ; Exception handlers used in SM mode 79 ; SMM Exception handlers
|