Home
last modified time | relevance | path

Searched refs:ParseFile (Results 1 – 12 of 12) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_flags.cc73 bool res = parser_->ParseFile(buf, ignore_missing_); in Parse()
77 return parser_->ParseFile(value, ignore_missing_); in Parse()
Dsanitizer_flag_parser.h96 bool ParseFile(const char *path, bool ignore_missing);
Dsanitizer_flag_parser.cc130 bool FlagParser::ParseFile(const char *path, bool ignore_missing) { in ParseFile() function in __sanitizer::FlagParser
/external/google-breakpad/src/processor/
Dbasic_source_line_resolver_unittest.cc420 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()
Dbasic_source_line_resolver.cc132 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
Dbasic_source_line_resolver_types.h124 bool ParseFile(char *file_line);
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_fdf.cpp29 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/
Dbasic_source_line_resolver.h93 static bool ParseFile(char *file_line, // in
/external/llvm/lib/TableGen/
DMain.cpp94 if (Parser.ParseFile()) in TableGenMain()
DTGParser.h92 bool ParseFile();
DTGParser.cpp2663 bool TGParser::ParseFile() { in ParseFile() function in TGParser
/external/pdfium/core/include/fpdfapi/
Dfpdf_parser.h803 static CFDF_Document* ParseFile(IFX_FileRead* pFile,