Searched refs:show_formats (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Lib/distutils/command/ |
D | bdist.py | 12 def show_formats(): function 52 "lists available distribution formats", show_formats),
|
D | sdist.py | 21 def show_formats(): function 91 "list available distribution formats", show_formats),
|
/third_party/ffmpeg/fftools/ |
D | cmdutils.h | 223 …{ "formats", OPT_EXIT, { .func_arg = show_formats }, "show available formats" … 478 int show_formats(void *optctx, const char *opt, const char *arg);
|
D | cmdutils.c | 1355 int show_formats(void *optctx, const char *opt, const char *arg) in show_formats() function
|
/third_party/python/Lib/distutils/tests/ |
D | test_sdist.py | 25 from distutils.command.sdist import sdist, show_formats 281 show_formats()
|