/frameworks/base/tools/aapt2/ |
D | NameMangler_test.cpp | 25 std::u16string package = u"android.appcompat"; in TEST() local 38 std::u16string package; in TEST() local
|
D | NameMangler.h | 63 bool shouldMangle(const std::u16string& package) const { in shouldMangle() 75 static std::u16string mangleEntry(const std::u16string& package, const std::u16string& name) { in mangleEntry()
|
D | AppInfo.h | 32 std::u16string package; member
|
D | ResourceTable.cpp | 53 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
|
D | Resource.h | 76 std::u16string package; member 94 StringPiece16 package; member
|
D | ResourceTable.h | 247 ResourceTablePackage* package; member
|
D | ResourceUtils.cpp | 65 StringPiece16 package; in parseResourceName() local 150 StringPiece16 package; in tryParseAttributeReference() local
|
/frameworks/base/tools/aapt2/xml/ |
D | XmlUtil.cpp | 29 StringPiece16 package = namespaceUri; in extractPackageFromNamespace() local 38 StringPiece16 package = namespaceUri; in extractPackageFromNamespace() local
|
D | XmlUtil.h | 41 std::u16string package; member
|
/frameworks/base/tools/aapt2/link/ |
D | PrivateAttributeMover_test.cpp | 40 ResourceTablePackage* package = table->findPackage(u"android"); in TEST() local 67 ResourceTablePackage* package = table->findPackage(u"android"); in TEST() local
|
D | TableMerger.cpp | 56 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()
|
D | PrivateAttributeMover.cpp | 57 for (auto& package : table->packages) { in consume() local
|
D | AutoVersioner.cpp | 63 for (auto& package : table->packages) { in consume() local
|
D | XmlReferenceLinker.cpp | 84 StringPiece16 package = maybePackage.value().package; in visit() local
|
D | ManifestFixer.cpp | 223 FullyQualifiedClassNameVisitor(const StringPiece16& package) : mPackage(package) { in FullyQualifiedClassNameVisitor()
|
/frameworks/base/media/mca/ |
D | structgen.py | 92 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/ |
D | ResourceIdCache.cpp | 47 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()
|
D | ResourceTable.cpp | 1777 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 …]
|
D | Symbol.h | 35 android::String16 package; member
|
/frameworks/base/tools/aapt2/compile/ |
D | IdAssigner_test.cpp | 76 for (auto& package : table->packages) { in verifyIds() local 87 for (auto& package : table->packages) { in verifyIds() local
|
D | IdAssigner.cpp | 33 for (auto& package : table->packages) { in consume() local
|
/frameworks/base/tools/aapt2/java/ |
D | ClassDefinition.cpp | 67 const StringPiece& package, in writeJavaFile()
|
D | JavaClassGenerator.cpp | 407 const ResourceTablePackage* package, in addMembersToTypeClass() 502 for (const auto& package : mTable->packages) { in generate() local
|
/frameworks/base/tools/aapt2/unflatten/ |
D | BinaryResourceParser.cpp | 182 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/ |
D | Context.h | 79 ContextBuilder& setCompilationPackage(const StringPiece16& package) { in setCompilationPackage()
|