Searched defs:configTypeName (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/aapt/
H A DStringPool.h46 configTypeName(o.configTypeName), configs(o.configs) { }
52 String8 configTypeName; member in struct:StringPool::entry
96 const String8* configTypeName = NULL, const ResTable_config* config = NULL);
99 const String8* configTypeName = NULL, const ResTable_config* config = NULL);
H A DStringPool.cpp69 String8 configStr(configTypeName);
93 int comp = configTypeName.compare(o.configTypeName);
118 const String8* configTypeName, const ResTable_config* config)
120 ssize_t res = add(value, false, configTypeName, config);
128 bool mergeDuplicates, const String8* configTypeName, const ResTable_config* config)
141 if (configTypeName != NULL) {
144 configTypeName->string(), ent.configTypeName.string()));
145 if (ent.configTypeName
117 add(const String16& value, const Vector<entry_style_span>& spans, const String8* configTypeName, const ResTable_config* config) argument
127 add(const String16& value, bool mergeDuplicates, const String8* configTypeName, const ResTable_config* config) argument
[all...]
H A DResourceTable.cpp2200 uint32_t attrType, const String8* configTypeName,
2239 outValue->data = pool->add(finalStr, *style, configTypeName, config);
2241 outValue->data = pool->add(finalStr, true, configTypeName, config);
2778 String8 configTypeName(typeName);
2779 if (configTypeName == "drawable" || configTypeName == "layout"
2780 || configTypeName == "color" || configTypeName == "anim"
2781 || configTypeName == "interpolator" || configTypeName
2194 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
3516 prepareFlatten(StringPool* strings, ResourceTable* table, const String8* configTypeName, const ConfigDescription* config) argument
[all...]

Completed in 64 milliseconds