| /third_party/vk-gl-cts/external/vulkan-docs/src/ |
| D | makeSpec | 97 exts = set() variable 100 exts = set(deps.khrExtensions()) variable 103 exts = set(deps.ratifiedExtensions()) variable 106 exts = set(deps.allExtensions()) variable
|
| /third_party/openssl/ssl/statem/ |
| D | extensions_cust.c | 81 custom_ext_method *custom_ext_find(const custom_ext_methods *exts, in custom_ext_find() 103 void custom_ext_init(custom_ext_methods *exts) in custom_ext_init() 118 custom_ext_methods *exts = &s->cert->custext; in custom_ext_parse() local 176 custom_ext_methods *exts = &s->cert->custext; in custom_ext_add() local 322 void custom_exts_free(custom_ext_methods *exts) in custom_exts_free() 354 custom_ext_methods *exts = &ctx->cert->custext; in add_custom_ext_intern() local
|
| D | extensions.c | 419 int tls_validate_all_contexts(SSL *s, unsigned int thisctx, RAW_EXTENSION *exts) in tls_validate_all_contexts() 567 custom_ext_methods *exts = &s->cert->custext; in tls_collect_extensions() local 693 RAW_EXTENSION *exts, X509 *x, size_t chainidx) in tls_parse_extension() 742 int tls_parse_all_extensions(SSL *s, int context, RAW_EXTENSION *exts, X509 *x, in tls_parse_all_extensions()
|
| /third_party/node/deps/openssl/openssl/ssl/statem/ |
| D | extensions_cust.c | 81 custom_ext_method *custom_ext_find(const custom_ext_methods *exts, in custom_ext_find() 103 void custom_ext_init(custom_ext_methods *exts) in custom_ext_init() 118 custom_ext_methods *exts = &s->cert->custext; in custom_ext_parse() local 176 custom_ext_methods *exts = &s->cert->custext; in custom_ext_add() local 322 void custom_exts_free(custom_ext_methods *exts) in custom_exts_free() 356 custom_ext_methods *exts = &ctx->cert->custext; in add_custom_ext_intern() local
|
| D | extensions.c | 447 int tls_validate_all_contexts(SSL *s, unsigned int thisctx, RAW_EXTENSION *exts) in tls_validate_all_contexts() 595 custom_ext_methods *exts = &s->cert->custext; in tls_collect_extensions() local 721 RAW_EXTENSION *exts, X509 *x, size_t chainidx) in tls_parse_extension() 770 int tls_parse_all_extensions(SSL *s, int context, RAW_EXTENSION *exts, X509 *x, in tls_parse_all_extensions()
|
| /third_party/skia/third_party/externals/sfntly/cpp/tools/ |
| D | utils.py | 20 def GetFontList(path, exts, negate=False): argument
|
| /third_party/skia/tools/flags/ |
| D | CommonFlagsImages.cpp | 12 static const char* const exts[] = { in CollectImages() local
|
| /third_party/mesa3d/src/freedreno/rnn/ |
| D | path.c | 42 const char *exts[] = { "", ".gz" }; in find_in_path() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
| D | est.c | 249 static void add_csrattrs_oid(struct hs20_osu_client *ctx, ASN1_OBJECT *oid, in add_csrattrs_oid() 272 static void add_csrattrs_ext_req(struct hs20_osu_client *ctx, in add_csrattrs_ext_req() 303 static void add_csrattrs_attr(struct hs20_osu_client *ctx, Attribute *attr, in add_csrattrs_attr() 335 static void add_csrattrs(struct hs20_osu_client *ctx, CsrAttrs *csrattrs, in add_csrattrs()
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
| D | est.c | 249 static void add_csrattrs_oid(struct hs20_osu_client *ctx, ASN1_OBJECT *oid, in add_csrattrs_oid() 272 static void add_csrattrs_ext_req(struct hs20_osu_client *ctx, in add_csrattrs_ext_req() 303 static void add_csrattrs_attr(struct hs20_osu_client *ctx, Attribute *attr, in add_csrattrs_attr() 335 static void add_csrattrs(struct hs20_osu_client *ctx, CsrAttrs *csrattrs, in add_csrattrs()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/ |
| D | generate_grammar_tables.py | 109 def compose_extension_list(exts): argument 216 def __init__(self, opname, caps, exts, operands, version, lastVersion): argument 392 def __init__(self, enumerant, value, caps, exts, parameters, version, lastVersion): argument
|
| /third_party/spirv-tools/utils/ |
| D | generate_grammar_tables.py | 119 def compose_extension_list(exts): argument 226 def __init__(self, opname, caps, exts, operands, version, lastVersion): argument 407 def __init__(self, enumerant, value, caps, exts, parameters, version, lastVersion): argument
|
| /third_party/skia/third_party/externals/spirv-tools/utils/ |
| D | generate_grammar_tables.py | 109 def compose_extension_list(exts): argument 216 def __init__(self, opname, caps, exts, operands, version, lastVersion): argument 392 def __init__(self, enumerant, value, caps, exts, parameters, version, lastVersion): argument
|
| /third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
| D | jsonToSpirv.cpp | 313 const auto& exts = object["extensions"]; in jsonToSpirv() local 372 Extensions exts = getExts(inst); in jsonToSpirv() local 436 Extensions exts(getExts(enumerant)); in jsonToSpirv() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
| D | jsonToSpirv.cpp | 313 const auto& exts = object["extensions"]; in jsonToSpirv() local 372 Extensions exts = getExts(inst); in jsonToSpirv() local 436 Extensions exts(getExts(enumerant)); in jsonToSpirv() local
|
| /third_party/lzma/CPP/7zip/UI/Common/ |
| D | ArchiveName.cpp | 121 const char *exts = isHash ? g_HashExts : g_ArcExts; in CreateArchiveName() local
|
| /third_party/openssl/crypto/x509/ |
| D | x509_req.c | 170 int X509_REQ_add_extensions_nid(X509_REQ *req, in X509_REQ_add_extensions_nid() 188 int X509_REQ_add_extensions(X509_REQ *req, const STACK_OF(X509_EXTENSION) *exts) in X509_REQ_add_extensions()
|
| D | v3_prn.c | 139 int X509V3_extensions_print(BIO *bp, const char *title, in X509V3_extensions_print()
|
| /third_party/node/deps/openssl/openssl/crypto/x509/ |
| D | x509_req.c | 170 int X509_REQ_add_extensions_nid(X509_REQ *req, in X509_REQ_add_extensions_nid() 188 int X509_REQ_add_extensions(X509_REQ *req, const STACK_OF(X509_EXTENSION) *exts) in X509_REQ_add_extensions()
|
| D | v3_prn.c | 139 int X509V3_extensions_print(BIO *bp, const char *title, in X509V3_extensions_print()
|
| /third_party/spirv-headers/tools/buildHeaders/ |
| D | jsonToSpirv.cpp | 515 const auto& exts = object["extensions"]; in jsonToSpirv() local 578 Extensions exts = getExts(inst); in jsonToSpirv() local 645 Extensions exts(getExts(enumerant)); in jsonToSpirv() local
|
| /third_party/libwebsockets/lwsws/ |
| D | main.c | 69 static const struct lws_extension exts[] = { variable
|
| /third_party/mesa3d/src/virtio/vulkan/ |
| D | vn_device.c | 160 find_extension_names(const char *const *exts, in find_extension_names() 172 merge_extension_names(const char *const *exts, in merge_extension_names()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| D | FunctionsGL.cpp | 117 const char *exts = reinterpret_cast<const char *>(getString(GL_EXTENSIONS)); in initialize() local
|
| /third_party/mesa3d/src/compiler/glsl/ |
| D | gl_nir_link_varyings.c | 196 const struct gl_extensions *exts, const void *mem_ctx, in xfb_decl_init() 736 const struct gl_extensions *exts, in parse_xfb_decls() 1123 const struct gl_extensions *exts, in init_varying_matches() 2358 const struct gl_extensions *exts, in assign_initial_varying_locations() 2669 const struct gl_extensions *exts, in assign_final_varying_locations() 2915 const struct gl_extensions *exts, gl_api api, void *mem_ctx) in link_varyings() 3157 const struct gl_extensions *exts, in gl_nir_link_varyings()
|