Home
last modified time | relevance | path

Searched refs:getTableCookie (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/androidfw/
DAttributeResolution.cpp183 block != -1 ? static_cast<uint32_t>(res.getTableCookie(block)) in ResolveAttrs()
389 block != kXmlBlock ? static_cast<uint32_t>(res.getTableCookie(block)) in ApplyStyle()
473 block != kXmlBlock ? static_cast<uint32_t>(res->getTableCookie(block)) in RetrieveAttributes()
DResourceTypes.cpp5941 int32_t ResTable::getTableCookie(size_t index) const in getTableCookie() function in android::ResTable
/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp110 static_cast<jint>(table->getTableCookie(block))); in copyValue()
1343 dest[STYLE_ASSET_COOKIE] = reinterpret_cast<jint>(res.getTableCookie(block)); in android_content_AssetManager_retrieveArray()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h1914 int32_t getTableCookie(size_t index) const;
/frameworks/base/tools/aapt/
DResource.cpp1047 return table.getTableCookie(idx); in getPlatformAssetCookie()