| /third_party/openssl/crypto/async/ |
| H A D | async.c | 106 async_pool *pool; in async_get_pool_job() local 138 async_pool *pool; in async_release_job() local 320 async_empty_pool(async_pool *pool) async_empty_pool() argument 354 async_pool *pool; ASYNC_init_thread() local 415 async_pool *pool = (async_pool *)CRYPTO_THREAD_get_local(&poolkey); async_delete_thread_state() local [all...] |
| /third_party/openssl/crypto/rand/ |
| H A D | rand_pool.c | 25 RAND_POOL *pool = OPENSSL_zalloc(sizeof(*pool)); in ossl_rand_pool_new() local 68 RAND_POOL *pool = OPENSSL_zalloc(sizeof(*pool)); ossl_rand_pool_attach() local 94 ossl_rand_pool_free(RAND_POOL *pool) ossl_rand_pool_free() argument 118 ossl_rand_pool_buffer(RAND_POOL *pool) ossl_rand_pool_buffer() argument 126 ossl_rand_pool_entropy(RAND_POOL *pool) ossl_rand_pool_entropy() argument 134 ossl_rand_pool_length(RAND_POOL *pool) ossl_rand_pool_length() argument 145 ossl_rand_pool_detach(RAND_POOL *pool) ossl_rand_pool_detach() argument 157 ossl_rand_pool_reattach(RAND_POOL *pool, unsigned char *buffer) ossl_rand_pool_reattach() argument 180 ossl_rand_pool_entropy_available(RAND_POOL *pool) ossl_rand_pool_entropy_available() argument 196 ossl_rand_pool_entropy_needed(RAND_POOL *pool) ossl_rand_pool_entropy_needed() argument 205 rand_pool_grow(RAND_POOL *pool, size_t len) rand_pool_grow() argument 246 ossl_rand_pool_bytes_needed(RAND_POOL *pool, unsigned int entropy_factor) ossl_rand_pool_bytes_needed() argument 291 ossl_rand_pool_bytes_remaining(RAND_POOL *pool) ossl_rand_pool_bytes_remaining() argument 305 ossl_rand_pool_add(RAND_POOL *pool, const unsigned char *buffer, size_t len, size_t entropy) ossl_rand_pool_add() argument 360 ossl_rand_pool_add_begin(RAND_POOL *pool, size_t len) ossl_rand_pool_add_begin() argument 399 ossl_rand_pool_add_end(RAND_POOL *pool, size_t len, size_t entropy) ossl_rand_pool_add_end() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| H A D | vktApiBufferComputeInstance.cpp | 192 Move<VkDescriptorSet> createDescriptorSet (VkDescriptorPool pool, in createDescriptorSet() argument 157 createDescriptorSet(vkt::Context& context, VkDescriptorPool pool, VkDescriptorSetLayout layout, VkBuffer buffer, deUint32 offset, VkBuffer resBuf) createDescriptorSet() argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| H A D | vktApiBufferComputeInstance.cpp | 192 Move<VkDescriptorSet> createDescriptorSet (VkDescriptorPool pool, in createDescriptorSet() argument 157 createDescriptorSet(vkt::Context& context, VkDescriptorPool pool, VkDescriptorSetLayout layout, VkBuffer buffer, deUint32 offset, VkBuffer resBuf) createDescriptorSet() argument
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Compiler.cpp | 310 auto &pool = mPools[type]; in getInstance() local 328 auto &pool = mPools[instance.getShaderType()]; in putInstance() local
|
| H A D | WorkerThread.cpp | 344 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 D | pipeline.h | 114 VkDescriptorPool pool = VK_NULL_HANDLE; member
|
| /third_party/skia/src/lazy/ |
| H A D | SkDiscardableMemoryPool.cpp | 94 PoolDiscardableMemory::PoolDiscardableMemory(sk_sp<DiscardableMemoryPool> pool, in PoolDiscardableMemory() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/WSI/ |
| H A D | WaylandSurfaceKHR.cpp | 77 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 D | CppHelloTriangle.cpp | 180 utils::ScopedAutoreleasePool pool; in main() local
|
| H A D | Animometer.cpp | 189 utils::ScopedAutoreleasePool pool; in main() local
|
| /third_party/pulseaudio/src/modules/rtp/ |
| H A D | rtp-native.c | 192 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 D | lfe-filter-test.c | 32 pa_mempool *pool; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
| H A D | ticket.h | 81 UnboundedPool<Record> pool; member in marl::Ticket::Queue
|
| /third_party/protobuf/src/google/protobuf/compiler/ |
| H A D | plugin.cc | 106 DescriptorPool pool; in GenerateCode() local
|
| /third_party/protobuf/python/google/protobuf/pyext/ |
| H A D | message_factory.cc | 59 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 D | cpp_bootstrap_unittest.cc | 184 DescriptorPool pool; in TEST() local
|
| /third_party/protobuf/src/google/protobuf/util/ |
| H A D | type_resolver_util.cc | 72 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 D | pool_urbg.cc | 235 auto* pool = GetPoolForCurrentThread(); in Generate() local 241 auto* pool = GetPoolForCurrentThread(); in Fill() local [all...] |
| /third_party/vulkan-headers/include/vulkan/ |
| H A D | vulkan_shared.hpp | 395 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 D | js_command.cpp | 671 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 D | gpu_memory_allocator_vk.cpp | 437 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 D | image_decoder.cpp | 408 vector<BufferInfo>& pool = (portIndex == OMX_DirInput) ? inputBufferPool_ : outputBufferPool_; in EraseBufferFromPool() local
|
| H A D | image_codec_dfx.cpp | 41 const vector<BufferInfo>& pool = isInput ? inputBufferPool_ : outputBufferPool_; in CountOwner() local
|
| /foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/ |
| H A D | session_pool_test.cpp | 135 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...] |