Searched defs:resType (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/base/tools/aapt/ |
H A D | AaptAssets.cpp | 400 AaptGroupEntry::initFromDirName(const char* dir, String8* resType) in initFromDirName() 658 const AaptGroupEntry& kind, const String8& resType, in slurpFullTree() 906 const String8& resType) in addFile() 957 const sp<AaptFile>& file, const String8& resType) in addResource() 1120 const String8& resType, in slurpFullTree() 1162 String8 resType; in slurpResourceTree() local 1247 String8 resType; in slurpResourceZip() local
|
H A D | Resource.cpp | 85 ResourceDirIterator(const sp<ResourceTypeSet>& set, const String8& resType) in ResourceDirIterator() 296 const char* resType) in makeFileResources() 408 String8 resType = files.valueAt(0)->getResourceType(); in collect_files() local 596 const char *resType) in applyFileOverlay()
|
H A D | AaptAssets.h | 149 const String8& resType) in AaptFile()
|
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/ide/common/resources/deprecated/ |
H A D | MultiResourceFile.java | 157 ResourceType resType = value.getResourceType(); in addResourceValue() local
|
/aosp12/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/partner/ |
H A D | ExternalResources.java | 117 public void putValue(String name, int value, String defaultType, ResType resType) { in putValue() 123 public void putValue(String name, TypedValue value, String defaultType, ResType resType) { in putValue()
|
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/ |
H A D | LayoutLibTestCallback.java | 75 final ResourceType resType = ResourceType.fromClassName(resClass.getSimpleName()); in initResources() local
|
/aosp12/frameworks/av/services/mediaresourcemanager/test/ |
H A D | ResourceManagerServiceTestUtils.h | 199 const auto resType = std::tuple(res.type, res.subType, res.id); in isEqualResources() local
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
H A D | Bridge.java | 209 ResourceType resType = ResourceType.fromClassName(resTypeName); in init() local
|
/aosp12/frameworks/av/services/mediaresourcemanager/ |
H A D | ResourceManagerService.cpp | 439 const auto resType = std::tuple(res.type, res.subType, res.id); in addResource() local 507 const auto resType = std::tuple(res.type, res.subType, res.id); in removeResource() local
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | WifiCarrierInfoManager.java | 1301 String resType = WifiNative.SIM_AUTH_RESP_TYPE_UMTS_AUTH; in get3GAuthResponse() local
|