Home
last modified time | relevance | path

Searched refs:exit_method (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/art/test/ti-agent/
H A Dtrace_helper.cc76 jmethodID exit_method; member
249 if (method == data->exit_method || in methodExitCB()
259 CHECK(data->exit_method != nullptr); in methodExitCB()
268 data->exit_method, in methodExitCB()
285 if (method == data->exit_method || in methodEntryCB()
504 data->exit_method = exit != nullptr ? env->FromReflectedMethod(exit) : nullptr; in Java_art_Trace_enableTracing2()
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dcontextlib.py482 exit_method = _cb_type.__exit__
487 self._push_cm_exit(exit, exit_method)
652 exit_method = _cb_type.__aexit__
657 self._push_async_cm_exit(exit, exit_method)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dcontextlib.py482 exit_method = _cb_type.__exit__
487 self._push_cm_exit(exit, exit_method)
652 exit_method = _cb_type.__aexit__
657 self._push_async_cm_exit(exit, exit_method)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dcontextlib.py482 exit_method = _cb_type.__exit__
487 self._push_cm_exit(exit, exit_method)
652 exit_method = _cb_type.__aexit__
657 self._push_async_cm_exit(exit, exit_method)
/aosp_15_r20/external/python/cpython3/Lib/
Dcontextlib.py482 exit_method = _cb_type.__exit__
487 self._push_cm_exit(exit, exit_method)
652 exit_method = _cb_type.__aexit__
657 self._push_async_cm_exit(exit, exit_method)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dcontextlib.py482 exit_method = _cb_type.__exit__
487 self._push_cm_exit(exit, exit_method)
652 exit_method = _cb_type.__aexit__
657 self._push_async_cm_exit(exit, exit_method)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dcontextlib.py482 exit_method = _cb_type.__exit__
487 self._push_cm_exit(exit, exit_method)
652 exit_method = _cb_type.__aexit__
657 self._push_async_cm_exit(exit, exit_method)
/aosp_15_r20/external/pytorch/test/
H A Dtest_dataloader.py934 exit_method, argument
942 if exit_method == "worker_error" or exit_method == "worker_kill":
945 if exit_method == "worker_error":
1005 if exit_method == "loader_error":
1007 elif exit_method == "loader_kill":
1009 elif exit_method == "worker_kill":
2518 for exit_method in exit_methods:
2519 if exit_method == "worker_kill":
2547 exit_method,
2643 if exit_method is None:
[all …]
/aosp_15_r20/hardware/google/pixel/pixelstats/
Dpixelatoms.proto2781 optional ExitMethod exit_method = 4; field