Searched defs:typeSpecFlags (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp100 uint32_t typeSpecFlags, ResTable_config* config = NULL);
104 uint32_t typeSpecFlags, ResTable_config* config)
113 typeSpecFlags);
805 uint32_t typeSpecFlags; local
806 ssize_t block = res.getResource(ident, &value, false, density, &typeSpecFlags, &config);
815 block = res.resolveReference(&value, block, &ref, &typeSpecFlags, &config);
824 return copyValue(env, outValue, &res, value, ref, block, typeSpecFlags, &config);
847 uint32_t typeSpecFlags; local
848 ssize_t entryCount = res.getBagLocked(ident, &entry, &typeSpecFlags);
866 block = res.resolveReference(&value, block, &ref, &typeSpecFlags);
102 copyValue(JNIEnv* env, jobject outValue, const ResTable* table, const Res_value& value, uint32_t ref, ssize_t block, uint32_t typeSpecFlags, ResTable_config* config) argument
977 uint32_t typeSpecFlags = 0; local
[all...]
/frameworks/base/tools/aapt/
H A DResource.cpp2161 uint32_t typeSpecFlags; local
2165 package16.string(), package16.size(), &typeSpecFlags);
2171 isPublic = (typeSpecFlags&ResTable_typeSpec::SPEC_PUBLIC) != 0;
2295 uint32_t typeSpecFlags = 0; local
2300 package16.string(), package16.size(), &typeSpecFlags);
2302 // String8(attr16).string(), String8(name16).string(), typeSpecFlags);
2303 const bool pub = (typeSpecFlags&ResTable_typeSpec::SPEC_PUBLIC) != 0;
2391 uint32_t typeSpecFlags; local
2395 package16.string(), package16.size(), &typeSpecFlags);
2401 isPublic = (typeSpecFlags
2437 uint32_t typeSpecFlags = 0; local
[all...]
H A DResourceTable.cpp2984 uint32_t* typeSpecFlags = (uint32_t*) local
2987 memset(typeSpecFlags, 0, sizeof(uint32_t)*N);
2996 typeSpecFlags[ei] |= htodl(ResTable_typeSpec::SPEC_PUBLIC);
3012 typeSpecFlags[ei] |= htodl(
/frameworks/base/include/androidfw/
H A DResourceTypes.h1660 uint32_t typeSpecFlags; member in struct:android::ResTable::Theme::theme_entry
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2873 typeSpec(NULL), typeSpecFlags(NULL) { }
2878 const uint32_t* typeSpecFlags; member in struct:android::ResTable::Type
3005 uint32_t typeSpecFlags; member in struct:android::ResTable::bag_set
3128 curEntry->typeSpecFlags |= bagTypeSpecFlags;
3207 *outTypeSpecFlags |= te.typeSpecFlags;
3826 *outTypeSpecFlags = set->typeSpecFlags;
3913 set->typeSpecFlags = parentTypeSpecFlags;
3921 set->typeSpecFlags = 0;
3924 set->typeSpecFlags |= entry.specFlags;
4025 *outTypeSpecFlags = set->typeSpecFlags;
[all...]

Completed in 66 milliseconds