Home
last modified time | relevance | path

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

12

/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
DBitmapPoolTest.java49 private Set<Bitmap> fillPoolAndGetPoolContents(final BitmapPool pool, final int width, in fillPoolAndGetPoolContents()
65 final BitmapPool pool = new BitmapPool(POOL_SIZE, NAME); in testCreateAndPutBackInPoolTest() local
76 final BitmapPool pool = new BitmapPool(POOL_SIZE, NAME); in testCreateBeyondFullAndCheckReuseTest() local
94 final BitmapPool pool = new BitmapPool(POOL_SIZE, NAME); in testDecodeFromResourceBitmap() local
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DStringUtil.java55 final String pool = "0123456789"; in generateRandomNumberString() local
64 final String pool = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"; in generateRandomString() local
/packages/modules/NeuralNetworks/driver/sample/
DCanonicalPreparedModel.cpp46 auto& pool = request.pools[i]; in createRunTimePoolInfos() local
79 const auto& pool = request.pools[poolIndex]; in updateDeviceMemories() local
89 const auto& pool = request.pools[poolIndex]; in updateDeviceMemories() local
101 const auto& pool = request.pools[poolIndex]; in updateDeviceMemories() local
262 const auto& pool = request.pools[poolIndex]; in executeFenced() local
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DLauncherIcons.java63 ConcurrentLinkedQueue<LauncherIcons> pool) { in LauncherIcons()
113 ConcurrentLinkedQueue<LauncherIcons> pool = mPool; in obtain() local
/packages/apps/Gallery2/src/com/android/photos/data/
DGalleryBitmapPool.java128 SparseArrayBitmapPool pool = getPoolForDimensions(width, height); in get() local
144 SparseArrayBitmapPool pool = getPoolForDimensions(b.getWidth(), b.getHeight()); in put() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/
DContextualCardManagerTest.java144 final ControllerRendererPool pool = mManager.getControllerRendererPool(); in constructor_hasSettingsCustomCards_shouldSetUpCustomControllers() local
409 final ControllerRendererPool pool = spy(mManager.mControllerRendererPool); in onWindowFocusChanged_hasFocusAndNoConditional_startMonitoringConditionCard() local
428 final ControllerRendererPool pool = spy(mManager.mControllerRendererPool); in onWindowFocusChanged_hasFocusAndHasConditionals_startMonitoringConditionCard() local
447 final ControllerRendererPool pool = spy(mManager.mControllerRendererPool); in onWindowFocusChanged_loseFocusAndHasConditionals_stopMonitoringConditionCard() local
464 final ControllerRendererPool pool = spy(mManager.mControllerRendererPool); in onWindowFocusChanged_loseFocusAndNoConditional_stopMonitoringConditionCard() local
/packages/apps/Camera2/src/com/android/camera/processing/memory/
DLruPool.java176 final Queue<TValue> pool; in add() local
233 Queue<TValue> pool = mValuePool.get(key); in unsafeTrimToSize() local
DSimpleLruResourcePool.java94 public SynchronizedResource(SimpleLruResourcePool<TKey, TValue> pool, in SynchronizedResource()
/packages/services/Car/car_product/distant_display/apps/CarDistantDisplaySystemUI/src/com/android/systemui/car/distantdisplay/activity/window/
DActivityWindowModule.java64 static SyncTransactionQueue provideSyncTransactionQueue(TransactionPool pool, in provideSyncTransactionQueue()
/packages/modules/NeuralNetworks/driver/sample_aidl/
DSampleDriverAidl.cpp323 const auto& pool = request.pools[i]; in createRunTimePoolInfos() local
362 const auto& pool = request.pools[poolIndex]; in updateDeviceMemories() local
372 const auto& pool = request.pools[poolIndex]; in updateDeviceMemories() local
383 const auto& pool = request.pools[poolIndex]; in updateDeviceMemories() local
578 const auto& pool = request.pools[poolIndex]; in executeFenced() local
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/displayarea/
DCarDisplayAreaModule.java67 static SyncTransactionQueue provideSyncTransactionQueue(TransactionPool pool, in provideSyncTransactionQueue()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DSearchRecyclerView.java49 RecycledViewPool pool = getRecycledViewPool(); in updatePoolSize() local
DAllAppsRecyclerView.java108 RecyclerView.RecycledViewPool pool = getRecycledViewPool(); in updatePoolSize() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DWallpaperPreviewBitmapTransformation.java54 protected Bitmap transform(@NonNull BitmapPool pool, @NonNull Bitmap toTransform, in transform()
/packages/modules/RemoteKeyProvisioning/app/tests/e2e/src/com/android/rkpdapp/e2etest/
DRkpdHostTestHelperTests.java178 StatsProcessor.PoolStats pool = StatsProcessor.processPool(mKeyDao, mServiceName, in testPeriodicProvisionerNoop() local
/packages/modules/NeuralNetworks/driver/sample_hidl/
DSampleDriver.cpp378 auto& pool = request.pools[i]; in createRunTimePoolInfos() local
415 const auto& pool = request.pools[poolIndex]; in updateDeviceMemories() local
424 const auto& pool = request.pools[poolIndex]; in updateDeviceMemories() local
435 const auto& pool = request.pools[poolIndex]; in updateDeviceMemories() local
736 const auto& pool = request.pools[poolIndex]; in executeFenced() local
802 V1_3::Request::MemoryPool pool; in execute() local
/packages/apps/Car/Launcher/libs/appgrid/lib/tests/src/com/android/car/carlauncher/
DLauncherViewModelTest.java95 ExecutorService pool = Executors.newCachedThreadPool(); in test_concurrentExecution() local
/packages/modules/Bluetooth/system/audio/asrc/
Dasrc_resampler.h72 std::array<std::vector<uint8_t>, 3> pool; member
/packages/modules/NeuralNetworks/shim_and_sl/
DShimConverter.cpp388 for (const auto& pool : model.pools) { in convertFromHAL() local
429 const NnApiSupportLibrary* nnapi, const neuralnetworks::Memory& pool) { in convertFromHAL()
/packages/apps/Gallery2/src/com/android/gallery3d/util/
DJobLimiter.java131 public JobLimiter(ThreadPool pool, int limit) { in JobLimiter()
/packages/modules/NeuralNetworks/common/
DValidateHal.cpp524 bool validatePool(const hardware::hidl_memory& pool, HalVersion ver) { in validatePool()
539 bool validatePool(const V1_3::Request::MemoryPool& pool, HalVersion ver) { in validatePool()
553 [ver](const auto& pool) { return validatePool(pool, ver); }); in validatePools()
DUtilsTest.cpp135 V1_3::Request::MemoryPool pool; in TEST() local
177 V1_3::Request::MemoryPool pool; in TEST() local
DLegacyHalUtils.cpp791 [version](const hardware::hidl_memory& pool) { return validatePool(pool, version); }); in compliantWith()
1430 return std::all_of(request.pools.begin(), request.pools.end(), [](const auto& pool) { in compliantWithV1_0()
1440 return std::all_of(request.pools.begin(), request.pools.end(), [](const auto& pool) { in compliantWithV1_2()
1450 static hardware::hidl_memory convertToV1_0(const V1_3::Request::MemoryPool& pool) { in convertToV1_0()
1459 static V1_3::Request::MemoryPool convertToV1_3(const hardware::hidl_memory& pool) { in convertToV1_3()
1472 [](const auto& pool) { return convertToV1_0(pool); }); in uncheckedConvertToV1_0()
1495 [](const auto& pool) { return convertToV1_3(pool); }); in convertToV1_3()
DExecutionBurstServer.cpp283 for (size_t pool = 0; pool < numberOfPools; ++pool) { in deserialize() local
/packages/apps/Car/DebuggingRestrictionController/libs/
Dhttpcore-4.4.13.jar ... bootstrap/ org/apache/http/impl/pool/ org/apache/http/impl/io ...

12