HomeSort by relevance Sort by last modified time
    Searched defs:JavaClassGenerator (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/aapt2/java/
JavaClassGenerator.h 63 class JavaClassGenerator {
65 JavaClassGenerator(IAaptContext* context, ResourceTable* table,
117 inline const std::string& JavaClassGenerator::getError() const {
JavaClassGenerator.cpp 17 #include "java/JavaClassGenerator.h"
187 JavaClassGenerator::JavaClassGenerator(IAaptContext* context,
192 bool JavaClassGenerator::SkipSymbol(SymbolState state) {
205 bool JavaClassGenerator::SkipSymbol(const Maybe<SymbolTable::Symbol>& symbol) {
228 void JavaClassGenerator::ProcessStyleable(const ResourceNameRef& name, const ResourceId& id,
430 void JavaClassGenerator::ProcessResource(const ResourceNameRef& name, const ResourceId& id,
479 Maybe<std::string> JavaClassGenerator::UnmangleResource(const StringPiece& package_name,
503 bool JavaClassGenerator::ProcessType(const StringPiece& package_name_to_generate,
552 bool JavaClassGenerator::Generate(const StringPiece& package_name_to_generate, std::ostream* out
    [all...]

Completed in 183 milliseconds