Searched defs:configTypeName (Results 1 - 3 of 3) 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.cpp61 String8 configStr(configTypeName);
85 int comp = configTypeName.compare(o.configTypeName);
110 const String8* configTypeName, const ResTable_config* config)
112 ssize_t res = add(value, false, configTypeName, config);
120 bool mergeDuplicates, const String8* configTypeName, const ResTable_config* config)
133 if (configTypeName != NULL) {
136 configTypeName->string(), ent.configTypeName.string()));
137 if (ent.configTypeName
109 add(const String16& value, const Vector<entry_style_span>& spans, const String8* configTypeName, const ResTable_config* config) argument
119 add(const String16& value, bool mergeDuplicates, const String8* configTypeName, const ResTable_config* config) argument
[all...]
H A DResourceTable.cpp2094 uint32_t attrType, const String8* configTypeName,
2133 outValue->data = pool->add(finalStr, *style, configTypeName, config);
2135 outValue->data = pool->add(finalStr, true, configTypeName, config);
2625 String8 configTypeName(typeName);
2626 if (configTypeName == "drawable" || configTypeName == "layout"
2627 || configTypeName == "color" || configTypeName == "anim"
2628 || configTypeName == "interpolator" || configTypeName
2088 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
3245 prepareFlatten(StringPool* strings, ResourceTable* table, const String8* configTypeName, const ConfigDescription* config) argument
[all...]

Completed in 71 milliseconds