Home
last modified time | relevance | path

Searched refs:handlerList (Results 1 – 3 of 3) sorted by relevance

/external/ow2-asm/asm/src/test/java/org/objectweb/asm/
DHandlerTest.java128 Handler handlerList = Handler.removeRange(newHandler(10, 20), newLabel(13), newLabel(17)); in testGetExceptionTableSize() local
131 assertEquals(18, Handler.getExceptionTableSize(handlerList)); in testGetExceptionTableSize()
136 Handler handlerList = Handler.removeRange(newHandler(10, 20), newLabel(13), newLabel(17)); in testPutExceptionTable() local
139 Handler.putExceptionTable(handlerList, byteVector); in testPutExceptionTable()
/external/python/cpython3/Lib/logging/
D__init__.py2224 def shutdown(handlerList=_handlerList): argument
2231 for wr in reversed(handlerList[:]):
/external/python/cpython3/Lib/test/
Dtest_logging.py1233 logging.shutdown(handlerList=[logging.weakref.ref(self.mem_hdlr)])
1249 logging.shutdown(handlerList=[logging.weakref.ref(self.mem_hdlr)])
4981 logging.shutdown(handlerList=list(handlers))
4993 logging.shutdown(handlerList=list(handlers))