/development/vndk/tools/header-checker/src/repr/symbol/ |
D | version_script_parser_test.cpp | 48 std::unique_ptr<ExportedSymbolSet> result(parser.Parse(stream)); in TEST() 87 std::unique_ptr<ExportedSymbolSet> result(parser.Parse(stream)); in TEST() 103 std::unique_ptr<ExportedSymbolSet> result(parser.Parse(stream)); in TEST() 142 std::unique_ptr<ExportedSymbolSet> result(parser.Parse(stream)); in TEST() 184 std::unique_ptr<ExportedSymbolSet> result(parser.Parse(stream)); in TEST() 201 std::unique_ptr<ExportedSymbolSet> result(parser.Parse(stream)); in TEST() 218 std::unique_ptr<ExportedSymbolSet> result(parser.Parse(stream)); in TEST() 235 std::unique_ptr<ExportedSymbolSet> result(parser.Parse(stream)); in TEST() 252 std::unique_ptr<ExportedSymbolSet> result(parser.Parse(stream)); in TEST() 281 std::unique_ptr<ExportedSymbolSet> result(parser.Parse(stream)); in TEST() [all …]
|
D | so_file_parser.h | 35 virtual std::unique_ptr<ExportedSymbolSet> Parse() = 0;
|
D | version_script_parser.h | 89 std::unique_ptr<ExportedSymbolSet> Parse(std::istream &version_script_stream);
|
D | so_file_parser.cpp | 65 std::unique_ptr<ExportedSymbolSet> Parse() override { in Parse() function in header_checker::repr::ELFSoFileParser
|
D | version_script_parser.cpp | 259 std::unique_ptr<ExportedSymbolSet> VersionScriptParser::Parse( in Parse() function in header_checker::repr::VersionScriptParser
|
/development/testrunner/test_defs/ |
D | test_defs.py | 46 def Parse(self, file_path): member in TestDefinitions 79 test_suite = suite_parser.Parse(element) 120 def Parse(file_path): function 131 tests_result.Parse(file_path)
|
D | xml_suite_helper.py | 45 def Parse(self, element): member in XmlSuiteParser 65 test_suite = parser.Parse(element) 117 def Parse(self, suite_element): member in InstrumentationParser 138 def Parse(self, suite_element): member in NativeParser 155 def Parse(self, suite_element): member in HostParser
|
/development/testrunner/coverage/ |
D | coverage_targets.py | 55 def Parse(self, file_path): member in CoverageTargets 124 def Parse(xml_file_path): function 127 targets.Parse(xml_file_path)
|
D | coverage.py | 249 targets.Parse(core_target_path) 254 targets.Parse(target_file_path)
|
/development/tools/repo_diff/service/repodiff/ |
D | commandline.go | 26 flag.Parse()
|
/development/vndk/tools/header-checker/src/utils/ |
D | config_file_test.cpp | 26 TEST(ConfigParserTest, Parse) { in TEST() argument
|
/development/testrunner/ |
D | runtest.py | 244 known_tests.Parse(core_test_path) 250 known_tests.Parse(test_file_path) 252 known_tests.Parse(self._options.user_tests_file)
|
/development/vndk/tools/elfcheck/bpflatten/ |
D | main.go | 188 flag.Parse()
|
/development/vndk/tools/header-checker/src/linker/ |
D | header_abi_linker.cpp | 440 version_script_symbols_ = parser.Parse(stream); in ReadExportedSymbolsFromVersionScript() 456 shared_object_symbols_ = so_parser->Parse(); in ReadExportedSymbolsFromSharedObjectFile()
|
/development/vndk/tools/header-checker/src/repr/protobuf/ |
D | ir_reader.cpp | 47 if (!google::protobuf::TextFormat::Parse(&text_is, &tu)) { in ReadDumpImpl()
|