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

/frameworks/base/tools/aapt/
H A DStringPool.h49 configTypeName(o.configTypeName), configs(o.configs) { }
55 String8 configTypeName; member in struct:StringPool::entry
99 const String8* configTypeName = NULL, const ResTable_config* config = NULL);
102 const String8* configTypeName = NULL, const ResTable_config* config = NULL);
H A DStringPool.cpp81 String8 configStr(configTypeName);
105 int comp = configTypeName.compare(o.configTypeName);
130 const String8* configTypeName, const ResTable_config* config)
132 ssize_t res = add(value, false, configTypeName, config);
140 bool mergeDuplicates, const String8* configTypeName, const ResTable_config* config)
153 if (configTypeName != NULL) {
156 configTypeName->string(), ent.configTypeName.string()));
157 if (ent.configTypeName
129 add(const String16& value, const Vector<entry_style_span>& spans, const String8* configTypeName, const ResTable_config* config) argument
139 add(const String16& value, bool mergeDuplicates, const String8* configTypeName, const ResTable_config* config) argument
[all...]
H A DResourceTable.cpp2213 uint32_t attrType, const String8* configTypeName,
2252 outValue->data = pool->add(finalStr, *style, configTypeName, config);
2254 outValue->data = pool->add(finalStr, true, configTypeName, config);
2814 String8 configTypeName(typeName);
2815 if (configTypeName == "drawable" || configTypeName == "layout"
2816 || configTypeName == "color" || configTypeName == "anim"
2817 || configTypeName == "interpolator" || configTypeName
2207 stringToValue(Res_value* outValue, StringPool* pool, const String16& str, bool preserveSpaces, bool coerceType, uint32_t attrID, const Vector<StringPool::entry_style_span>* style, String16* outStr, void* accessorCookie, uint32_t attrType, const String8* configTypeName, const ConfigDescription* config) argument
3562 prepareFlatten(StringPool* strings, ResourceTable* table, const String8* configTypeName, const ConfigDescription* config) argument
[all...]
H A DResourceTable.h236 const String8* configTypeName = NULL,
368 const String8* configTypeName, const ConfigDescription* config);

Completed in 260 milliseconds