Home
last modified time | relevance | path

Searched refs:BinaryResourceParser (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tools/aapt2/format/binary/
DBinaryResourceParser.cpp89 BinaryResourceParser::BinaryResourceParser(IDiagnostics* diag, ResourceTable* table, in BinaryResourceParser() function in aapt::BinaryResourceParser
95 bool BinaryResourceParser::Parse() { in Parse()
134 bool BinaryResourceParser::ParseTable(const ResChunk_header* chunk) { in ParseTable()
183 bool BinaryResourceParser::ParsePackage(const ResChunk_header* chunk) { in ParsePackage()
293 bool BinaryResourceParser::ParseTypeSpec(const ResourceTablePackage* package, in ParseTypeSpec()
343 bool BinaryResourceParser::ParseType(const ResourceTablePackage* package, in ParseType()
446 bool BinaryResourceParser::ParseLibrary(const ResChunk_header* chunk) { in ParseLibrary()
461 bool BinaryResourceParser::ParseOverlayable(const ResChunk_header* chunk) { in ParseOverlayable()
517 bool BinaryResourceParser::ParseStagedAliases(const ResChunk_header* chunk) { in ParseStagedAliases()
562 std::unique_ptr<Item> BinaryResourceParser::ParseValue(const ResourceNameRef& name, in ParseValue()
[all …]
DBinaryResourceParser.h39 class BinaryResourceParser {
43 BinaryResourceParser(android::IDiagnostics* diag, ResourceTable* table,
51 DISALLOW_COPY_AND_ASSIGN(BinaryResourceParser);
DTableFlattener_test.cpp79 BinaryResourceParser parser(context->GetDiagnostics(), out_table, {}, content.data(), in Flatten()
353 BinaryResourceParser parser(context->GetDiagnostics(), &sparse_table, Source("test.arsc"), in TEST_F()
437 BinaryResourceParser parser(context->GetDiagnostics(), &sparse_table, Source("test.arsc"), in TEST_F()
/frameworks/base/tools/aapt2/
DAndroid.bp99 "format/binary/BinaryResourceParser.cpp",
DLoadedApk.cpp169 BinaryResourceParser parser(diag, table.get(), source, data->data(), data->size(), in LoadBinaryApkFromFileCollection()