/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 | 67 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 | 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
|
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)
|
/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/header-checker/src/linker/ |
D | header_abi_linker.cpp | 441 version_script_symbols_ = parser.Parse(stream); in ReadExportedSymbolsFromVersionScript() 457 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()
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 3407 …5dbbaf6d6190b843fd,platform/cts,fake_HsnXKwO9RZOUlhGBMn393w@fakeemail.com,Parse all CTS result xml… 6194 …348c6d3c76,platform/system/core,fake_yLIbJoRGTiSDnsXASrdI-w@fakeemail.com,Parse property contexts … 6269 …core,fake_hdFj-aTtTTaoecBgJ-o_TQ@fakeemail.com,"Rename ""Handle(r)"" to ""Parse(r)"" in Android in… 10628 …/packages/apps/PackageInstaller,fake_wEaC-W2gRuaKlcqxAiIzJA@fakeemail.com,Parse package before ena… 11195 …atform/frameworks/opt/telephony,fake_OeNxAWuMSAmKNd65TXZVjA@fakeemail.com,Parse response from hal … 11336 …atform/frameworks/opt/telephony,fake_GtDx2l83TDKidt6pa3NnLw@fakeemail.com,Parse ATR in the UiccSlot 14966 …form/external/freetype,fake_hb1tlTPbSwaYXsM9HKSO0g@fakeemail.com,[type42] Parse FontMatrix accordi… 15444 …platform/external/freetype,fake_cGJR-E_kQja09VzCsNPRHQ@fakeemail.com,[truetype] Parse `MVAR' table. 17491 …2,platform/system/update_engine,fake_1DHqQnNMQOOg6ea6DVClPQ@fakeemail.com,Parse Android .map files… 17493 …7,platform/system/update_engine,fake_dKtS_hcWQe-wnJ8z_oHQrA@fakeemail.com,Parse multiple packages … [all …]
|