Home
last modified time | relevance | path

Searched refs:handlers (Results 1 – 25 of 67) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
Dconfig.py27 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__.py1101 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/
DStatusCodeHandlerRuntimeDxe.uni2 // 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…
DStatusCodeHandlerRuntimeDxe.inf2 # Status Code Handler Driver which produces general handlers and hook them onto the DXE status cod…
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/Pei/
DStatusCodeHandlerPei.uni2 // 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…
DStatusCodeHandlerPei.inf2 # Report Status Code Handler PEIM which produces general handlers and hook them onto the PEI statu…
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/Smm/
DStatusCodeHandlerSmm.uni2 // 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…
DStatusCodeHandlerSmm.inf2 # Status Code Handler Driver which produces general handlers and hook them onto the SMM status cod…
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_urllib2.py373 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 …]
Dtest_urllib2net.py189 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
Dtest_logging.py25 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.10/Modules/
Dpyexpat.c81 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.2/Modules/
Dpyexpat.c81 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/DuetPkg/BootSector/
Defi32.S50 # 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
Defi64.S61 # 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
Defi32.asm52 ; 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
Defi64.asm59 ; 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/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/
DSecPeiDxeTimerLibUefiCpu.uni8 // 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…
DSecPeiDxeTimerLibUefiCpu.inf8 # the implementation of runtime services and SMI handlers.
/device/linaro/bootloader/edk2/MdePkg/Library/SecPeiDxeTimerLibCpu/
DSecPeiDxeTimerLibCpu.uni8 // 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…
DSecPeiDxeTimerLibCpu.inf8 # the implementation of runtime services and SMI handlers.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Durllib2.py306 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/
Dtest_main.py15 del logging.root.handlers[:]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/
Dsimple_server.py15 from wsgiref.handlers import SimpleHandler
/device/linaro/bootloader/edk2/MdePkg/Library/DxePcdLib/
DDxePcdLib.inf18 # access Dynamic and DynamicEx PCD in the implementation of runtime services and SMI handlers.

123