Searched refs:AaptGroupEntry (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/tools/aapt/
H A DAaptAssets.h65 struct AaptGroupEntry struct
68 AaptGroupEntry() : mParamsChanged(true) { } function in struct:AaptGroupEntry
69 AaptGroupEntry(const String8& _locale, const String8& _vendor) function in struct:AaptGroupEntry
102 int compare(const AaptGroupEntry& o) const;
106 inline bool operator<(const AaptGroupEntry& o) const { return compare(o) < 0; }
107 inline bool operator<=(const AaptGroupEntry& o) const { return compare(o) <= 0; }
108 inline bool operator==(const AaptGroupEntry& o) const { return compare(o) == 0; }
109 inline bool operator!=(const AaptGroupEntry& o) const { return compare(o) != 0; }
110 inline bool operator>=(const AaptGroupEntry& o) const { return compare(o) >= 0; }
111 inline bool operator>(const AaptGroupEntry
[all...]
H A DResourceFilter.cpp32 if (AaptGroupEntry::parseNamePart(part, &axis, &value)) {
91 return match(axis, AaptGroupEntry::getConfigValueForAxis(config, axis));
98 if (!match(i, AaptGroupEntry::getConfigValueForAxis(config, i))) {
H A DAaptAssets.cpp153 AaptGroupEntry::parseNamePart(const String8& part, int* axis, uint32_t* value)
309 AaptGroupEntry::getConfigValueForAxis(const ResTable_config& config, int axis)
354 AaptGroupEntry::configSameExcept(const ResTable_config& config,
369 AaptGroupEntry::initFromDirName(const char* dir, String8* resType)
708 AaptGroupEntry::toString() const
753 AaptGroupEntry::toDirName(const String8& resType) const
880 bool AaptGroupEntry::getMccName(const char* name,
912 bool AaptGroupEntry::getMncName(const char* name,
949 bool AaptGroupEntry::getLocaleName(const char* fileName,
991 bool AaptGroupEntry
[all...]
H A DPackage.cpp38 const AaptGroupEntry& ge, const ResourceFilter* filter);
231 const AaptGroupEntry& ge = assets->getGroupEntries()[i];
245 const AaptGroupEntry& ge, const ResourceFilter* filter)
H A DResource.cpp185 file = group->getFiles().valueFor(AaptGroupEntry());
194 return assets->addFile(String8("resources.arsc"), AaptGroupEntry(), String8(),
386 const DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> >& files
607 DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> > overlayFiles =
610 DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> > baseFiles =
658 DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> > overlayFiles =
2545 const DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> >& files = group->getFiles();
H A DStringPool.cpp347 sp<AaptFile> pool = new AaptFile(String8(), AaptGroupEntry(),
H A DXMLNode.cpp534 sp<AaptFile> rsc = new AaptFile(String8(), AaptGroupEntry(), String8());
H A DResourceTable.cpp1985 sp<AaptFile> data = new AaptFile(String8(), AaptGroupEntry(), String8());
2710 sp<AaptFile> data = new AaptFile(String8(), AaptGroupEntry(), String8());

Completed in 929 milliseconds