Home
last modified time | relevance | path

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

1234

/frameworks/base/tools/aapt2/link/
DPrivateAttributeMover_test.cpp41 ResourceTablePackage* package = table->FindPackage("android"); in TEST() local
68 ResourceTablePackage* package = table->FindPackage("android"); in TEST() local
87 ResourceTablePackage* package = table->FindPackage("android"); in TEST() local
DLinkers.h41 std::string package; member
DPrivateAttributeMover.cpp59 for (auto& package : table->packages) { in Consume() local
DTableMerger.cpp50 for (auto& package : table->packages) { in MergeImpl() local
71 for (auto& package : table->packages) { in MergeAndMangle() local
324 const std::string& package, const FileReference& file_ref) { in CloneAndMangleFile()
/frameworks/base/tools/aapt2/xml/
DXmlUtil.cpp31 std::string BuildPackageNamespace(const StringPiece& package, bool private_reference) { in BuildPackageNamespace()
41 StringPiece package = namespace_uri; in ExtractPackageFromNamespace() local
50 StringPiece package = namespace_uri; in ExtractPackageFromNamespace() local
DXmlUtil.h39 std::string package; member
/frameworks/base/tools/aapt2/
DNameMangler_test.cpp26 std::string package = "android.appcompat"; in TEST() local
40 std::string package; in TEST() local
DNameMangler.h58 bool ShouldMangle(const std::string& package) const { in ShouldMangle()
72 static std::string MangleEntry(const std::string& package, const std::string& name) { in MangleEntry()
DResourceTable.cpp342 void InsertEntryIntoTableView(ResourceTableView& table, const ResourceTablePackage* package, in InsertEntryIntoTableView()
394 for (const auto& package : packages) { in GetPartitionedView() local
417 for (auto& package : view.packages) { in GetPartitionedView() local
474 auto package = FindOrCreatePackage(res.name.package); in AddResource() local
589 ResourceTablePackage* package = FindPackage(name.package); in FindResource() local
608 ResourceTablePackage* package = FindPackage(name.package); in FindResource() local
629 ResourceTablePackage* package = FindPackage(name.package); in RemoveResource() local
DAppInfo.h30 std::string package; member
/frameworks/base/libs/androidfw/tests/
DLoadedArsc_test.cpp57 const LoadedPackage* package = in TEST() local
83 const LoadedPackage* package = in TEST() local
170 const LoadedPackage* package = in TEST() local
215 const auto& package = loaded_arsc->GetPackages()[0]; in TEST() local
236 const LoadedPackage* package = loaded_arsc->GetPackageById( in TEST() local
353 const LoadedPackage* package = in TEST() local
DResourceUtils_test.cpp24 StringPiece package, type, entry; in TEST() local
/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()
/frameworks/av/media/libaudiohal/include/media/audiohal/
DFactoryHalHidl.h34 static sp<Interface> createPreferredImpl(const std::string& package, const std::string& interface) { in createPreferredImpl()
/frameworks/av/media/libaudiohal/
DFactoryHalHidl.cpp71 bool hasHalService(const std::string& package, const std::string& version, in hasHalService()
96 void* createPreferredImpl(const std::string& package, const std::string& interface) { in createPreferredImpl()
/frameworks/base/tools/bit/
Daapt.h27 string package; member
/frameworks/base/tools/aapt2/optimize/
DResourceFilter.cpp28 for (auto& package : table->packages) { in Consume() local
/frameworks/base/startop/scripts/iorap/
Dcompiler_device.py51 def main(inodes, package, activity, output, **kwargs) -> int: argument
/frameworks/base/cmds/idmap2/libidmap2/
DFabricatedOverlay.cpp93 auto package = entries.find(package_name); in Build() local
123 for (const auto& package : entries) { in Build() local
279 for (const auto& package : overlay_pb.packages()) { in GetOverlayData() local
/frameworks/base/startop/view_compiler/
Djava_lang_builder.h30 : package_(package), layout_name_(layout_name), out_(out) {} in package_() argument
/frameworks/native/libs/binder/
DIPermissionController.cpp93 virtual int getPackageUid(const String16& package, int flags) in getPackageUid()
162 String16 package = data.readString16(); in onTransact() local
/frameworks/base/tools/incident_report/
Dformatter.cpp56 compare_name(const char* full, const char* package, const char* clazz) in compare_name()
/frameworks/base/tools/aapt2/test/
DContext.h55 void SetCompilationPackage(const android::StringPiece& package) { in SetCompilationPackage()
114 ContextBuilder& SetCompilationPackage(const android::StringPiece& package) { in SetCompilationPackage()
/frameworks/base/services/incremental/
DIncrementalServiceValidation.cpp46 const char* package) { in CheckPermissionForDataDelivery()

1234