/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
H A D | AsyncTaskTests.cpp | 68 std::unique_ptr<dawn_platform::WorkerTaskPool> pool = platform.CreateWorkerTaskPool(); in TEST_F() local
|
/third_party/protobuf/php/src/Google/Protobuf/ |
H A D | Any.php | 272 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool(); variable 303 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool(); variable 316 $pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool(); variable
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | RepeatedField.php | 79 $pool = DescriptorPool::getGeneratedPool(); variable
|
/third_party/vk-gl-cts/framework/delibs/depool/ |
H A D | dePoolArray.c | 43 dePoolArray* dePoolArray_create (deMemPool* pool, int elementSize) in dePoolArray_create() argument 159 deMemPool* pool = deMemPool_createRoot(DE_NULL, 0); dePoolArray_selfTest() local [all...] |
/drivers/hdf_core/framework/support/platform/src/can/ |
H A D | can_msg.c | 32 static struct CanMsgHolder *CanMsgPoolAcquireHolder(struct CanMsgPool *pool) in CanMsgPoolAcquireHolder() argument 107 struct CanMsg *CanMsgPoolObtainMsg(struct CanMsgPool *pool) in CanMsgPoolObtainMsg() argument 130 struct CanMsgPool *pool = NULL; in CanMsgPoolCreate() local 152 CanMsgPoolDestroy(struct CanMsgPool *pool) CanMsgPoolDestroy() argument [all...] |
/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/source_node/ |
H A D | source_node.h | 69 std::shared_ptr<IBufferPool> pool = nullptr; member in OHOS::Camera::SourceNode::PortHandler
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/task_manager/ |
H A D | thread_pool.cpp | 27 auto pool = std::make_unique<ThreadPool>(name, numThreads); in Create() local
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | delay_notify.cpp | 62 void DelayNotify::SetExecutorPool(std::shared_ptr<ExecutorPool> pool) in SetExecutorPool() argument
|
/foundation/communication/dhcp/services/dhcp_server/include/ |
H A D | dhcp_config.h | 39 IpAddressRange pool; /* Address Range. */ member
|
/foundation/communication/dhcp/test/fuzztest/dhcpaddresspool_fuzzer/ |
H A D | dhcpaddresspool_fuzzer.cpp | 42 DhcpAddressPool pool; in DhcpAddressPoolFuzzTest() local [all...] |
/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() argument 50 int FillpMallocBufItem(void *pool, void **data, int throttleGrow) in FillpMallocBufItem() argument 55 int FillpAskMoreBufItem(void *pool, int stepSize, int throttleGrow) in FillpAskMoreBufItem() argument 75 void FillpDestroyBufItemPool(void *pool) in FillpDestroyBufItemPool() argument [all...] |
/third_party/curl/tests/unit/ |
H A D | unit2601.c | 96 struct bufc_pool pool; in check_bufq() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | framepool.c | 58 FFFramePool *pool; variable 110 ff_frame_pool_uninit(&pool); global() variable 121 FFFramePool *pool; global() variable 148 ff_frame_pool_uninit(&pool); global() variable 152 ff_frame_pool_get_video_config(FFFramePool *pool, int *width, int *height, enum AVPixelFormat *format, int *align) ff_frame_pool_get_video_config() argument 171 ff_frame_pool_get_audio_config(FFFramePool *pool, int *channels, int *nb_samples, enum AVSampleFormat *format, int *align) ff_frame_pool_get_audio_config() argument 190 ff_frame_pool_get(FFFramePool *pool) ff_frame_pool_get() argument 283 ff_frame_pool_uninit(FFFramePool **pool) ff_frame_pool_uninit() argument [all...] |
/third_party/curl/lib/ |
H A D | bufq.h | 98 struct bufc_pool *pool; /* optional pool for free chunks */ global() member [all...] |
/third_party/mesa3d/src/asahi/lib/ |
H A D | pool.c | 37 agx_pool_alloc_backing(struct agx_pool *pool, size_t bo_sz) in agx_pool_alloc_backing() argument 50 agx_pool_init(struct agx_pool *pool, struct agx_device *dev, in agx_pool_init() argument 63 agx_pool_cleanup(struct agx_pool *pool) agx_pool_cleanup() argument 73 agx_pool_get_bo_handles(struct agx_pool *pool, uint32_t *handles) agx_pool_get_bo_handles() argument 82 agx_pool_alloc_aligned(struct agx_pool *pool, size_t sz, unsigned alignment) agx_pool_alloc_aligned() argument 109 agx_pool_upload(struct agx_pool *pool, const void *data, size_t sz) agx_pool_upload() argument 115 agx_pool_upload_aligned(struct agx_pool *pool, const void *data, size_t sz, unsigned alignment) agx_pool_upload_aligned() argument [all...] |
H A D | pool.h | 64 agx_pool_num_bos(struct agx_pool *pool) in agx_pool_num_bos() argument 106 agx_pool_alloc_descs(struct agx_pool *pool, const struct agx_desc_alloc_info *descs) agx_pool_alloc_descs() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | swapchain9.h | 74 struct threadpool *pool; member
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_query.c | 45 struct pvr_query_pool *pool; in pvr_CreateQueryPool() local [all...] |
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_query.c | 55 struct lvp_query_pool *pool; in lvp_CreateQueryPool() local [all...] |
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/tools/ |
H A D | workbench.py | 106 pool = Pool(processes=PROCESSES) variable
|
/third_party/ninja/misc/ |
H A D | ninja_syntax.py | 57 def pool(self, name: str, depth: int) -> None: member in Writer [all...] |
/third_party/mesa3d/src/intel/vulkan/tests/ |
H A D | state_pool_no_free.c | 36 struct anv_state_pool *pool; member
|
H A D | block_pool_no_free.c | 36 struct anv_block_pool *pool; member 119 struct anv_block_pool pool; in run_test() local [all...] |
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_mempool.c | 44 panvk_pool_alloc_backing(struct panvk_pool *pool, size_t bo_sz) in panvk_pool_alloc_backing() argument 75 panvk_pool_alloc_aligned(struct panvk_pool *pool, size_t sz, unsigned alignment) panvk_pool_alloc_aligned() argument 103 panvk_pool_init(struct panvk_pool *pool, struct panfrost_device *dev, struct panvk_bo_pool *bo_pool, unsigned create_flags, size_t slab_size, const char *label, bool prealloc) panvk_pool_init() argument 120 panvk_pool_reset(struct panvk_pool *pool) panvk_pool_reset() argument 142 panvk_pool_cleanup(struct panvk_pool *pool) panvk_pool_cleanup() argument 150 panvk_pool_get_bo_handles(struct panvk_pool *pool, uint32_t *handles) panvk_pool_get_bo_handles() argument [all...] |
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_command_buffer.h | 64 struct vk_command_pool *pool; member
|