Searched refs:ReportError (Results 1 - 25 of 38) sorted by relevance

12

/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.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/v8/test/promises-aplus/lib/
H A Dmocha.js114 suite.ReportError(this, e);
128 suite.ReportError(this, Error('timeout'));
136 return suite.ReportError(this, e);
139 return suite.ReportError(this, assert.fails[0]);
146 return suite.ReportError(this, e);
149 return suite.ReportError(this, assert.fails[0]);
156 return suite.ReportError(this, e);
159 return suite.ReportError(this, assert.fails[0]);
218 TestSuite.prototype.ReportError = function(testCase, e) {
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
H A DASTDbg.stg70 ReportError( ioe );
H A DDbg.stg162 ReportError( ioe );
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
H A DASTDbg.stg74 ReportError( ioe );
H A DDbg.stg161 ReportError( ioe );
/external/google-breakpad/src/common/
H A Dmodule.cc216 bool Module::ReportError() { function in class:google_breakpad::Module
236 return ReportError();
248 return ReportError();
262 return ReportError();
273 return ReportError();
298 return ReportError();
309 return ReportError();
H A Dmodule.h288 static bool ReportError();
/external/protobuf/src/google/protobuf/
H A Dtext_format.cc270 void ReportError(int line, int col, const string& message) { function in class:google::protobuf::TextFormat::Parser::ParserImpl
310 void ReportError(const string& message) { function in class:google::protobuf::TextFormat::Parser::ParserImpl
311 ReportError(tokenizer_.current().line, tokenizer_.current().column,
366 ReportError("Extension \"" + field_name + "\" is not defined or "
415 ReportError("Message type \"" + descriptor->full_name() +
444 ReportError("Non-repeated field \"" + field_name +
454 ReportError("Field \"" + field_name + "\" is specified along with "
668 ReportError("Invalid value for boolean field \"" + field->name()
693 ReportError("Expected integer or identifier.");
699 ReportError("Unknow
[all...]
/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/skia/tools/copyright/
H A Dmain.py80 def ReportError(text): function
/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/pdfium/fpdfsdk/src/
H A Dfpdf_ext.cpp17 void ReportError(int nErrorType);
23 void CFSDK_UnsupportInfo_Adapter::ReportError(int nErrorType) function in class:CFSDK_UnsupportInfo_Adapter
43 pAdapter->ReportError(nError);
H A Dfpdfview.cpp414 CPDF_ModuleMgr::Get()->ReportError(999, str);
433 CPDF_ModuleMgr::Get()->ReportError(FPDFERR_OUT_OF_MEMORY, str);
435 CPDF_ModuleMgr::Get()->ReportError(FPDFERR_OUT_OF_MEMORY, NULL);
442 CPDF_ModuleMgr::Get()->ReportError(999, "DIBSection created");
453 CPDF_ModuleMgr::Get()->ReportError(999, "Ready for PDF rendering");
460 CPDF_ModuleMgr::Get()->ReportError(999, "Finished PDF rendering");
470 CPDF_ModuleMgr::Get()->ReportError(FPDFERR_OUT_OF_MEMORY, str);
472 CPDF_ModuleMgr::Get()->ReportError(FPDFERR_OUT_OF_MEMORY, NULL);
479 CPDF_ModuleMgr::Get()->ReportError(999, "Ready for screen rendering");
487 CPDF_ModuleMgr::Get()->ReportError(99
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DLLVMConventionsChecker.cpp229 void ReportError(QualType T);
250 ReportError(T);
261 void ASTFieldVisitor::ReportError(QualType T) { function in class:ASTFieldVisitor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugTreeGrammar.cs75 ReportError( ioe );
181 ReportError(re);
400 ReportError(re);
703 ReportError(re);
787 ReportError(re);
H A DProfileTreeGrammar.cs186 ReportError(re);
405 ReportError(re);
708 ReportError(re);
792 ReportError(re);
H A DDebugGrammarParser.cs77 ReportError( ioe );
230 ReportError(re);
517 ReportError(re);
669 ReportError(re);
761 ReportError(re);
974 ReportError(re);
1132 ReportError(re);
1409 ReportError(re);
H A DProfileGrammarParser.cs234 ReportError(re);
521 ReportError(re);
673 ReportError(re);
765 ReportError(re);
978 ReportError(re);
1136 ReportError(re);
1413 ReportError(re);

Completed in 1087 milliseconds

12