Home
last modified time | relevance | path

Searched refs:short_name (Results 1 - 25 of 42) sorted by relevance

12

/third_party/mesa3d/src/util/format/
H A 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()
H A 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/node/tools/gyp/pylib/gyp/
H A DMSVSVersion.py24 short_name,
35 self.short_name = short_name
49 return self.short_name
106 if self.short_name >= "2017":
124 self.short_name >= "2013"
125 and self.short_name[-1] != "e"
140 if self.short_name[-1] != "e" and is_host_arch_x64:
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A DMSVSVersion.py24 short_name,
35 self.short_name = short_name
49 return self.short_name
106 if self.short_name >= "2017":
124 self.short_name >= "2013"
125 and self.short_name[-1] != "e"
140 if self.short_name[-1] != "e" and is_host_arch_x64:
/third_party/ffmpeg/libavformat/
H A Dformat.c53 const AVOutputFormat *av_guess_format(const char *short_name, const char *filename, in av_guess_format() argument
63 if (!short_name && filename && in av_guess_format()
73 if (fmt->name && short_name && av_match_name(short_name, fmt->name)) in av_guess_format()
89 enum AVCodecID av_guess_codec(const AVOutputFormat *fmt, const char *short_name, in av_guess_codec() argument
120 const AVInputFormat *av_find_input_format(const char *short_name) in av_find_input_format() argument
125 if (av_match_name(short_name, fmt->name)) in av_find_input_format()
H A Davformat.h2048 const AVInputFormat *av_find_input_format(const char *short_name);
2506 * @param short_name if non-NULL checks if short_name matches with the
2513 const AVOutputFormat *av_guess_format(const char *short_name,
2520 enum AVCodecID av_guess_codec(const AVOutputFormat *fmt, const char *short_name,
/third_party/gn/src/gn/
H A Dninja_build_writer.cc538 const std::string& short_name = label.name(); variable
541 short_name == "default")
545 Counts& short_names_counts = short_names[short_name];
551 Counts& exes_counts = exes[short_name];
558 Counts& exes_counts = exes[short_name];
620 const StringAtom& short_name = counts.last_seen->label().name_atom(); variable
621 if (counts.count == 1 && written_rules.insert(short_name).second)
622 WritePhonyRule(counts.last_seen, short_name);
628 const StringAtom& short_name = counts.last_seen->label().name_atom(); variable
629 if (counts.count == 1 && written_rules.insert(short_name)
[all...]
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A Dobjectivec_enum.cc179 string short_name(EnumValueShortName(all_values_[i])); in GenerateSource()
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/
H A Dmediacodecdec.c525 #define DECLARE_MEDIACODEC_VCLASS(short_name) \
526 static const AVClass ff_##short_name##_mediacodec_dec_class = { \
527 .class_name = #short_name "_mediacodec", \
533 #define DECLARE_MEDIACODEC_VDEC(short_name, full_name, codec_id, bsf) \
534 DECLARE_MEDIACODEC_VCLASS(short_name) \
535 const FFCodec ff_ ## short_name ## _mediacodec_decoder = { \
536 .p.name = #short_name "_mediacodec", \
540 .p.priv_class = &ff_##short_name##_mediacodec_dec_class, \
/third_party/mesa3d/src/util/tests/format/
H A Du_format_compatible_test.c54 printf("%s -> %s\n", src_format_desc->short_name, dst_format_desc->short_name); in test_all()
H A Du_format_test.c726 format_desc->short_name, in test_format_norm_flags()
748 format_desc->short_name, suffix); in test_one_func()
771 printf("Testing util_format_%s_%s ...\n", format_desc->short_name, suffix); in test_format_metadata()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-opcodes.cc21 os << ret.short_name(); in operator <<()
26 os << param.short_name(); in operator <<()
H A Dvalue-type.h244 constexpr char short_name(ValueKind kind) { in short_name() function
514 constexpr char short_name() const { return wasm::short_name(kind()); } in short_name() function in v8::internal::wasm::ValueType
/third_party/icu/tools/unicode/py/
H A Dpreparseucd.py413 def AddBinaryProperty(short_name, long_name):
414 _null_values[short_name] = False
416 prop = ("Binary", [short_name, long_name], bin_prop[2], bin_prop[3])
417 _properties[short_name] = prop
419 _properties[NormPropName(short_name)] = prop
581 short_name = fields[0]
582 if short_name == "n/a": # no short name
584 short_name = fields[1]
585 prop[2].add(short_name)
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A 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/python/Lib/test/libregrtest/
H A Dmain.py379 short_name = test_full_name.split(" ")[0]
380 if is_error and short_name in _TEST_LIFECYCLE_HOOKS:
391 return short_name
/third_party/node/deps/v8/src/regexp/
H A Dregexp-parser.cc1433 const char* short_name = u_getPropertyName(property, U_SHORT_PROPERTY_NAME); in IsExactPropertyAlias() local
1434 if (short_name != nullptr && strcmp(property_name, short_name) == 0) in IsExactPropertyAlias()
1447 const char* short_name = in IsExactPropertyValueAlias() local
1449 if (short_name != nullptr && strcmp(property_value_name, short_name) == 0) { in IsExactPropertyValueAlias()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dnid.rs114 pub fn short_name(&self) -> Result<&'static str, ErrorStack> { in short_name() functions
1147 assert_eq!(common_name.short_name().unwrap(), "CN"); in test_short_name_conversion()
1148 assert_eq!(organizational_unit_name.short_name().unwrap(), "OU"); in test_short_name_conversion()
1150 aes256_cbc_hmac_sha1.short_name().unwrap(), in test_short_name_conversion()
1154 id_cmc_lrapopwitness.short_name().unwrap(), in test_short_name_conversion()
1157 assert_eq!(ms_ctl_sign.short_name().unwrap(), "msCTLSign"); in test_short_name_conversion()
1159 undefined_nid.short_name().is_err(), in test_short_name_conversion()
1167 assert_eq!(nid.short_name().unwrap(), "foo"); in test_create()
/third_party/mbedtls/library/
H A Doid.c152 const char *short_name; member
263 short_name)
H A Dx509.c820 const char *short_name = NULL; in mbedtls_x509_dn_gets() local
846 if ((ret = mbedtls_oid_get_attr_short_name(&name->oid, &short_name)) == 0) { in mbedtls_x509_dn_gets()
847 ret = mbedtls_snprintf(p, n, "%s=", short_name); in mbedtls_x509_dn_gets()
/third_party/node/deps/v8/src/heap/
H A Dgc-tracer.cc113 const char* GCTracer::Event::TypeName(bool short_name) const { in TypeName()
116 return (short_name) ? "s" : "Scavenge"; in TypeName()
119 return (short_name) ? "ms" : "Mark-sweep"; in TypeName()
121 return (short_name) ? "mmc" : "Minor Mark-Compact"; in TypeName()
123 return (short_name) ? "st" : "Start"; in TypeName()
H A Dgc-tracer.h144 const char* TypeName(bool short_name) const;
/third_party/mbedtls/include/mbedtls/
H A Doid.h532 * \param short_name place to store the string pointer
536 int mbedtls_oid_get_attr_short_name(const mbedtls_asn1_buf *oid, const char **short_name);
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test_format.c99 snprintf(name, sizeof name, "fetch_%s_%s", desc->short_name, in add_fetch_rgba_test()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_test_image_copy_region.c545 printf("), format = %20s, ", util_format_description(tsrc.format)->short_name); in si_test_image_copy_region()
774 util_format_description(tdst.format)->short_name, in si_test_blit()
778 util_format_description(tsrc.format)->short_name, in si_test_blit()

Completed in 35 milliseconds

12