/external/rust/cxx/src/ |
D | exception.rs | 9 pub struct Exception { struct 13 impl Display for Exception { argument 21 impl std::error::Error for Exception {} implementation 23 impl Exception { impl
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/src/ |
D | exception.rs | 14 pub struct Exception { struct 18 impl Display for Exception { argument 25 impl StdError for Exception {} implementation 27 impl Exception { implementation
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxx-1.0.130/src/ |
D | exception.rs | 14 pub struct Exception { struct 18 impl Display for Exception { implementation 25 impl StdError for Exception {} implementation 27 impl Exception { impl
|
/external/python/python-api-core/google/api_core/retry/ |
D | retry_base.py | 52 *exception_types: type[Exception], 65 def if_exception_type_predicate(exception: Exception) -> bool: 135 exc_list: list[Exception], 175 exc: Exception, 178 error_list: list[Exception], 179 predicate_fn: Callable[[Exception], bool], 180 on_error_fn: Callable[[Exception], None] | None, 181 exc_factory_fn: Callable[ 183 tuple[Exception, Exception | None], 237 predicate: Callable[[Exception], bool] = if_transient_error, [all …]
|
D | retry_streaming.py | 54 predicate: Callable[[Exception], bool], 57 on_error: Optional[Callable[[Exception], None]] = None, 58 exception_factory: Callable[ 60 Tuple[Exception, Optional[Exception]], 226 on_error: Callable[[Exception], Any] | None = None,
|
D | retry_unary.py | 87 predicate: Callable[[Exception], bool], 90 on_error: Callable[[Exception], None] | None = None, 91 exception_factory: Callable[ 93 tuple[Exception, Exception | None], 267 on_error: Callable[[Exception], Any] | None = None,
|
D | retry_streaming_async.py | 57 predicate: Callable[[Exception], bool], 60 on_error: Callable[[Exception], None] | None = None, 61 exception_factory: Callable[ 63 tuple[Exception, Exception | None], 288 on_error: Callable[[Exception], Any] | None = None,
|
D | retry_unary_async.py | 98 predicate: Callable[[Exception], bool], 101 on_error: Callable[[Exception], None] | None = None, 102 exception_factory: Callable[ 104 tuple[Exception, Exception | None], 205 on_error: Callable[[Exception], Any] | None = None,
|
/external/cronet/stable/build/util/lib/proto/ |
D | exception_recorder.py | 33 def format_name(self, exc: Exception) -> str: 37 def format_stacktrace(self, exc: Exception) -> List[str]: 43 def format_name(self, exc: Exception) -> str: 50 def format_stacktrace(self, exc: Exception) -> List[str]: 60 def register(exc: Exception,
|
/external/cronet/tot/build/util/lib/proto/ |
D | exception_recorder.py | 33 def format_name(self, exc: Exception) -> str: 37 def format_stacktrace(self, exc: Exception) -> List[str]: 43 def format_name(self, exc: Exception) -> str: 50 def format_stacktrace(self, exc: Exception) -> List[str]: 60 def register(exc: Exception,
|
/external/angle/build/util/lib/proto/ |
D | exception_recorder.py | 33 def format_name(self, exc: Exception) -> str: 37 def format_stacktrace(self, exc: Exception) -> List[str]: 43 def format_name(self, exc: Exception) -> str: 50 def format_stacktrace(self, exc: Exception) -> List[str]: 60 def register(exc: Exception,
|
/external/armnn/src/armnn/ |
D | Exceptions.cpp | 12 Exception::Exception(const std::string& message) in Exception() function in armnn::Exception 17 Exception::Exception(const std::string& message, in Exception() function in armnn::Exception 24 Exception::Exception(const Exception& other, in Exception() function in armnn::Exception
|
/external/clang/test/SemaCXX/ |
D | __try.cpp | 16 class Exception class 19 Exception(const char* s = "Unknown"){what = strdup(s); } in Exception() function in Exception 20 Exception(const Exception& e ){what = strdup(e.what); } in Exception() function in Exception
|
/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/ |
D | errors.rs | 82 pub struct Exception { struct 88 fn to_exception(&self) -> Exception; in to_exception()
|
/external/javasqlite/src/main/java/SQLite/ |
D | Exception.java | 7 public class Exception extends java.lang.Exception { class 15 public Exception(String string) { in Exception() method in Exception
|
/external/deqp/framework/randomshaders/ |
D | rsgDefs.hpp | 36 class Exception : public std::runtime_error class 39 Exception(const std::string &message) : std::runtime_error(message) in Exception() function in rsg::Exception
|
/external/rust/android-crates-io/crates/jni/src/wrapper/ |
D | errors.rs | 82 pub struct Exception { struct 88 fn to_exception(&self) -> Exception; in to_exception()
|
/external/jspecify/conformance-tests/src/assertions/java/org/jspecify/conformance/tests/irrelevantannotations/notnullmarked/ |
D | Other.java | 104 void throwsN() throws @Nullable Exception; field 108 void throwsR() throws @NonNull Exception; field
|
/external/jspecify/conformance-tests/src/assertions/java/org/jspecify/conformance/tests/irrelevantannotations/nullmarked/ |
D | Other.java | 104 void throwsN() throws @Nullable Exception; field 108 void throwsR() throws @NonNull Exception; field
|
/external/jspecify/conformance-tests/src/assertions/java/org/jspecify/conformance/tests/irrelevantannotations/nullunmarked/ |
D | Other.java | 106 void throwsN() throws @Nullable Exception; field 110 void throwsR() throws @NonNull Exception; field
|
/external/pytorch/torch/_dynamo/ |
D | exc.py | 274 def unimplemented_with_warning(e: Exception, code, msg: str) -> NoReturn: 318 def augment_exc_message(exc: Exception, msg: str = "\n", export: bool = False) -> None: 368 e: Exception, compile_id: "CompileId" 379 def get_real_stack(exc: Exception, frame=None) -> Optional[StackSummary]: 422 exc: Exception, code, record_filename=None, frame=None 445 def format_error_msg(exc: Exception, code, record_filename=None, frame=None) -> str:
|
/external/python/pyee/pyee/ |
D | executor.py | 77 self, type: Type[Exception], value: Exception, traceback: TracebackType
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/ |
D | Minidump.h | 230 struct Exception { struct 233 support::ulittle32_t ExceptionCode; argument 234 support::ulittle32_t ExceptionFlags; argument 235 support::ulittle64_t ExceptionRecord; argument 236 support::ulittle64_t ExceptionAddress; argument 239 support::ulittle64_t ExceptionInformation[MaxParameters]; argument 241 static_assert(sizeof(Exception) == 152); argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Minidump.h | 230 struct Exception { struct 233 support::ulittle32_t ExceptionCode; argument 234 support::ulittle32_t ExceptionFlags; argument 235 support::ulittle64_t ExceptionRecord; argument 236 support::ulittle64_t ExceptionAddress; argument 239 support::ulittle64_t ExceptionInformation[MaxParameters]; argument 241 static_assert(sizeof(Exception) == 152, ""); argument
|
/external/marisa-trie/include/marisa/ |
D | exception.h | 15 Exception(const char *filename, int line, in Exception() function 19 Exception(const Exception &ex) in Exception() function
|