Searched defs:resType (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/aapt/
H A DAaptAssets.cpp240 AaptGroupEntry::initFromDirName(const char* dir, String8* resType) argument
270 *resType = part;
562 AaptGroupEntry::toDirName(const String8& resType) const
564 String8 s = resType;
1393 const AaptGroupEntry& kind, const String8& resType)
1448 resType);
1457 sp<AaptFile> file = new AaptFile(pathName, kind, resType);
1575 const String8& resType)
1598 file = new AaptFile(srcDir.appendPathCopy(filePath), entry, resType);
1626 const sp<AaptFile>& file, const String8& resType)
1392 slurpFullTree(Bundle* bundle, const String8& srcDir, const AaptGroupEntry& kind, const String8& resType) argument
1572 addFile( const String8& filePath, const AaptGroupEntry& entry, const String8& srcDir, sp<AaptGroup>* outGroup, const String8& resType) argument
1625 addResource(const String8& leafName, const String8& path, const sp<AaptFile>& file, const String8& resType) argument
1777 slurpFullTree(Bundle* bundle, const String8& srcDir, const AaptGroupEntry& kind, const String8& resType) argument
1819 String8 resType; local
1898 String8 resType; local
[all...]
H A DAaptAssets.h86 bool initFromDirName(const char* dir, String8* resType);
119 String8 toDirName(const String8& resType) const;
141 const String8& resType)
143 , mResourceType(resType)
262 const String8& resType);
496 const String8& resType);
501 const String8& resType);
510 const String8& resType);
140 AaptFile(const String8& sourceFile, const AaptGroupEntry& groupEntry, const String8& resType) argument
H A DResource.cpp57 ResourceDirIterator(const sp<ResourceTypeSet>& set, const String8& resType) argument
58 : mResType(resType), mSet(set), mSetPos(0), mGroupPos(0)
245 const char* resType)
247 String8 type8(resType);
248 String16 type16(resType);
252 ResourceDirIterator it(set, String8(resType));
337 String8 resType = files.valueAt(0)->getResourceType(); local
339 ssize_t index = resources->indexOfKey(resType);
344 resources->add(resType, set);
501 const char *resType)
242 makeFileResources(Bundle* bundle, const sp<AaptAssets>& assets, ResourceTable* table, const sp<ResourceTypeSet>& set, const char* resType) argument
498 applyFileOverlay(Bundle *bundle, const sp<AaptAssets>& assets, sp<ResourceTypeSet> *baseSet, const char *resType) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridgeContext.java461 * <pre>@resType/resName</pre>
462 * <pre>@android:resType/resName</pre>
463 * <pre>@resType/android:resName</pre>
464 * <pre>?resType/resName</pre>
465 * <pre>?android:resType/resName</pre>
466 * <pre>?resType/android:resName</pre>
469 * The actual format of a reference is <pre>@[namespace:]resType/resName</pre> but this method
503 // there was a resType in the reference. If it's attr, we ignore it
566 * @param resType the type of the resource
571 private IResourceValue findResValue(String resType, Strin argument
[all...]

Completed in 51 milliseconds