/third_party/python/Lib/ |
H A D | mimetypes.py | 636 for gtype in args: 638 guess = guess_extension(gtype, strict) 639 if not guess: print("I don't know anything about type", gtype) 642 guess, encoding = guess_type(gtype, strict) 643 if not guess: print("I don't know anything about type", gtype)
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_afir.h | 62 int gtype; member
|
H A D | afir_template.c | 196 switch (s->gtype) { in get_power()
|
H A D | af_afir.c | 639 { "gtype", "set IR auto gain type",OFFSET(gtype), AV_OPT_TYPE_INT, {.i64=0}, -1, 2, AF, "gtype" }, 640 { "none", "without auto gain", 0, AV_OPT_TYPE_CONST, {.i64=-1}, 0, 0, AF, "gtype" }, 641 { "peak", "peak gain", 0, AV_OPT_TYPE_CONST, {.i64=0}, 0, 0, AF, "gtype" }, 642 { "dc", "DC gain", 0, AV_OPT_TYPE_CONST, {.i64=1}, 0, 0, AF, "gtype" }, 643 { "gn", "gain to noise", 0, AV_OPT_TYPE_CONST, {.i64=2}, 0, 0, AF, "gtype" },
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
H A D | nir_to_spirv.c | 2365 const struct glsl_type *gtype = nir_src_as_deref(intr->src[0])->type; in emit_store_deref() local 2366 SpvId type = get_glsl_type(ctx, gtype); in emit_store_deref() 2369 if (!glsl_type_is_scalar(gtype) && in emit_store_deref() 2370 wrmask != BITFIELD_MASK(glsl_type_is_array(gtype) ? glsl_get_aoa_size(gtype) : glsl_get_vector_elements(gtype))) { in emit_store_deref() 2372 assert(glsl_type_is_array(gtype) || glsl_type_is_vector(gtype)); in emit_store_deref() 2377 if (glsl_type_is_vector(gtype)) { in emit_store_deref() 2378 result_type = get_glsl_basetype(ctx, glsl_get_base_type(gtype)); in emit_store_deref() [all...] |
/third_party/glslang/SPIRV/ |
H A D | SPVRemapper.cpp | 1234 const auto gtype = globalTypes.find(gt); in matchType() local 1235 if (gtype == globalTypes.end()) in matchType() 1238 const auto& gdata = gtype->second; in matchType()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | p2p_supplicant.c | 965 char *gtype; in wpas_p2p_group_delete() local 995 gtype = "GO"; in wpas_p2p_group_delete() 1000 gtype = "client"; in wpas_p2p_group_delete() 1002 gtype = "GO"; in wpas_p2p_group_delete() 1006 wpa_vendor_ext_p2p_enhance_group_delete(wpa_s, ssid, gtype); in wpas_p2p_group_delete() 1010 wpas_notify_p2p_group_removed(wpa_s, ssid, gtype); in wpas_p2p_group_delete() 1013 if (os_strcmp(gtype, "client") == 0) { in wpas_p2p_group_delete() 1064 int res = wpa_vendor_ext_notify_group_delete(wpa_s, gtype, reason, ssid); in wpas_p2p_group_delete() 1068 wpa_s->ifname, gtype, reason, MAC2STR(ssid->bssid)); in wpas_p2p_group_delete() 1074 wpa_s->ifname, gtype, reaso in wpas_p2p_group_delete() [all...] |
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | apps.c | 2372 int i, gtype; in get_dp_url() local 2379 uri = GENERAL_NAME_get0_value(gen, >ype); in get_dp_url() 2380 if (gtype == GEN_URI && ASN1_STRING_length(uri) > 6) { in get_dp_url()
|
/third_party/openssl/apps/lib/ |
H A D | apps.c | 2365 int i, gtype; in get_dp_url() local 2372 uri = GENERAL_NAME_get0_value(gen, >ype); in get_dp_url() 2373 if (gtype == GEN_URI && ASN1_STRING_length(uri) > 6) { in get_dp_url()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | p2p_supplicant.c | 841 char *gtype; in wpas_p2p_group_delete() local 866 gtype = "GO"; in wpas_p2p_group_delete() 871 gtype = "client"; in wpas_p2p_group_delete() 873 gtype = "GO"; in wpas_p2p_group_delete() 876 wpas_notify_p2p_group_removed(wpa_s, ssid, gtype); in wpas_p2p_group_delete() 878 if (os_strcmp(gtype, "client") == 0) { in wpas_p2p_group_delete() 925 wpa_s->ifname, gtype, reason); in wpas_p2p_group_delete()
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x509_vfy.c | 624 static int has_san_id(X509 *x, int gtype) in has_san_id() argument 636 if (g->type == gtype) { in has_san_id()
|
/third_party/openssl/crypto/x509/ |
H A D | x509_vfy.c | 624 static int has_san_id(X509 *x, int gtype) in has_san_id() argument 636 if (g->type == gtype) { in has_san_id()
|