| /external/apache-xml/src/main/java/org/apache/xml/utils/ |
| D | DefaultErrorHandler.java | 117 public void warning(SAXParseException exception) throws SAXException in warning() 146 public void error(SAXParseException exception) throws SAXException in error() 173 public void fatalError(SAXParseException exception) throws SAXException in fatalError() 198 public void warning(TransformerException exception) throws TransformerException in warning() 228 public void error(TransformerException exception) throws TransformerException in error() 263 public void fatalError(TransformerException exception) throws TransformerException in fatalError() 278 public static void ensureLocationSet(TransformerException exception) in ensureLocationSet() 310 public static void printLocation(PrintStream pw, TransformerException exception) in printLocation() 315 public static void printLocation(java.io.PrintStream pw, org.xml.sax.SAXParseException exception) in printLocation() 320 public static void printLocation(PrintWriter pw, Throwable exception) in printLocation()
|
| /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
| D | Failure.java | 23 private final Throwable exception; field in Failure 34 public Throwable exception() { in exception() method in Failure 40 private Throwable exception; field in Failure.Builder 47 public Builder exception(Throwable exception) { in exception() argument
|
| /external/chromium_org/ppapi/cpp/dev/ |
| D | scriptable_object_deprecated.cc | 43 bool HasProperty(void* object, PP_Var name, PP_Var* exception) { in HasProperty() 49 bool HasMethod(void* object, PP_Var name, PP_Var* exception) { in HasMethod() 57 PP_Var* exception) { in GetProperty() 66 PP_Var* exception) { in GetAllPropertyNames() 86 PP_Var* exception) { in SetProperty() 94 PP_Var* exception) { in RemoveProperty() 104 PP_Var* exception) { in Call() 116 PP_Var* exception) { in Construct() 151 Var ScriptableObject::GetProperty(const Var& /*name*/, Var* exception) { in GetProperty() argument 162 Var* exception) { in SetProperty() [all …]
|
| /external/chromium_org/ppapi/proxy/ |
| D | ppp_class_proxy.cc | 47 bool HasProperty(void* object, PP_Var name, PP_Var* exception) { in HasProperty() 60 bool HasMethod(void* object, PP_Var name, PP_Var* exception) { in HasMethod() 75 PP_Var* exception) { in GetProperty() 91 PP_Var* exception) { in GetAllPropertyNames() 99 PP_Var* exception) { in SetProperty() 113 PP_Var* exception) { in RemoveProperty() 128 PP_Var* exception) { in Call() 149 PP_Var* exception) { in Construct() 277 SerializedVarOutParam exception, in OnMsgHasProperty() 289 SerializedVarOutParam exception, in OnMsgHasMethod() [all …]
|
| D | ppb_var_deprecated_proxy.cc | 39 PP_Var* exception) { in CheckExceptionAndGetDispatcher() 68 PP_Var* exception) { in HasProperty() 87 PP_Var* exception) { in HasMethod() 106 PP_Var* exception) { in GetProperty() 126 PP_Var* exception) { in EnumerateProperties() 149 PP_Var* exception) { in SetProperty() 167 PP_Var* exception) { in RemoveProperty() 187 PP_Var* exception) { in Call() 211 PP_Var* exception) { in Construct() 392 SerializedVarOutParam exception, in OnMsgHasProperty() [all …]
|
| /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
| D | V8ThrowException.cpp | 66 v8::Handle<v8::Value> exception = toV8(domException, creationContext, isolate); in createDOMException() local 83 …v8::Handle<v8::Value> exception = createDOMException(ec, sanitizedMessage, unsanitizedMessage, cre… in throwDOMException() local 97 v8::Handle<v8::Value> exception = V8ThrowException::createGeneralError(message, isolate); in throwGeneralError() local 108 v8::Handle<v8::Value> exception = V8ThrowException::createTypeError(message, isolate); in throwTypeError() local 119 v8::Handle<v8::Value> exception = V8ThrowException::createRangeError(message, isolate); in throwRangeError() local 130 v8::Handle<v8::Value> exception = V8ThrowException::createSyntaxError(message, isolate); in throwSyntaxError() local 141 v8::Handle<v8::Value> exception = V8ThrowException::createReferenceError(message, isolate); in throwReferenceError() local 145 v8::Handle<v8::Value> V8ThrowException::throwException(v8::Handle<v8::Value> exception, v8::Isolate… in throwException()
|
| D | PrivateScriptRunner.js | 107 domExceptions.forEach(function (exception) { argument 113 jsErrors.forEach(function (exception) { argument
|
| /external/fdlibm/ |
| D | fdlibm.h | 75 struct exception { struct 76 int type; 77 char *name; 78 double arg1; 79 double arg2; 80 double retval;
|
| /external/chromium_org/ppapi/cpp/private/ |
| D | var_private.cc | 94 Var* exception) { in SetProperty() 101 void VarPrivate::RemoveProperty(const Var& name, Var* exception) { in RemoveProperty() 109 Var* exception) { in Call() 146 VarPrivate VarPrivate::Call(const Var& method_name, Var* exception) { in Call() 154 Var* exception) { in Call() 163 const Var& arg2, Var* exception) { in Call() 172 const Var& arg2, const Var& arg3, Var* exception) { in Call() 182 Var* exception) { in Call()
|
| /external/apache-http/src/org/apache/commons/logging/impl/ |
| D | Jdk14Logger.java | 129 public void debug(Object message, Throwable exception) { in debug() 152 public void error(Object message, Throwable exception) { in error() 175 public void fatal(Object message, Throwable exception) { in fatal() 209 public void info(Object message, Throwable exception) { in info() 280 public void trace(Object message, Throwable exception) { in trace() 303 public void warn(Object message, Throwable exception) { in warn()
|
| /external/chromium_org/content/renderer/pepper/ |
| D | ppb_var_deprecated_impl.cc | 49 bool IsValid(PP_Var* exception) { in IsValid() 70 bool IsValidIdentifer(PP_Var identifier, PP_Var* exception) { in IsValidIdentifer() 80 bool HasPropertyDeprecated(PP_Var var, PP_Var name, PP_Var* exception) { in HasPropertyDeprecated() 96 bool HasMethodDeprecated(PP_Var var, PP_Var name, PP_Var* exception) { in HasMethodDeprecated() 113 PP_Var GetProperty(PP_Var var, PP_Var name, PP_Var* exception) { in GetProperty() 133 PP_Var* exception) { in EnumerateProperties() 163 PP_Var* exception) { in SetPropertyDeprecated() 179 void DeletePropertyDeprecated(PP_Var var, PP_Var name, PP_Var* exception) { in DeletePropertyDeprecated() 198 PP_Var* exception) { in CallDeprecatedInternal() 269 PP_Var* exception) { in CallDeprecated() [all …]
|
| /external/chromium_org/chrome/browser/resources/options/chromeos/ |
| D | proxy_rules_list.js | 46 createItem: function(exception) { argument 54 addException: function(exception) { argument 62 removeException: function(exception) { argument 110 function ProxyExceptionsItem(exception) { argument
|
| /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
| D | GrammarSyntaxMessage.java | 41 public RecognitionException exception; field in GrammarSyntaxMessage 46 RecognitionException exception) in GrammarSyntaxMessage() 55 RecognitionException exception) in GrammarSyntaxMessage()
|
| /external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
| D | IExceptionHandlerTable.java | 65 int add (Exception_info exception); in add() 80 Exception_info set (int offset, Exception_info exception); in set()
|
| D | ExceptionHandlerTable.java | 85 public int add (final Exception_info exception) in add() 93 public Exception_info set (final int offset, final Exception_info exception) in set()
|
| /external/chromium_org/ppapi/tests/ |
| D | test_instance_deprecated.cc | 27 bool InstanceSO::HasMethod(const pp::Var& name, pp::Var* exception) { in HasMethod() 37 pp::Var* exception) { in Call() 138 pp::Var exception; in TestExecuteScript() local 248 pp::Var exception; in TestSetupExecuteScriptAtInstanceShutdown() local
|
| D | test_var_deprecated.cc | 41 bool VarScriptableObject::HasMethod(const pp::Var& name, pp::Var* exception) { in HasMethod() 49 pp::Var* exception) { in Call() 300 pp::Var exception; in TestHasPropertyAndMethod() local 369 pp::Var exception; in TestPassReference() local
|
| /external/objenesis/tck/src/org/objenesis/tck/ |
| D | Reporter.java | 69 void exception(Exception exception); in exception() method
|
| D | TextReporter.java | 48 Exception exception; field in TextReporter.Result 57 Exception exception) { in Result() 126 public void exception(Exception exception) { in exception() method in TextReporter
|
| /external/chromium_org/build/android/pylib/device/ |
| D | decorators_test.py | 84 def alwaysRaisesProvidedException(exception, timeout=None, retries=None): argument 104 def alwaysRaisesProvidedException(exception, timeout=None, retries=None): argument 172 def alwaysRaisesProvidedException(exception, timeout=None, retries=None): argument 190 def alwaysRaisesProvidedException(exception, timeout=None, retries=None): argument 229 def alwaysRaisesProvidedException(exception): argument 247 def alwaysRaisesProvidedException(exception): argument 297 def alwaysRaisesProvidedException(self, exception, timeout=None, argument
|
| /external/clang/test/CodeGenCXX/ |
| D | weak-external.cpp | 37 class _LIBCPP_EXCEPTION_ABI exception class 40 _LIBCPP_INLINE_VISIBILITY exception() _NOEXCEPT {} in exception() function in std::exception
|
| /external/chromium_org/tools/grit/grit/ |
| D | xtb_reader.py | 98 def error(self, exception): argument 101 def fatalError(self, exception): argument 104 def warning(self, exception): argument
|
| /external/apache-xml/src/main/java/org/apache/xpath/ |
| D | XPathException.java | 188 Throwable exception = m_exception; in printStackTrace() local 221 Throwable exception = m_exception; in getMessage() local 281 Throwable exception = m_exception; in printStackTrace() local
|
| /external/doclava/src/com/google/doclava/ |
| D | ThrowsTagInfo.java | 45 public ThrowsTagInfo(String name, String kind, String text, ClassInfo exception, in ThrowsTagInfo() 52 public ClassInfo exception() { in exception() method in ThrowsTagInfo
|
| /external/chromium_org/v8/test/mjsunit/regress/ |
| D | regress-crbug-100859.js | 32 var exception = false; variable
|