Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/libs/androidfw/tests/
H A 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 …]
H A DTestHelpers.cpp71 const ResStringPool* pool = table.getTableStringBlock(block); in IsStringEqual() local
H A DCommonHelpers.cpp60 std::string GetStringFromPool(const ResStringPool* pool, uint32_t idx) { in GetStringFromPool()
/aosp14/frameworks/base/tools/aapt2/compile/
H A 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
H A 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()
/aosp14/frameworks/base/tools/aapt2/
H A 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
/aosp14/frameworks/base/core/tests/coretests/src/android/database/sqlite/
H A DSQLiteConnectionPoolTest.java77 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 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
/aosp14/frameworks/base/libs/hwui/thread/
H A DCommonPool.cpp31 CommonPool* pool = this; in CommonPool() local
71 static CommonPool pool; in instance() local
/aosp14/frameworks/base/tools/aapt/
H A 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()
/aosp14/frameworks/base/libs/androidfw/
H A 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()
H A 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()
/aosp14/frameworks/base/core/java/com/android/internal/util/function/pooled/
H A DPooledLambdaImpl.java168 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 DXmlReferenceLinker.cpp39 XmlVisitor(const android::Source& source, android::StringPool* pool, const CallSite& callsite, in XmlVisitor()
H A DTableMerger.cpp181 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 DSplashScreenExitAnimation.java59 Rect frame, int mainWindowShiftLength, TransactionPool pool, Runnable handleFinish, in SplashScreenExitAnimation()
H A DWindowlessSplashWindowCreator.java51 TransactionPool pool) { in WindowlessSplashWindowCreator()
H A DStartingWindowController.java99 TransactionPool pool) { in StartingWindowController()
/aosp14/frameworks/base/cmds/idmap2/idmap2/
H A DLookup.cpp94 const ResStringPool* pool = am->GetStringPoolForCookie(value.cookie); in PrintValue() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DSyncTransactionQueue.java62 public SyncTransactionQueue(TransactionPool pool, ShellExecutor mainExecutor) { in SyncTransactionQueue()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DAppsFilterUtils.java217 final ExecutorService pool = ConcurrentUtils.newFixedThreadPool( in execute() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
H A DWMShellBaseModule.java253 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 DAnrHelper.java187 ThreadPoolExecutor pool = new ThreadPoolExecutor(/* corePoolSize= */ size, in makeExpiringThreadPoolWithSize() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DScreenRotationAnimation.java115 ScreenRotationAnimation(Context context, SurfaceSession session, TransactionPool pool, in ScreenRotationAnimation()
/aosp14/frameworks/base/tools/aapt2/format/binary/
H A DXmlFlattener.cpp67 android::StringPool pool; member in aapt::__anon975a6ca10110::XmlFlattenerVisitor

12