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

/frameworks/base/tools/aapt/
H A DStringPool.h47 configTypeName(o.configTypeName), configs(o.configs) { }
53 String8 configTypeName; member in struct:StringPool::entry
97 const String8* configTypeName = NULL, const ResTable_config* config = NULL);
100 const String8* configTypeName = NULL, const ResTable_config* config = NULL);
H A DStringPool.cpp86 String8 configStr(configTypeName);
110 int comp = configTypeName.compare(o.configTypeName);
135 const String8* configTypeName, const ResTable_config* config)
137 ssize_t res = add(value, false, configTypeName, config);
145 bool mergeDuplicates, const String8* configTypeName, const ResTable_config* config)
158 if (configTypeName != NULL) {
162 configTypeName->string(), ent.configTypeName.string());
164 if (ent.configTypeName
134 add(const String16& value, const Vector<entry_style_span>& spans, const String8* configTypeName, const ResTable_config* config) argument
144 add(const String16& value, bool mergeDuplicates, const String8* configTypeName, const ResTable_config* config) argument
[all...]
H A DResourceTable.cpp2299 uint32_t attrType, const String8* configTypeName,
2340 outValue->data = pool->add(finalStr, *style, configTypeName, config);
2342 outValue->data = pool->add(finalStr, true, configTypeName, config);
2918 String8 configTypeName(typeName);
2919 if (configTypeName == "drawable" || configTypeName == "layout"
2920 || configTypeName == "color" || configTypeName == "anim"
2921 || configTypeName == "interpolator" || configTypeName
2293 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
3676 prepareFlatten(StringPool* strings, ResourceTable* table, const String8* configTypeName, const ConfigDescription* config) argument
[all...]
H A DResourceTable.h252 const String8* configTypeName = NULL,
386 const String8* configTypeName, const ConfigDescription* config);

Completed in 78 milliseconds