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.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.cpp2099 uint32_t attrType, const String8* configTypeName,
2138 outValue->data = pool->add(finalStr, *style, configTypeName, config);
2140 outValue->data = pool->add(finalStr, true, configTypeName, config);
2630 String8 configTypeName(typeName);
2631 if (configTypeName == "drawable" || configTypeName == "layout"
2632 || configTypeName == "color" || configTypeName == "anim"
2633 || configTypeName == "interpolator" || configTypeName
2093 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
3250 prepareFlatten(StringPool* strings, ResourceTable* table, const String8* configTypeName, const ConfigDescription* config) argument
[all...]
H A DResourceTable.h218 const String8* configTypeName = NULL,
342 const String8* configTypeName, const ConfigDescription* config);

Completed in 61 milliseconds