Home
last modified time | relevance | path

Searched refs:styleCount (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tools/aapt/
DStringPool.cpp65 (ZD_TYPE)N, (ZD_TYPE)pool->styleCount(), (ZD_TYPE)pool->bytes()); in printStringPool()
558 header->styleCount = htodl(STYLES); in writeStringBlock()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h448 uint32_t styleCount; member
524 size_t styleCount() const;
/frameworks/base/tools/aapt2/
DDebug.cpp440 pool->isSorted() ? "sorted" : "non-sorted", N, pool->styleCount(), in DumpResStringPool()
DStringPool.cpp442 header->styleCount = util::HostToDevice32(pool.styles_.size()); in Flatten()
/frameworks/base/tools/aapt2/format/binary/
DBinaryResourceParser.cpp149 table_->string_pool.HintWillAdd(value_pool_.size(), value_pool_.styleCount()); in ParseTable()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp499 h->styleCount = dtohl(mHeader->styleCount); in setTo()
543 if (mHeader->styleCount == 0) { in setTo()
595 if (mHeader->styleCount > 0) { in setTo()
622 for (i=0; i<mHeader->styleCount; i++) { in setTo()
910 if (mError == NO_ERROR && idx < mHeader->styleCount) { in styleAt()
1056 size_t ResStringPool::styleCount() const in styleCount() function in android::ResStringPool
1058 return (mError == NO_ERROR) ? mHeader->styleCount : 0; in styleCount()