Home
last modified time | relevance | path

Searched full:signalexception (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/pytorch/torch/distributed/elastic/multiprocessing/
H A Dapi.py50 "SignalException",
63 class SignalException(Exception): class
78 be invoked. It raises the ``SignalException`` exception that should be processed by the
84 raise SignalException(f"Process {os.getpid()} got signal: {sigval}", sigval=sigval)
514 ``SignalException`` when the signals received. It is up to the consumer of the code
523 except SignalException as e:
H A D__init__.py76 SignalException,
90 "SignalException",
/aosp_15_r20/external/pytorch/test/distributed/launcher/
H A Dapi_test.py26 from torch.distributed.elastic.multiprocessing.api import SignalException
391 mock_agent_run.side_effect = SignalException("test", sigval)
392 with self.assertRaises(SignalException):
/aosp_15_r20/external/pytorch/test/distributed/elastic/agent/server/test/
H A Dapi_test.py30 from torch.distributed.elastic.multiprocessing import SignalException
574 invoke_run.side_effect = SignalException(
578 with self.assertRaises(SignalException):
/aosp_15_r20/external/perfetto/python/tools/
H A Drecord_android_trace.py216 class SignalException(Exception): class
221 raise SignalException('Received signal ' + str(sig))
389 except (KeyboardInterrupt, SignalException):
/aosp_15_r20/external/pytorch/torch/distributed/launcher/
H A Dapi.py21 SignalException,
277 except SignalException:
/aosp_15_r20/external/pytorch/torch/distributed/elastic/agent/server/
H A Dapi.py27 from torch.distributed.elastic.multiprocessing import ProcessFailure, SignalException
703 except SignalException as e:
935 except SignalException as e:
/aosp_15_r20/external/perfetto/tools/
H A Drecord_android_trace506 class SignalException(Exception): class
511 raise SignalException('Received signal ' + str(sig))
679 except (KeyboardInterrupt, SignalException):
/aosp_15_r20/external/pytorch/test/distributed/elastic/multiprocessing/
H A Dapi_test.py31 SignalException,
226 except SignalException as e:
/aosp_15_r20/frameworks/base/core/jni/
H A DBindTest.cpp69 signalException("java/lang/NullPointerException", NULL); in nonvoidThrowsException()
/aosp_15_r20/external/grpc-grpc/src/ruby/
H A D.rubocop_todo.yml797 Style/SignalException:
/aosp_15_r20/external/pytorch/docs/source/
H A Dconf.py2554 "SignalException",