Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/lite/schema/
Dflatbuffer_compatibility_test.cc43 bool ParseFile(flatbuffers::Parser *parser, const std::string &filename, in ParseFile() function
74 ASSERT_TRUE(ParseFile(&base_parser, base_filename, base_contents)); in TEST()
75 ASSERT_TRUE(ParseFile(&current_parser, current_filename, current_contents)); in TEST()
/external/ltp/android/tools/
Dmake_install_parser.py41 def ParseFile(self, input_path): member in MakeInstallParser
88 result = make_install_parser.ParseFile(args.input_path)
Dmake_parser.py144 def ParseFile(self, input_path): member in MakeParser
202 result = make_parser.ParseFile(args.input_path)
Dandroid_build_generator.py465 self.ParseInput(parser.ParseFile(MAKE_DRY_RUN_FILE_NAME), ltp_root)
467 self.ParseInput(parser.ParseFile(MAKE_INSTALL_DRY_RUN_FILE_NAME), ltp_root)
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_flags.cc100 bool res = parser_->ParseFile(buf, ignore_missing_); in Parse()
104 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/flatbuffers/src/
Dflatc.cpp25 void FlatCompiler::ParseFile( in ParseFile() function in flatbuffers::FlatCompiler
348 ParseFile(conform_parser, conform_to_schema, contents, in Compile()
405 ParseFile(*parser.get(), filename, contents, include_directories); in Compile()
/external/u-boot/tools/
Dmicrocode-tool.py38 def ParseFile(fname): function
285 date, license_text, microcodes = ParseFile(options.mcfile)
Dmicrocode-tool38 def ParseFile(fname): function
285 date, license_text, microcodes = ParseFile(options.mcfile)
/external/google-breakpad/src/google_breakpad/processor/
Dbasic_source_line_resolver.h93 static bool ParseFile(char *file_line, // in
/external/python/cpython2/Lib/test/
Dtest_pyexpat.py215 parser.ParseFile(file)
242 parser.ParseFile(fp)
249 parser.ParseFile(file)
254 parser.ParseFile(file)
/external/flatbuffers/include/flatbuffers/
Dflatc.h79 void ParseFile(flatbuffers::Parser &parser, const std::string &filename,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DMain.cpp96 if (Parser.ParseFile()) in TableGenMain()
/external/swiftshader/third_party/LLVM/lib/TableGen/
DMain.cpp72 if (Parser.ParseFile()) in TableGenMain()
DTGParser.h61 bool ParseFile();
/external/llvm/lib/TableGen/
DMain.cpp94 if (Parser.ParseFile()) in TableGenMain()
DTGParser.h92 bool ParseFile();
/external/catch2/contrib/
DParseAndAddCatchTests.cmake80 function(ParseFile SourceFile TestTarget) function
200 ParseFile(${SourceFile} ${TestTarget})
/external/python/cpython3/Lib/test/
Dtest_pyexpat.py257 parser.ParseFile(file)
265 parser.ParseFile(file)
270 parser.ParseFile(file)
/external/toolchain-utils/
Drepo_to_repo.py305 def ParseFile(self): member in RepoReader
379 [input_repos, output_repos] = rr.ParseFile()
/external/mesa3d/src/intel/genxml/
Dgen_bits_header.py285 self.parser.ParseFile(f)

12