Searched refs:Error (Results 176 - 200 of 566) sorted by relevance

1234567891011>>

/external/chromium/third_party/libjingle/source/talk/base/
H A Dopenssladapter.h72 void Error(const char* context, int err, bool signal = true);
H A Dopensslstreamadapter.h123 // Error handler helper. signal is given as true for errors in
129 void Error(const char* context, int err, bool signal);
H A Dschanneladapter.h73 void Error(const char* context, int err, bool signal = true);
H A Dtask.h83 // needed for Abort and Error, and now the subclasses of Task will ground
152 void Error();
/external/chromium/third_party/libjingle/source/talk/examples/login/
H A Dxmppsocket.h51 virtual buzz::AsyncSocket::Error error();
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dxmppengineimpl.h124 virtual Error GetError(int *subcode) {
201 void SignalError(Error errorCode, int subCode);
231 Error error_;
257 Error error_code_;
H A Dxmpplogintask.h75 bool Failure(XmppEngine::Error reason);
H A Dxmppstanzaparser.h68 virtual void Error(XmlParseContext * pctx, function in class:buzz::XmppStanzaParser::ParseHandler
/external/clang/examples/PrintFunctionNames/
H A DPrintFunctionNames.cpp50 DiagnosticsEngine::Error, "invalid argument '" + args[i] + "'");
/external/clang/unittests/AST/
H A DAPValueTest.cpp48 diag_just_format(DiagIDs->getCustomDiagID(DiagnosticIDs::Error, "%0")),
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp259 /// Error* - These are little helper functions for error handling.
260 ExprAST *Error(const char *Str) { fprintf(stderr, "Error: %s\n", Str);return 0;} function
261 PrototypeAST *ErrorP(const char *Str) { Error(Str); return 0; }
262 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; }
289 return Error("Expected ')' or ',' in argument list");
314 return Error("expected ')'");
328 return Error("expected then");
335 return Error("expected else");
350 return Error("expecte
[all...]
/external/llvm/include/llvm/Support/
H A Draw_ostream.h300 /// Error This flag is true if an error of any kind has been detected.
302 bool Error; member in class:llvm::raw_fd_ostream
322 void error_detected() { Error = true; }
389 return Error;
402 Error = false;
/external/skia/src/ports/
H A DSkXMLParser_tinyxml.cpp57 if (doc.Error())
/external/srec/audio/AudioIn/UNIX/include/
H A Daudioin.h249 const LHS_AUDIOIN_ERROR Error /*[in] The Error code.*/
/external/v8/benchmarks/
H A Dsplay.js100 throw new Error("Splay tree has wrong size");
106 throw new Error("Splay tree not sorted");
195 throw Error('Key not found: ' + key);
199 throw Error('Key not found: ' + key);
/external/v8/test/mjsunit/compiler/
H A Dregress-stacktrace-methods.js38 Hest.prototype.three = function() { if (v == 42) throw new Error("urg"); }
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-splay.js94 throw new Error("Splay tree has wrong size");
100 throw new Error("Splay tree not sorted");
189 throw Error('Key not found: ' + key);
193 throw Error('Key not found: ' + key);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-splay.js94 throw new Error("Splay tree has wrong size");
100 throw new Error("Splay tree not sorted");
189 throw Error('Key not found: ' + key);
193 throw Error('Key not found: ' + key);
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-splay.js95 throw new Error("Splay tree has wrong size");
101 throw new Error("Splay tree not sorted");
190 throw Error('Key not found: ' + key);
194 throw Error('Key not found: ' + key);
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Exceptions/
H A Dregress-181654.js38 * SUMMARY: Calling toString for an object derived from the Error class
45 var summary = 'Calling toString for an object derived from the Error class should be possible.';
56 // derive MyError from Error
61 MyError.prototype = new Error();
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Object/
H A Dclass-001.js88 status = 'new Error()';
89 actual = getJSClass(new Error());
90 expect = 'Error';
H A Dclass-002.js84 status = 'Error';
85 actual = getJSClass(Error);
H A Dclass-003.js28 * ECMA expects the [[Class]] property to equal 'Error' in each case.
46 * We expect 'Error' every time; see discussion above -
48 status = 'new Error()';
49 actual = getJSClass(new Error());
50 expect = 'Error';
55 expect = 'Error';
60 expect = 'Error';
65 expect = 'Error';
70 expect = 'Error';
75 expect = 'Error';
[all...]
H A Dclass-004.js47 status = 'Error';
48 actual = getJSClass(Error);
/external/webkit/Source/WebCore/bindings/js/
H A DJSAudioConstructor.cpp34 #include <runtime/Error.h>

Completed in 304 milliseconds

1234567891011>>