Home
last modified time | relevance | path

Searched defs:chain (Results 126 - 150 of 204) sorted by relevance

123456789

/third_party/jinja2/
H A Dcompiler.py6 from itertools import chain namespace
/third_party/mesa3d/src/freedreno/rnn/
H A Drnn.c82 xmlNode *chain = attr->children; in getcontent() local
112 xmlNode *chain = attr->children; getattrib() local
239 xmlNode *chain = node->children; parsevalue() local
278 xmlNode *chain = node->children; parsespectype() local
343 xmlNode *chain = node->children; parseenum() local
374 xmlNode *chain = node->children; parsebitfield() local
448 xmlNode *chain = node->children; parsebitset() local
541 xmlNode *chain = node->children; trydelem() local
609 xmlNode *chain = node->children; trydelem() local
652 xmlNode *chain = node->children; parsegroup() local
728 xmlNode *chain = node->children; parsedomain() local
754 xmlNode *chain = node->children; parsecopyright() local
942 xmlNode *chain = root->children; rnn_parsefile() local
[all...]
/third_party/node/deps/v8/third_party/jinja2/
H A Dcompiler.py5 from itertools import chain namespace
/third_party/node/tools/inspector_protocol/jinja2/
H A Dcompiler.py11 from itertools import chain namespace
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_wayland.c953 struct wsi_wl_swapchain *chain = (struct wsi_wl_swapchain *)wsi_chain; in wsi_wl_swapchain_get_wsi_image() local
962 struct wsi_wl_swapchain *chain = (struct wsi_wl_swapchain *)wsi_chain; in wsi_wl_swapchain_acquire_next_image() local
1035 struct wsi_wl_swapchain *chain = data; frame_handle_done() local
1052 struct wsi_wl_swapchain *chain = (struct wsi_wl_swapchain *)wsi_chain; wsi_wl_swapchain_queue_present() local
1135 wsi_wl_image_init(struct wsi_wl_swapchain *chain, struct wsi_wl_image *image, const VkSwapchainCreateInfoKHR *pCreateInfo, const VkAllocationCallbacks* pAllocator) wsi_wl_image_init() argument
1216 wsi_wl_swapchain_images_free(struct wsi_wl_swapchain *chain) wsi_wl_swapchain_images_free() argument
1232 wsi_wl_swapchain_chain_free(struct wsi_wl_swapchain *chain, const VkAllocationCallbacks *pAllocator) wsi_wl_swapchain_chain_free() argument
1252 struct wsi_wl_swapchain *chain = (struct wsi_wl_swapchain *)wsi_chain; wsi_wl_swapchain_destroy() local
1271 struct wsi_wl_swapchain *chain; wsi_wl_surface_create_swapchain() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_env.c1230 int ossl_cms_EnvelopedData_final(CMS_ContentInfo *cms, BIO *chain) in ossl_cms_EnvelopedData_final() argument
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistz256.c1438 static const struct { unsigned char p, i; } chain[27] = { in ecp_nistz256_inv_mod_ord() local
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dx509.h258 STACK_OF(X509) *chain; member
/third_party/node/deps/openssl/openssl/apps/
H A Dts.c169 char *inkey = NULL, *signer = NULL, *chain = NULL, *CApath = NULL; in ts_main() local
584 reply_command(CONF *conf, const char *section, const char *engine, const char *queryfile, const char *passin, const char *inkey, const EVP_MD *md, const char *signer, const char *chain, const char *policy, const char *in, int token_in, const char *out, int token_out, int text) reply_command() argument
692 create_response(CONF *conf, const char *section, const char *engine, const char *queryfile, const char *passin, const char *inkey, const EVP_MD *md, const char *signer, const char *chain, const char *policy) create_response() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_msg.c445 ossl_cmp_certrep_new(OSSL_CMP_CTX *ctx, int bodytype, int certReqId, const OSSL_CMP_PKISI *si, X509 *cert, const X509 *encryption_recip, STACK_OF(X509) *chain, STACK_OF(X509) *caPubs, int unprotectedErrors) ossl_cmp_certrep_new() argument
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_lib.c932 static int ssl_add_cert_to_wpacket(SSL *s, WPACKET *pkt, X509 *x, int chain) in ssl_add_cert_to_wpacket() argument
[all...]
/third_party/openssl/apps/
H A Dts.c169 char *inkey = NULL, *signer = NULL, *chain = NULL, *CApath = NULL; in ts_main() local
584 reply_command(CONF *conf, const char *section, const char *engine, const char *queryfile, const char *passin, const char *inkey, const EVP_MD *md, const char *signer, const char *chain, const char *policy, const char *in, int token_in, const char *out, int token_out, int text) reply_command() argument
692 create_response(CONF *conf, const char *section, const char *engine, const char *queryfile, const char *passin, const char *inkey, const EVP_MD *md, const char *signer, const char *chain, const char *policy) create_response() argument
[all...]
/third_party/openssl/crypto/cms/
H A Dcms_env.c1211 int ossl_cms_EnvelopedData_final(CMS_ContentInfo *cms, BIO *chain) in ossl_cms_EnvelopedData_final() argument
/third_party/openssl/crypto/cmp/
H A Dcmp_msg.c445 ossl_cmp_certrep_new(OSSL_CMP_CTX *ctx, int bodytype, int certReqId, const OSSL_CMP_PKISI *si, X509 *cert, const X509 *encryption_recip, STACK_OF(X509) *chain, STACK_OF(X509) *caPubs, int unprotectedErrors) ossl_cmp_certrep_new() argument
/third_party/skia/src/gpu/ops/
H A DOpsTask.cpp1048 OpChain& chain = fOpChains[i]; forwardCombine() local
[all...]
/third_party/openssl/ohos_lite/include/crypto/
H A Dx509.h235 STACK_OF(X509) *chain; member
/third_party/openssl/ssl/statem/
H A Dstatem_lib.c897 static int ssl_add_cert_to_wpacket(SSL *s, WPACKET *pkt, X509 *x, int chain) in ssl_add_cert_to_wpacket() argument
[all...]
/third_party/openssl/include/crypto/
H A Dx509.h258 STACK_OF(X509) *chain; member
/third_party/skia/third_party/externals/jinja2/
H A Dcompiler.py5 from itertools import chain namespace
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dbackward_references_enc.c267 int32_t* chain = (int32_t*)p->offset_length_; in VP8LHashChainFill() local
[all...]
/third_party/openssl/crypto/ec/
H A Decp_nistz256.c1438 static const struct { unsigned char p, i; } chain[27] = { in ecp_nistz256_inv_mod_ord() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-morx-table.hh1112 const Chain<Types> *chain = &firstChain; in compile_flags() local
1125 const Chain<Types> *chain = &firstChain; in apply() local
1141 const Chain<Types> *chain in sanitize() local
[all...]
/third_party/python/Modules/
H A Dfaulthandler.c110 int chain; member
813 faulthandler_register(int signum, int chain, _Py_sighandler_t *previous_p) in faulthandler_register() argument
912 int chain = 0; in faulthandler_register_py() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dx509v3.c2140 x509_certificate_chain_validate(struct x509_certificate *trusted, struct x509_certificate *chain, int *reason, int disable_time_checks) x509_certificate_chain_validate() argument
2272 x509_certificate_get_subject(struct x509_certificate *chain, struct x509_name *name) x509_certificate_get_subject() argument
[all...]
/foundation/multimedia/audio_framework/services/audio_policy/client/src/proxy/
H A Daudio_policy_proxy.cpp1163 string chain = reply.ReadString(); in PreprocessMode() local
1191 string chain = reply.ReadString(); in PostprocessMode() local

Completed in 44 milliseconds

123456789