| /frameworks/base/tools/aapt2/ |
| D | StringPool_test.cpp | 37 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 …]
|
| D | ResourceValues_test.cpp | 40 StringPool pool; in TEST() local 59 StringPool pool; in TEST() local 70 StringPool pool; in TEST() local 94 StringPool pool; in TEST() local 105 StringPool pool; in TEST() local 203 StringPool pool; in TEST() local
|
| D | StringPool.cpp | 251 void StringPool::Merge(StringPool&& pool) { in Merge() 434 bool StringPool::Flatten(BigBuffer* out, const StringPool& pool, bool utf8, in Flatten() 503 bool StringPool::FlattenUtf8(BigBuffer* out, const StringPool& pool, IDiagnostics* diag) { in FlattenUtf8() 507 bool StringPool::FlattenUtf16(BigBuffer* out, const StringPool& pool, IDiagnostics* diag) { in FlattenUtf16()
|
| D | ResourceValues.cpp | 920 Style::Entry CloneEntry(const Style::Entry& entry, StringPool* pool) { in CloneEntry() 928 void Style::MergeWith(Style* other, StringPool* pool) { in MergeWith()
|
| /frameworks/base/libs/hwui/tests/unit/ |
| D | OffscreenBufferPoolTests.cpp | 72 OffscreenBufferPool pool; in RENDERTHREAD_TEST() local 80 OffscreenBufferPool pool; in RENDERTHREAD_OPENGL_PIPELINE_TEST() local 103 OffscreenBufferPool pool; in RENDERTHREAD_OPENGL_PIPELINE_TEST() local 144 OffscreenBufferPool pool; in RENDERTHREAD_OPENGL_PIPELINE_TEST() local 179 OffscreenBufferPool pool; in RENDERTHREAD_OPENGL_PIPELINE_TEST() local 216 OffscreenBufferPool pool; in RENDERTHREAD_OPENGL_PIPELINE_TEST() local 227 OffscreenBufferPool pool; in RENDERTHREAD_OPENGL_PIPELINE_TEST() local
|
| /frameworks/base/tools/aapt2/compile/ |
| D | PseudolocaleGenerator_test.cpp | 25 StringPool pool; in TEST() local 72 StringPool pool; in TEST() local 94 StringPool pool; in TEST() local 116 StringPool pool; in TEST() local 155 StringPool pool; in TEST() local
|
| D | PseudolocaleGenerator.cpp | 113 StringPool* pool) { in PseudolocalizeStyledString() 224 Visitor(StringPool* pool, Pseudolocalizer::Method method) in Visitor() 315 StringPool* pool, ResourceEntry* entry) { in PseudolocalizeIfNeeded()
|
| /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/ |
| D | RecycledViewPoolTest.java | 44 RecyclerView.RecycledViewPool pool = new RecyclerView.RecycledViewPool(); in construct() local 57 RecyclerView.RecycledViewPool pool = new RecyclerView.RecycledViewPool(); in put() local 72 RecyclerView.RecycledViewPool pool = new RecyclerView.RecycledViewPool(); in putAndGet() local 123 RecyclerView.RecycledViewPool pool = new RecyclerView.RecycledViewPool(); in onAdapterChanged() local
|
| /frameworks/base/media/mca/filterfw/jni/ |
| D | jni_util.h | 215 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/androidfw/tests/ |
| D | TestHelpers.cpp | 72 const ResStringPool* pool = table.getTableStringBlock(block); in IsStringEqual() local
|
| D | CommonHelpers.cpp | 60 std::string GetStringFromPool(const ResStringPool* pool, uint32_t idx) { in GetStringFromPool()
|
| D | Idmap_test.cpp | 67 const ResStringPool* pool = target_table_.getTableStringBlock(block); in TEST_F() local
|
| /frameworks/base/core/tests/coretests/src/android/database/sqlite/ |
| D | SQLiteConnectionPoolTest.java | 75 SQLiteConnectionPool pool = SQLiteConnectionPool.open(mTestConf); in testCloseIdleConnections() local
|
| /frameworks/base/tools/aapt/ |
| D | StringPool.cpp | 47 void printStringPool(const ResStringPool* pool) in printStringPool() 246 StringPool::ConfigSorter::ConfigSorter(const StringPool& pool) : pool(pool) in ConfigSorter() 381 sp<AaptFile> pool = new AaptFile(String8(), AaptGroupEntry(), in createStringBlock() local 397 status_t StringPool::writeStringBlock(const sp<AaptFile>& pool) in writeStringBlock()
|
| /frameworks/base/core/java/com/android/internal/util/function/pooled/ |
| D | PooledLambdaImpl.java | 148 Pool pool = (mFlags & FLAG_ACQUIRED_FROM_MESSAGE_CALLBACKS_POOL) != 0 in doRecycle() local 397 static <E extends PooledLambda> E acquire(Pool pool, Object func, in acquire() 437 static PooledLambdaImpl acquire(Pool pool) { in acquire()
|
| /frameworks/minikin/libs/minikin/ |
| D | WordBreaker.h | 70 static ICULineBreakerPoolImpl pool; in getInstance() local
|
| D | WordBreaker.cpp | 75 WordBreaker::WordBreaker(ICULineBreakerPool* pool) : mPool(pool) {} in WordBreaker()
|
| /frameworks/base/tools/aapt2/link/ |
| D | TableMerger.cpp | 148 StringPool* pool) { in ResolveMergeCollision() 171 StringPool* pool) { in MergeConfigValue()
|
| /frameworks/minikin/tests/unittest/ |
| D | WordBreakerTests.cpp | 566 TestableICULineBreakerPoolImpl pool; in TEST() local 590 TestableICULineBreakerPoolImpl pool; in TEST() local 617 TestableICULineBreakerPoolImpl pool; in TEST() local
|
| /frameworks/base/tools/aapt2/util/ |
| D | Util.cpp | 412 StringPiece16 GetString16(const android::ResStringPool& pool, size_t idx) { in GetString16() 421 std::string GetString(const android::ResStringPool& pool, size_t idx) { in GetString()
|
| /frameworks/base/tools/aapt2/format/proto/ |
| D | ProtoSerialize_test.cpp | 207 StringPool pool; in TEST() local
|
| /frameworks/base/tools/aapt2/format/binary/ |
| D | XmlFlattener.cpp | 67 StringPool pool; member in aapt::__anon6925e6f00111::XmlFlattenerVisitor
|
| /frameworks/base/core/java/android/net/ |
| D | NetworkStats.java | 1133 Entry pool = tunGetPool(tunIfaceTotal, underlyingIfaceTotal); in migrateTun() local 1184 Entry pool = new Entry(); in tunGetPool() local 1194 Entry tunIfaceTotal, Entry pool) { in addTrafficToApplications()
|
| /frameworks/base/core/java/android/database/sqlite/ |
| D | SQLiteConnection.java | 161 private SQLiteConnection(SQLiteConnectionPool pool, in SQLiteConnection() 189 static SQLiteConnection open(SQLiteConnectionPool pool, in open() 1316 OperationLog(SQLiteConnectionPool pool) { in OperationLog()
|
| /frameworks/base/tests/CoreTests/android/core/ |
| D | TestWebServer.java | 407 Vector pool = threads; in run() local
|