Searched refs:attrType (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/net/java/android/net/netlink/ |
D | RtNetlinkNeighborMessage.java | 57 private static StructNlAttr findNextAttrOfType(short attrType, ByteBuffer byteBuffer) { in findNextAttrOfType() argument 63 if (nlAttr.nla_type == attrType) { in findNextAttrOfType()
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 5046 uint32_t attrType, in stringToValue() argument 5086 attrType = bag->map.value.data; in stringToValue() 5102 } else if (accessor && accessor->getAttributeType(attrID, &attrType)) { in stringToValue() 5104 if (attrType == ResTable_map::TYPE_ENUM in stringToValue() 5105 || attrType == ResTable_map::TYPE_FLAGS in stringToValue() 5106 || attrType == ResTable_map::TYPE_INTEGER) { in stringToValue() 5117 coerceType && (attrType&ResTable_map::TYPE_STRING) != 0; in stringToValue() 5285 if ((attrType&ResTable_map::TYPE_COLOR) == 0) { in stringToValue() 5299 if ((attrType&ResTable_map::TYPE_COLOR) != 0) { in stringToValue() 5390 if ((attrType&ResTable_map::TYPE_INTEGER) == 0) { in stringToValue() [all …]
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.h | 251 uint32_t attrType = ResTable_map::TYPE_ANY,
|
D | ResourceTable.cpp | 2299 uint32_t attrType, const String8* configTypeName, in stringToValue() argument 2310 accessorCookie, attrType); in stringToValue() 5022 String16 attrPackage, attrType, attrName; in processBundleFormatImpl() local 5025 &attrPackage, &attrType, &attrName, in processBundleFormatImpl() 5033 if (attrType != kAttr16) { in processBundleFormatImpl()
|
/frameworks/base/include/androidfw/ |
D | ResourceTypes.h | 1821 uint32_t attrType = ResTable_map::TYPE_ANY,
|