Home
last modified time | relevance | path

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

12345678910>>...38

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/src/
H A Dexception.rs9 pub struct Exception { struct
13 impl Display for Exception { implementation
21 impl std::error::Error for Exception {} implementation
23 impl Exception { impl
/aosp_15_r20/external/rust/cxx/src/
Dexception.rs9 pub struct Exception { struct
13 impl Display for Exception { implementation
21 impl std::error::Error for Exception {} implementation
23 impl Exception { implementation
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/
H A DException.java45 public class Exception extends Throwable { class
54 public Exception() { in Exception() method in Exception
66 public Exception(String message) { in Exception() method in Exception
84 public Exception(String message, Throwable cause) { in Exception() method in Exception
102 public Exception(Throwable cause) { in Exception() method in Exception
120 protected Exception(String message, Throwable cause, in Exception() method in Exception
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/
DException.java45 public class Exception extends Throwable { class
54 public Exception() { in Exception() method in Exception
66 public Exception(String message) { in Exception() method in Exception
84 public Exception(String message, Throwable cause) { in Exception() method in Exception
102 public Exception(Throwable cause) { in Exception() method in Exception
120 protected Exception(String message, Throwable cause, in Exception() method in Exception
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/2/libcore/ojluni/src/main/java/java/lang/
DException.java45 public class Exception extends Throwable { class
54 public Exception() { in Exception() method in Exception
66 public Exception(String message) { in Exception() method in Exception
84 public Exception(String message, Throwable cause) { in Exception() method in Exception
102 public Exception(Throwable cause) { in Exception() method in Exception
120 protected Exception(String message, Throwable cause, in Exception() method in Exception
/aosp_15_r20/external/angle/build/util/lib/proto/
H A 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,
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A 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:
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/panic_unwind/src/
H A Dgcc.rs55 struct Exception { struct
56 _uwe: uw::_Unwind_Exception, argument
62 let exception = Box::new(Exception { in panic() argument
H A Demcc.rs52 struct Exception { struct
77 let adjusted_ptr = __cxa_begin_catch(catch_data.ptr as *mut libc::c_void) as *mut Exception; in cleanup() argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/panic_unwind/src/
H A Dgcc.rs55 struct Exception { struct
56 _uwe: uw::_Unwind_Exception, argument
62 let exception = Box::new(Exception { in panic() argument
H A Demcc.rs52 struct Exception { struct
77 let adjusted_ptr = __cxa_begin_catch(catch_data.ptr as *mut libc::c_void) as *mut Exception; in cleanup() argument
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/panic_unwind/src/
H A Dgcc.rs55 struct Exception { struct
56 _uwe: uw::_Unwind_Exception, argument
62 let exception = Box::new(Exception { in panic() argument
H A Demcc.rs52 struct Exception { struct
77 let adjusted_ptr = __cxa_begin_catch(catch_data.ptr as *mut libc::c_void) as *mut Exception; in cleanup() argument
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/panic_unwind/src/
H A Dgcc.rs55 struct Exception { struct
56 _uwe: uw::_Unwind_Exception, argument
62 let exception = Box::new(Exception { in panic() argument
H A Demcc.rs52 struct Exception { struct
77 let adjusted_ptr = __cxa_begin_catch(catch_data.ptr as *mut libc::c_void) as *mut Exception; in cleanup() argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/panic_unwind/src/
H A Dgcc.rs55 struct Exception { struct
56 _uwe: uw::_Unwind_Exception, argument
62 let exception = Box::new(Exception { in panic() argument
H A Demcc.rs52 struct Exception { struct
77 let adjusted_ptr = __cxa_begin_catch(catch_data.ptr as *mut libc::c_void) as *mut Exception; in cleanup() argument
/aosp_15_r20/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()
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/
Derrors.rs82 pub struct Exception { struct
88 fn to_exception(&self) -> Exception; in to_exception()

12345678910>>...38