Home
last modified time | relevance | path

Searched refs:configTypeName (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/aapt/
DStringPool.h49 configTypeName(o.configTypeName), configs(o.configs) { } in entry()
55 String8 configTypeName; member
99 const String8* configTypeName = NULL, const ResTable_config* config = NULL);
102 const String8* configTypeName = NULL, const ResTable_config* config = NULL);
DStringPool.cpp81 String8 configStr(configTypeName); in makeConfigsString()
105 int comp = configTypeName.compare(o.configTypeName); in compare()
130 const String8* configTypeName, const ResTable_config* config) in add() argument
132 ssize_t res = add(value, false, configTypeName, config); in add()
140 bool mergeDuplicates, const String8* configTypeName, const ResTable_config* config) in add() argument
153 if (configTypeName != NULL) { in add()
156 configTypeName->string(), ent.configTypeName.string())); in add()
157 if (ent.configTypeName.size() <= 0) { in add()
158 ent.configTypeName = *configTypeName; in add()
159 } else if (ent.configTypeName != *configTypeName) { in add()
[all …]
DResourceTable.cpp2213 uint32_t attrType, const String8* configTypeName, in stringToValue() argument
2252 outValue->data = pool->add(finalStr, *style, configTypeName, config); in stringToValue()
2254 outValue->data = pool->add(finalStr, true, configTypeName, config); in stringToValue()
2814 String8 configTypeName(typeName); in flatten() local
2815 if (configTypeName == "drawable" || configTypeName == "layout" in flatten()
2816 || configTypeName == "color" || configTypeName == "anim" in flatten()
2817 || configTypeName == "interpolator" || configTypeName == "animator" in flatten()
2818 || configTypeName == "xml" || configTypeName == "menu" in flatten()
2819 || configTypeName == "mipmap" || configTypeName == "raw") { in flatten()
2820 configTypeName = "1complex"; in flatten()
[all …]
DResourceTable.h236 const String8* configTypeName = NULL,
368 const String8* configTypeName, const ConfigDescription* config);