/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_flags.cc | 73 bool res = parser_->ParseFile(buf, ignore_missing_); in Parse() 77 return parser_->ParseFile(value, ignore_missing_); in Parse()
|
D | sanitizer_flag_parser.h | 96 bool ParseFile(const char *path, bool ignore_missing);
|
D | sanitizer_flag_parser.cc | 130 bool FlagParser::ParseFile(const char *path, bool ignore_missing) { in ParseFile() function in __sanitizer::FlagParser
|
/external/google-breakpad/src/processor/ |
D | basic_source_line_resolver_unittest.cc | 420 ASSERT_TRUE(SymbolParseHelper::ParseFile(kTestLine, &index, &filename)); in TEST() 426 ASSERT_TRUE(SymbolParseHelper::ParseFile(kTestLine1, &index, &filename)); in TEST() 439 ASSERT_FALSE(SymbolParseHelper::ParseFile(kTestLine, &index, &filename)); in TEST() 443 ASSERT_FALSE(SymbolParseHelper::ParseFile(kTestLine1, &index, &filename)); in TEST() 447 ASSERT_FALSE(SymbolParseHelper::ParseFile(kTestLine2, &index, &filename)); in TEST() 451 ASSERT_FALSE(SymbolParseHelper::ParseFile(kTestLine3, &index, &filename)); in TEST()
|
D | basic_source_line_resolver.cc | 132 if (!ParseFile(buffer)) { in LoadMapFromMemory() 311 bool BasicSourceLineResolver::Module::ParseFile(char *file_line) { in ParseFile() function in google_breakpad::BasicSourceLineResolver::Module 314 if (SymbolParseHelper::ParseFile(file_line, &index, &filename)) { in ParseFile() 464 bool SymbolParseHelper::ParseFile(char *file_line, long *index, in ParseFile() function in google_breakpad::SymbolParseHelper
|
D | basic_source_line_resolver_types.h | 124 bool ParseFile(char *file_line);
|
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
D | fpdf_parser_fdf.cpp | 29 CFDF_Document* CFDF_Document::ParseFile(IFX_FileRead* pFile, FX_BOOL bOwnFile) { in ParseFile() function in CFDF_Document 42 return CFDF_Document::ParseFile(FX_CreateMemoryStream((uint8_t*)pData, size), in ParseMemory()
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | basic_source_line_resolver.h | 93 static bool ParseFile(char *file_line, // in
|
/external/llvm/lib/TableGen/ |
D | Main.cpp | 94 if (Parser.ParseFile()) in TableGenMain()
|
D | TGParser.h | 92 bool ParseFile();
|
D | TGParser.cpp | 2663 bool TGParser::ParseFile() { in ParseFile() function in TGParser
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_parser.h | 803 static CFDF_Document* ParseFile(IFX_FileRead* pFile,
|