Home
last modified time | relevance | path

Searched refs:shorthand (Results 1 - 25 of 30) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
H A DdeclarationEmitAliasFromIndirectFile.js6 shorthand: [string, string, string, string, string, string, string];
12 shorthand: [string, string, string, string, string, string, string];
/third_party/ffmpeg/libavcodec/
H A Dbitstream_filter.c119 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 Dbsf.c460 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 Dtokens.rs31 shorthand: _, in to_tokens()
59 shorthand: _, in to_tokens()
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dimpls.rs411 shorthand: _, in eq()
423 shorthand: _, in eq()
441 shorthand: _, in hash()
H A Dmod.rs212 pub shorthand: bool,
H A Dcheck.rs682 if receiver.shorthand { in span_for_receiver_error()
H A Dparse.rs604 shorthand: true, in parse_extern_fn()
622 shorthand: false, in parse_extern_fn()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dimpls.rs411 shorthand: _, in eq()
423 shorthand: _, in eq()
441 shorthand: _, in hash()
H A Dmod.rs212 pub shorthand: bool,
H A Dcheck.rs682 if receiver.shorthand { in span_for_receiver_error()
H A Dparse.rs604 shorthand: true, in parse_extern_fn()
622 shorthand: false, in parse_extern_fn()
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dimpls.rs411 shorthand: _, in eq()
423 shorthand: _, in eq()
441 shorthand: _, in hash()
H A Dmod.rs212 pub shorthand: bool,
H A Dcheck.rs682 if receiver.shorthand { in span_for_receiver_error()
/third_party/rust/crates/cxx/syntax/
H A Dimpls.rs411 shorthand: _, in eq()
423 shorthand: _, in eq()
441 shorthand: _, in hash()
H A Dmod.rs212 pub shorthand: bool,
H A Dcheck.rs682 if receiver.shorthand { in span_for_receiver_error()
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dimpls.rs411 shorthand: _, in eq()
423 shorthand: _, in eq()
441 shorthand: _, in hash()
H A Dmod.rs212 pub shorthand: bool,
H A Dcheck.rs682 if receiver.shorthand { in span_for_receiver_error()
/third_party/ffmpeg/libavutil/tests/
H A Dopt.c341 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 Dopt.h434 * @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 Dopt.c1667 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 Davfilter.c803 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()

Completed in 21 milliseconds

12