Searched refs:attrType (Results 1 - 5 of 5) sorted by last modified time

/frameworks/base/tools/aapt/
H A DResourceTable.cpp2249 uint32_t attrType, const String8* configTypeName,
2260 accessorCookie, attrType);
2243 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
H A DResourceTable.h242 uint32_t attrType = ResTable_map::TYPE_ANY,
/frameworks/base/include/androidfw/
H A DResourceTypes.h1783 // resolve resources that do not exist in this ResTable. If 'attrType' is
1794 uint32_t attrType = ResTable_map::TYPE_ANY,
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4895 uint32_t attrType,
4935 attrType = bag->map.value.data;
4951 } else if (accessor && accessor->getAttributeType(attrID, &attrType)) {
4953 if (attrType == ResTable_map::TYPE_ENUM
4954 || attrType == ResTable_map::TYPE_FLAGS
4955 || attrType == ResTable_map::TYPE_INTEGER) {
4966 coerceType && (attrType&ResTable_map::TYPE_STRING) != 0;
4971 // Note: we don't check attrType here because the reference can
5134 if ((attrType&ResTable_map::TYPE_COLOR) == 0) {
5148 if ((attrType
4887 stringToValue(Res_value* outValue, String16* outString, const char16_t* s, size_t len, bool preserveSpaces, bool coerceType, uint32_t attrID, const String16* defType, const String16* defPackage, Accessor* accessor, void* accessorCookie, uint32_t attrType, bool enforcePrivate) const argument
[all...]
/frameworks/base/core/java/android/net/netlink/
H A DRtNetlinkNeighborMessage.java57 private static StructNlAttr findNextAttrOfType(short attrType, ByteBuffer byteBuffer) { argument
63 if (nlAttr.nla_type == attrType) {

Completed in 164 milliseconds