Home
last modified time | relevance | path

Searched refs:custom_handler (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/cronet/build/android/
H A Dtombstones.py227 custom_handler = logging.StreamHandler(sys.stdout)
228 custom_handler.setFormatter(run_tests_helper.CustomFormatter())
229 logging.getLogger().addHandler(custom_handler)
/aosp_15_r20/external/angle/build/android/
H A Dtombstones.py227 custom_handler = logging.StreamHandler(sys.stdout)
228 custom_handler.setFormatter(run_tests_helper.CustomFormatter())
229 logging.getLogger().addHandler(custom_handler)
/aosp_15_r20/cts/tools/incremental-cts/
H A Dincremental_deqp.py97 def __init__(self, custom_handler=False): argument
104 if custom_handler:
599 build_helper = BuildHelper(args.custom_handler)
669 build_helper = BuildHelper(args.custom_handler)
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_signal.py1337 def custom_handler(signum, frame): function
1351 for handler in [custom_handler, signal.SIG_IGN]:
1354 old_handler = signal.signal(signum, custom_handler)
/aosp_15_r20/external/pigweed/pw_assert_basic/
H A Ddocs.rst54 .. _module-pw_assert_basic-custom_handler:
/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/pigweed/pw_snapshot/
H A Dsetup.rst45 <module-pw_assert_basic-custom_handler>` to pass collected information to a more
/aosp_15_r20/external/python/cpython3/Lib/test/test_asyncio/
Dtest_base_events.py693 def custom_handler(loop, context): function
697 loop.set_exception_handler(custom_handler)