HomeSort by relevance Sort by last modified time
    Searched refs:ResStringPool (Results 1 - 10 of 10) sorted by null

  /frameworks/base/core/jni/
android_util_StringBlock.cpp 59 ResStringPool* osb = new ResStringPool(b+off, len, true);
73 ResStringPool* osb = (ResStringPool*)token;
85 ResStringPool* osb = (ResStringPool*)token;
109 ResStringPool* osb = (ResStringPool*)token;
153 ResStringPool* osb = (ResStringPool*)token
    [all...]
android_util_AssetManager.cpp     [all...]
  /frameworks/base/tools/aapt/
StringPool.h 31 void printStringPool(const ResStringPool* pool);
36 * ResStringPool in include/utils/ResourceTypes.h.
68 * lookup with ResStringPool::indexOfString() (O(log n)), at the expense
printapk.cpp 105 const ResStringPool* strings = res.getTableStringBlock(tableIndex);
ResourceTable.h 479 const ResStringPool& getTypeStrings() const { return mTypeStrings; }
484 const ResStringPool& getKeyStrings() const { return mKeyStrings; }
496 ResStringPool* strings,
505 ResStringPool mTypeStrings;
506 ResStringPool mKeyStrings;
StringPool.cpp 23 void printStringPool(const ResStringPool* pool)
Resource.cpp 392 const ResStringPool* pool = &parser.getStrings();
    [all...]
ResourceTable.cpp     [all...]
  /frameworks/base/include/utils/
ResourceTypes.h 432 * Convenience class for accessing data in a ResStringPool resource.
434 class ResStringPool
437 ResStringPool();
438 ResStringPool(const void* data, size_t size, bool copyData=false);
439 ~ResStringPool();
636 const ResStringPool& getStrings() const;
733 ResStringPool mStrings;
    [all...]
  /frameworks/base/libs/utils/
ResourceTypes.cpp 231 ResStringPool::ResStringPool()
236 ResStringPool::ResStringPool(const void* data, size_t size, bool copyData)
242 ResStringPool::~ResStringPool()
247 status_t ResStringPool::setTo(const void* data, size_t size, bool copyData)
417 status_t ResStringPool::getError() const
422 void ResStringPool::uninit()
449 const uint16_t* ResStringPool::stringAt(size_t idx, size_t* outLen) cons
    [all...]

Completed in 31 milliseconds