Searched full:signalexception (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/pytorch/torch/distributed/elastic/multiprocessing/ |
H A D | api.py | 50 "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__.py | 76 SignalException, 90 "SignalException",
|
/aosp_15_r20/external/pytorch/test/distributed/launcher/ |
H A D | api_test.py | 26 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 D | api_test.py | 30 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 D | record_android_trace.py | 216 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 D | api.py | 21 SignalException, 277 except SignalException:
|
/aosp_15_r20/external/pytorch/torch/distributed/elastic/agent/server/ |
H A D | api.py | 27 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 D | record_android_trace | 506 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 D | api_test.py | 31 SignalException, 226 except SignalException as e:
|
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | BindTest.cpp | 69 signalException("java/lang/NullPointerException", NULL); in nonvoidThrowsException()
|
/aosp_15_r20/external/grpc-grpc/src/ruby/ |
H A D | .rubocop_todo.yml | 797 Style/SignalException:
|
/aosp_15_r20/external/pytorch/docs/source/ |
H A D | conf.py | 2554 "SignalException",
|