/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_storage_engine.cpp | 39 InitDatabases(IKvDB *kvDB, IKvDBMultiVerDataStorage *dataStorage, IKvDBCommitStorage *commitStorage, MultiVerKvDataStorage *kvDataStorage, const StorageEngineAttr &poolSize) InitDatabases() argument
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkDescriptorPool.cpp | 16 VkDescriptorPoolSize poolSize; in Create() local
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDescriptorPool.hpp | 56 size_t poolSize = 0; member in vk::DescriptorPool
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
H A D | rrVertexPacket.cpp | 80 const size_t poolSize = 8; in alloc() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_storage_engine.cpp | 32 int SQLiteStorageEngine::InitSQLiteStorageEngine(const StorageEngineAttr &poolSize, const OpenDbProperties &option, in InitSQLiteStorageEngine() argument
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/ |
H A D | fillp_buf_item.c | 35 void *FillpCreateBufItemPool(int poolSize, int initSize, int pktSize) in FillpCreateBufItemPool() argument
|
/kernel/liteos_a/kernel/base/mem/membox/ |
H A D | los_membox.c | 76 LITE_OS_SEC_TEXT_INIT UINT32 LOS_MemboxInit(VOID *pool, UINT32 poolSize, UINT32 blkSize) in LOS_MemboxInit() argument
|
/third_party/skia/bench/ |
H A D | GrMemoryPoolBench.cpp | 157 GrMemoryPoolBench(const char* name, RunBenchProc proc, int poolSize) in GrMemoryPoolBench() argument
|
/foundation/arkui/napi/test/unittest/engine/ |
H A D | test_ark.cpp | 61 const int64_t poolSize = 0x1000000; // 16M in main() local
|
/foundation/multimedia/media_foundation/engine/include/foundation/utils/ |
H A D | buffer_pool.h | 33 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 D | rd_single_ver_storage_engine.cpp | 84 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 D | js_ui_extension_context_test.cpp | 161 const int64_t poolSize = 0x1000000; in SetUpTestCase() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | storage_engine.cpp | 470 bool StorageEngine::CheckEngineAttr(const StorageEngineAttr &poolSize) in CheckEngineAttr() argument
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_device_identifier_test.cpp | 592 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 D | los_lms_pri.h | 84 UINT32 poolSize;
member
|
/kernel/liteos_m/components/lms/ |
H A D | los_lms_pri.h | 84 UINT32 poolSize;
member
|
/kernel/liteos_m/kernel/src/mm/ |
H A D | los_membox.c | 112 UINT32 LOS_MemboxInit(VOID *pool, UINT32 poolSize, UINT32 blkSize)
in LOS_MemboxInit() argument
|
/third_party/icu/icu4c/source/i18n/ |
H A D | uspoof_conf.cpp | 339 int32_t poolSize = stringPool->size(); in build() local
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | uspoof_conf.cpp | 339 int32_t poolSize = stringPool->size(); in build() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiDescriptorSetTests.cpp | 447 const VkDescriptorPoolSize poolSize[] = in descriptorSetLayoutBindingOrderingTest() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiDescriptorSetTests.cpp | 447 const VkDescriptorPoolSize poolSize[] = in descriptorSetLayoutBindingOrderingTest() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | uspoof_conf.cpp | 340 int32_t poolSize = stringPool->size(); in build() local
|
/foundation/ability/ability_runtime/test/unittest/js_ability_context_test/ |
H A D | js_ability_context_test.cpp | 163 const int64_t poolSize = 0x1000000; in SetUpTestCase() local
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/ |
H A D | single_ver_database_oper.cpp | 474 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 D | sqlite_local_kvdb.cpp | 274 StorageEngineAttr poolSize = {0, 1, 0, 4}; // 1 write 4 read at most. in InitStorageEngine() local
|