| /third_party/vk-gl-cts/external/vulkancts/scripts/ |
| H A D | ohos_gen_framework.py | 32 from itertools import chain namespace
|
| /third_party/elfutils/src/ |
| H A D | elflint.c | 2505 const Elf32_Word *chain = &hasharr[2 + nbucket]; compare_hash_gnu_hash() local 2542 const Elf64_Xword *chain = &hasharr[2 + nbucket]; compare_hash_gnu_hash() local [all...] |
| /third_party/mesa3d/src/vulkan/wsi/ |
| H A D | wsi_common_display.c | 137 struct wsi_display_swapchain *chain; member 1083 struct wsi_display_swapchain *chain = in wsi_display_image_init() local 1148 struct wsi_display_swapchain *chain = in wsi_display_image_finish() local 1162 struct wsi_display_swapchain *chain = wsi_display_swapchain_destroy() local 1178 struct wsi_display_swapchain *chain = wsi_display_get_wsi_image() local 1187 struct wsi_display_swapchain *chain = active_image->chain; wsi_display_idle_old_displaying() local 1212 struct wsi_display_swapchain *chain = image->chain; wsi_display_page_flip_handler2() local 1354 struct wsi_display_swapchain *chain = wsi_display_acquire_next_image() local 1795 struct wsi_display_swapchain *chain = _wsi_display_queue_next() local 1901 struct wsi_display_swapchain *chain = wsi_display_queue_present() local 1946 struct wsi_display_swapchain *chain = wsi_display_surface_create_swapchain() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/x509/ |
| H A D | x509_vfy.c | 1981 X509_get_pubkey_parameters(EVP_PKEY *pkey, STACK_OF(X509) *chain) X509_get_pubkey_parameters() argument 2321 X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *store, X509 *x509, STACK_OF(X509) *chain) X509_STORE_CTX_init() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/cmp/ |
| H A D | cmp_local.h | 79 STACK_OF(X509) *chain; /* (cached) chain of protection cert including it */ member
|
| /third_party/node/deps/openssl/openssl/ssl/ |
| H A D | t1_lib.c | 2649 int tls1_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain, in tls1_check_chain() argument 2910 SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain) SSL_check_chain() argument [all...] |
| /third_party/python/Lib/ |
| H A D | _pydecimal.py | 6308 from itertools import chain, repeat namespace
|
| /third_party/openssl/crypto/cmp/ |
| H A D | cmp_local.h | 79 STACK_OF(X509) *chain; /* (cached) chain of protection cert including it */ member
|
| /third_party/openssl/ssl/ |
| H A D | t1_lib.c | 2629 int tls1_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain, in tls1_check_chain() argument 2890 SSL_check_chain(SSL *s, X509 *x, EVP_PKEY *pk, STACK_OF(X509) *chain) SSL_check_chain() argument [all...] |
| /third_party/openssl/crypto/x509/ |
| H A D | x509_vfy.c | 1983 X509_get_pubkey_parameters(EVP_PKEY *pkey, STACK_OF(X509) *chain) X509_get_pubkey_parameters() argument 2323 X509_STORE_CTX_init(X509_STORE_CTX *ctx, X509_STORE *store, X509 *x509, STACK_OF(X509) *chain) X509_STORE_CTX_init() argument [all...] |
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-layout-gpos-table.hh | 2862 int chain = pos[i].attach_chain(), type = pos[i].attach_type(); in reverse_cursive_minor_offset() local 2892 int chain = pos[i].attach_chain(), type = pos[i].attach_type(); in propagate_attachment_offsets() local [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_collections.py | 10 from itertools import product, chain, combinations namespace
|
| H A D | test_set.py | 1729 from itertools import chain namespace
|
| /third_party/rust/crates/rust-openssl/openssl/src/x509/ |
| H A D | mod.rs | 200 pub fn chain(&self) -> Option<&StackRef<X509>> { in chain() functions [all...] |
| /third_party/ffmpeg/libavutil/ |
| H A D | hwcontext_vulkan.c | 246 static const void *vk_find_struct(const void *chain, VkStructureType stype) in vk_find_struct() argument 259 static void vk_link_struct(void *chain, void *in) in vk_link_struct() argument
|
| /third_party/glslang/SPIRV/ |
| H A D | SpvBuilder.cpp | 2470 Instruction* chain = new Instruction(getUniqueId(), typeId, OpAccessChain); in createAccessChain() local [all...] |
| /third_party/mesa3d/src/vulkan/overlay-layer/ |
| H A D | overlay.cpp | 294 clone_chain(const struct VkBaseInStructure *chain) in clone_chain() argument 316 free_chain(struct VkBaseOutStructure *chain) in free_chain() argument [all...] |
| /third_party/skia/third_party/externals/spirv-cross/ |
| H A D | spirv_cross.cpp | 276 SPIRVariable *Compiler::maybe_get_backing_variable(uint32_t chain) in maybe_get_backing_variable() argument 293 void Compiler::register_read(uint32_t expr, uint32_t chain, bool forwarded) in register_read() argument 313 void Compiler::register_write(uint32_t chain) in register_write() argument [all...] |
| H A D | spirv_hlsl.cpp | 3742 void CompilerHLSL::read_access_chain_array(const string &lhs, const SPIRAccessChain &chain) in read_access_chain_array() argument 3762 void CompilerHLSL::read_access_chain_struct(const string &lhs, const SPIRAccessChain &chain) in read_access_chain_struct() argument 3792 read_access_chain(string *expr, const string &lhs, const SPIRAccessChain &chain) read_access_chain() argument 3981 auto *chain = maybe_get<SPIRAccessChain>(ops[2]); emit_load() local 4028 write_access_chain_array(const SPIRAccessChain &chain, uint32_t value, const SmallVector<uint32_t> &composite_chain) write_access_chain_array() argument 4065 write_access_chain_struct(const SPIRAccessChain &chain, uint32_t value, const SmallVector<uint32_t> &composite_chain) write_access_chain_struct() argument 4118 write_access_chain(const SPIRAccessChain &chain, uint32_t value, const SmallVector<uint32_t> &composite_chain) write_access_chain() argument 4299 auto *chain = maybe_get<SPIRAccessChain>(ops[0]); emit_store() local 4313 const auto *chain = maybe_get<SPIRAccessChain>(ops[2]); emit_access_chain() local 4477 auto *chain = maybe_get<SPIRAccessChain>(ops[0]); emit_atomic() local 4511 auto *chain = maybe_get<SPIRAccessChain>(ops[2]); emit_atomic() local [all...] |
| /third_party/skia/src/sksl/codegen/ |
| H A D | SkSLSPIRVCodeGenerator.cpp | 1865 std::vector<SpvId> chain; in getAccessChain() local 2042 std::vector<SpvId> chain = this->getAccessChain(expr, out); in getLValue() local [all...] |
| /third_party/python/Lib/lib2to3/tests/ |
| H A D | test_fixers.py | 5 from itertools import chain namespace
|
| /third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
| H A D | mod.rs | 1833 let mut chain = ptr::null_mut(); extra_chain_certs() variables [all...] |
| /third_party/vulkan-loader/loader/ |
| H A D | loader.c | 1559 const VkBaseOutStructure *chain = pCreateInfo->pNext; in loader_scan_for_direct_drivers() local [all...] |
| /third_party/mbedtls/library/ |
| H A D | ssl_tls.c | 7730 ssl_parse_certificate_chain(mbedtls_ssl_context *ssl, mbedtls_x509_crt *chain) ssl_parse_certificate_chain() argument 7931 ssl_parse_certificate_verify(mbedtls_ssl_context *ssl, int authmode, mbedtls_x509_crt *chain, void *rs_ctx) ssl_parse_certificate_verify() argument 8184 mbedtls_x509_crt *chain = NULL; mbedtls_ssl_parse_certificate() local [all...] |
| /third_party/libabigail/src/ |
| H A D | abg-dwarf-reader.cc | 841 Elf32_Word* chain; member
|