/third_party/python/Tools/peg_generator/scripts/ |
D | benchmark.py | 66 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/ |
D | test_dtrace.py | 57 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/ |
D | xshared.h | 144 struct subcommand { struct 159 extern int subcmd_main(int, char **, const struct subcommand *); argument
|
D | xtables-legacy-multi.c | 21 static const struct subcommand multi_subcommands[] = {
|
D | xtables-nft-multi.c | 8 static const struct subcommand multi_subcommands[] = {
|
D | xshared.c | 186 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/ |
D | fuchsia_dev_finder.dart | 10 // Usage: dev_finder <flags> <subcommand> <subcommand args>
|
/third_party/pulseaudio/src/pulse/ |
D | ext-device-restore.c | 339 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()
|
D | ext-stream-restore.c | 341 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()
|
D | ext-device-manager.c | 414 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/ |
D | npm-access.md | 34 subcommand.
|
/third_party/boost/libs/program_options/doc/ |
D | rationale.dox | 90 or there may be several subcommand with different help screens.
|
/third_party/node/deps/npm/test/tap/ |
D | access.js | 560 t.match(stderr, /edit subcommand is not implemented yet/)
|
/third_party/node/deps/npm/node_modules/dashdash/ |
D | README.md | 244 log subcommand). See 273 how it uses this for Bash completion for full multi-subcommand tools.
|
/third_party/libinput/doc/user/ |
D | tools.rst | 8 takes a subcommand as argument, similar to the **git** command. A full
|
/third_party/ffmpeg/doc/ |
D | git-howto.texi | 32 shows information about the subcommand <command>.
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/base/ |
D | utils.dart | 334 /// Usage: app main_command <subcommand>
|
/third_party/node/deps/npm/docs/content/configuring-npm/ |
D | package-json.md | 228 Users can use the `npm fund` subcommand to list the `funding` URLs of all
|
/third_party/python/Doc/howto/ |
D | clinic.rst | 1611 The ``new`` subcommand works like this: 1661 The ``clear`` subcommand works like this:
|
/third_party/node/deps/npm/ |
D | CHANGELOG.md | 1379 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/ |
D | CHANGELOG-4.md | 710 in my changelogs, but this one is GREAT. We've got a WHOLE NEW subcommand, I
|
D | CHANGELOG-3.md | 5244 The short usage information for each subcommand has been brought in sync
|
/third_party/python/Doc/library/ |
D | argparse.rst | 1655 * required_ - Whether or not a subcommand must be provided, by default
|
/third_party/python/Misc/ |
D | HISTORY | 15472 subcommand.
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 20641 ninja: build stopped: subcommand failed.
|