HomeSort by relevance Sort by last modified time
    Searched defs:Error (Results 426 - 450 of 500) sorted by null

<<11121314151617181920

  /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 66 protected void onStart() { super.onStart(); throw new Error(); }
120 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/chromium_org/remoting/webapp/js_proto/
chrome_proto.js 431 chrome.cast.Error = function() {};
464 * @param {function(chrome.cast.Error):void} errorCallback
488 * @param {function(chrome.cast.Error):void} errorCallback
516 * @param {function(chrome.cast.Error):void} onInitError
523 * @param {function(chrome.cast.Error):void} errorCallback
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
mediachannel.h     [all...]
  /external/chromium_org/tools/clang/blink_gc_plugin/
BlinkGCPlugin.cpp 629 enum Error {
639 typedef std::vector<std::pair<FieldPoint*, Error> > Errors;
725 Error InvalidSmartPtr(Edge* ptr) {
782 // Register warning/error messages.
1552 unsigned error; local
    [all...]
  /external/chromium_org/v8/src/
bootstrapper.cc     [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 254 void Error(const char *Msg);
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 143 unsigned DiagID = Diags.getCustomDiagID(DiagnosticsEngine::Error,
248 bool Error = false;
260 Error = true;
263 Error = true;
296 if (!Error)
374 getModule().addModuleFlag(llvm::Module::Error, "wchar_size", WCharWidth);
378 getModule().addModuleFlag(llvm::Module::Error, "min_enum_size", EnumWidth);
448 void CodeGenModule::Error(SourceLocation loc, StringRef message) {
449 unsigned diagID = getDiags().getCustomDiagID(DiagnosticsEngine::Error, "%0");
453 /// 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, '" +
410 TP.error("Type inference contradiction found, forcing '" +
431 TP.error("Type inference contradiction found, forcing '"
1874 void TreePattern::error(const std::string &Msg) { function in class:TreePattern
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
ExtensionAPI.js 47 Error: "error"
614 console.error("Uncaught exception in extension audit event handler: " + e);
994 // Override chrome.devtools as a workaround for a error-throwing getter being exposed
  /external/clang/lib/Sema/
SemaType.cpp 407 goto error;
412 goto error;
415 error:
    [all...]
SemaChecking.cpp 51 /// This is useful when doing custom type-checking. Returns true on error.
120 ASTContext::GetBuiltinTypeError Error;
121 Context.GetBuiltinType(BuiltinID, Error, &ICEArguments);
122 if (Error != ASTContext::GE_None)
630 // FIXME: VFP Intrinsics should error if VFP not present.
    [all...]
SemaDecl.cpp 332 // diagnose the error then. If we don't do this, then the error
333 // about hiding the type will be immediately followed by an error
457 /// isTagName() - This method is called *for error recovery purposes only*
483 /// then downgrade the missing typename error to a warning.
    [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);
3916 enum CXLoadDiag_Error error; local
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 50 cl::desc("Consider warnings as error"));
110 /// \brief Was there an error parsing the inline assembly?
217 bool Error(SMLoc L, const Twine &Msg,
474 // ".err" or ".error"
554 return Error(L, Msg, Ranges);
560 bool AsmParser::Error(SMLoc L, const Twine &Msg, ArrayRef<SMRange> Ranges) {
613 if (tok->is(AsmToken::Error))
614 Error(Lexer.getErrLoc(), Lexer.getErr());
649 // We had an error, validate that one was emitted and recover by skipping to
651 assert(HadError && "Parse statement returned an error, but none emitted!")
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 72 bool Error(SMLoc L, const Twine &Msg) { return Parser.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/clang/lib/Serialization/
ASTReader.cpp 315 if (CurLevel < DiagnosticsEngine::Error)
319 if (StoredLevel < DiagnosticsEngine::Error) {
335 return Ext >= diag::Severity::Error;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.event_1.2.0.v20100503.jar 
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 1654 milliseconds

<<11121314151617181920