/external/tensorflow/tensorflow/lite/schema/ |
D | flatbuffer_compatibility_test.cc | 43 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(¤t_parser, current_filename, current_contents)); in TEST()
|
/external/ltp/android/tools/ |
D | make_install_parser.py | 41 def ParseFile(self, input_path): member in MakeInstallParser 88 result = make_install_parser.ParseFile(args.input_path)
|
D | make_parser.py | 144 def ParseFile(self, input_path): member in MakeParser 202 result = make_parser.ParseFile(args.input_path)
|
D | android_build_generator.py | 465 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/ |
D | sanitizer_flags.cc | 100 bool res = parser_->ParseFile(buf, ignore_missing_); in Parse() 104 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/flatbuffers/src/ |
D | flatc.cpp | 25 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/ |
D | microcode-tool.py | 38 def ParseFile(fname): function 285 date, license_text, microcodes = ParseFile(options.mcfile)
|
D | microcode-tool | 38 def ParseFile(fname): function 285 date, license_text, microcodes = ParseFile(options.mcfile)
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | basic_source_line_resolver.h | 93 static bool ParseFile(char *file_line, // in
|
/external/python/cpython2/Lib/test/ |
D | test_pyexpat.py | 215 parser.ParseFile(file) 242 parser.ParseFile(fp) 249 parser.ParseFile(file) 254 parser.ParseFile(file)
|
/external/flatbuffers/include/flatbuffers/ |
D | flatc.h | 79 void ParseFile(flatbuffers::Parser &parser, const std::string &filename,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/ |
D | Main.cpp | 96 if (Parser.ParseFile()) in TableGenMain()
|
/external/swiftshader/third_party/LLVM/lib/TableGen/ |
D | Main.cpp | 72 if (Parser.ParseFile()) in TableGenMain()
|
D | TGParser.h | 61 bool ParseFile();
|
/external/llvm/lib/TableGen/ |
D | Main.cpp | 94 if (Parser.ParseFile()) in TableGenMain()
|
D | TGParser.h | 92 bool ParseFile();
|
/external/catch2/contrib/ |
D | ParseAndAddCatchTests.cmake | 80 function(ParseFile SourceFile TestTarget) function 200 ParseFile(${SourceFile} ${TestTarget})
|
/external/python/cpython3/Lib/test/ |
D | test_pyexpat.py | 257 parser.ParseFile(file) 265 parser.ParseFile(file) 270 parser.ParseFile(file)
|
/external/toolchain-utils/ |
D | repo_to_repo.py | 305 def ParseFile(self): member in RepoReader 379 [input_repos, output_repos] = rr.ParseFile()
|
/external/mesa3d/src/intel/genxml/ |
D | gen_bits_header.py | 285 self.parser.ParseFile(f)
|