Home
last modified time | relevance | path

Searched refs:show_formats (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/distutils/command/
Dbdist.py12 def show_formats(): function
52 "lists available distribution formats", show_formats),
Dsdist.py21 def show_formats(): function
91 "list available distribution formats", show_formats),
/third_party/ffmpeg/fftools/
Dcmdutils.h223 …{ "formats", OPT_EXIT, { .func_arg = show_formats }, "show available formats" …
478 int show_formats(void *optctx, const char *opt, const char *arg);
Dcmdutils.c1355 int show_formats(void *optctx, const char *opt, const char *arg) in show_formats() function
/third_party/python/Lib/distutils/tests/
Dtest_sdist.py25 from distutils.command.sdist import sdist, show_formats
281 show_formats()