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

/frameworks/base/tools/aapt2/
H A DBinaryResourceParser.h39 class BinaryResourceParser { class in namespace:aapt
45 BinaryResourceParser(const std::shared_ptr<ResourceTable>& table,
51 BinaryResourceParser(const BinaryResourceParser&) = delete; // No copy.
H A DBinaryResourceParser.cpp17 #include "BinaryResourceParser.h"
116 BinaryResourceParser::BinaryResourceParser(const std::shared_ptr<ResourceTable>& table, function in class:aapt::BinaryResourceParser
126 bool BinaryResourceParser::parse() {
154 bool BinaryResourceParser::getSymbol(const void* data, ResourceNameRef* outSymbol) {
197 bool BinaryResourceParser::parseSymbolTable(const ResChunk_header* chunk) {
247 bool BinaryResourceParser::parseTable(const ResChunk_header* chunk) {
327 bool BinaryResourceParser::parsePackage(const ResChunk_header* chunk) {
458 bool BinaryResourceParser::parsePublic(const ResChunk_header* chunk) {
514 bool BinaryResourceParser
[all...]
H A DAndroid.mk29 BinaryResourceParser.cpp \
H A DMain.cpp19 #include "BinaryResourceParser.h"
759 BinaryResourceParser parser(table, resolver, source, options.appInfo.package,
1191 BinaryResourceParser parser(table, resolver, source, {}, uncompressedData.get(),

Completed in 390 milliseconds