Searched refs:ResStringPool (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/core/jni/ |
D | android_util_StringBlock.cpp | 50 ResStringPool* osb = new ResStringPool(b+off, len, true); in android_content_StringBlock_nativeCreate() 64 ResStringPool* osb = (ResStringPool*)token; in android_content_StringBlock_nativeGetSize() 76 ResStringPool* osb = (ResStringPool*)token; in android_content_StringBlock_nativeGetString() 100 ResStringPool* osb = (ResStringPool*)token; in android_content_StringBlock_nativeGetStyle() 143 ResStringPool* osb = (ResStringPool*)token; in android_content_StringBlock_nativeDestroy()
|
D | android_util_AssetManager.cpp | 1492 const ResStringPool* pool = res.getTableStringBlock(block); in android_content_AssetManager_getArrayStringResource()
|
/frameworks/base/include/androidfw/ |
D | ResourceTypes.h | 434 class ResStringPool 437 ResStringPool(); 438 ResStringPool(const void* data, size_t size, bool copyData=false); 439 ~ResStringPool(); 644 const ResStringPool& getStrings() const; 741 ResStringPool mStrings; 1520 const ResStringPool* getTableStringBlock(size_t index) const;
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.h | 489 const ResStringPool& getTypeStrings() const { return mTypeStrings; } in getTypeStrings() 494 const ResStringPool& getKeyStrings() const { return mKeyStrings; } in getKeyStrings() 506 ResStringPool* strings, 515 ResStringPool mTypeStrings; 516 ResStringPool mKeyStrings;
|
D | printapk.cpp | 105 const ResStringPool* strings = res.getTableStringBlock(tableIndex); in main()
|
D | StringPool.h | 32 void printStringPool(const ResStringPool* pool);
|
D | StringPool.cpp | 34 void printStringPool(const ResStringPool* pool) in printStringPool()
|
D | Command.cpp | 485 const ResStringPool* pool = res.getTableStringBlock(0); in doDump()
|
D | Resource.cpp | 460 const ResStringPool* pool = &parser.getStrings(); in validateAttr()
|
D | ResourceTable.cpp | 3652 ResStringPool* strings, in setStrings()
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 310 ResStringPool::ResStringPool() in ResStringPool() function in android::ResStringPool 315 ResStringPool::ResStringPool(const void* data, size_t size, bool copyData) in ResStringPool() function in android::ResStringPool 321 ResStringPool::~ResStringPool() in ~ResStringPool() 326 status_t ResStringPool::setTo(const void* data, size_t size, bool copyData) in setTo() 501 status_t ResStringPool::getError() const in getError() 506 void ResStringPool::uninit() in uninit() 569 const uint16_t* ResStringPool::stringAt(size_t idx, size_t* u16len) const in stringAt() 634 const char* ResStringPool::string8At(size_t idx, size_t* outLen) const in string8At() 661 const String8 ResStringPool::string8ObjectAt(size_t idx) const in string8ObjectAt() 671 const ResStringPool_span* ResStringPool::styleAt(const ResStringPool_ref& ref) const in styleAt() [all …]
|