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

<<11121314151617181920>>

  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlparser.h 67 virtual void Error(XmlParseContext * pctx,
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmpplogintask.h 75 bool Failure(XmppEngine::Error reason);
xmppstanzaparser.h 68 virtual void Error(XmlParseContext * pctx,
  /external/clang/examples/PrintFunctionNames/
PrintFunctionNames.cpp 46 // Example error handling.
47 if (args[i] == "-an-error") {
50 DiagnosticsEngine::Error, "invalid argument '" + args[i] + "'");
  /external/clang/unittests/AST/
APValueTest.cpp 48 diag_just_format(DiagIDs->getCustomDiagID(DiagnosticIDs::Error, "%0")),
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 259 /// Error* - These are little helper functions for error handling.
260 ExprAST *Error(const char *Str) { fprintf(stderr, "Error: %s\n", Str);return 0;}
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")
    [all...]
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParser.h 80 /// Error - Emit an error at the location \arg L, with the message \arg
85 virtual bool Error(SMLoc L, const Twine &Msg,
95 /// \brief Report an error at the current lexer location.
108 /// EatToEndOfStatement - Skip to the end of the current statement, for error
115 /// on error.
124 /// on error.
132 /// on error.
  /external/skia/src/ports/
SkXMLParser_tinyxml.cpp 57 if (doc.Error())
59 printf("tinyxml error: <%s> row[%d] col[%d]\n", doc.ErrorDesc(), doc.ErrorRow(), doc.ErrorCol());
91 void SkXMLParser::GetNativeErrorString(int error, SkString* str)
  /external/srec/audio/AudioIn/UNIX/include/
audioin.h 101 FIFO and the codec. This state is caused by an error in the MMSystem. It is
249 const LHS_AUDIOIN_ERROR Error /*[in] The Error code.*/
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Object/
class-001.js 88 status = 'new Error()';
89 actual = getJSClass(new Error());
90 expect = 'Error';
class-002.js 84 status = 'Error';
85 actual = getJSClass(Error);
class-003.js 22 * SUMMARY: Testing the [[Class]] property of native error types.
25 * Same as class-001.js - but testing only the native error types here.
28 * ECMA expects the [[Class]] property to equal 'Error' in each case.
38 var summary = 'Testing the internal [[Class]] property of native error types';
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';
    [all...]
class-004.js 22 * SUMMARY: Testing [[Class]] property of native error constructors.
25 * See ECMA-262 Edition 3, Section 15.11.6 for the native error types.
37 var summary = 'Testing the internal [[Class]] property of native error constructors';
47 status = 'Error';
48 actual = getJSClass(Error);
  /external/webkit/Source/WebCore/bindings/js/
JSAudioConstructor.cpp 34 #include <runtime/Error.h>
JSAudioNodeCustom.cpp 32 #include <runtime/Error.h>
JSDOMFormDataCustom.cpp 38 #include <runtime/Error.h>
JSHTMLInputElementCustom.cpp 30 #include <runtime/Error.h>
JSImageConstructor.cpp 27 #include <runtime/Error.h>
JSMessagePortCustom.cpp 37 #include <runtime/Error.h>
JSNodeFilterCondition.cpp 26 #include <runtime/Error.h>
JSSVGLengthCustom.cpp 25 #include <runtime/Error.h>
JSSharedWorkerCustom.cpp 40 #include <runtime/Error.h>
JSWebSocketCustom.cpp 41 #include <runtime/Error.h>
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebResponse.h 67 net::Error m_error;
WebViewClientError.cpp 35 WebViewClientError ToWebViewClientError(net::Error error) {
36 // Note: many net::Error constants don't have an obvious mapping.
38 switch(error) {
130 android_printLog(ANDROID_LOG_DEBUG, "chromium", "Unknown chromium error: %d", error);

Completed in 1762 milliseconds

<<11121314151617181920>>