Home
last modified time | relevance | path

Searched defs:package (Results 1 – 25 of 47) sorted by relevance

12

/frameworks/base/tools/aapt2/
DNameMangler_test.cpp25 std::u16string package = u"android.appcompat"; in TEST() local
38 std::u16string package; in TEST() local
DNameMangler.h63 bool shouldMangle(const std::u16string& package) const { in shouldMangle()
75 static std::u16string mangleEntry(const std::u16string& package, const std::u16string& name) { in mangleEntry()
DAppInfo.h32 std::u16string package; member
DResourceTable.cpp53 for (auto& package : packages) { in findPackageById() local
62 ResourceTablePackage* package = findOrCreatePackage(name); in createPackage() local
350 ResourceTablePackage* package = findOrCreatePackage(name.package); in addResourceImpl() local
447 ResourceTablePackage* package = findOrCreatePackage(name.package); in setSymbolStateImpl() local
516 ResourceTablePackage* package = findPackage(name.package); in findResource() local
DResource.h76 std::u16string package; member
94 StringPiece16 package; member
DResourceTable.h247 ResourceTablePackage* package; member
DResourceUtils.cpp65 StringPiece16 package; in parseResourceName() local
150 StringPiece16 package; in tryParseAttributeReference() local
/frameworks/base/tools/aapt2/xml/
DXmlUtil.cpp29 StringPiece16 package = namespaceUri; in extractPackageFromNamespace() local
38 StringPiece16 package = namespaceUri; in extractPackageFromNamespace() local
DXmlUtil.h41 std::u16string package; member
/frameworks/base/tools/aapt2/link/
DPrivateAttributeMover_test.cpp40 ResourceTablePackage* package = table->findPackage(u"android"); in TEST() local
67 ResourceTablePackage* package = table->findPackage(u"android"); in TEST() local
DTableMerger.cpp56 for (auto& package : table->packages) { in mergeImpl() local
101 for (auto& package : table->packages) { in mergeAndMangle() local
278 std::unique_ptr<FileReference> TableMerger::cloneAndMangleFile(const std::u16string& package, in cloneAndMangleFile()
DPrivateAttributeMover.cpp57 for (auto& package : table->packages) { in consume() local
DAutoVersioner.cpp63 for (auto& package : table->packages) { in consume() local
DXmlReferenceLinker.cpp84 StringPiece16 package = maybePackage.value().package; in visit() local
DManifestFixer.cpp223 FullyQualifiedClassNameVisitor(const StringPiece16& package) : mPackage(package) { in FullyQualifiedClassNameVisitor()
/frameworks/base/media/mca/
Dstructgen.py92 def ToJNIPackage(package, jclassname): argument
107 def __init__(self, name, structname, jclassname, package, javatype, ctype, jtype, defval): argument
171 def __init__(self, name, structname, jclassname, package): argument
175 def __init__(self, name, structname, jclassname, package): argument
179 def __init__(self, name, structname, jclassname, package): argument
/frameworks/base/tools/aapt/
DResourceIdCache.cpp47 static inline String16 makeHashableName(const android::String16& package, in makeHashableName()
58 uint32_t ResourceIdCache::lookup(const android::String16& package, in lookup()
84 uint32_t ResourceIdCache::store(const android::String16& package, in store()
DResourceTable.cpp1777 sp<Package> package = new Package(mAssetsPackage, packageId); in ResourceTable() local
1824 const String16& package, in addPublic()
1848 const String16& package, in addEntry()
1881 const String16& package, in startBag()
1941 const String16& package, in addBag()
1985 bool ResourceTable::hasBagOrEntry(const String16& package, in hasBagOrEntry()
2010 bool ResourceTable::hasBagOrEntry(const String16& package, in hasBagOrEntry()
2045 String16 package, type, name; in hasBagOrEntry() local
2053 bool ResourceTable::appendComment(const String16& package, in appendComment()
2077 bool ResourceTable::appendTypeComment(const String16& package, in appendTypeComment()
[all …]
DSymbol.h35 android::String16 package; member
/frameworks/base/tools/aapt2/compile/
DIdAssigner_test.cpp76 for (auto& package : table->packages) { in verifyIds() local
87 for (auto& package : table->packages) { in verifyIds() local
DIdAssigner.cpp33 for (auto& package : table->packages) { in consume() local
/frameworks/base/tools/aapt2/java/
DClassDefinition.cpp67 const StringPiece& package, in writeJavaFile()
DJavaClassGenerator.cpp407 const ResourceTablePackage* package, in addMembersToTypeClass()
502 for (const auto& package : mTable->packages) { in generate() local
/frameworks/base/tools/aapt2/unflatten/
DBinaryResourceParser.cpp182 ResourceTablePackage* package = mTable->createPackage(packageName, (uint8_t) packageId); in parsePackage() local
282 bool BinaryResourceParser::parseType(const ResourceTablePackage* package, in parseType()
/frameworks/base/tools/aapt2/test/
DContext.h79 ContextBuilder& setCompilationPackage(const StringPiece16& package) { in setCompilationPackage()

12