Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DBinaryResourceParser.h39 class BinaryResourceParser {
45 BinaryResourceParser(const std::shared_ptr<ResourceTable>& table,
51 BinaryResourceParser(const BinaryResourceParser&) = delete; // No copy.
DBinaryResourceParser.cpp116 BinaryResourceParser::BinaryResourceParser(const std::shared_ptr<ResourceTable>& table, in BinaryResourceParser() function in aapt::BinaryResourceParser
126 bool BinaryResourceParser::parse() { in parse()
154 bool BinaryResourceParser::getSymbol(const void* data, ResourceNameRef* outSymbol) { in getSymbol()
197 bool BinaryResourceParser::parseSymbolTable(const ResChunk_header* chunk) { in parseSymbolTable()
247 bool BinaryResourceParser::parseTable(const ResChunk_header* chunk) { in parseTable()
327 bool BinaryResourceParser::parsePackage(const ResChunk_header* chunk) { in parsePackage()
458 bool BinaryResourceParser::parsePublic(const ResChunk_header* chunk) { in parsePublic()
514 bool BinaryResourceParser::parseTypeSpec(const ResChunk_header* chunk) { in parseTypeSpec()
541 bool BinaryResourceParser::parseType(const ResChunk_header* chunk) { in parseType()
661 std::unique_ptr<Item> BinaryResourceParser::parseValue(const ResourceNameRef& name, in parseValue()
[all …]
DAndroid.mk29 BinaryResourceParser.cpp \
DMain.cpp759 BinaryResourceParser parser(table, resolver, source, options.appInfo.package, in link()
1191 BinaryResourceParser parser(table, resolver, source, {}, uncompressedData.get(), in doDump()