| /frameworks/base/libs/androidfw/tests/ | 
| D | StringPool_test.cpp | 37   StringPool pool;  in TEST()  local44   StringPool pool;  in TEST()  local
 54   StringPool pool;  in TEST()  local
 65   StringPool pool;  in TEST()  local
 76   StringPool pool;  in TEST()  local
 88   StringPool pool;  in TEST()  local
 115   StringPool pool;  in TEST()  local
 143   StringPool pool;  in TEST()  local
 161   StringPool pool;  in TEST()  local
 175   StringPool pool;  in TEST()  local
 [all …]
 
 | 
| D | TestHelpers.cpp | 71   const ResStringPool* pool = table.getTableStringBlock(block);  in IsStringEqual()  local
 | 
| D | CommonHelpers.cpp | 60 std::string GetStringFromPool(const ResStringPool* pool, uint32_t idx) {  in GetStringFromPool()
 | 
| /frameworks/base/tools/aapt2/compile/ | 
| D | PseudolocaleGenerator_test.cpp | 27   android::StringPool pool;  in TEST()  local75   android::StringPool pool;  in TEST()  local
 97   android::StringPool pool;  in TEST()  local
 119   android::StringPool pool;  in TEST()  local
 158   android::StringPool pool;  in TEST()  local
 
 | 
| D | PseudolocaleGenerator.cpp | 115                                                          android::StringPool* pool) {  in PseudolocalizeStyledString()228   Visitor(android::StringPool* pool, Pseudolocalizer::Method method)  in Visitor()
 320                             ResourceConfigValue* original_value, android::StringPool* pool,  in PseudolocalizeIfNeeded()
 
 | 
| /frameworks/base/tools/aapt2/ | 
| D | ResourceValues_test.cpp | 40   android::StringPool pool;  in TEST()  local59   android::StringPool pool;  in TEST()  local
 71   android::StringPool pool;  in TEST()  local
 95   android::StringPool pool;  in TEST()  local
 107   android::StringPool pool;  in TEST()  local
 207   android::StringPool pool;  in TEST()  local
 
 | 
| /frameworks/native/libs/renderengine/skia/debug/ | 
| D | CommonPool.cpp | 36     CommonPool* pool = this;  in CommonPool()  local54     static CommonPool pool;  in instance()  local
 
 | 
| /frameworks/base/core/tests/coretests/src/android/database/sqlite/ | 
| D | SQLiteConnectionPoolTest.java | 77         SQLiteConnectionPool pool = SQLiteConnectionPool.open(mTestConf);  in testCloseIdleConnections()  local98         SQLiteConnectionPool pool = SQLiteConnectionPool.open(mTestConf);  in testNonprimaryConnectionPoolRecycling()  local
 
 | 
| /frameworks/base/media/mca/filterfw/jni/ | 
| D | jni_util.h | 215   ObjectPool<T>* pool = ObjectPool<T>::Instance();  in WrapObjectInJava()  local235   ObjectPool<T>* pool = ObjectPool<T>::Instance();  in WrapNewObjectInJava()  local
 249   ObjectPool<T>* pool = ObjectPool<T>::Instance();  in ConvertFromJava()  local
 259   ObjectPool<T>* pool = ObjectPool<T>::Instance();  in DeleteNativeObject()  local
 
 | 
| /frameworks/base/libs/hwui/thread/ | 
| D | CommonPool.cpp | 31     CommonPool* pool = this;  in CommonPool()  local71     static CommonPool pool;  in instance()  local
 
 | 
| /frameworks/av/media/codec2/components/raw/ | 
| D | C2SoftRawDec.cpp | 142         const std::shared_ptr<C2BlockPool> &pool) {  in process()169         const std::shared_ptr<C2BlockPool> &pool) {  in drain()
 
 | 
| /frameworks/av/media/codec2/components/g711/ | 
| D | C2SoftG711Dec.cpp | 136         const std::shared_ptr<C2BlockPool> &pool) {  in process()213         const std::shared_ptr<C2BlockPool> &pool) {  in drain()
 
 | 
| /frameworks/av/media/codec2/hal/plugin/ | 
| D | FilterWrapperStub.cpp | 47         std::shared_ptr<C2BlockPool> *pool) {  in createBlockPool()
 | 
| /frameworks/av/media/codec2/components/amr_nb_wb/ | 
| D | C2SoftAmrNbEnc.cpp | 183         const std::shared_ptr<C2BlockPool> &pool) {  in process()287         const std::shared_ptr<C2BlockPool> &pool) {  in drain()
 
 | 
| D | C2SoftAmrWbEnc.cpp | 265         const std::shared_ptr<C2BlockPool> &pool) {  in process()361         const std::shared_ptr<C2BlockPool> &pool) {  in drain()
 
 | 
| /frameworks/av/media/codec2/components/gsm/ | 
| D | C2SoftGsmDec.cpp | 170         const std::shared_ptr<C2BlockPool> &pool) {  in process()246         const std::shared_ptr<C2BlockPool> &pool) {  in drain()
 
 | 
| /frameworks/base/tools/aapt/ | 
| D | StringPool.cpp | 40 void printStringPool(const ResStringPool* pool)  in printStringPool()239 StringPool::ConfigSorter::ConfigSorter(const StringPool& pool) : pool(pool)  in ConfigSorter()
 374     sp<AaptFile> pool = new AaptFile(String8(), AaptGroupEntry(),  in createStringBlock()  local
 390 status_t StringPool::writeStringBlock(const sp<AaptFile>& pool)  in writeStringBlock()
 
 | 
| /frameworks/av/media/codec2/components/aom/ | 
| D | C2SoftAomDec.cpp | 425                            const std::shared_ptr<C2BlockPool>& pool) {  in process()506         const std::shared_ptr<C2BlockPool> &pool,  in outputBuffer()
 612     uint32_t drainMode, const std::shared_ptr<C2BlockPool>& pool,  in drainInternal()
 640                                 const std::shared_ptr<C2BlockPool>& pool) {  in drain()
 
 | 
| /frameworks/base/libs/androidfw/ | 
| D | Util.cpp | 203 StringPiece16 GetString16(const android::ResStringPool& pool, size_t idx) {  in GetString16()210 std::string GetString(const android::ResStringPool& pool, size_t idx) {  in GetString()
 
 | 
| D | StringPool.cpp | 250 void StringPool::Merge(StringPool&& pool) {  in Merge()431 bool StringPool::Flatten(BigBuffer* out, const StringPool& pool, bool utf8, IDiagnostics* diag) {  in Flatten()
 499 bool StringPool::FlattenUtf8(BigBuffer* out, const StringPool& pool, IDiagnostics* diag) {  in FlattenUtf8()
 503 bool StringPool::FlattenUtf16(BigBuffer* out, const StringPool& pool, IDiagnostics* diag) {  in FlattenUtf16()
 
 | 
| /frameworks/av/media/codec2/components/flac/ | 
| D | C2SoftFlacDec.cpp | 178         const std::shared_ptr<C2BlockPool> &pool) {  in process()322         const std::shared_ptr<C2BlockPool> &pool) {  in drain()
 
 | 
| /frameworks/av/media/codec2/components/vpx/ | 
| D | C2SoftVpxDec.cpp | 582         const std::shared_ptr<C2BlockPool> &pool) {  in process()666         const std::shared_ptr<C2BlockPool> &pool,  in outputBuffer()
 828         const std::shared_ptr<C2BlockPool> &pool,  in drainInternal()
 851         const std::shared_ptr<C2BlockPool> &pool) {  in drain()
 
 | 
| /frameworks/av/media/codec2/vndk/ | 
| D | C2PlatformStorePluginLoader.cpp | 62         std::shared_ptr<C2BlockPool>* pool,  in createBlockPool()
 | 
| D | C2Store.cpp | 459             std::shared_ptr<C2BlockPool> *pool) {  in _createBlockPool()468         auto deleter = [this, poolId](C2BlockPool *pool) {  in _createBlockPool()
 549             std::shared_ptr<C2BlockPool> *pool) {  in createBlockPool()
 557             std::shared_ptr<C2BlockPool> *pool) {  in getBlockPool()
 605         std::shared_ptr<C2BlockPool> *pool) {  in GetCodec2BlockPool()
 637         std::shared_ptr<C2BlockPool> *pool) {  in CreateCodec2BlockPool()
 646         std::shared_ptr<C2BlockPool> *pool) {  in CreateCodec2BlockPool()
 
 | 
| /frameworks/av/media/codec2/components/opus/ | 
| D | C2SoftOpusEnc.cpp | 326                             const std::shared_ptr<C2BlockPool>& pool) {  in process()559         const std::shared_ptr<C2BlockPool>& pool,  in drainInternal()
 605                                  const std::shared_ptr<C2BlockPool>& pool) {  in drain()
 
 |