Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DStringPool.h46 configTypeName(o.configTypeName), configs(o.configs) { } in entry()
52 String8 configTypeName; member
96 const String8* configTypeName = NULL, const ResTable_config* config = NULL);
99 const String8* configTypeName = NULL, const ResTable_config* config = NULL);
DStringPool.cpp75 String8 configStr(configTypeName); in makeConfigsString()
99 int comp = configTypeName.compare(o.configTypeName); in compare()
124 const String8* configTypeName, const ResTable_config* config) in add() argument
126 ssize_t res = add(value, false, configTypeName, config); in add()
134 bool mergeDuplicates, const String8* configTypeName, const ResTable_config* config) in add() argument
147 if (configTypeName != NULL) { in add()
151 configTypeName->string(), ent.configTypeName.string()); in add()
153 if (ent.configTypeName.size() <= 0) { in add()
154 ent.configTypeName = *configTypeName; in add()
155 } else if (ent.configTypeName != *configTypeName) { in add()
[all …]
DResourceTable.cpp2309 uint32_t attrType, const String8* configTypeName, in stringToValue() argument
2350 outValue->data = pool->add(finalStr, *style, configTypeName, config); in stringToValue()
2352 outValue->data = pool->add(finalStr, true, configTypeName, config); in stringToValue()
2936 String8 configTypeName(typeName); in flatten() local
2937 if (configTypeName == "drawable" || configTypeName == "layout" in flatten()
2938 || configTypeName == "color" || configTypeName == "anim" in flatten()
2939 || configTypeName == "interpolator" || configTypeName == "animator" in flatten()
2940 || configTypeName == "xml" || configTypeName == "menu" in flatten()
2941 || configTypeName == "mipmap" || configTypeName == "raw") { in flatten()
2942 configTypeName = "1complex"; in flatten()
[all …]
DResourceTable.h255 const String8* configTypeName = NULL,
389 const String8* configTypeName, const ConfigDescription* config);