Home
last modified time | relevance | path

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

1234

/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 { impl
/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/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/python/pyee/pyee/
Dexecutor.py77 self, type: Type[Exception], value: Exception, traceback: TracebackType
/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
/external/parameter-framework/upstream/test/functional-tests/include/
DException.hpp39 struct Exception : std::runtime_error struct
/external/doclava/doclet_adapter/src/test/resources/sample-project/com/example/packages/
DException.java19 public class Exception extends java.lang.Exception { class
/external/sfntly/cpp/src/sfntly/port/
Dexception_type.h32 Exception() : what_("Unknown exception") {} in Exception() function
33 explicit Exception(const char* message) throw() { SetMessage(message); } in Exception() function
/external/dokka/core/testdata/format/java-layout-html/
DunresolvedExternalClass.kt8 fun Exception.ext() { in ext() method
/external/catch2/include/internal/
Dcatch_matchers_exception.hpp14 namespace Exception { namespace
Dcatch_matchers_exception.cpp13 namespace Exception { namespace
Dcatch_result_type.h25 Exception = 0x100 | FailureBit, enumerator
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DMessageParsingHelpers.cs80 where TException : Exception property in Google.Protobuf.MessageParsingHelpers
/external/protobuf/csharp/src/Google.Protobuf.Test/
DMessageParsingHelpers.cs80 where TException : Exception property in Google.Protobuf.MessageParsingHelpers
/external/clang/test/SemaTemplate/
Dinstantiate-try-catch.cpp19 struct Exception { struct in PR10232::Templated
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/ranges/range.adaptors/range.drop.while/
Dassert.begin.pass.cpp23 struct Exception {}; struct
/external/antlr/runtime/Ruby/lib/antlr3/test/
Dcall-stack.rb51 class Exception class
/external/angle/src/tests/deqp_support/
Dangle_deqp_libtester.h37 Exception, enumerator
/external/deqp/framework/common/
DtcuDefs.cpp72 Exception::Exception (const char* message, const char* expr, const char* file, int line) in Exception() function in tcu::Exception
78 Exception::Exception (const std::string& message) in Exception() function in tcu::Exception
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DRewriteEmptyStreamException.cs34 using Exception = System.Exception; typedef
DRewriteEarlyExitException.cs34 using Exception = System.Exception; typedef

1234