Home
last modified time | relevance | path

Searched defs:poolSize (Results 1 - 25 of 52) sorted by relevance

123

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_storage_engine.cpp39 InitDatabases(IKvDB *kvDB, IKvDBMultiVerDataStorage *dataStorage, IKvDBCommitStorage *commitStorage, MultiVerKvDataStorage *kvDataStorage, const StorageEngineAttr &poolSize) InitDatabases() argument
/third_party/skia/src/gpu/vk/
H A DGrVkDescriptorPool.cpp16 VkDescriptorPoolSize poolSize; in Create() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDescriptorPool.hpp56 size_t poolSize = 0; member in vk::DescriptorPool
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrVertexPacket.cpp80 const size_t poolSize = 8; in alloc() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_storage_engine.cpp32 int SQLiteStorageEngine::InitSQLiteStorageEngine(const StorageEngineAttr &poolSize, const OpenDbProperties &option, in InitSQLiteStorageEngine() argument
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dfillp_buf_item.c35 void *FillpCreateBufItemPool(int poolSize, int initSize, int pktSize) in FillpCreateBufItemPool() argument
/kernel/liteos_a/kernel/base/mem/membox/
H A Dlos_membox.c76 LITE_OS_SEC_TEXT_INIT UINT32 LOS_MemboxInit(VOID *pool, UINT32 poolSize, UINT32 blkSize) in LOS_MemboxInit() argument
/third_party/skia/bench/
H A DGrMemoryPoolBench.cpp157 GrMemoryPoolBench(const char* name, RunBenchProc proc, int poolSize) in GrMemoryPoolBench() argument
/foundation/arkui/napi/test/unittest/engine/
H A Dtest_ark.cpp61 const int64_t poolSize = 0x1000000; // 16M in main() local
/foundation/multimedia/media_foundation/engine/include/foundation/utils/
H A Dbuffer_pool.h33 explicit BufferPool<T>(size_t poolSize) : poolSize_(poolSize), isActive_(true), allocInProgress(false) in BufferPool() argument
51 static std::shared_ptr<BufferPool<T>> Create(size_t poolSize) in Create() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_engine.cpp84 int RdSingleVerStorageEngine::InitRdStorageEngine(const StorageEngineAttr &poolSize, const OpenDbProperties &option, in InitRdStorageEngine() argument
/foundation/ability/ability_runtime/test/unittest/js_ui_extension_context_test/
H A Djs_ui_extension_context_test.cpp161 const int64_t poolSize = 0x1000000; in SetUpTestCase() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_engine.cpp470 bool StorageEngine::CheckEngineAttr(const StorageEngineAttr &poolSize) in CheckEngineAttr() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_device_identifier_test.cpp592 StorageEngineAttr poolSize = {17, 1, 1, 1}; // 17 means the maximum value is exceeded, 1 is the normal value in HWTEST_F() local
672 StorageEngineAttr poolSize = {1, 1, 1, 1}; // 1 is the valid size in HWTEST_F() local
/kernel/liteos_a/kernel/extended/lms/
H A Dlos_lms_pri.h84 UINT32 poolSize; member
/kernel/liteos_m/components/lms/
H A Dlos_lms_pri.h84 UINT32 poolSize; member
/kernel/liteos_m/kernel/src/mm/
H A Dlos_membox.c112 UINT32 LOS_MemboxInit(VOID *pool, UINT32 poolSize, UINT32 blkSize) in LOS_MemboxInit() argument
/third_party/icu/icu4c/source/i18n/
H A Duspoof_conf.cpp339 int32_t poolSize = stringPool->size(); in build() local
/third_party/node/deps/icu-small/source/i18n/
H A Duspoof_conf.cpp339 int32_t poolSize = stringPool->size(); in build() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiDescriptorSetTests.cpp447 const VkDescriptorPoolSize poolSize[] = in descriptorSetLayoutBindingOrderingTest() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiDescriptorSetTests.cpp447 const VkDescriptorPoolSize poolSize[] = in descriptorSetLayoutBindingOrderingTest() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Duspoof_conf.cpp340 int32_t poolSize = stringPool->size(); in build() local
/foundation/ability/ability_runtime/test/unittest/js_ability_context_test/
H A Djs_ability_context_test.cpp163 const int64_t poolSize = 0x1000000; in SetUpTestCase() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Dsingle_ver_database_oper.cpp474 StorageEngineAttr poolSize = {0, 1, 1, 16}; // at most 1 write 16 read. in InitStorageEngine() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A Dsqlite_local_kvdb.cpp274 StorageEngineAttr poolSize = {0, 1, 0, 4}; // 1 write 4 read at most. in InitStorageEngine() local

Completed in 15 milliseconds

123