| /third_party/node/tools/gyp/pylib/gyp/ |
| H A D | ninja_syntax.py | 38 def pool(self, name, depth): member in Writer
|
| /third_party/nghttp2/src/ |
| H A D | memchunk_test.cc | 37 MemchunkPool pool; in test_pool_recycle() local 90 MemchunkPool16 pool; test_memchunks_append() local 131 MemchunkPool16 pool; test_memchunks_drain() local 151 MemchunkPool16 pool; test_memchunks_riovec() local 184 MemchunkPool16 pool; test_memchunks_recycle() local 201 MemchunkPool16 pool; test_memchunks_reset() local 224 MemchunkPool16 pool; test_peek_memchunks_append() local 259 MemchunkPool16 pool; test_peek_memchunks_disable_peek_drain() local 287 MemchunkPool16 pool; test_peek_memchunks_disable_peek_no_drain() local 315 MemchunkPool16 pool; test_peek_memchunks_reset() local [all...] |
| /third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
| H A D | ninja_syntax.py | 38 def pool(self, name, depth): member in Writer
|
| /third_party/mesa3d/src/virtio/vulkan/ |
| H A D | vn_renderer_util.c | 48 vn_renderer_shmem_pool_init(UNUSED struct vn_renderer *renderer, struct vn_renderer_shmem_pool *pool, size_t min_alloc_size) vn_renderer_shmem_pool_init() argument 59 vn_renderer_shmem_pool_fini(struct vn_renderer *renderer, struct vn_renderer_shmem_pool *pool) vn_renderer_shmem_pool_fini() argument 67 vn_renderer_shmem_pool_grow(struct vn_renderer *renderer, struct vn_renderer_shmem_pool *pool, size_t size) vn_renderer_shmem_pool_grow() argument 96 vn_renderer_shmem_pool_alloc(struct vn_renderer *renderer, struct vn_renderer_shmem_pool *pool, size_t size, size_t *out_offset) vn_renderer_shmem_pool_alloc() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/iris/ |
| H A D | iris_border_color.c | 70 iris_init_border_color_pool(struct iris_bufmgr *bufmgr, struct iris_border_color_pool *pool) iris_init_border_color_pool() argument 91 iris_destroy_border_color_pool(struct iris_border_color_pool *pool) iris_destroy_border_color_pool() argument 105 iris_upload_border_color(struct iris_border_color_pool *pool, union pipe_color_union *color) iris_upload_border_color() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/asahi/ |
| H A D | agx_uniforms.c | 121 struct agx_pool *pool = &ctx->batch->pool; in agx_push_location() local [all...] |
| /third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
| H A D | command_buffer.cc | 26 CommandBuffer::CommandBuffer(Device* device, CommandPool* pool) in CommandBuffer() argument
|
| /third_party/skia/src/gpu/vk/ |
| H A D | GrVkCommandPool.cpp | 28 VkCommandPool pool; in Create() local
|
| /third_party/skia/tests/ |
| H A D | CachedDataTest.cpp | 36 static SkCachedData* make_data(size_t size, SkDiscardableMemoryPool* pool) { in make_data() argument 48 test_locking(skiatest::Reporter* reporter, size_t size, SkDiscardableMemoryPool* pool) test_locking() argument
|
| /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...] |
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/i915/gt/uc/ |
| H A D | intel_guc_ads.c | 46 static void guc_ct_pool_entries_init(struct guc_ct_pool_entry *pool, u32 num) in guc_ct_pool_entries_init() argument
|
| /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...] |