Home
last modified time | relevance | path

Searched defs:custom_handler (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/cts/tools/incremental-cts/
H A Dincremental_deqp.py97 def __init__(self, custom_handler=False): argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/exception/src/
Dclone_current_exception_non_intrusive.cpp126 int custom_handler; member
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_signal.py1337 def custom_handler(signum, frame): function
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dtest_base_events.py693 def custom_handler(loop, context): function