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 71 struct AaptGroupEntry
74 AaptGroupEntry() : mParamsChanged(true) { }
75 AaptGroupEntry(const String8& _locale, const String8& _vendor)
107 int compare(const AaptGroupEntry& o) const;
111 inline bool operator<(const AaptGroupEntry& o) const { return compare(o) < 0; }
112 inline bool operator<=(const AaptGroupEntry& o) const { return compare(o) <= 0; }
113 inline bool operator==(const AaptGroupEntry& o) const { return compare(o) == 0; }
114 inline bool operator!=(const AaptGroupEntry& o) const { return compare(o) != 0; }
115 inline bool operator>=(const AaptGroupEntry& o) const { return compare(o) >= 0; }
116 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 115 AaptGroupEntry::parseNamePart(const String8& part, int* axis, uint32_t* value)
264 AaptGroupEntry::getConfigValueForAxis(const ResTable_config& config, int axis)
307 AaptGroupEntry::configSameExcept(const ResTable_config& config,
322 AaptGroupEntry::initFromDirName(const char* dir, String8* resType)
648 AaptGroupEntry::toString() const
691 AaptGroupEntry::toDirName(const String8& resType) const
812 bool AaptGroupEntry::getMccName(const char* name,
844 bool AaptGroupEntry::getMncName(const char* name,
881 bool AaptGroupEntry::getLocaleName(const char* fileName,
923 bool AaptGroupEntry::getScreenLayoutSizeName(const char* name
    [all...]
Package.cpp 38 const AaptGroupEntry& ge, const ResourceFilter* filter);
231 const AaptGroupEntry& ge = assets->getGroupEntries()[i];
245 const AaptGroupEntry& ge, const ResourceFilter* filter)
Resource.cpp 180 file = group->getFiles().valueFor(AaptGroupEntry());
189 return assets->addFile(String8("resources.arsc"), AaptGroupEntry(), String8(),
350 const DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> >& files
571 DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> > overlayFiles =
574 DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> > baseFiles =
622 DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> > overlayFiles =
    [all...]
StringPool.cpp 174 sp<AaptFile> pool = new AaptFile(String8(), AaptGroupEntry(),
XMLNode.cpp 526 sp<AaptFile> rsc = new AaptFile(String8(), AaptGroupEntry(), String8());
    [all...]
ResourceTable.cpp     [all...]

Completed in 25 milliseconds