/frameworks/base/tools/aapt/ |
D | AaptAssets.cpp | 400 AaptGroupEntry::initFromDirName(const char* dir, String8* resType) in initFromDirName() argument 421 *resType = type; in initFromDirName() 426 AaptGroupEntry::toDirName(const String8& resType) const in toDirName() 428 String8 s = resType; in toDirName() 658 const AaptGroupEntry& kind, const String8& resType, in slurpFullTree() argument 718 resType, fullResPaths, overwrite); in slurpFullTree() 727 sp<AaptFile> file = new AaptFile(pathName, kind, resType); in slurpFullTree() 906 const String8& resType) in addFile() argument 929 file = new AaptFile(appendPathCopy(srcDir, filePath), entry, resType); in addFile() 957 const sp<AaptFile>& file, const String8& resType) in addResource() argument [all …]
|
D | AaptAssets.h | 108 bool initFromDirName(const char* dir, String8* resType); 121 String8 toDirName(const String8& resType) const; 149 const String8& resType) in AaptFile() argument 151 , mResourceType(resType) in AaptFile() 294 const String8& resType, 533 const String8& resType); 538 const String8& resType); 591 const String8& resType,
|
D | Resource.cpp | 88 ResourceDirIterator(const sp<ResourceTypeSet>& set, const String8& resType) in ResourceDirIterator() argument 89 : mResType(resType), mSet(set), mSetPos(0), mGroupPos(0) in ResourceDirIterator() 299 const char* resType) in makeFileResources() argument 301 String8 type8(resType); in makeFileResources() 302 String16 type16(resType); in makeFileResources() 306 ResourceDirIterator it(set, String8(resType)); in makeFileResources() 411 String8 resType = files.valueAt(0)->getResourceType(); in collect_files() local 413 ssize_t index = resources->indexOfKey(resType); in collect_files() 422 resources->add(resType, set); in collect_files() 443 resType.c_str()); in collect_files() [all …]
|
/frameworks/layoutlib/bridge/bridge_client/src/com/android/ide/common/resources/deprecated/ |
D | MultiResourceFile.java | 157 ResourceType resType = value.getResourceType(); in addResourceValue() local 159 ResourceValueMap list = mResourceItems.get(resType); in addResourceValue() 164 mResourceItems.put(resType, list); in addResourceValue()
|
/frameworks/base/tools/aapt2/tools/ |
D | finalize_res.py | 133 for resType in resTypes: 136 (resType, '0x{0:0{1}x}'.format(nextId, 8)))
|
/frameworks/opt/car/setupwizard/library/main/tests/robotests/src/com/android/car/setupwizardlib/partner/ |
D | ExternalResources.java | 117 public void putValue(String name, int value, String defaultType, ResType resType) { in putValue() argument 120 new TypedResource<>(value, resType, null)); in putValue() 123 public void putValue(String name, TypedValue value, String defaultType, ResType resType) { in putValue() argument 126 new TypedResource<>(value, resType, null)); in putValue()
|
/frameworks/layoutlib/bridge/bridge_client/src/com/android/layoutlib/bridge/intensive/setup/ |
D | LayoutlibBridgeClientCallback.java | 71 final ResourceType resType = ResourceType.fromClassName(resClass.getSimpleName()); in initResources() local 73 if (resType != null) { in initResources() 82 new ResourceReference(RES_AUTO, resType, field.getName()); in initResources()
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
D | Bridge.java | 282 ResourceType resType = ResourceType.fromClassName(resTypeName); in init() local 283 if (resType != null) { in init() 285 switch (resType) { in init() 298 sRevRMap.put(resType, fullMap); in init() 310 sRMap.put(value, Pair.create(resType, f.getName())); in init()
|