/aosp14/frameworks/base/libs/androidfw/tests/ |
H A 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 …]
|
H A D | TestHelpers.cpp | 71 const ResStringPool* pool = table.getTableStringBlock(block); in IsStringEqual() local
|
H A D | CommonHelpers.cpp | 60 std::string GetStringFromPool(const ResStringPool* pool, uint32_t idx) { in GetStringFromPool()
|
/aosp14/frameworks/base/tools/aapt2/compile/ |
H A D | PseudolocaleGenerator_test.cpp | 27 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
|
H A 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()
|
/aosp14/frameworks/base/tools/aapt2/ |
H A D | ResourceValues_test.cpp | 40 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
|
/aosp14/frameworks/base/core/tests/coretests/src/android/database/sqlite/ |
H A D | SQLiteConnectionPoolTest.java | 77 SQLiteConnectionPool pool = SQLiteConnectionPool.open(mTestConf); in testCloseIdleConnections() local 98 SQLiteConnectionPool pool = SQLiteConnectionPool.open(mTestConf); in testNonprimaryConnectionPoolRecycling() local
|
/aosp14/frameworks/base/media/mca/filterfw/jni/ |
H A 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
|
/aosp14/frameworks/base/libs/hwui/thread/ |
H A D | CommonPool.cpp | 31 CommonPool* pool = this; in CommonPool() local 71 static CommonPool pool; in instance() local
|
/aosp14/frameworks/base/tools/aapt/ |
H A 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()
|
/aosp14/frameworks/base/libs/androidfw/ |
H A 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()
|
H A 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()
|
/aosp14/frameworks/base/core/java/com/android/internal/util/function/pooled/ |
H A D | PooledLambdaImpl.java | 168 Pool pool = (mFlags & FLAG_ACQUIRED_FROM_MESSAGE_CALLBACKS_POOL) != 0 in doRecycle() local 549 static <E extends PooledLambda> E acquire(Pool pool, Object func, in acquire() 602 static PooledLambdaImpl acquire(Pool pool) { in acquire()
|
/aosp14/frameworks/base/tools/aapt2/link/ |
H A D | XmlReferenceLinker.cpp | 39 XmlVisitor(const android::Source& source, android::StringPool* pool, const CallSite& callsite, in XmlVisitor()
|
H A D | TableMerger.cpp | 181 android::StringPool* pool) { in ResolveMergeCollision() 204 ResourceConfigValue* src_config_value, android::StringPool* pool) { in MergeConfigValue()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
H A D | SplashScreenExitAnimation.java | 59 Rect frame, int mainWindowShiftLength, TransactionPool pool, Runnable handleFinish, in SplashScreenExitAnimation()
|
H A D | WindowlessSplashWindowCreator.java | 51 TransactionPool pool) { in WindowlessSplashWindowCreator()
|
H A D | StartingWindowController.java | 99 TransactionPool pool) { in StartingWindowController()
|
/aosp14/frameworks/base/cmds/idmap2/idmap2/ |
H A D | Lookup.cpp | 94 const ResStringPool* pool = am->GetStringPoolForCookie(value.cookie); in PrintValue() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | SyncTransactionQueue.java | 62 public SyncTransactionQueue(TransactionPool pool, ShellExecutor mainExecutor) { in SyncTransactionQueue()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | AppsFilterUtils.java | 217 final ExecutorService pool = ConcurrentUtils.newFixedThreadPool( in execute() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/ |
H A D | WMShellBaseModule.java | 253 static SyncTransactionQueue provideSyncTransactionQueue(TransactionPool pool, in provideSyncTransactionQueue() 587 TransactionPool pool, in provideTransitions() 705 TransactionPool pool) { in provideStartingWindowController()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | AnrHelper.java | 187 ThreadPoolExecutor pool = new ThreadPoolExecutor(/* corePoolSize= */ size, in makeExpiringThreadPoolWithSize() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/ |
H A D | ScreenRotationAnimation.java | 115 ScreenRotationAnimation(Context context, SurfaceSession session, TransactionPool pool, in ScreenRotationAnimation()
|
/aosp14/frameworks/base/tools/aapt2/format/binary/ |
H A D | XmlFlattener.cpp | 67 android::StringPool pool; member in aapt::__anon975a6ca10110::XmlFlattenerVisitor
|