Searched refs:Error (Results 1 - 25 of 1211) sorted by relevance

1234567891011>>

/external/v8/test/mjsunit/regress/
H A Dregress-2284.js30 assertThrows("%foobar();", Error);
31 assertThrows("%constructor();", Error);
32 assertThrows("%constructor(23);", Error);
H A Dregress-1218.js29 assertFalse(Error.prototype.toString.hasOwnProperty("prototype"));
H A Dregress-2286.js31 assertThrows("%f()", Error);
H A Dregress-1529.js31 Error.prepareStackTrace = function (error, stackTrace) {
H A Dregress-2931.js32 this.ArrayBuffer = function() { throw Error('BAM'); };
H A Dregress-360733.js11 Error.__defineGetter__('stackTraceLimit', function() { });
H A Dregress-1233.js35 delicate.toString = function(){ throw Error("toString"); };
36 delicate.valueOf = function(){ throw Error("valueOf"); };
H A Dregress-crbug-393988.js6 Error.captureStackTrace(o);
H A Dregress-2054.js33 if (i > N) throw new Error;
H A Dregress-2410.js34 { get: function() { throw Error('bug') } });
/external/clang/test/CodeGenCXX/
H A Dthrow-expression-cleanup.cpp7 struct Error { struct
8 Error(const X&) noexcept;
13 throw Error(X());
/external/valgrind/drd/tests/
H A Dmatinv.stdout.exp0 Error within bounds.
H A Domp_matinv.stdout.exp0 Error within bounds.
H A Domp_matinv_racy.stdout.exp0 Error within bounds.
/external/doclava/src/com/google/doclava/
H A DErrors.java28 Error error;
32 ErrorMessage(Error e, SourcePositionInfo p, String m) {
51 public Error error() {
56 public static void error(Error error, SourcePositionInfo where, String text) {
110 public static class Error { class in class:Errors
114 public Error(int code, int level) { method in class:Errors.Error
120 return "Error #" + this.code;
125 public static Error PARSE_ERROR = new Error(1, ERROR);
126 public static Error ADDED_PACKAG
[all...]
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/vinn/test_data/
H A Derror.js7 throw new Error('Throw ERROR');
/external/v8/test/webkit/fast/js/
H A Dnative-error-prototype.js28 shouldBe("({}).toString.call(Error.prototype)", '"[object Error]"');
29 shouldBe("({}).toString.call(RangeError.prototype)", '"[object Error]"');
31 var err = new Error("message");
35 var err = new Error();
38 var err = new Error(undefined);
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-exceptions.rb8 include ANTLR3::Error
10 describe( ANTLR3::Error ) do
/external/jetty/src/java/org/eclipse/jetty/continuation/
H A DContinuationThrowable.java40 * ContinuationThrowable extends Error as this is more likely
45 public class ContinuationThrowable extends Error
/external/deqp/executor/
H A DxeDefs.hpp34 class Error : public std::runtime_error class in namespace:xe
37 Error (const std::string& message) : std::runtime_error(message) {} function in class:xe::Error
38 Error (const char* message, const char* expr, const char* file, int line);
41 class ParseError : public Error
44 ParseError (const std::string& message) : Error(message) {}
49 #define XE_FAIL(MSG) throw xe::Error(MSG, "", __FILE__, __LINE__)
50 #define XE_CHECK(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xe::Error(NULL, #X, __FILE__, __LINE__); } while(deGetFalse())
51 #define XE_CHECK_MSG(X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) throw xe::Error(MSG, #X, __FILE__, __LINE__); } while(deGetFalse())
/external/javassist/src/main/javassist/bytecode/annotation/
H A DNoSuchClassError.java22 public class NoSuchClassError extends Error {
28 public NoSuchClassError(String className, Error cause) {
/external/vogar/src/junit/framework/
H A DAssertionFailedError.java22 public class AssertionFailedError extends Error {
/external/clang/test/CoverageMapping/
H A Dtrycatch.cpp3 class Error { class
15 throw Error(); // CHECK-NEXT: File 0, [[@LINE]]:5 -> [[@LINE]]:18 = #1
26 } catch(const Error &e) { // CHECK-NEXT: File 0, [[@LINE]]:27 -> [[@LINE+2]]:4 = #2
/external/v8/test/mjsunit/
H A Dstack-traces-custom-lazy.js39 Error.prepareStackTrace = function(e, frames) {
44 Error.prepareStackTrace = undefined;
47 testPrepareStackTrace(function() { throw new Error("foo"); });
/external/google-breakpad/src/third_party/curl/
H A Dcurlbuild.h64 Error Compilation_aborted_CURL_SIZEOF_LONG_already_defined
69 Error Compilation_aborted_CURL_TYPEOF_CURL_SOCKLEN_T_already_defined
74 Error Compilation_aborted_CURL_SIZEOF_CURL_SOCKLEN_T_already_defined
79 Error Compilation_aborted_CURL_TYPEOF_CURL_OFF_T_already_defined
84 Error Compilation_aborted_CURL_FORMAT_CURL_OFF_T_already_defined
89 Error Compilation_aborted_CURL_FORMAT_CURL_OFF_TU_already_defined
94 Error Compilation_aborted_CURL_FORMAT_OFF_T_already_defined
99 Error Compilation_aborted_CURL_SIZEOF_CURL_OFF_T_already_defined
104 Error Compilation_aborted_CURL_SUFFIX_CURL_OFF_T_already_defined
109 Error Compilation_aborted_CURL_SUFFIX_CURL_OFF_TU_already_define
[all...]

Completed in 3044 milliseconds

1234567891011>>