/external/chromium-crossbench/crossbench/ |
D | exception.py | 47 def matching(self, *args: Type[BaseException]) -> List[BaseException]: 68 throw_cls: Optional[Type[BaseException]] = None, 87 def __exit__(self, exception_type: Optional[Type[BaseException]], 88 exception_value: Optional[BaseException], 129 throw_cls: Optional[Type[BaseException]] = None) -> None: 162 def matching(self, *args: Type[BaseException]) -> List[BaseException]: 172 exception_cls: Type[BaseException] = MultiException, 230 def append(self, exception: BaseException) -> None: 313 throw_cls: Optional[Type[BaseException]] = MultiException
|
/external/python/cpython3/Lib/asyncio/ |
D | timeouts.py | 99 exc_type: Optional[Type[BaseException]], 100 exc_val: Optional[BaseException], 135 def _insert_timeout_error(exc_val: BaseException) -> None:
|
D | taskgroups.py | 214 def _is_base_error(self, exc: BaseException) -> bool:
|
/external/python/pyee/pyee/ |
D | trio.py | 119 type: Optional[Type[BaseException]], 120 value: Optional[BaseException],
|
/external/pytorch/torch/distributed/algorithms/ |
D | join.py | 231 type: Optional[Type[BaseException]], 232 value: Optional[BaseException],
|
/external/pytorch/test/inductor/ |
D | mock_cache.py | 180 exc_type: Optional[Type[BaseException]], 181 exc_value: Optional[BaseException],
|
/external/python/pyfakefs/pyfakefs/ |
D | fake_file.py | 826 exc_type: Optional[Type[BaseException]], 827 exc_val: Optional[BaseException], 1284 exc_type: Optional[Type[BaseException]], 1285 exc_val: Optional[BaseException], 1341 exc_type: Optional[Type[BaseException]], 1342 exc_val: Optional[BaseException], 1376 exc_type: Optional[Type[BaseException]], 1377 exc_val: Optional[BaseException],
|
D | fake_filesystem_unittest.py | 823 exc_type: Optional[Type[BaseException]], 824 exc_val: Optional[BaseException],
|
/external/pytorch/torch/distributed/checkpoint/ |
D | api.py | 11 def _wrap_exception(exc: BaseException) -> WRAPPED_EXCEPTION:
|
/external/pigweed/pw_console/py/pw_console/ |
D | pw_ptpython_repl.py | 257 def _format_exception_output(self, e: BaseException) -> StyleAndTextTuples: 264 def _handle_exception(self, e: BaseException) -> None:
|
/external/grpc-grpc/src/python/grpcio/grpc/ |
D | _plugin_wrapping.py | 57 self, metadata: MetadataType, error: Optional[Type[BaseException]]
|
/external/pytorch/torch/distributed/elastic/multiprocessing/errors/ |
D | error_handler.py | 65 def record_exception(self, e: BaseException) -> None:
|
/external/clang/test/CodeGenCXX/ |
D | eh.cpp | 452 class BaseException { class 456 BaseException() {}; in BaseException() function in test17::BaseException
|
/external/pigweed/pw_sensor/py/ |
D | validator_test.py | 479 exception_type: type[BaseException] = RuntimeError,
|
/external/pytorch/torch/_inductor/ |
D | debug.py | 424 exc_type: Optional[Type[BaseException]], 425 exc_val: Optional[BaseException],
|
/external/executorch/exir/dialects/edge/spec/ |
D | gen.py | 239 def is_not_dype_exception(exc: BaseException, dtype_str: str) -> bool:
|
/external/pytorch/torch/onnx/_internal/exporter/ |
D | _core.py | 663 def _summarize_exception_stack(e: BaseException) -> str:
|
/external/pytorch/tools/ |
D | nightly.py | 135 def logging_record_exception(e: BaseException) -> None:
|
/external/pytorch/torch/_subclasses/ |
D | fake_tensor.py | 1266 a: Optional[Type[BaseException]], 1267 b: Optional[BaseException],
|
/external/pytorch/torch/fx/experimental/ |
D | proxy_tensor.py | 1318 exc_type: Optional[Type[BaseException]], 1319 exc_value: Optional[BaseException],
|
/external/python/cpython3/Lib/ |
D | pdb.py | 2221 def _format_exc(self, exc: BaseException):
|
/external/pdfium/third_party/pymock/ |
D | mock.py | 85 BaseException = Exception variable
|
/external/aws-sdk-java-v2/services/cloudsearch/src/main/resources/codegen-resources/ |
D | service-2.json | 663 "BaseException":{ object
|
/external/aws-sdk-java-v2/services/elasticsearch/src/main/resources/codegen-resources/ |
D | service-2.json | 1295 "BaseException":{ object
|
/external/aws-sdk-java-v2/services/opensearch/src/main/resources/codegen-resources/ |
D | service-2.json | 1656 "BaseException":{ object
|