Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 25 of 250) sorted by relevance

12345678910

/external/apache-xml/src/main/java/org/apache/xml/utils/
DDefaultErrorHandler.java117 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/
DFailure.java23 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/
Dscriptable_object_deprecated.cc43 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/
Dppp_class_proxy.cc47 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 …]
Dppb_var_deprecated_proxy.cc39 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/
DV8ThrowException.cpp66 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()
DPrivateScriptRunner.js107 domExceptions.forEach(function (exception) { argument
113 jsErrors.forEach(function (exception) { argument
/external/fdlibm/
Dfdlibm.h75 struct exception { struct
76 int type;
77 char *name;
78 double arg1;
79 double arg2;
80 double retval;
/external/chromium_org/ppapi/cpp/private/
Dvar_private.cc94 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/
DJdk14Logger.java129 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/
Dppb_var_deprecated_impl.cc49 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/
Dproxy_rules_list.js46 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/
DGrammarSyntaxMessage.java41 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/
DIExceptionHandlerTable.java65 int add (Exception_info exception); in add()
80 Exception_info set (int offset, Exception_info exception); in set()
DExceptionHandlerTable.java85 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/
Dtest_instance_deprecated.cc27 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
Dtest_var_deprecated.cc41 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/
DReporter.java69 void exception(Exception exception); in exception() method
DTextReporter.java48 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/
Ddecorators_test.py84 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/
Dweak-external.cpp37 class _LIBCPP_EXCEPTION_ABI exception class
40 _LIBCPP_INLINE_VISIBILITY exception() _NOEXCEPT {} in exception() function in std::exception
/external/chromium_org/tools/grit/grit/
Dxtb_reader.py98 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/
DXPathException.java188 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/
DThrowsTagInfo.java45 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/
Dregress-crbug-100859.js32 var exception = false; variable

12345678910