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.cpp82 String8 configStr(configTypeName); in makeConfigsString()
106 int comp = configTypeName.compare(o.configTypeName); in compare()
131 const String8* configTypeName, const ResTable_config* config) in add() argument
133 ssize_t res = add(value, false, configTypeName, config); in add()
141 bool mergeDuplicates, const String8* configTypeName, const ResTable_config* config) in add() argument
154 if (configTypeName != NULL) { in add()
158 configTypeName->string(), ent.configTypeName.string()); in add()
160 if (ent.configTypeName.size() <= 0) { in add()
161 ent.configTypeName = *configTypeName; in add()
162 } else if (ent.configTypeName != *configTypeName) { in add()
[all …]
DResourceTable.cpp2312 uint32_t attrType, const String8* configTypeName, in stringToValue() argument
2353 outValue->data = pool->add(finalStr, *style, configTypeName, config); in stringToValue()
2355 outValue->data = pool->add(finalStr, true, configTypeName, config); in stringToValue()
2939 String8 configTypeName(typeName); in flatten() local
2940 if (configTypeName == "drawable" || configTypeName == "layout" in flatten()
2941 || configTypeName == "color" || configTypeName == "anim" in flatten()
2942 || configTypeName == "interpolator" || configTypeName == "animator" in flatten()
2943 || configTypeName == "xml" || configTypeName == "menu" in flatten()
2944 || configTypeName == "mipmap" || configTypeName == "raw") { in flatten()
2945 configTypeName = "1complex"; in flatten()
[all …]
DResourceTable.h255 const String8* configTypeName = NULL,
389 const String8* configTypeName, const ConfigDescription* config);