/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 …]
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | dympool.c | 24 DympoolType *pool = FILLP_NULL_PTR; in DympCreatePool() local 75 void DympDestroyPool(DympoolType *pool) in DympDestroyPool() 110 void DympSetConsSafe(DympoolType *pool, FILLP_BOOL safe) in DympSetConsSafe() 115 void DympSetProdSafe(DympoolType *pool, FILLP_BOOL safe) in DympSetProdSafe() 120 static int DympExpandMemory(DympoolType *pool, int stepSizeWork) in DympExpandMemory() 176 int DympAskMoreMemory(DympoolType *pool, int stepSize, int throttleGrow) in DympAskMoreMemory() 204 int DympAlloc(DympoolType *pool, void **data, int throttleGrow) in DympAlloc()
|
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/ |
H A D | utils_thread_pool_test.cpp | 67 ThreadPool pool; variable 76 ThreadPool pool("test_02_pool"); variable 85 ThreadPool pool("test_02_pool"); variable 95 ThreadPool pool; variable 122 ThreadPool pool; variable 150 ThreadPool pool; variable 200 ThreadPool pool; variable 235 ThreadPool pool; variable
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | context_pool_test.cpp | 47 auto &pool = ContextPool::Instance(); variable 62 auto &pool = ContextPool::Instance(); variable 73 auto &pool = ContextPool::Instance(); variable 86 auto &pool = ContextPool::Instance(); variable 96 auto &pool = ContextPool::Instance(); variable 126 auto &pool = ContextPool::Instance(); variable 146 auto &pool = ContextPool::Instance(); variable 199 auto &pool = ContextPool::Instance(); variable 234 auto &pool = ContextPool::Instance(); variable
|
H A D | resource_node_pool_test.cpp | 49 auto &pool = ResourceNodePool::Instance(); variable 71 auto &pool = ResourceNodePool::Instance(); variable 85 auto &pool = ResourceNodePool::Instance(); variable 95 auto &pool = ResourceNodePool::Instance(); variable 119 auto &pool = ResourceNodePool::Instance(); variable 173 auto &pool = ResourceNodePool::Instance(); variable 202 auto &pool = ResourceNodePool::Instance(); variable 225 auto &pool = ResourceNodePool::Instance(); variable
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/ |
H A D | fillp_buf_item.c | 44 void FillbufItemPoolSetConflictSafe(void *pool, FILLP_BOOL consSafe, FILLP_BOOL prodSafe) in FillbufItemPoolSetConflictSafe() 50 int FillpMallocBufItem(void *pool, void **data, int throttleGrow) in FillpMallocBufItem() 55 int FillpAskMoreBufItem(void *pool, int stepSize, int throttleGrow) in FillpAskMoreBufItem() 75 void FillpDestroyBufItemPool(void *pool) in FillpDestroyBufItemPool()
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_address_pool.cpp | 180 uint32_t AddressDistribute(DhcpAddressPool *pool, uint8_t macAddr[DHCP_HWADDR_LENGTH]) in AddressDistribute() 223 int InitAddressPool(DhcpAddressPool *pool, const char *ifname, PDhcpOptionList options) in InitAddressPool() 255 void FreeAddressPool(DhcpAddressPool *pool) in FreeAddressPool() 301 int IsReservedIp(DhcpAddressPool *pool, uint32_t ipAddress) in IsReservedIp() 398 int AddLease(DhcpAddressPool *pool, AddressBinding *lease) in AddLease() 421 AddressBinding *GetLease(DhcpAddressPool *pool, uint32_t ipAddress) in GetLease() 439 int UpdateLease(DhcpAddressPool *pool, AddressBinding *lease) in UpdateLease() 458 int RemoveLease(DhcpAddressPool *pool, AddressBinding *lease) in RemoveLease() 478 int LoadBindingRecoders(DhcpAddressPool *pool) in LoadBindingRecoders() 517 int SaveBindingRecoders(const DhcpAddressPool *pool, int force) in SaveBindingRecoders() [all …]
|
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/avshared_memory_pool/ |
H A D | avshared_memory_pool_test.cpp | 46 … std::shared_ptr<AVSharedMemoryPool> pool = std::make_shared<AVSharedMemoryPool>("releaseMemory"); variable 61 …std::shared_ptr<AVSharedMemoryPool> pool = std::make_shared<AVSharedMemoryPool>("doAcquireMemory"); variable 74 std::shared_ptr<AVSharedMemoryPool> pool = std::make_shared<AVSharedMemoryPool>("checkSize"); variable 89 … std::shared_ptr<AVSharedMemoryPool> pool = std::make_shared<AVSharedMemoryPool>("acquireMemory"); variable
|
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/thread_pool_benchmark_test/ |
H A D | thread_pool_benchmark_test.cpp | 66 ThreadPool pool; in BENCHMARK_F() local 85 ThreadPool pool("test_02_pool"); in BENCHMARK_F() local 105 ThreadPool pool("test_02_pool"); in BENCHMARK_F() local 127 ThreadPool pool; in BENCHMARK_F() local 158 static void AddPoolTaskByForLoop(ThreadPool& pool, const int loopIterations, void(*p)(int&)) in AddPoolTaskByForLoop() 178 ThreadPool pool; in BENCHMARK_F() local 214 ThreadPool pool; in BENCHMARK_F() local 270 ThreadPool pool; in BENCHMARK_F() local 316 ThreadPool pool; in BENCHMARK_F() local 382 ThreadPool pool(poolName); in BENCHMARK_F() local
|
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/ |
H A D | session_pool_test.cpp | 135 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); variable 161 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); variable 191 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); variable 221 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); variable 249 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); variable 281 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); variable 307 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); variable 353 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); variable 379 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); variable 426 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); variable [all …]
|
/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
|
/ohos5.0/drivers/hdf_core/framework/support/platform/src/can/ |
H A D | can_msg.c | 32 static struct CanMsgHolder *CanMsgPoolAcquireHolder(struct CanMsgPool *pool) in CanMsgPoolAcquireHolder() 107 struct CanMsg *CanMsgPoolObtainMsg(struct CanMsgPool *pool) in CanMsgPoolObtainMsg() 130 struct CanMsgPool *pool = NULL; in CanMsgPoolCreate() local 152 void CanMsgPoolDestroy(struct CanMsgPool *pool) in CanMsgPoolDestroy()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_canvas_bridge.cpp | 409 auto pool = paintChild->GetTaskPool(); in HandleWebglContext() local 437 auto pool = paintChild->GetTaskPool(); in HandleWebglContext() local 449 auto pool = weakPool.Upgrade(); in HandleWebglContext() local 484 auto pool = paintChild->GetTaskPool(); in HandleToDataURL() local 742 auto task = [](const RefPtr<CanvasTaskPool>& pool) { pool->BeginPath(); }; in JsBeginPath() 754 auto task = [](const RefPtr<CanvasTaskPool>& pool) { pool->ClosePath(); }; in JsClosePath() 906 auto task = [](const RefPtr<CanvasTaskPool>& pool) { pool->Fill(); }; in JsFill() 931 auto task = [](const RefPtr<CanvasTaskPool>& pool) { pool->Stroke(); }; in JsStroke() 939 auto task = [](const RefPtr<CanvasTaskPool>& pool) { pool->Clip(); }; in JsClip() 951 auto task = [](const RefPtr<CanvasTaskPool>& pool) { pool->Restore(); }; in JsRestore() [all …]
|
/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
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_task_executor.cpp | 33 static TaskPoolExecutor pool; in GetInstance() local 44 TaskPoolExecutor* pool = this; in InitThreadPool() local
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/ |
H A D | task_manager.c | 70 int32 SAMGR_StartTaskPool(TaskPool *pool, const char *name) in SAMGR_StartTaskPool() 93 int32 SAMGR_ReleaseTaskPool(TaskPool *pool) in SAMGR_ReleaseTaskPool() 109 TaskPool *SAMGR_ReferenceTaskPool(TaskPool *pool) in SAMGR_ReferenceTaskPool()
|
/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
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/ |
H A D | pool.rs | 24 pool: Arc<Mutex<HashMap<K, V>>>, field 78 let pool = Pool::new(); in ut_pool_get() localVariable
|
H A D | mod.rs | 25 pub(crate) mod pool; module
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/ |
H A D | fillp_buf_item.h | 26 void *pool; member
|
/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
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2.cpp | 88 if (auto pool = ecs.GetThreadPool(); pool) { in CreateGLTF2Importer() local 96 IGLTF2Importer::Ptr Gltf2::CreateGLTF2Importer(IEcs& ecs, IThreadPool& pool) in CreateGLTF2Importer() 124 ISceneImporter::Ptr Gltf2::CreateSceneImporter(IEcs& ecs, IThreadPool& pool) in CreateSceneImporter()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/ |
H A D | mod.rs | 32 mod pool; module
|
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/ |
H A D | TestBufferPool.cpp | 42 std::shared_ptr<BufferPool<AVBuffer>> pool; member in OHOS::Media::Test::BufferPoolTest
|