HomeSort by relevance Sort by last modified time
    Searched refs:Error (Results 151 - 175 of 824) sorted by null

1 2 3 4 5 67 8 91011>>

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/d/
T_opc_throw_8.d 30 new-instance v1, java/lang/Error
31 invoke-direct {v1}, java/lang/Error/<init>()V
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
IOErrorTest.java 39 errorMsg = "A dummy error"; //$NON-NLS-1$
45 }catch(IOError error) {
47 }catch(Error error) {
48 fail("Error during IOException test" + error.toString()); //$NON-NLS-1$
50 fail("Failed to generate error"); //$NON-NLS-1$
  /external/apache-http/src/org/apache/http/client/utils/
CloneUtils.java 59 throw new Error("Unexpected exception", cause);
  /external/chromium/chrome/browser/notifications/
notification_object_proxy.cc 25 void NotificationObjectProxy::Error() {
  /external/chromium/chrome/common/
spellcheck_messages.h 14 IPC_ENUM_TRAITS(WebKit::WebTextCheckingResult::Error)
17 IPC_STRUCT_TRAITS_MEMBER(error)
  /external/chromium/third_party/libjingle/source/talk/base/
schanneladapter.h 73 void Error(const char* context, int err, bool signal = true);
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppengineimpl.h 122 //! The error code.
124 virtual Error GetError(int *subcode) {
131 //! The stream:error stanza, when the error is XmppEngine::ERROR_STREAM.
170 //! Forms and sends an error in response to the given stanza.
171 //! Swaps to and from, sets type to "error", and adds error information
201 void SignalError(Error errorCode, int subCode);
231 Error error_;
257 Error error_code_
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
UrlEscapeFunction.java 51 // Things must be really broken for this to happen, so throw an Error.
52 throw new Error("Unsuported encoding : " + encoding);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toplevel.ml 43 with Stream.Error s | Codegen.Error s ->
44 (* Skip token for error recovery. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toplevel.ml 43 with Stream.Error s | Codegen.Error s ->
44 (* Skip token for error recovery. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toplevel.ml 43 with Stream.Error s | Codegen.Error s ->
44 (* Skip token for error recovery. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toplevel.ml 43 with Stream.Error s | Codegen.Error s ->
44 (* Skip token for error recovery. *)
  /external/llvm/include/llvm/Support/
FileUtilities.h 24 /// the files match, 1 if they are different, and 2 if there is a file error.
25 /// This function allows you to specify an absolute and relative FP error that
26 /// is allowed to exist. If you specify a string to fill in for the error
27 /// option, it will set the string to an error message if an error occurs, or
33 std::string *Error = 0);
raw_ostream.h 300 /// Error This flag is true if an error of any kind has been detected.
302 bool Error;
320 /// error_detected - Set the flag indicating that an output error has
322 void error_detected() { Error = true; }
328 /// report an error if the file already exists.
332 /// existing file instead of returning an error. This may not be specified
341 /// raw_fd_ostream - Open the specified file for writing. If an error occurs,
342 /// information about the error is put into ErrorInfo, and the stream should
343 /// be immediately destroyed; the string will be empty if no error occurred
    [all...]
  /external/llvm/lib/TableGen/
TGLexer.cpp 15 #include "llvm/TableGen/Error.h"
39 /// ReturnError - Set the error to the specified string at the specified
40 /// location. This is defined to always return tgtok::Error.
43 return tgtok::Error;
98 // Unknown character, emit an error.
130 return tgtok::Error;
131 } else // Otherwise, this is an error.
188 // If we hit the end of the buffer, report an error.
220 // If we hit the end of the buffer, report an error.
261 if (LexInclude()) return tgtok::Error;
    [all...]
  /external/llvm/tools/bugpoint/
bugpoint.cpp 202 std::string Error;
203 bool Failure = D.run(Error);
204 if (!Error.empty()) {
205 errs() << Error;
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
callback-exception.js 1 description("Tests that when an exception is thrown in the success callback, the error callback is not invoked. Note that this test throws an exception which is not caught.");
22 // Yield to allow for the error callback to be invoked. The timer
25 throw new Error('Exception in success callback');
27 testFailed('Error callback invoked unexpectedly');
delayed-permission-denied-for-multiple-requests.js 14 var error; variable
21 error = e;
22 shouldBe('error.code', 'error.PERMISSION_DENIED');
23 shouldBe('error.message', '"User denied Geolocation"');
28 testFailed('Error callback invoked unexpectedly');
37 error = e;
38 shouldBe('error.code', 'error.PERMISSION_DENIED');
39 shouldBe('error.message', '"User denied Geolocation"')
    [all...]
reentrant-success.js 31 testFailed('Error callback invoked unexpectedly');
48 testFailed('Error callback invoked unexpectedly');
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptsyntaxcheckresult_p.h 63 return m_exception ? QScriptSyntaxCheckResult::Error : QScriptSyntaxCheckResult::Valid;
68 // FIXME JSC C API doesn't expose the error column number.
  /external/webkit/Source/WebCore/bindings/js/
JSEventSourceCustom.cpp 41 #include <runtime/Error.h>
JSInt8ArrayCustom.cpp 31 #include <runtime/Error.h>
JSMessageChannelCustom.cpp 30 #include <runtime/Error.h>
JSWorkerCustom.cpp 36 #include <runtime/Error.h>
  /external/webkit/Source/WebCore/bridge/objc/
objc_utility.h 32 #include <runtime/Error.h>

Completed in 585 milliseconds

1 2 3 4 5 67 8 91011>>