Home
last modified time | relevance | path

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

123

/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/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/parameter-framework/upstream/test/functional-tests/include/
DException.hpp39 struct Exception : std::runtime_error struct
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/JavaExtensions/
DExceptionExtensions.cs35 using Exception = System.Exception; typedef
/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/clang/test/SemaTemplate/
Dinstantiate-try-catch.cpp19 struct Exception { struct in PR10232::Templated
/external/v8/include/
Dv8-debug.h18 Exception = 2, enumerator
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
Dcall-stack.rb51 class Exception class
/external/deqp/framework/common/
DtcuDefs.cpp64 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/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DRewriteEarlyExitException.cs35 using Exception = System.Exception; typedef
DRewriteEmptyStreamException.cs35 using Exception = System.Exception; typedef
DRewriteCardinalityException.cs36 using Exception = System.Exception; typedef
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DRewriteEarlyExitException.cs34 using Exception = System.Exception; typedef
DRewriteEmptyStreamException.cs34 using Exception = System.Exception; typedef
DRewriteCardinalityException.cs35 using Exception = System.Exception; typedef
/external/xmlrpcpp/src/
DXmlRpcDispatch.h32 Exception = 4 //!< uh oh enumerator
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DMismatchedNotSetException.cs35 using Exception = System.Exception; typedef
DEarlyExitException.cs36 using Exception = System.Exception; typedef
DMismatchedSetException.cs36 using Exception = System.Exception; typedef
DUnwantedTokenException.cs36 using Exception = System.Exception; typedef
DMismatchedTreeNodeException.cs36 using Exception = System.Exception; typedef
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DMismatchedNotSetException.cs34 using Exception = System.Exception; typedef
DEarlyExitException.cs35 using Exception = System.Exception; typedef
DMismatchedSetException.cs35 using Exception = System.Exception; typedef

123