Searched defs:ReportError (Results 1 - 16 of 16) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugParser.cs95 public virtual void ReportError( IOException e ) method in class:Antlr.Runtime.Debug.DebugParser
123 public override void ReportError( RecognitionException e ) method in class:Antlr.Runtime.Debug.DebugParser
125 base.ReportError(e);
H A DDebugTreeParser.cs96 public virtual void ReportError( IOException e ) method in class:Antlr.Runtime.Debug.DebugTreeParser
102 public override void ReportError( RecognitionException e ) method in class:Antlr.Runtime.Debug.DebugTreeParser
/external/chromium/chrome/browser/extensions/
H A Dextension_error_reporter.cc41 void ExtensionErrorReporter::ReportError(const std::string& message, function in class:ExtensionErrorReporter
46 NewRunnableMethod(this, &ExtensionErrorReporter::ReportError, message,
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugParser.cs87 public virtual void ReportError(IOException e) { method in class:Antlr.Runtime.Debug.DebugParser
110 public override void ReportError(RecognitionException e) { method in class:Antlr.Runtime.Debug.DebugParser
111 base.ReportError(e);
H A DDebugTreeParser.cs90 public virtual void ReportError(IOException e) { method in class:Antlr.Runtime.Debug.DebugTreeParser
95 public override void ReportError(RecognitionException e) { method in class:Antlr.Runtime.Debug.DebugTreeParser
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DLexer.cs160 ReportError(mre);
165 ReportError(mte);
170 ReportError( re );
320 public override void ReportError( RecognitionException e ) method in class:Antlr.Runtime.Lexer
H A DBaseRecognizer.cs227 public virtual void ReportError( RecognitionException e ) method in class:Antlr.Runtime.BaseRecognizer
710 ReportError( e ); // report after consuming so AW sees the token in the exception
721 ReportError( e ); // report after inserting so AW sees the token in the exception
737 ReportError( e );
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DLexer.cs133 ReportError(nva);
136 ReportError(re);
265 public override void ReportError(RecognitionException e) { method in class:Antlr.Runtime.Lexer
H A DBaseRecognizer.cs207 public virtual void ReportError(RecognitionException e) { method in class:Antlr.Runtime.BaseRecognizer
629 ReportError(e); // report after consuming so AW sees the token in the exception
639 ReportError(e); // report after inserting so AW sees the token in the exception
653 ReportError(e);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimLexer.cs164 ReportError( nva );
169 ReportError( re );
337 public override void ReportError( RecognitionException e ) method in class:Antlr.Runtime.SlimLexer
/external/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp223 void ReportError(QualType T);
244 ReportError(T);
256 void ASTFieldVisitor::ReportError(QualType T) { function in class:ASTFieldVisitor
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas753 procedure ReportError(const E: ERecognitionException);
911 /// See also ReportError()
2260 procedure ReportError(const E: ERecognitionException); virtual; procedure
2445 procedure ReportError(const E: ERecognitionException); override;
4627 ReportError(E);
4651 ReportError(E); // report after consuming so AW sees the token in the exception
4664 ReportError(E); // report after inserting so AW sees the token in the exception
4674 procedure TBaseRecognizer.ReportError(const E: ERecognitionException);
5548 ReportError(NVA);
5554 ReportError(R
[all...]
/external/protobuf/src/google/protobuf/
H A Dtext_format.cc165 void ReportError(int line, int col, const string& message) { function in class:google::protobuf::TextFormat::Parser::ParserImpl
205 void ReportError(const string& message) { function in class:google::protobuf::TextFormat::Parser::ParserImpl
206 ReportError(tokenizer_.current().line, tokenizer_.current().column,
255 ReportError("Extension \"" + field_name + "\" is not defined or "
283 ReportError("Message type \"" + descriptor->full_name() +
292 ReportError("Non-repeated field \"" + field_name +
408 ReportError("Invalid value for boolean field \"" + field->name()
425 ReportError("Unknown enumeration value of \"" + value + "\" for "
459 ReportError("Expected identifier.");
473 ReportError("Expecte
[all...]
/external/chromium/net/disk_cache/
H A Dbackend_impl.cc437 ReportError(ERR_STORAGE_ERROR);
467 ReportError(ERR_INIT_FAILED);
485 ReportError(ERR_PREVIOUS_CRASH);
487 ReportError(0);
574 ReportError(ERR_CACHE_DOOMED);
1113 ReportError(error);
1125 void BackendImpl::ReportError(int error) { function in class:disk_cache::BackendImpl
/external/chromium/sdch/open-vcdiff/src/
H A Dgflags.cc206 static void ReportError(DieWhenReporting should_die, const char* format, ...) { function in namespace:google::__anon3106
688 ReportError(DIE, "ERROR: flag '%s' was defined more than once "
694 ReportError(DIE, "ERROR: something wrong with flag '%s' in file '%s'. "
954 ReportError(DIE, "ERROR: empty flaglist entry\n");
956 ReportError(DIE, "ERROR: flag \"%*s\" begins with '-'\n", len, value);
1215 ReportError(DO_NOT_DIE, "%s", error_message.c_str());
1318 ReportError(DIE, "ERROR: error parsing env variable '%s' with value '%s'\n",
1489 ReportError(DIE, "ERROR: SetUsageMessage() called twice\n");
/external/v8/src/
H A Dparser.cc5056 ReportError(CStrVector(Isolate::kStackOverflowMessage));
5058 ReportError(CStrVector("Regular expression too large"));
5086 RegExpTree* RegExpParser::ReportError(Vector<const char> message) { function in class:v8::internal::RegExpParser
5131 ReportError(CStrVector("Unterminated group") CHECK_FAILED);
5138 ReportError(CStrVector("Unmatched ')'") CHECK_FAILED);
5182 return ReportError(CStrVector("Nothing to repeat"));
5228 ReportError(CStrVector("Invalid group") CHECK_FAILED);
5237 ReportError(CStrVector("Too many captures") CHECK_FAILED);
5258 return ReportError(CStrVector("\\ at end of pattern"));
5385 ReportError(CStrVecto
[all...]

Completed in 363 milliseconds