/external/v8/test/promises-aplus/lib/ |
D | mocha.js | 114 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) { method in TestSuite
|
/external/google-breakpad/src/common/ |
D | module.cc | 216 bool Module::ReportError() { in ReportError() function in google_breakpad::Module 236 return ReportError(); in Write() 248 return ReportError(); in Write() 262 return ReportError(); in Write() 273 return ReportError(); in Write() 298 return ReportError(); in Write() 309 return ReportError(); in Write()
|
D | module.h | 288 static bool ReportError();
|
/external/protobuf/src/google/protobuf/ |
D | text_format.cc | 270 void ReportError(int line, int col, const string& message) { in ReportError() function in google::protobuf::TextFormat::Parser::ParserImpl 310 void ReportError(const string& message) { in ReportError() function in google::protobuf::TextFormat::Parser::ParserImpl 311 ReportError(tokenizer_.current().line, tokenizer_.current().column, in ReportError() 366 ReportError("Extension \"" + field_name + "\" is not defined or " in ConsumeField() 415 ReportError("Message type \"" + descriptor->full_name() + in ConsumeField() 444 ReportError("Non-repeated field \"" + field_name + in ConsumeField() 454 ReportError("Field \"" + field_name + "\" is specified along with " in ConsumeField() 668 ReportError("Invalid value for boolean field \"" + field->name() in ConsumeFieldValue() 693 ReportError("Expected integer or identifier."); in ConsumeFieldValue() 699 ReportError("Unknown enumeration value of \"" + value + "\" for " in ConsumeFieldValue() [all …]
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | DebugParser.cs | 95 public virtual void ReportError( IOException e ) in ReportError() method in Antlr.Runtime.Debug.DebugParser 123 public override void ReportError( RecognitionException e ) in ReportError() method in Antlr.Runtime.Debug.DebugParser 125 base.ReportError(e); in ReportError()
|
D | DebugTreeParser.cs | 96 public virtual void ReportError( IOException e ) in ReportError() method in Antlr.Runtime.Debug.DebugTreeParser 102 public override void ReportError( RecognitionException e ) in ReportError() method in Antlr.Runtime.Debug.DebugTreeParser
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | DebugParser.cs | 87 public virtual void ReportError(IOException e) { in ReportError() method in Antlr.Runtime.Debug.DebugParser 110 public override void ReportError(RecognitionException e) { in ReportError() method in Antlr.Runtime.Debug.DebugParser 111 base.ReportError(e); in ReportError()
|
D | DebugTreeParser.cs | 90 public virtual void ReportError(IOException e) { in ReportError() method in Antlr.Runtime.Debug.DebugTreeParser 95 public override void ReportError(RecognitionException e) { in ReportError() method in Antlr.Runtime.Debug.DebugTreeParser
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
D | Lexer.cs | 160 ReportError(mre); in NextToken() 165 ReportError(mte); in NextToken() 170 ReportError( re ); in NextToken() 320 public override void ReportError( RecognitionException e ) in ReportError() method in Antlr.Runtime.Lexer
|
D | BaseRecognizer.cs | 227 public virtual void ReportError( RecognitionException e ) in ReportError() method in Antlr.Runtime.BaseRecognizer 710 ReportError( e ); // report after consuming so AW sees the token in the exception in RecoverFromMismatchedToken() 721 ReportError( e ); // report after inserting so AW sees the token in the exception in RecoverFromMismatchedToken() 737 ReportError( e ); in RecoverFromMismatchedSet()
|
/external/pdfium/fpdfsdk/src/ |
D | fpdf_ext.cpp | 17 void ReportError(int nErrorType); 23 void CFSDK_UnsupportInfo_Adapter::ReportError(int nErrorType) in ReportError() function in CFSDK_UnsupportInfo_Adapter 43 pAdapter->ReportError(nError); in FPDF_UnSupportError()
|
D | fpdfview.cpp | 414 CPDF_ModuleMgr::Get()->ReportError(999, str); in FPDF_RenderPage() 433 CPDF_ModuleMgr::Get()->ReportError(FPDFERR_OUT_OF_MEMORY, str); in FPDF_RenderPage() 435 CPDF_ModuleMgr::Get()->ReportError(FPDFERR_OUT_OF_MEMORY, NULL); in FPDF_RenderPage() 442 CPDF_ModuleMgr::Get()->ReportError(999, "DIBSection created"); in FPDF_RenderPage() 453 CPDF_ModuleMgr::Get()->ReportError(999, "Ready for PDF rendering"); in FPDF_RenderPage() 460 CPDF_ModuleMgr::Get()->ReportError(999, "Finished PDF rendering"); in FPDF_RenderPage() 470 CPDF_ModuleMgr::Get()->ReportError(FPDFERR_OUT_OF_MEMORY, str); in FPDF_RenderPage() 472 CPDF_ModuleMgr::Get()->ReportError(FPDFERR_OUT_OF_MEMORY, NULL); in FPDF_RenderPage() 479 CPDF_ModuleMgr::Get()->ReportError(999, "Ready for screen rendering"); in FPDF_RenderPage() 487 CPDF_ModuleMgr::Get()->ReportError(999, "Finished screen rendering"); in FPDF_RenderPage()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/ |
D | SlimLexer.cs | 164 ReportError( nva ); in NextToken() 169 ReportError( re ); in NextToken() 337 public override void ReportError( RecognitionException e ) in ReportError() method in Antlr.Runtime.SlimLexer
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
D | Lexer.cs | 133 ReportError(nva); in NextToken() 136 ReportError(re); in NextToken() 265 public override void ReportError(RecognitionException e) { in ReportError() method in Antlr.Runtime.Lexer
|
D | BaseRecognizer.cs | 207 public virtual void ReportError(RecognitionException e) { in ReportError() method in Antlr.Runtime.BaseRecognizer 629 ReportError(e); // report after consuming so AW sees the token in the exception in RecoverFromMismatchedToken() 639 ReportError(e); // report after inserting so AW sees the token in the exception in RecoverFromMismatchedToken() 653 ReportError(e); in RecoverFromMismatchedSet()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
D | DebugTreeGrammar.cs | 75 ReportError( ioe ); in DebugTreeGrammar() 181 ReportError(re); in prog() 400 ReportError(re); in stat() 703 ReportError(re); in expr() 787 ReportError(re); in call()
|
D | DebugGrammarParser.cs | 77 ReportError( ioe ); in DebugGrammarParser() 230 ReportError(re); in prog() 517 ReportError(re); in stat() 669 ReportError(re); in func() 761 ReportError(re); in formalPar() 974 ReportError(re); in expr() 1132 ReportError(re); in multExpr() 1409 ReportError(re); in atom()
|
D | ProfileTreeGrammar.cs | 186 ReportError(re); in prog() 405 ReportError(re); in stat() 708 ReportError(re); in expr() 792 ReportError(re); in call()
|
D | ProfileGrammarParser.cs | 234 ReportError(re); in prog() 521 ReportError(re); in stat() 673 ReportError(re); in func() 765 ReportError(re); in formalPar() 978 ReportError(re); in expr() 1136 ReportError(re); in multExpr() 1413 ReportError(re); in atom()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | LLVMConventionsChecker.cpp | 229 void ReportError(QualType T); 250 ReportError(T); in Visit() 261 void ASTFieldVisitor::ReportError(QualType T) { in ReportError() function in ASTFieldVisitor
|
/external/skia/tools/copyright/ |
D | main.py | 80 def ReportError(text): function
|
/external/llvm/lib/MC/ |
D | MCAssembler.cpp | 124 bool ReportError, uint64_t &Val) { in getLabelOffset() argument 126 if (ReportError) in getLabelOffset() 136 const MCSymbolData *SD, bool ReportError, in getSymbolOffsetImpl() argument 141 return getLabelOffset(Layout, *SD, ReportError, Val); in getSymbolOffsetImpl() 156 if (!getLabelOffset(Layout, Asm.getSymbolData(A->getSymbol()), ReportError, in getSymbolOffsetImpl() 165 if (!getLabelOffset(Layout, Asm.getSymbolData(B->getSymbol()), ReportError, in getSymbolOffsetImpl()
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARFDebugMap.cpp | 422 …m_obj_file->GetModule()->ReportError ("N_SO in symbol with UID %u has invalid sibling in debug map… in InitOSO() 439 …m_obj_file->GetModule()->ReportError ("N_OSO symbol[%u] can't be found, please file a bug and atta… in InitOSO() 441 …m_obj_file->GetModule()->ReportError ("N_SO not found for N_OSO symbol[%u], please file a bug and … in InitOSO() 443 …m_obj_file->GetModule()->ReportError ("N_SO has incorrect symbol type (%u) for N_OSO symbol[%u], p… in InitOSO() 445 …m_obj_file->GetModule()->ReportError ("N_OSO has incorrect symbol type (%u) for N_OSO symbol[%u], … in InitOSO() 484 …obj_file->GetModule()->ReportError ("debug map object file '%s' has changed (actual time is 0x%" P… in GetModuleByCompUnitInfo()
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
D | ASTDbg.stg | 70 ReportError( ioe );
|
/external/v8/src/ |
D | parser.cc | 4101 ReportError(CStrVector(Isolate::kStackOverflowMessage)); in Advance() 4103 ReportError(CStrVector("Regular expression too large")); in Advance() 4133 RegExpTree* RegExpParser::ReportError(Vector<const char> message) { in ReportError() function in v8::internal::RegExpParser 4178 ReportError(CStrVector("Unterminated group") CHECK_FAILED); in ParseDisjunction() 4185 ReportError(CStrVector("Unmatched ')'") CHECK_FAILED); in ParseDisjunction() 4230 return ReportError(CStrVector("Nothing to repeat")); in ParseDisjunction() 4276 ReportError(CStrVector("Invalid group") CHECK_FAILED); in ParseDisjunction() 4285 ReportError(CStrVector("Too many captures") CHECK_FAILED); in ParseDisjunction() 4305 return ReportError(CStrVector("\\ at end of pattern")); in ParseDisjunction() 4432 ReportError(CStrVector("Nothing to repeat") CHECK_FAILED); in ParseDisjunction() [all …]
|