Home
last modified time | relevance | path

Searched refs:subcommand (Results 1 – 25 of 25) sorted by relevance

/third_party/python/Tools/peg_generator/scripts/
Dbenchmark.py66 def run_benchmark_xxl(subcommand, source): argument
67 if subcommand == "compile":
69 elif subcommand == "parse":
73 def run_benchmark_stdlib(subcommand): argument
81 mode=modes[subcommand],
87 subcommand = args.subcommand
90 if subcommand is None:
96 run_benchmark_xxl(subcommand, source)
98 run_benchmark_stdlib(subcommand)
/third_party/python/Lib/test/
Dtest_dtrace.py57 def generate_trace_command(self, script_file, subcommand=None): argument
59 if subcommand:
60 command += ["-c", subcommand]
63 def trace(self, script_file, subcommand=None): argument
64 command = self.generate_trace_command(script_file, subcommand)
75 subcommand = " ".join([sys.executable] + python_flags + [python_file])
76 return self.trace(script_file, subcommand)
/third_party/iptables/iptables/
Dxshared.h144 struct subcommand { struct
159 extern int subcmd_main(int, char **, const struct subcommand *); argument
Dxtables-legacy-multi.c21 static const struct subcommand multi_subcommands[] = {
Dxtables-nft-multi.c8 static const struct subcommand multi_subcommands[] = {
Dxshared.c186 static mainfunc_t subcmd_get(const char *cmd, const struct subcommand *cb) in subcmd_get()
194 int subcmd_main(int argc, char **argv, const struct subcommand *cb) in subcmd_main()
/third_party/flutter/flutter/packages/flutter_tools/lib/src/fuchsia/
Dfuchsia_dev_finder.dart10 // Usage: dev_finder <flags> <subcommand> <subcommand args>
/third_party/pulseaudio/src/pulse/
Dext-device-restore.c339 uint32_t subcommand; in pa_ext_device_restore_command() local
347 if (pa_tagstruct_getu32(t, &subcommand) < 0 || in pa_ext_device_restore_command()
356 if (subcommand != SUBCOMMAND_EVENT) { in pa_ext_device_restore_command()
Dext-stream-restore.c341 uint32_t subcommand; in pa_ext_stream_restore_command() local
347 if (pa_tagstruct_getu32(t, &subcommand) < 0 || in pa_ext_stream_restore_command()
354 if (subcommand != SUBCOMMAND_EVENT) { in pa_ext_stream_restore_command()
Dext-device-manager.c414 uint32_t subcommand; in pa_ext_device_manager_command() local
420 if (pa_tagstruct_getu32(t, &subcommand) < 0 || in pa_ext_device_manager_command()
427 if (subcommand != SUBCOMMAND_EVENT) { in pa_ext_device_manager_command()
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-access.md34 subcommand.
/third_party/boost/libs/program_options/doc/
Drationale.dox90 or there may be several subcommand with different help screens.
/third_party/node/deps/npm/test/tap/
Daccess.js560 t.match(stderr, /edit subcommand is not implemented yet/)
/third_party/node/deps/npm/node_modules/dashdash/
DREADME.md244 log subcommand). See
273 how it uses this for Bash completion for full multi-subcommand tools.
/third_party/libinput/doc/user/
Dtools.rst8 takes a subcommand as argument, similar to the **git** command. A full
/third_party/ffmpeg/doc/
Dgit-howto.texi32 shows information about the subcommand <command>.
/third_party/flutter/flutter/packages/flutter_tools/lib/src/base/
Dutils.dart334 /// Usage: app main_command <subcommand>
/third_party/node/deps/npm/docs/content/configuring-npm/
Dpackage-json.md228 Users can use the `npm fund` subcommand to list the `funding` URLs of all
/third_party/python/Doc/howto/
Dclinic.rst1611 The ``new`` subcommand works like this:
1661 The ``clear`` subcommand works like this:
/third_party/node/deps/npm/
DCHANGELOG.md1379 org ls` subcommand.
2358 I, for one, have started running it (and the new subcommand...) in all my
2391 Add `npm audit fix` subcommand to automatically fix detected vulnerabilities.
/third_party/node/deps/npm/changelogs/
DCHANGELOG-4.md710 in my changelogs, but this one is GREAT. We've got a WHOLE NEW subcommand, I
DCHANGELOG-3.md5244 The short usage information for each subcommand has been brought in sync
/third_party/python/Doc/library/
Dargparse.rst1655 * required_ - Whether or not a subcommand must be provided, by default
/third_party/python/Misc/
DHISTORY15472 subcommand.
/third_party/gstreamer/gstreamer/
DChangeLog20641 ninja: build stopped: subcommand failed.