Home
last modified time | relevance | path

Searched refs:short_name (Results 1 – 25 of 54) sorted by relevance

123

/third_party/flutter/skia/third_party/externals/angle2/infra/config/global/
Dluci-milo.cfg16 short_name: "dbg"
21 short_name: "rel"
26 short_name: "dbg"
31 short_name: "rel"
36 short_name: "dbg"
41 short_name: "rel"
46 short_name: "dbg"
51 short_name: "rel"
56 short_name: "dbg"
61 short_name: "rel"
[all …]
/third_party/skia/third_party/externals/angle2/infra/config/generated/
Dluci-milo.cfg16 short_name: "rel"
21 short_name: "dbg"
26 short_name: "dbg"
31 short_name: "rel"
36 short_name: "asan"
41 short_name: "tsan"
46 short_name: "ubsan"
51 short_name: "dbg"
56 short_name: "rel"
61 short_name: "dbg"
[all …]
/third_party/flutter/skia/third_party/externals/dawn/infra/config/global/
Dluci-milo.cfg12 short_name: "x64"
17 short_name: "x86"
22 short_name: "x64"
27 short_name: "x86"
33 short_name: "dbg"
38 short_name: "rel"
44 short_name: "x64"
49 short_name: "x86"
54 short_name: "x64"
59 short_name: "x86"
[all …]
/third_party/skia/third_party/externals/dawn/infra/config/global/generated/
Dluci-milo.cfg16 short_name: "x64"
21 short_name: "x86"
26 short_name: "x64"
31 short_name: "x86"
36 short_name: "dbg"
41 short_name: "rel"
46 short_name: "x64"
51 short_name: "x86"
56 short_name: "x64"
61 short_name: "x86"
[all …]
/third_party/skia/third_party/externals/tint/infra/config/global/generated/
Dluci-milo.cfg16 short_name: "x64"
21 short_name: "x64"
26 short_name: "x86"
31 short_name: "x86"
36 short_name: "dbg"
41 short_name: "rel"
46 short_name: "x64"
51 short_name: "x64"
56 short_name: "x86"
61 short_name: "x86"
[all …]
/third_party/mesa3d/src/util/format/
Du_format_table.py116 if format.short_name() in noaccess_formats:
120 if format.layout == 'etc' and format.short_name() != 'etc1_rgb8':
199 sn = format.short_name()
225 sn = format.short_name()
254 sn = format.short_name()
294 sn = format.short_name()
Du_format_pack.py120 print('struct util_format_%s {' % format.short_name())
497 print(' struct util_format_%s pixel;' % format.short_name())
575 print(' struct util_format_%s pixel = {0};' % format.short_name())
604 name = format.short_name()
637 name = format.short_name()
670 name = format.short_name()
/third_party/skia/third_party/externals/angle2/infra/config/
Dmain.star260 short_name = get_gpu_type_from_builder_name(name)
262 short_name = "asan"
264 short_name = "tsan"
266 short_name = "ubsan"
268 short_name = "dbg"
270 short_name = "rel"
300 short_name = short_name,
/third_party/node/tools/gyp/pylib/gyp/
DMSVSVersion.py26 short_name, argument
37 self.short_name = short_name
51 return self.short_name
108 if self.short_name >= "2017":
126 self.short_name >= "2013"
127 and self.short_name[-1] != "e"
142 if self.short_name[-1] != "e" and is_host_arch_x64:
/third_party/ffmpeg/libavformat/
Dformat.c51 ff_const59 AVOutputFormat *av_guess_format(const char *short_name, const char *filename, in av_guess_format() argument
61 if (!short_name && filename && in av_guess_format()
71 if (fmt->name && short_name && av_match_name(short_name, fmt->name)) in av_guess_format()
87 enum AVCodecID av_guess_codec(ff_const59 AVOutputFormat *fmt, const char *short_name, in av_guess_codec() argument
118 ff_const59 AVInputFormat *av_find_input_format(const char *short_name) in av_find_input_format() argument
123 if (av_match_name(short_name, fmt->name)) in av_find_input_format()
Davformat.h2146 ff_const59 AVInputFormat *av_find_input_format(const char *short_name);
2617 ff_const59 AVOutputFormat *av_guess_format(const char *short_name,
2624 enum AVCodecID av_guess_codec(ff_const59 AVOutputFormat *fmt, const char *short_name,
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
DMSVSVersion.py21 def __init__(self, short_name, description, argument
24 self.short_name = short_name
35 return self.short_name
89 if self.short_name >= '2013' and self.short_name[-1] != 'e' and (
104 if self.short_name[-1] != 'e' and (
/third_party/node/deps/cares/src/tools/
Dacountry.c265 char short_name[3]; /* A2 short country code */ member
632 if ((country->short_name[0] != ccode_A2[0]) || in find_country_from_cname()
633 (country->short_name[1] != ccode_A2[1]) || in find_country_from_cname()
634 (country->short_name[2] != ccode_A2[2])) in find_country_from_cname()
636 country->short_name, ccode_A2); in find_country_from_cname()
639 country->long_name, country->short_name, cnumber); in find_country_from_cname()
/third_party/gn/src/gn/
Dninja_build_writer.cc494 const std::string& short_name = label.name(); local
497 short_name == "default")
501 Counts& short_names_counts = short_names[short_name];
507 Counts& exes_counts = exes[short_name];
569 const StringAtom& short_name = counts.last_seen->label().name_atom(); local
570 if (counts.count == 1 && written_rules.insert(short_name).second)
571 WritePhonyRule(counts.last_seen, short_name);
577 const StringAtom& short_name = counts.last_seen->label().name_atom(); local
578 if (counts.count == 1 && written_rules.insert(short_name).second)
579 WritePhonyRule(counts.last_seen, short_name);
/third_party/gn/infra/config/generated/
Dluci-milo.cfg15 short_name: "linux"
19 short_name: "mac"
23 short_name: "win"
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_enum.cc179 string short_name(EnumValueShortName(all_values_[i])); in GenerateSource() local
180 text_blob += short_name + '\0'; in GenerateSource()
181 if (UnCamelCaseEnumShortName(short_name) != all_values_[i]->name()) { in GenerateSource()
182 text_format_decode_data.AddString(enum_value_description_key, short_name, in GenerateSource()
/third_party/ffmpeg/libavcodec/
Dmediacodecdec.c515 #define DECLARE_MEDIACODEC_VCLASS(short_name) \ argument
516 static const AVClass ff_##short_name##_mediacodec_dec_class = { \
517 .class_name = #short_name "_mediacodec", \
523 #define DECLARE_MEDIACODEC_VDEC(short_name, full_name, codec_id, bsf) \ argument
524 DECLARE_MEDIACODEC_VCLASS(short_name) \
525 AVCodec ff_##short_name##_mediacodec_decoder = { \
526 .name = #short_name "_mediacodec", \
530 .priv_class = &ff_##short_name##_mediacodec_dec_class, \
/third_party/mesa3d/src/util/tests/format/
Du_format_compatible_test.c54 printf("%s -> %s\n", src_format_desc->short_name, dst_format_desc->short_name); in test_all()
/third_party/skia/third_party/externals/tint/infra/config/global/
Dmain.star283 short_name = "dbg" if debug else "rel"
286 short_name = cpu
292 short_name = short_name,
/third_party/skia/third_party/externals/dawn/infra/config/global/
Dmain.star325 short_name = "dbg" if debug else "rel"
328 short_name = cpu
334 short_name = short_name,
/third_party/node/deps/npm/docs/
Dgatsby-config.js29 short_name: 'starter', property
/third_party/gstreamer/gstplugins_good/gst/smpte/
Dgstmask.h34 const gchar *short_name; member
/third_party/icu/tools/unicode/py/
Dpreparseucd.py402 def AddBinaryProperty(short_name, long_name): argument
403 _null_values[short_name] = False
405 prop = ("Binary", [short_name, long_name], bin_prop[2], bin_prop[3])
406 _properties[short_name] = prop
408 _properties[NormPropName(short_name)] = prop
553 short_name = fields[0]
554 if short_name == "n/a": # no short name
556 short_name = fields[1]
557 prop[2].add(short_name)
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c659 __FUNCTION__, format_desc->short_name); in lp_build_fetch_rgba_aos()
816 __FUNCTION__, format_desc->short_name); in lp_build_fetch_rgba_aos()
922 __FUNCTION__, format_desc->short_name); in lp_build_fetch_rgba_aos()
950 format_desc->short_name); in lp_build_fetch_rgba_aos()
/third_party/mbedtls/library/
Dx509.c747 const char *short_name = NULL; in mbedtls_x509_dn_gets() local
770 ret = mbedtls_oid_get_attr_short_name( &name->oid, &short_name ); in mbedtls_x509_dn_gets()
773 ret = mbedtls_snprintf( p, n, "%s=", short_name ); in mbedtls_x509_dn_gets()

123