| /external/chromium_org/third_party/mesa/src/include/CL/ |
| cl.hpp | 124 * catch (cl::Error err) { 126 * << "ERROR: " 207 /*! \class Error 210 class Error : public std::exception 216 /*! Create a new CL error exception for a given error code 219 Error(cl_int err, const char * errStr = NULL) : err_(err), errStr_(errStr) 222 ~Error() throw() {} 224 /*! \brief Get error string associated with exception 226 * \return A memory pointer to the error message string 1431 cl_int error; local 1454 cl_int error; local 1640 cl_int error; local 1751 cl_int error; local 1780 cl_int error; local 1815 cl_int error; local 1854 cl_int error; local 1901 cl_int error; local 1992 cl_int error; local 2029 cl_int error; local 2075 cl_int error; local 2113 cl_int error; local 2156 cl_int error; local 2397 cl_int error; local 2424 cl_int error; local 2545 cl_int error; local 2568 cl_int error; local 2877 cl_int error; local 2904 cl_int error; local [all...] |
| /external/mesa3d/include/CL/ |
| cl.hpp | 124 * catch (cl::Error err) { 126 * << "ERROR: " 207 /*! \class Error 210 class Error : public std::exception 216 /*! Create a new CL error exception for a given error code 219 Error(cl_int err, const char * errStr = NULL) : err_(err), errStr_(errStr) 222 ~Error() throw() {} 224 /*! \brief Get error string associated with exception 226 * \return A memory pointer to the error message string 1431 cl_int error; local 1454 cl_int error; local 1640 cl_int error; local 1751 cl_int error; local 1780 cl_int error; local 1815 cl_int error; local 1854 cl_int error; local 1901 cl_int error; local 1992 cl_int error; local 2029 cl_int error; local 2075 cl_int error; local 2113 cl_int error; local 2156 cl_int error; local 2397 cl_int error; local 2424 cl_int error; local 2545 cl_int error; local 2568 cl_int error; local 2877 cl_int error; local 2904 cl_int error; local [all...] |
| /art/tools/ |
| cpplint.py | 120 error messages whose category names pass the filters will be printed. 157 # We categorize each error message we print. Here are the categories. 159 # If you add a new error message with a new category, add it to the list 352 # {str, set(int)}: a map from error categories to sets of linenumbers 360 def ParseNolintSuppressions(filename, raw_line, linenum, error): 361 """Updates the global list of error-suppressions. 364 error_suppressions store. Reports an error if the NOLINT comment 371 error: function, an error handler. 385 error(filename, linenum, 'readability/nolint', 5 [all...] |
| /external/chromium_org/chrome/browser/extensions/updater/ |
| extension_updater_unittest.cc | 91 typedef ExtensionDownloaderDelegate::Error Error; 118 // Don't use initial delay unless the last request was an error. 143 Error, [all...] |
| /external/chromium_org/gpu/command_buffer/ |
| build_gles2_cmd_buffer.py | [all...] |
| /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
| ConsoleModel.js | 105 case WebInspector.ConsoleMessage.MessageLevel.Error: 286 return (this.level === WebInspector.ConsoleMessage.MessageLevel.Warning || this.level === WebInspector.ConsoleMessage.MessageLevel.Error); 428 Error: "error", 437 "error": 4
|
| /external/chromium_org/third_party/libvpx/source/libvpx/tools/ |
| cpplint.py | 88 error messages whose category names pass the filters will be printed. 138 # We categorize each error message we print. Here are the categories. 140 # If you add a new error message with a new category, add it to the list 439 # {str, set(int)}: a map from error categories to sets of linenumbers 455 def ParseNolintSuppressions(filename, raw_line, linenum, error): 456 """Updates the global list of error-suppressions. 459 error_suppressions store. Reports an error if the NOLINT comment 466 error: function, an error handler. 480 error(filename, linenum, 'readability/nolint', 5 [all...] |
| /external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/ |
| tinyxml.h | 308 or 0 if the function has an error. 579 Returns a pointer to the new object or NULL if an error occured. 596 Returns a pointer to the new object or NULL if an error occured. 601 Returns a pointer to the new object or NULL if an error occured. 606 Returns a pointer to the new object or NULL if an error occured. 823 IntValue() method with richer error checking. 883 TiXmlDocument* document; // A pointer back to a document, for error reporting. 1549 bool error; member in class:TiXmlDocument [all...] |
| /external/chromium_org/third_party/skia/src/animator/ |
| SkScript2.h | 25 enum Error { 44 Error getError() { return fError; } 265 Error fError;
|
| /external/chromium_org/third_party/sqlite/src/test/ |
| threadtest3.c | 21 ** via macros that help with error reporting. The macros are defined 391 typedef struct Error Error; 404 struct Error { 436 static void free_err(Error *p){ 442 static void print_err(Error *p){ 444 printf("Error: (%d) \"%s\" at line %d\n", p->rc, p->zErr, p->iLine); 449 static void print_and_free_err(Error *p){ 454 static void system_error(Error *pErr, int iSys){ 462 Error *pErr, [all...] |
| /external/chromium_org/tools/telemetry/third_party/png/ |
| png.py | 300 class Error(Exception): 301 prefix = 'Error' 305 class FormatError(Error): [all...] |
| /external/clang/bindings/python/clang/ |
| cindex.py | 81 """Represents an error that occurred when loading a TranslationUnit. 86 FIXME: Make libclang expose additional error information in this scenario. 91 """Represents an error that occurred when saving a TranslationUnit. 93 Each error has associated with it an enumerated value, accessible under 98 # Indicates that an unknown error occurred. This typically indicates that 113 raise Exception("Encountered undefined TranslationUnit save error " 118 Exception.__init__(self, 'Error %d: %s' % (enumeration, message)) 305 Error = 3 756 # Invalid/Error Kinds [all...] |
| /external/clang/include/clang/Basic/ |
| Diagnostic.h | 47 /// amount of code will correct a compilation error. The compiler 53 /// \brief Code that should be replaced to correct the error. Empty for an 145 Error = DiagnosticIDs::Error, 279 /// \brief Sticky flag set to \c true when an error is emitted. 282 /// \brief Sticky flag set to \c true when an "uncompilable error" occurs. 283 /// I.e. an error that was not upgraded from a warning by -Werror. 286 /// \brief Sticky flag set to \c true when a fatal error is emitted. 289 /// \brief Indicates that an unrecoverable error has occurred. 292 /// \brief Counts for DiagnosticErrorTrap to check whether an error occurre [all...] |
| /external/compiler-rt/lib/sanitizer_common/scripts/ |
| cpplint.py | 120 error messages whose category names pass the filters will be printed. 157 # We categorize each error message we print. Here are the categories. 159 # If you add a new error message with a new category, add it to the list 352 # {str, set(int)}: a map from error categories to sets of linenumbers 360 def ParseNolintSuppressions(filename, raw_line, linenum, error): 361 """Updates the global list of error-suppressions. 364 error_suppressions store. Reports an error if the NOLINT comment 371 error: function, an error handler. 385 error(filename, linenum, 'readability/nolint', 5 [all...] |
| /external/libvpx/libvpx/tools/ |
| cpplint.py | 88 error messages whose category names pass the filters will be printed. 138 # We categorize each error message we print. Here are the categories. 140 # If you add a new error message with a new category, add it to the list 439 # {str, set(int)}: a map from error categories to sets of linenumbers 455 def ParseNolintSuppressions(filename, raw_line, linenum, error): 456 """Updates the global list of error-suppressions. 459 error_suppressions store. Reports an error if the NOLINT comment 466 error: function, an error handler. 480 error(filename, linenum, 'readability/nolint', 5 [all...] |
| /external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
| toy.cpp | 284 /// Error* - These are little helper functions for error handling. 285 ExprAST *Error(const char *Str) { fprintf(stderr, "Error: %s\n", Str);return 0;} 286 PrototypeAST *ErrorP(const char *Str) { Error(Str); return 0; } 287 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; } 314 return Error("Expected ')' or ',' in argument list"); 339 return Error("expected ')'"); 353 return Error("expected then"); 360 return Error("expected else") [all...] |
| /external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
| toy.cpp | 308 /// Error* - These are little helper functions for error handling. 309 ExprAST *Error(const char *Str) { fprintf(stderr, "Error: %s\n", Str);return 0;} 310 PrototypeAST *ErrorP(const char *Str) { Error(Str); return 0; } 311 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; } 338 return Error("Expected ')' or ',' in argument list"); 363 return Error("expected ')'"); 377 return Error("expected then"); 384 return Error("expected else") [all...] |
| /external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
| toy.cpp | 261 /// Error* - These are little helper functions for error handling. 262 ExprAST *Error(const char *Str) { fprintf(stderr, "Error: %s\n", Str);return 0;} 263 PrototypeAST *ErrorP(const char *Str) { Error(Str); return 0; } 264 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; } 291 return Error("Expected ')' or ',' in argument list"); 316 return Error("expected ')'"); 330 return Error("expected then"); 337 return Error("expected else") [all...] |
| /external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
| toy.cpp | 263 /// Error* - These are little helper functions for error handling. 264 ExprAST *Error(const char *Str) { fprintf(stderr, "Error: %s\n", Str);return 0;} 265 PrototypeAST *ErrorP(const char *Str) { Error(Str); return 0; } 266 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; } 293 return Error("Expected ')' or ',' in argument list"); 318 return Error("expected ')'"); 332 return Error("expected then"); 339 return Error("expected else") [all...] |
| /external/llvm/lib/Target/X86/AsmParser/ |
| X86AsmParser.cpp | 637 bool Error(SMLoc L, const Twine &Msg, 641 return Parser.Error(L, Msg, Ranges); 648 return Error(L, Msg, Ranges, MatchingInlineAsm); 652 Error(Loc, Msg); 827 // Again, return true and let another error happen. 847 return Error(StartLoc, "invalid register name", 867 return Error(StartLoc, "register %" 885 return Error(IntTok.getLoc(), "expected stack index"); 895 default: return Error(IntTok.getLoc(), "invalid stack index"); 899 return Error(Parser.getTok().getLoc(), "expected ')'") [all...] |
| /external/sfntly/cpp/src/test/tinyxml/ |
| tinyxml.h | 308 or 0 if the function has an error. 579 Returns a pointer to the new object or NULL if an error occured. 596 Returns a pointer to the new object or NULL if an error occured. 601 Returns a pointer to the new object or NULL if an error occured. 606 Returns a pointer to the new object or NULL if an error occured. 823 IntValue() method with richer error checking. 883 TiXmlDocument* document; // A pointer back to a document, for error reporting. 1549 bool error; member in class:TiXmlDocument [all...] |
| /external/skia/src/animator/ |
| SkScript2.h | 25 enum Error { 44 Error getError() { return fError; } 265 Error fError;
|
| /external/tinyxml/ |
| tinyxml.h | 261 or 0 if the function has an error. 532 Returns a pointer to the new object or NULL if an error occured. 549 Returns a pointer to the new object or NULL if an error occured. 554 Returns a pointer to the new object or NULL if an error occured. 559 Returns a pointer to the new object or NULL if an error occured. 732 IntValue() method with richer error checking. 755 SetName ( buf.buffer ? buf.buffer : "error" ); 761 SetValue( buf.buffer ? buf.buffer : "error" ); 793 TiXmlDocument* document; // A pointer back to a document, for error reporting. 883 Attribute() method with richer error checking 1359 bool error; member in class:TiXmlDocument [all...] |
| /external/tinyxml2/ |
| tinyxml2.h | 778 If the value isn't an integer, 0 will be returned. There is no error checking;
779 use QueryIntAttribute() if you need error checking.
881 returned if there is an error. For a method with error
[all...] |
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/ |
| cpplint.py | 88 error messages whose category names pass the filters will be printed. 138 # We categorize each error message we print. Here are the categories. 140 # If you add a new error message with a new category, add it to the list 439 # {str, set(int)}: a map from error categories to sets of linenumbers 455 def ParseNolintSuppressions(filename, raw_line, linenum, error): 456 """Updates the global list of error-suppressions. 459 error_suppressions store. Reports an error if the NOLINT comment 466 error: function, an error handler. 480 error(filename, linenum, 'readability/nolint', 5 [all...] |