Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 25 of 238) 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()
393 SerializedVarOutParam exception, in OnMsgHasProperty()
[all …]
/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/chromium_org/content/renderer/pepper/
Dppb_var_deprecated_impl.cc111 ObjectAccessorTryCatch(PP_Var object, PP_Var* exception) in ObjectAccessorTryCatch()
146 PP_Var* exception) in ObjectAccessorWithIdentifierTryCatch()
163 PP_Bool HasProperty(PP_Var var, PP_Var name, PP_Var* exception) { in HasProperty()
171 bool HasPropertyDeprecated(PP_Var var, PP_Var name, PP_Var* exception) { in HasPropertyDeprecated()
175 bool HasMethodDeprecated(PP_Var var, PP_Var name, PP_Var* exception) { in HasMethodDeprecated()
183 PP_Var GetProperty(PP_Var var, PP_Var name, PP_Var* exception) { in GetProperty()
206 PP_Var* exception) { in EnumerateProperties()
236 PP_Var* exception) { in SetPropertyDeprecated()
253 void DeletePropertyDeprecated(PP_Var var, PP_Var name, PP_Var* exception) { in DeletePropertyDeprecated()
267 PP_Var* exception) { in InternalCallDeprecated()
[all …]
/external/apache-http/src/org/apache/commons/logging/impl/
DJdk14Logger.java124 public void debug(Object message, Throwable exception) { in debug()
147 public void error(Object message, Throwable exception) { in error()
170 public void fatal(Object message, Throwable exception) { in fatal()
204 public void info(Object message, Throwable exception) { in info()
275 public void trace(Object message, Throwable exception) { in trace()
298 public void warn(Object message, Throwable exception) { in warn()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8ThrowException.cpp59 v8::Handle<v8::Value> exception = toV8(domException, creationContext, isolate); in createDOMException() local
76 …v8::Handle<v8::Value> exception = createDOMException(ec, sanitizedMessage, unsanitizedMessage, cre… in throwDOMException() local
104 v8::Handle<v8::Value> exception = V8ThrowException::createError(type, message, isolate); in throwError() local
117 v8::Handle<v8::Value> exception = V8ThrowException::createTypeError(message, isolate); in throwTypeError() local
121 v8::Handle<v8::Value> V8ThrowException::throwError(v8::Handle<v8::Value> exception, v8::Isolate* is… in throwError()
/external/chromium_org/chrome/browser/resources/options/chromeos/
Dproxy_rules_list.js42 createItem: function(exception) { argument
50 addException: function(exception) { argument
58 removeException: function(exception) { argument
106 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/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.py85 def alwaysRaisesProvidedException(exception, timeout=None, retries=None): argument
105 def alwaysRaisesProvidedException(exception, timeout=None, retries=None): argument
174 def alwaysRaisesProvidedException(exception, timeout=None, retries=None): argument
192 def alwaysRaisesProvidedException(exception, timeout=None, retries=None): argument
232 def alwaysRaisesProvidedException(exception): argument
250 def alwaysRaisesProvidedException(exception): argument
301 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/ppapi/tests/
Dtest_instance_deprecated.cc80 bool InstanceSO::HasMethod(const pp::Var& name, pp::Var* exception) { in HasMethod()
90 pp::Var* exception) { in Call()
162 pp::Var exception; in TestExecuteScript() local
262 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
370 pp::Var exception; in TestPassReference() local
/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/chromium_org/v8/test/mjsunit/regress/
Dregress-1172-bis.js32 var exception = false; variable
Dregress-1132.js44 var exception = false; variable
Dregress-crbug-100859.js32 var exception = false; variable

12345678910