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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/drd/tests/
matinv.stdout.exp 0 Error within bounds.
omp_matinv.stdout.exp 0 Error within bounds.
omp_matinv_racy.stdout.exp 0 Error within bounds.
  /external/webkit/Source/WebKit/mac/ForwardingHeaders/runtime/
Error.h 1 #import <JavaScriptCore/Error.h>
  /external/webkit/Source/WebCore/ForwardingHeaders/runtime/
Error.h 3 #include <JavaScriptCore/Error.h>
  /cts/tools/dx-tests/src/dxc/junit/opcodes/athrow/jm/
T_athrow_8.java 21 public void run() throws Error {
22 throw new Error();
  /cts/tools/vm-tests/src/dot/junit/opcodes/opc_throw/d/
T_opc_throw_8.java 21 public void run() throws Error {
22 throw new Error();
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_throw/d/
T_opc_throw_8.java 21 public void run() throws Error {
22 throw new Error();
  /external/doclava/src/com/google/doclava/
Errors.java 28 Error error; field in class:Errors.ErrorMessage
32 ErrorMessage(Error e, SourcePositionInfo p, String m) {
33 error = e;
51 public Error error() { method in class:Errors.ErrorMessage
52 return error;
56 public static void error(Error error, SourcePositionInfo where, String text) method in class:Errors
    [all...]
  /libcore/luni/src/main/java/java/lang/
Error.java 22 * {@code Error} is the superclass of all classes that represent unrecoverable
30 public class Error extends Throwable {
35 * Constructs a new {@code Error} that includes the current stack trace.
37 public Error() {
41 * Constructs a new {@code Error} with the current stack trace and the
45 * the detail message for this error.
47 public Error(String detailMessage) {
52 * Constructs a new {@code Error} with the current stack trace, the
56 * the detail message for this error.
58 * the cause of this error
    [all...]
ThreadDeath.java 24 public class ThreadDeath extends Error {
  /external/webkit/Source/WebCore/bindings/js/
JSDOMWrapper.cpp 29 #include <runtime/Error.h>
  /frameworks/base/telephony/java/com/android/internal/telephony/
CommandException.java 27 private Error e;
29 public enum Error {
47 public CommandException(Error e) {
57 return new CommandException(Error.INVALID_RESPONSE);
59 return new CommandException(Error.RADIO_NOT_AVAILABLE);
61 return new CommandException(Error.GENERIC_FAILURE);
63 return new CommandException(Error.PASSWORD_INCORRECT);
65 return new CommandException(Error.SIM_PIN2);
67 return new CommandException(Error.SIM_PUK2);
69 return new CommandException(Error.REQUEST_NOT_SUPPORTED)
    [all...]
  /dalvik/dx/tests/082-dex-throws-list-sharing/
Blort.java 30 throws Error, UnsupportedOperationException {
35 throws Error, UnsupportedOperationException {
  /external/javassist/src/main/javassist/bytecode/annotation/
NoSuchClassError.java 20 * It keeps the name of the class that caused this error.
22 public class NoSuchClassError extends Error {
28 public NoSuchClassError(String className, Error cause) {
  /frameworks/compile/slang/
slang_utils.cpp 26 std::string* Error) {
28 Error);
  /dalvik/dx/src/junit/framework/
AssertionFailedError.java 6 public class AssertionFailedError extends Error {
  /dalvik/tests/021-string2/src/junit/framework/
AssertionFailedError.java 6 public class AssertionFailedError extends Error {
  /dalvik/tests/082-inline-execute/src/junit/framework/
AssertionFailedError.java 6 public class AssertionFailedError extends Error {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ErrorTest.java 25 * @tests java.lang.Error#Error()
28 Error e = new Error();
35 * @tests java.lang.Error#Error(java.lang.String)
38 Error e = new Error("fixture");
  /frameworks/base/test-runner/src/android/test/
AssertionFailedError.java 25 public class AssertionFailedError extends Error {
  /libcore/junit/src/main/java/junit/framework/
AssertionFailedError.java 6 public class AssertionFailedError extends Error {
  /libcore/luni/src/main/java/java/io/
IOError.java 21 * This error is thrown when a severe I/O error has happened.
25 public class IOError extends Error {
32 * The detail cause for the error.
  /external/webkit/Source/WebKit/chromium/public/
WebTextCheckingResult.h 40 enum Error {
45 explicit WebTextCheckingResult(Error e = ErrorSpelling, int p = 0, int l = 0)
46 : error(e)
52 Error error; member in struct:WebKit::WebTextCheckingResult
  /external/llvm/tools/bugpoint/
FindBugs.cpp 30 /// recreate the failure. This returns true if a compiler error is found.
78 std::string Error;
79 compileProgram(Program, &Error);
80 if (!Error.empty()) {
82 outs() << Error;
92 bool Diff = diffProgram(Program, Filename, "", false, &Error);
93 if (Error.empty() && Diff) {
95 debugMiscompilation(&Error);
96 if (Error.empty())
99 if (!Error.empty())
    [all...]

Completed in 1832 milliseconds

1 2 3 4 5 6 7 8 91011>>