/third_party/typescript/tests/baselines/reference/ |
H A D | declarationEmitAliasFromIndirectFile.js | 6 shorthand: [string, string, string, string, string, string, string]; 12 shorthand: [string, string, string, string, string, string, string];
|
/third_party/ffmpeg/libavcodec/ |
H A D | bitstream_filter.c | 119 const char * shorthand[2] = {NULL}; in av_bitstream_filter_filter() local 122 shorthand[0] = opt->name; in av_bitstream_filter_filter() 124 ret = av_opt_set_from_string(priv->ctx->priv_data, bsfc->args, shorthand, "=", ":"); in av_bitstream_filter_filter()
|
H A D | bsf.c | 460 const char * shorthand[2] = {NULL}; in bsf_list_append_internal() local 463 shorthand[0] = opt->name; in bsf_list_append_internal() 465 ret = av_opt_set_from_string(bsf->priv_data, options, shorthand, "=", ":"); in bsf_list_append_internal()
|
/third_party/rust/crates/cxx/macro/src/ |
H A D | tokens.rs | 31 shorthand: _, in to_tokens() 59 shorthand: _, in to_tokens()
|
/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | impls.rs | 411 shorthand: _, in eq() 423 shorthand: _, in eq() 441 shorthand: _, in hash()
|
H A D | mod.rs | 212 pub shorthand: bool,
|
H A D | check.rs | 682 if receiver.shorthand { in span_for_receiver_error()
|
H A D | parse.rs | 604 shorthand: true, in parse_extern_fn() 622 shorthand: false, in parse_extern_fn()
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | impls.rs | 411 shorthand: _, in eq() 423 shorthand: _, in eq() 441 shorthand: _, in hash()
|
H A D | mod.rs | 212 pub shorthand: bool,
|
H A D | check.rs | 682 if receiver.shorthand { in span_for_receiver_error()
|
H A D | parse.rs | 604 shorthand: true, in parse_extern_fn() 622 shorthand: false, in parse_extern_fn()
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | impls.rs | 411 shorthand: _, in eq() 423 shorthand: _, in eq() 441 shorthand: _, in hash()
|
H A D | mod.rs | 212 pub shorthand: bool,
|
H A D | check.rs | 682 if receiver.shorthand { in span_for_receiver_error()
|
/third_party/rust/crates/cxx/syntax/ |
H A D | impls.rs | 411 shorthand: _, in eq() 423 shorthand: _, in eq() 441 shorthand: _, in hash()
|
H A D | mod.rs | 212 pub shorthand: bool,
|
H A D | check.rs | 682 if receiver.shorthand { in span_for_receiver_error()
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | impls.rs | 411 shorthand: _, in eq() 423 shorthand: _, in eq() 441 shorthand: _, in hash()
|
H A D | mod.rs | 212 pub shorthand: bool,
|
H A D | check.rs | 682 if receiver.shorthand { in span_for_receiver_error()
|
/third_party/ffmpeg/libavutil/tests/ |
H A D | opt.c | 341 static const char * const shorthand[] = { "num", "string", NULL }; in main() local 350 if (av_opt_set_from_string(&test_ctx, options[i], shorthand, "=", ":") < 0) in main()
|
/third_party/ffmpeg/libavutil/ |
H A D | opt.h | 434 * @param shorthand a NULL-terminated array of options names for shorthand 436 * the key is taken from the first element of shorthand; 438 * finished, shorthand is finished or a named option is 455 const char *const *shorthand,
|
H A D | opt.c | 1667 const char *const *shorthand, in av_opt_set_from_string() 1677 if (!shorthand) in av_opt_set_from_string() 1678 shorthand = &dummy_shorthand; in av_opt_set_from_string() 1682 *shorthand ? AV_OPT_FLAG_IMPLICIT_KEY : 0, in av_opt_set_from_string() 1696 while (*shorthand) /* discard all remaining shorthand */ in av_opt_set_from_string() 1697 shorthand++; in av_opt_set_from_string() 1699 key = *(shorthand++); in av_opt_set_from_string() 1666 av_opt_set_from_string(void *ctx, const char *opts, const char *const *shorthand, const char *key_val_sep, const char *pairs_sep) av_opt_set_from_string() argument
|
/third_party/ffmpeg/libavfilter/ |
H A D | avfilter.c | 803 const char *shorthand = NULL; in process_options() local 810 shorthand = o->name; in process_options() 814 shorthand ? AV_OPT_FLAG_IMPLICIT_KEY : 0, in process_options() 828 while ((o = av_opt_next(ctx->priv, o))); /* discard all remaining shorthand */ in process_options() 830 key = shorthand; in process_options()
|