Home
last modified time | relevance | path

Searched defs:add_command (Results 1 – 5 of 5) sorted by relevance

/external/rust/android-crates-io/crates/clap_complete/src/shells/
Dbash.rs84 fn add_command( in all_subcommands() function
/external/tensorflow/tensorflow/python/debug/cli/
Ddebugger_cli_common.py1048 def add_command(self, command): member in CommandHistory
/external/iptables/iptables/
Dxshared.c887 static void add_command(unsigned int *cmd, const int newcmd, in add_command() function
/external/python/cpython3/PC/
Dlauncher.c990 add_command(wchar_t * name, wchar_t * cmdline) in add_command() function
/external/python/cpython3/Lib/tkinter/
D__init__.py3513 def add_command(self, cnf={}, **kw): member in Menu