/external/rust/cxx/src/ |
D | exception.rs | 9 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/ |
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/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/python/pyee/pyee/ |
D | executor.py | 77 self, type: Type[Exception], value: Exception, traceback: TracebackType
|
/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
|
/external/parameter-framework/upstream/test/functional-tests/include/ |
D | Exception.hpp | 39 struct Exception : std::runtime_error struct
|
/external/doclava/doclet_adapter/src/test/resources/sample-project/com/example/packages/ |
D | Exception.java | 19 public class Exception extends java.lang.Exception { class
|
/external/sfntly/cpp/src/sfntly/port/ |
D | exception_type.h | 32 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/ |
D | unresolvedExternalClass.kt | 8 fun Exception.ext() { in ext() method
|
/external/catch2/include/internal/ |
D | catch_matchers_exception.hpp | 14 namespace Exception { namespace
|
D | catch_matchers_exception.cpp | 13 namespace Exception { namespace
|
D | catch_result_type.h | 25 Exception = 0x100 | FailureBit, enumerator
|
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test/ |
D | MessageParsingHelpers.cs | 80 where TException : Exception property in Google.Protobuf.MessageParsingHelpers
|
/external/protobuf/csharp/src/Google.Protobuf.Test/ |
D | MessageParsingHelpers.cs | 80 where TException : Exception property in Google.Protobuf.MessageParsingHelpers
|
/external/clang/test/SemaTemplate/ |
D | instantiate-try-catch.cpp | 19 struct Exception { struct in PR10232::Templated
|
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/ranges/range.adaptors/range.drop.while/ |
D | assert.begin.pass.cpp | 23 struct Exception {}; struct
|
/external/antlr/runtime/Ruby/lib/antlr3/test/ |
D | call-stack.rb | 51 class Exception class
|
/external/angle/src/tests/deqp_support/ |
D | angle_deqp_libtester.h | 37 Exception, enumerator
|
/external/deqp/framework/common/ |
D | tcuDefs.cpp | 72 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/ |
D | RewriteEmptyStreamException.cs | 34 using Exception = System.Exception; typedef
|
D | RewriteEarlyExitException.cs | 34 using Exception = System.Exception; typedef
|