| /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/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/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/parameter-framework/upstream/test/functional-tests/include/ |
| D | Exception.hpp | 39 struct Exception : std::runtime_error struct
|
| /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/JavaExtensions/ |
| D | ExceptionExtensions.cs | 35 using Exception = System.Exception; typedef
|
| /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/clang/test/SemaTemplate/ |
| D | instantiate-try-catch.cpp | 19 struct Exception { struct in PR10232::Templated
|
| /external/antlr/runtime/Ruby/lib/antlr3/test/ |
| D | call-stack.rb | 51 class Exception class
|
| /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
| D | RewriteEarlyExitException.cs | 34 using Exception = System.Exception; typedef
|
| D | RewriteEmptyStreamException.cs | 34 using Exception = System.Exception; typedef
|
| D | RewriteCardinalityException.cs | 35 using Exception = System.Exception; typedef
|
| /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
| D | RewriteEarlyExitException.cs | 35 using Exception = System.Exception; typedef
|
| D | RewriteEmptyStreamException.cs | 35 using Exception = System.Exception; typedef
|
| D | RewriteCardinalityException.cs | 36 using Exception = System.Exception; typedef
|
| /external/deqp/framework/common/ |
| D | tcuDefs.cpp | 64 Exception::Exception (const char* message, const char* expr, const char* file, int line) in Exception() function in tcu::Exception 70 Exception::Exception (const std::string& message) in Exception() function in tcu::Exception
|
| /external/catch2/include/internal/ |
| D | catch_result_type.h | 25 Exception = 0x100 | FailureBit, enumerator
|
| /external/autotest/venv/skylab_suite/ |
| D | tko_test_views.py | 16 def Error(Exception): argument
|
| /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
| D | MismatchedNotSetException.cs | 34 using Exception = System.Exception; typedef
|
| D | EarlyExitException.cs | 35 using Exception = System.Exception; typedef
|
| D | MismatchedSetException.cs | 35 using Exception = System.Exception; typedef
|
| /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/ |
| D | MismatchedNotSetException.cs | 35 using Exception = System.Exception; typedef
|
| D | EarlyExitException.cs | 36 using Exception = System.Exception; typedef
|
| D | MismatchedSetException.cs | 36 using Exception = System.Exception; typedef
|
| D | UnwantedTokenException.cs | 36 using Exception = System.Exception; typedef
|
| /external/flatbuffers/tests/FlatBuffers.Test/ |
| D | Assert.cs | 118 public static void Throws<T>(Action action) where T : Exception property in FlatBuffers.Test.Assert
|