Home
last modified time | relevance | path

Searched defs:Exception (Results 1 – 25 of 151) sorted by relevance

1234567

/external/rust/cxx/src/
Dexception.rs9 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/
Dexception.rs14 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/
Dexception.rs14 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/
Dretry_base.py52 *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 …]
Dretry_streaming.py54 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,
Dretry_unary.py87 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,
Dretry_streaming_async.py57 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,
Dretry_unary_async.py98 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/
Dexception_recorder.py33 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/
Dexception_recorder.py33 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/
Dexception_recorder.py33 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/
DExceptions.cpp12 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.cpp16 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/
Derrors.rs82 pub struct Exception { struct
88 fn to_exception(&self) -> Exception; in to_exception()
/external/javasqlite/src/main/java/SQLite/
DException.java7 public class Exception extends java.lang.Exception { class
15 public Exception(String string) { in Exception() method in Exception
/external/deqp/framework/randomshaders/
DrsgDefs.hpp36 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/
Derrors.rs82 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/
DOther.java104 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/
DOther.java104 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/
DOther.java106 void throwsN() throws @Nullable Exception; field
110 void throwsR() throws @NonNull Exception; field
/external/pytorch/torch/_dynamo/
Dexc.py274 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/
Dexecutor.py77 self, type: Type[Exception], value: Exception, traceback: TracebackType
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
DMinidump.h230 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/
DMinidump.h230 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/
Dexception.h15 Exception(const char *filename, int line, in Exception() function
19 Exception(const Exception &ex) in Exception() function

1234567