Home
last modified time | relevance | path

Searched defs:pool (Results 1 – 25 of 99) sorted by relevance

1234

/frameworks/base/libs/androidfw/tests/
DStringPool_test.cpp37 StringPool pool; in TEST() local
44 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 …]
DTestHelpers.cpp71 const ResStringPool* pool = table.getTableStringBlock(block); in IsStringEqual() local
DCommonHelpers.cpp60 std::string GetStringFromPool(const ResStringPool* pool, uint32_t idx) { in GetStringFromPool()
/frameworks/base/tools/aapt2/compile/
DPseudolocaleGenerator_test.cpp27 android::StringPool pool; in TEST() local
75 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
DPseudolocaleGenerator.cpp115 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/
DResourceValues_test.cpp40 android::StringPool pool; in TEST() local
59 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/
DCommonPool.cpp36 CommonPool* pool = this; in CommonPool() local
54 static CommonPool pool; in instance() local
/frameworks/base/core/tests/coretests/src/android/database/sqlite/
DSQLiteConnectionPoolTest.java77 SQLiteConnectionPool pool = SQLiteConnectionPool.open(mTestConf); in testCloseIdleConnections() local
98 SQLiteConnectionPool pool = SQLiteConnectionPool.open(mTestConf); in testNonprimaryConnectionPoolRecycling() local
/frameworks/base/media/mca/filterfw/jni/
Djni_util.h215 ObjectPool<T>* pool = ObjectPool<T>::Instance(); in WrapObjectInJava() local
235 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/
DCommonPool.cpp31 CommonPool* pool = this; in CommonPool() local
71 static CommonPool pool; in instance() local
/frameworks/av/media/codec2/components/raw/
DC2SoftRawDec.cpp142 const std::shared_ptr<C2BlockPool> &pool) { in process()
169 const std::shared_ptr<C2BlockPool> &pool) { in drain()
/frameworks/av/media/codec2/components/g711/
DC2SoftG711Dec.cpp136 const std::shared_ptr<C2BlockPool> &pool) { in process()
213 const std::shared_ptr<C2BlockPool> &pool) { in drain()
/frameworks/av/media/codec2/hal/plugin/
DFilterWrapperStub.cpp47 std::shared_ptr<C2BlockPool> *pool) { in createBlockPool()
/frameworks/av/media/codec2/components/amr_nb_wb/
DC2SoftAmrNbEnc.cpp183 const std::shared_ptr<C2BlockPool> &pool) { in process()
287 const std::shared_ptr<C2BlockPool> &pool) { in drain()
DC2SoftAmrWbEnc.cpp265 const std::shared_ptr<C2BlockPool> &pool) { in process()
361 const std::shared_ptr<C2BlockPool> &pool) { in drain()
/frameworks/av/media/codec2/components/gsm/
DC2SoftGsmDec.cpp170 const std::shared_ptr<C2BlockPool> &pool) { in process()
246 const std::shared_ptr<C2BlockPool> &pool) { in drain()
/frameworks/base/tools/aapt/
DStringPool.cpp40 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/
DC2SoftAomDec.cpp425 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/
DUtil.cpp203 StringPiece16 GetString16(const android::ResStringPool& pool, size_t idx) { in GetString16()
210 std::string GetString(const android::ResStringPool& pool, size_t idx) { in GetString()
DStringPool.cpp250 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/
DC2SoftFlacDec.cpp178 const std::shared_ptr<C2BlockPool> &pool) { in process()
322 const std::shared_ptr<C2BlockPool> &pool) { in drain()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp582 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/
DC2PlatformStorePluginLoader.cpp62 std::shared_ptr<C2BlockPool>* pool, in createBlockPool()
DC2Store.cpp459 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/
DC2SoftOpusEnc.cpp326 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()

1234