HomeSort by relevance Sort by last modified time
    Searched refs:AaptGroupEntry (Results 1 - 8 of 8) sorted by null

  /frameworks/base/tools/aapt/
AaptAssets.h 65 struct AaptGroupEntry
68 AaptGroupEntry() : mParamsChanged(true) { }
69 AaptGroupEntry(const String8& _locale, const String8& _vendor)
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& o) const { return compare(o) > 0;
    [all...]
ResourceFilter.cpp 32 if (AaptGroupEntry::parseNamePart(part, &axis, &value)) {
91 return match(axis, AaptGroupEntry::getConfigValueForAxis(config, axis));
98 if (!match(i, AaptGroupEntry::getConfigValueForAxis(config, i))) {
AaptAssets.cpp 153 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,
952 bool AaptGroupEntry::getLocaleName(const char* fileName,
994 bool AaptGroupEntry::getLayoutDirectionName(const char* name, ResTable_config* out
    [all...]
Package.cpp 41 const AaptGroupEntry& ge, const ResourceFilter* filter);
234 const AaptGroupEntry& ge = assets->getGroupEntries()[i];
248 const AaptGroupEntry& ge, const ResourceFilter* filter)
Resource.cpp 186 file = group->getFiles().valueFor(AaptGroupEntry());
195 return assets->addFile(String8("resources.arsc"), AaptGroupEntry(), String8(),
387 const DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> >& files
608 DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> > overlayFiles =
611 DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> > baseFiles =
659 DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> > overlayFiles =
    [all...]
StringPool.cpp 347 sp<AaptFile> pool = new AaptFile(String8(), AaptGroupEntry(),
XMLNode.cpp 534 sp<AaptFile> rsc = new AaptFile(String8(), AaptGroupEntry(), String8());
    [all...]