Home
last modified time | relevance | path

Searched defs:pool (Results 301 - 325 of 957) sorted by relevance

1...<<11121314151617181920>>...39

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCompiler.cpp310 auto &pool = mPools[type]; in getInstance() local
328 auto &pool = mPools[instance.getShaderType()]; in putInstance() local
H A DWorkerThread.cpp344 PostWorkerTask( std::shared_ptr<WorkerThreadPool> pool, std::shared_ptr<Closure> task) PostWorkerTask() argument
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dpipeline.h114 VkDescriptorPool pool = VK_NULL_HANDLE; member
/third_party/skia/src/lazy/
H A DSkDiscardableMemoryPool.cpp94 PoolDiscardableMemory::PoolDiscardableMemory(sk_sp<DiscardableMemoryPool> pool, in PoolDiscardableMemory() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DWaylandSurfaceKHR.cpp77 struct wl_shm_pool *pool = wl_shm_create_pool(shm, fd, extent.height * stride); in attachImage() local
/third_party/skia/third_party/externals/dawn/examples/
H A DCppHelloTriangle.cpp180 utils::ScopedAutoreleasePool pool; in main() local
H A DAnimometer.cpp189 utils::ScopedAutoreleasePool pool; in main() local
/third_party/pulseaudio/src/modules/rtp/
H A Drtp-native.c192 int pa_rtp_recv(pa_rtp_context *c, pa_memchunk *chunk, pa_mempool *pool, uint32_t *rtp_tstamp, struct timeval *tstamp) { in pa_rtp_recv() argument
/third_party/pulseaudio/src/tests/
H A Dlfe-filter-test.c32 pa_mempool *pool; member
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dticket.h81 UnboundedPool<Record> pool; member in marl::Ticket::Queue
/third_party/protobuf/src/google/protobuf/compiler/
H A Dplugin.cc106 DescriptorPool pool; in GenerateCode() local
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage_factory.cc59 PyMessageFactory* NewMessageFactory(PyTypeObject* type, PyDescriptorPool* pool) { in NewMessageFactory() argument
81 PyObject* pool = NULL; in New() local
[all...]
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_bootstrap_unittest.cc184 DescriptorPool pool; in TEST() local
/third_party/protobuf/src/google/protobuf/util/
H A Dtype_resolver_util.cc72 DescriptorPoolTypeResolver(const std::string& url_prefix, const DescriptorPool* pool) DescriptorPoolTypeResolver() argument
365 NewTypeResolverForDescriptorPool(const std::string& url_prefix, const DescriptorPool* pool) NewTypeResolverForDescriptorPool() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dpool_urbg.cc235 auto* pool = GetPoolForCurrentThread(); in Generate() local
241 auto* pool = GetPoolForCurrentThread(); in Fill() local
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_shared.hpp395 PoolFreeShared( SharedHandle<PoolType> pool, const Dispatcher & dispatch VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT ) in PoolFreeShared() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_command.cpp671 auto pool = paintChild->GetTaskPool(); in Execute() local
691 auto pool = child->GetTaskPool(); in Execute() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dgpu_memory_allocator_vk.cpp437 VmaPool pool = VK_NULL_HANDLE; CreatePoolForBuffers() local
488 VmaPool pool = VK_NULL_HANDLE; CreatePoolForImages() local
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_decoder.cpp408 vector<BufferInfo>& pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_; in EraseBufferFromPool() local
H A Dimage_codec_dfx.cpp41 const vector<BufferInfo>& pool = isInput ? inputBufferPool_ : outputBufferPool_; in CountOwner() local
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/
H A Dsession_pool_test.cpp135 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); in HWTEST_F() local
161 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); in HWTEST_F() local
191 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); in HWTEST_F() local
221 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); HWTEST_F() local
249 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); HWTEST_F() local
281 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); HWTEST_F() local
307 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); HWTEST_F() local
353 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); HWTEST_F() local
379 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); HWTEST_F() local
426 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); HWTEST_F() local
466 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); HWTEST_F() local
494 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); HWTEST_F() local
520 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); HWTEST_F() local
552 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); HWTEST_F() local
583 shared_ptr<SessionPool> pool = make_shared<SessionPool>(kernelTalker); HWTEST_F() local
[all...]
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_address_pool.cpp85 int CheckIpAvailability(DhcpAddressPool *pool, uint8_t macAddr[DHCP_HWADDR_LENGTH], uint32_t distIp) in CheckIpAvailability() argument
127 CheckRangeAvailability( DhcpAddressPool *pool, uint8_t macAddr[DHCP_HWADDR_LENGTH], uint32_t distIp, int *outOfRange) CheckRangeAvailability() argument
180 AddressDistribute(DhcpAddressPool *pool, uint8_t macAddr[DHCP_HWADDR_LENGTH]) AddressDistribute() argument
223 InitAddressPool(DhcpAddressPool *pool, const char *ifname, PDhcpOptionList options) InitAddressPool() argument
255 FreeAddressPool(DhcpAddressPool *pool) FreeAddressPool() argument
301 IsReservedIp(DhcpAddressPool *pool, uint32_t ipAddress) IsReservedIp() argument
398 AddLease(DhcpAddressPool *pool, AddressBinding *lease) AddLease() argument
421 GetLease(DhcpAddressPool *pool, uint32_t ipAddress) GetLease() argument
439 UpdateLease(DhcpAddressPool *pool, AddressBinding *lease) UpdateLease() argument
458 RemoveLease(DhcpAddressPool *pool, AddressBinding *lease) RemoveLease() argument
478 LoadBindingRecoders(DhcpAddressPool *pool) LoadBindingRecoders() argument
517 SaveBindingRecoders(const DhcpAddressPool *pool, int force) SaveBindingRecoders() argument
565 DeleteMacInLease(DhcpAddressPool *pool, AddressBinding *lease) DeleteMacInLease() argument
[all...]
H A Ddhcp_dhcpd.cpp48 void LoadLocalConfig(DhcpAddressPool *pool) in LoadLocalConfig() argument
53 void ReloadLocalConfig(DhcpAddressPool *pool) in ReloadLocalConfig() argument
[all...]
/kernel/linux/linux-5.10/drivers/atm/
H A Dzatm.h46 int pool; /* free buffer pool */ member
68 struct sk_buff_head pool[NR_POOLS];/* free buffer pools */ member
/kernel/linux/linux-5.10/drivers/crypto/hisilicon/
H A Dsgl.c60 struct hisi_acc_sgl_pool *pool; in hisi_acc_create_sgl_pool() local
129 hisi_acc_free_sgl_pool(struct device *dev, struct hisi_acc_sgl_pool *pool) hisi_acc_free_sgl_pool() argument
147 acc_get_sgl(struct hisi_acc_sgl_pool *pool, u32 index, dma_addr_t *hw_sgl_dma) acc_get_sgl() argument
196 hisi_acc_sg_buf_map_to_hw_sgl(struct device *dev, struct scatterlist *sgl, struct hisi_acc_sgl_pool *pool, u32 index, dma_addr_t *hw_sgl_dma) hisi_acc_sg_buf_map_to_hw_sgl() argument
[all...]

Completed in 14 milliseconds

1...<<11121314151617181920>>...39