Home
last modified time | relevance | path

Searched defs:res_id (Results 1 – 8 of 8) sorted by relevance

/frameworks/libs/net/common/device/com/android/net/module/util/netlink/
DStructNfGenMsg.java40 public final short res_id; // N.B.: this is big endian in the kernel field in StructNfGenMsg
60 final short res_id = byteBuffer.getShort(); in parse() local
/frameworks/base/tools/aapt2/format/binary/
DBinaryResourceParser.cpp389 const ResourceId res_id(package_id, type->id, static_cast<uint16_t>(it.index())); in ParseType() local
488 ResourceId res_id(android::util::DeviceToHost32(ref_iter->ident)); in ParseOverlayable() local
/frameworks/base/tools/aapt2/process/
DSymbolTable.cpp326 ResourceId res_id = 0; in FindByName() local
/frameworks/base/core/jni/
Dandroid_util_XmlBlock.cpp78 jlong token, jint res_id) in android_content_XmlBlock_nativeCreateParseState()
/frameworks/base/tools/aapt2/
DResource.h273 inline ResourceId::ResourceId(uint32_t res_id) : id(res_id) {} in ResourceId()
/frameworks/base/tools/aapt2/xml/
DXmlDom.cpp242 uint32_t res_id = parser->getAttributeNameResID(i); in CopyAttributes() local
/frameworks/base/libs/androidfw/
DAssetManager2.cpp1780 auto res_id = keys_[i]; in Dump() local
/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp309 Value* FindValueById(const ResourceTable* table, const ResourceId& res_id, in FindValueById()