Searched refs:typeSpecFlags (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/tools/aapt2/process/ |
D | SymbolTable.cpp | 212 uint32_t typeSpecFlags = 0; in findByName() local 216 &typeSpecFlags); in findByName() 230 s->isPublic = (typeSpecFlags & android::ResTable_typeSpec::SPEC_PUBLIC) != 0; in findByName() 281 uint32_t typeSpecFlags = 0; in findById() local 282 table.getResourceFlags(id.id, &typeSpecFlags); in findById() 293 s->isPublic = (typeSpecFlags & android::ResTable_typeSpec::SPEC_PUBLIC) != 0; in findById()
|
/frameworks/base/core/jni/ |
D | android_util_AssetManager.cpp | 111 uint32_t typeSpecFlags, ResTable_config* config = NULL); 115 uint32_t typeSpecFlags, ResTable_config* config) in copyValue() argument 124 typeSpecFlags); in copyValue() 898 uint32_t typeSpecFlags; in android_content_AssetManager_loadResourceValue() local 899 ssize_t block = res.getResource(ident, &value, false, density, &typeSpecFlags, &config); in android_content_AssetManager_loadResourceValue() 908 block = res.resolveReference(&value, block, &ref, &typeSpecFlags, &config); in android_content_AssetManager_loadResourceValue() 917 return copyValue(env, outValue, &res, value, ref, block, typeSpecFlags, &config); in android_content_AssetManager_loadResourceValue() 940 uint32_t typeSpecFlags; in android_content_AssetManager_loadResourceBagValue() local 941 ssize_t entryCount = res.getBagLocked(ident, &entry, &typeSpecFlags); in android_content_AssetManager_loadResourceBagValue() 959 block = res.resolveReference(&value, block, &ref, &typeSpecFlags); in android_content_AssetManager_loadResourceBagValue() [all …]
|
/frameworks/base/tools/aapt/ |
D | Resource.cpp | 2202 uint32_t typeSpecFlags; in writeLayoutClasses() local 2206 package16.string(), package16.size(), &typeSpecFlags); in writeLayoutClasses() 2212 isPublic = (typeSpecFlags&ResTable_typeSpec::SPEC_PUBLIC) != 0; in writeLayoutClasses() 2339 uint32_t typeSpecFlags = 0; in writeLayoutClasses() local 2344 package16.string(), package16.size(), &typeSpecFlags); in writeLayoutClasses() 2347 const bool pub = (typeSpecFlags&ResTable_typeSpec::SPEC_PUBLIC) != 0; in writeLayoutClasses() 2435 uint32_t typeSpecFlags; in writeTextLayoutClasses() local 2439 package16.string(), package16.size(), &typeSpecFlags); in writeTextLayoutClasses() 2445 isPublic = (typeSpecFlags&ResTable_typeSpec::SPEC_PUBLIC) != 0; in writeTextLayoutClasses() 2481 uint32_t typeSpecFlags = 0; in writeTextLayoutClasses() local [all …]
|
D | ResourceTable.cpp | 3088 uint32_t* typeSpecFlags = (uint32_t*) in flatten() local 3091 memset(typeSpecFlags, 0, sizeof(uint32_t)*N); in flatten() 3100 typeSpecFlags[ei] |= htodl(ResTable_typeSpec::SPEC_PUBLIC); in flatten() 3116 typeSpecFlags[ei] |= htodl( in flatten()
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 3155 typeSpec(NULL), typeSpecFlags(NULL) { } in Type() 3160 const uint32_t* typeSpecFlags; member 3433 curEntry->typeSpecFlags |= bagTypeSpecFlags; in applyStyle() 3552 *outTypeSpecFlags |= te.typeSpecFlags; in getAttribute() 4204 *outTypeSpecFlags = set->typeSpecFlags; in getBagLocked() 4292 set->typeSpecFlags = parentTypeSpecFlags; in getBagLocked() 4300 set->typeSpecFlags = 0; in getBagLocked() 4303 set->typeSpecFlags |= entry.specFlags; in getBagLocked() 4415 *outTypeSpecFlags = set->typeSpecFlags; in getBagLocked() 6015 if (typeSpec->typeSpecFlags != NULL) { in getEntry() [all …]
|
/frameworks/base/include/androidfw/ |
D | ResourceTypes.h | 1726 uint32_t typeSpecFlags; member 1889 uint32_t typeSpecFlags; member
|