| /external/llvm/lib/Target/PowerPC/AsmParser/ |
| PPCAsmParser.cpp | 162 // value on success, or -1 on error. 232 bool Error(SMLoc L, const Twine &Msg) { return getParser().Error(L, Msg); } [all...] |
| /external/llvm/lib/Target/X86/AsmParser/ |
| X86AsmParser.cpp | 635 bool Error(SMLoc L, const Twine &Msg, 640 return Parser.Error(L, Msg, Ranges); 648 return Error(L, Msg, Ranges, MatchingInlineAsm); 652 Error(Loc, Msg); 854 // Again, return true and let another error happen. 875 return Error(StartLoc, "invalid register name", 895 return Error(StartLoc, "register %" 913 return Error(IntTok.getLoc(), "expected stack index"); 923 default: return Error(IntTok.getLoc(), "invalid stack index"); 927 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...] |
| /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/ |
| AacEncTest.c | 293 APP_EPRINT("App: Error in GetState from WaitForState() \n" ); 331 * OMX_ErrorBadParameter Error on parameters 356 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__); 381 Component Name : %d : Error Num %x \n", 512 * @retval error Return Value to OS 540 OMX_ERRORTYPE error = OMX_ErrorNone; local 693 APP_EPRINT("APP: Error: failed to open the file %s for readonly access\n", argv[1]); 701 APP_EPRINT("APP: Error: failed to create the output file %s\n", argv[2]); 722 APP_DPRINT("%d :: APP: Error: Invalid Mode Specifier, Check argument 3\n",__LINE__); 761 APP_EPRINT("App: Error: Fill Data Pipe failed to open\n") 2473 int error=0; local 2505 int error=0; local [all...] |
| /libcore/jsr166-tests/src/test/java/jsr166/ |
| ForkJoinPoolTest.java | 74 protected void onStart() { super.onStart(); throw new Error(); } 128 protected final boolean exec() { throw new Error(); } [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
| poclass.h | 240 USHORT Error : 1;
|
| dbgeng.h | [all...] |
| /external/clang/include/clang/Serialization/ |
| ASTReader.h | 272 void Error(const char *Msg); [all...] |
| /external/clang/lib/CodeGen/ |
| CodeGenModule.cpp | 147 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error, 262 bool Error = false; 274 Error = true; 277 Error = true; 310 if (!Error) 390 getModule().addModuleFlag(llvm::Module::Error, "wchar_size", WCharWidth); 394 getModule().addModuleFlag(llvm::Module::Error, "min_enum_size", EnumWidth); 476 void CodeGenModule::Error(SourceLocation loc, StringRef message) { 477 unsigned diagID = getDiags().getCustomDiagID(DiagnosticsEngine::Error, "%0"); 481 /// ErrorUnsupported - Print out an error that codegen doesn't support th [all...] |
| CGBuiltin.cpp | [all...] |
| /external/llvm/lib/AsmParser/ |
| LLToken.h | 21 Eof, Error,
|
| /external/llvm/utils/TableGen/ |
| CodeGenDAGPatterns.cpp | 21 #include "llvm/TableGen/Error.h" 93 TP.error("Type inference contradiction found, no " + 164 /// contradictory (e.g. merge f32 into i32) then this flags an error. 240 TP.error("Type inference contradiction found, merging '" + 263 TP.error("Type inference contradiction found, '" + 289 TP.error("Type inference contradiction found, '" + 316 TP.error("Type inference contradiction found, '" + 343 TP.error("Type inference contradiction found, '" + 424 TP.error("Type inference contradiction found, '" + InputSet.getName() + 451 TP.error("Type inference contradiction found, '" + InputSet.getName() 2019 void TreePattern::error(const Twine &Msg) { function in class:TreePattern [all...] |
| /external/v8/src/ |
| bootstrapper.cc | [all...] |
| /external/clang/lib/Sema/ |
| SemaDeclAttr.cpp | 78 /// parameters. It is an error to call this on a K&R function (use 188 /// output an error. 197 /// output an error. 206 /// output an error. 215 /// expression and return success or failure. May output an error. 257 /// instance method D. May output an error. 305 /// If not emit an error and return false. If the argument is an identifier it 306 /// will emit an error with a fixit hint and treat it as if it was a string 373 /// Note that this function may produce an error message. [all...] |
| SemaType.cpp | 407 goto error; 412 goto error; 415 error: [all...] |
| /external/clang/tools/c-index-test/ |
| c-index-test.c | 105 fprintf(stderr, "Failure: AST deserialization error occurred\n"); 176 "error: %sfrom:to argument is missing comma\n", opt_name); 186 fprintf(stderr, "error: cannot open file %s that we are remapping to\n", 202 fprintf(stderr, "error: unexpected %s reading 'to' file %s\n", 203 (feof(to_file) ? "EOF" : "error"), sep + 1); 566 xmlErrorPtr Error = xmlGetLastError(); 567 printf(" CommentXMLInvalid [not well-formed XML: %s]", Error->message); 576 xmlErrorPtr Error = xmlGetLastError(); 577 printf(" CommentXMLInvalid [not vaild XML: %s]", Error->message); 3981 enum CXLoadDiag_Error error; local [all...] |
| /external/llvm/lib/Target/AArch64/AsmParser/ |
| AArch64AsmParser.cpp | 70 bool Error(SMLoc L, const Twine &Msg) { return getParser().Error(L, Msg); } [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
| video.h | 53 VideoPortDebugPrint(Error, "Video: Pageable code called at IRQL %d\n", VideoPortGetCurrentIrql() ); \ 580 Error = 0, [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.eclipse.equinox.event_1.2.0.v20100503.jar | |
| /external/llvm/lib/MC/MCParser/ |
| AsmParser.cpp | 102 /// \brief Was there an error parsing the inline assembly? 209 bool Error(SMLoc L, const Twine &Msg, 469 // ".err" or ".error" 542 return Error(L, Msg, Ranges); 548 bool AsmParser::Error(SMLoc L, const Twine &Msg, ArrayRef<SMRange> Ranges) { 601 if (tok->is(AsmToken::Error)) 602 Error(Lexer.getErrLoc(), Lexer.getErr()); 637 // We had an error, validate that one was emitted and recover by skipping to 639 assert(HadError && "Parse statement returned an error, but none emitted!"); 770 // If we have an error assume that we've already handled it [all...] |
| /external/llvm/tools/llvm-objdump/ |
| MachODump.cpp | 158 std::string Error; 159 const Target *TheTarget = TargetRegistry::lookupTarget(TripleName, Error); 163 *ThumbTarget = TargetRegistry::lookupTarget(ThumbTripleName, Error); 167 errs() << "llvm-objdump: error: unable to get target for '"; [all...] |