Home
last modified time | relevance | path

Searched refs:resType (Results 1 – 12 of 12) sorted by relevance

/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
DCacheReader.h64 void addDependency(OBCC_ResourceType resType, in addDependency() argument
68 std::make_pair((uint32_t)resType, sha1))); in addDependency()
DCacheWriter.h69 void addDependency(OBCC_ResourceType resType, in addDependency() argument
73 std::make_pair((uint32_t)resType, sha1))); in addDependency()
/frameworks/compile/libbcc/lib/ExecutionEngine/
DMCCacheWriter.h67 void addDependency(OBCC_ResourceType resType, in addDependency() argument
71 std::make_pair((uint32_t)resType, sha1))); in addDependency()
DMCCacheReader.h70 void addDependency(OBCC_ResourceType resType, in addDependency() argument
74 std::make_pair((uint32_t)resType, sha1))); in addDependency()
/frameworks/base/tools/aapt/
DAaptAssets.h78 bool initFromDirName(const char* dir, String8* resType);
119 String8 toDirName(const String8& resType) const;
169 const String8& resType) in AaptFile() argument
171 , mResourceType(resType) in AaptFile()
312 const String8& resType,
533 const String8& resType);
538 const String8& resType);
579 const String8& resType,
DAaptAssets.cpp322 AaptGroupEntry::initFromDirName(const char* dir, String8* resType) in initFromDirName() argument
354 *resType = part; in initFromDirName()
691 AaptGroupEntry::toDirName(const String8& resType) const in toDirName()
693 String8 s = resType; in toDirName()
1646 const AaptGroupEntry& kind, const String8& resType, in slurpFullTree() argument
1706 resType, fullResPaths); in slurpFullTree()
1715 sp<AaptFile> file = new AaptFile(pathName, kind, resType); in slurpFullTree()
1851 const String8& resType) in addFile() argument
1874 file = new AaptFile(srcDir.appendPathCopy(filePath), entry, resType); in addFile()
1902 const sp<AaptFile>& file, const String8& resType) in addResource() argument
[all …]
DResource.cpp75 ResourceDirIterator(const sp<ResourceTypeSet>& set, const String8& resType) in ResourceDirIterator() argument
76 : mResType(resType), mSet(set), mSetPos(0), mGroupPos(0) in ResourceDirIterator()
264 const char* resType) in makeFileResources() argument
266 String8 type8(resType); in makeFileResources()
267 String16 type16(resType); in makeFileResources()
271 ResourceDirIterator it(set, String8(resType)); in makeFileResources()
357 String8 resType = files.valueAt(0)->getResourceType(); in collect_files() local
359 ssize_t index = resources->indexOfKey(resType); in collect_files()
366 resources->add(resType, set); in collect_files()
382 resType.string())); in collect_files()
[all …]
/frameworks/base/tools/localize/
DConfiguration.h30 bool ParseDiectoryName(const string& dir, string* resType);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java255 ResourceType resType = ResourceType.getEnum(resTypeName); in init() local
256 if (resType != null) { in init()
258 sRFullMap.put(resType, fullMap); in init()
273 sRMap.put(value, Pair.of(resType, f.getName())); in init()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderAction.java352 public Integer getId(ResourceType resType, String resName) { in getId() argument
353 return Bridge.getResourceId(resType, resName); in getId()
/frameworks/base/media/libstagefright/codecs/avc/enc/src/
Dslice.cpp172 AVCResidualType resType; in EncodeMB() local
436 resType = AVC_Luma; in EncodeMB()
447 resType = AVC_Intra16AC; in EncodeMB()
458 status = enc_residual_block(encvid, resType, (b8 << 2) + b4, currMB); in EncodeMB()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java843 public int getFrameworkResourceValue(ResourceType resType, String resName, int defValue) { in getFrameworkResourceValue() argument
844 Integer value = Bridge.getResourceId(resType, resName); in getFrameworkResourceValue()
852 public int getProjectResourceValue(ResourceType resType, String resName, int defValue) { in getProjectResourceValue() argument
854 Integer value = mProjectCallback.getResourceId(resType, resName); in getProjectResourceValue()