Home
last modified time | relevance | path

Searched refs:add_command (Results 1 – 19 of 19) sorted by relevance

/external/python/bumble/apps/
Dble_rpa_tool.py55 cli.add_command(gen_irk)
56 cli.add_command(gen_rpa)
57 cli.add_command(verify_rpa)
/external/tensorflow/tensorflow/python/debug/cli/
Ddebugger_cli_common_test.py948 self._cmd_hist.add_command("list_tensors")
949 self._cmd_hist.add_command("node_info node_a")
957 self._cmd_hist.add_command("node_info node_b")
968 self._cmd_hist.add_command("node_info node_a")
981 self._cmd_hist.add_command("node_info node_b")
982 self._cmd_hist.add_command("list_tensors")
983 self._cmd_hist.add_command("node_info node_a")
996 self._cmd_hist.add_command(["print_tensor node_a:0"])
999 self._cmd_hist.add_command("help")
1000 self._cmd_hist.add_command("help")
[all …]
Ddebugger_cli_common.py1048 def add_command(self, command): member in CommandHistory
Dcurses_ui.py680 self._command_history_store.add_command(command)
/external/python/cpython3/Lib/turtledemo/
D__main__.py302 menu.add_command(label=entry, underline=0,
308 menu.add_command(label="Decrease (C-'-')", command=self.decrease_size,
310 menu.add_command(label="Increase (C-'+')", command=self.increase_size,
317 menu.add_command(label=str(size), underline=0,
327 menu.add_command(label=help_label, font=menufont, command=show)
/external/rust/android-crates-io/crates/clap_complete/src/shells/
Dbash.rs84 fn add_command( in all_subcommands() function
107 add_command(&fn_name, subcmd, subcmds); in all_subcommands()
112 add_command(parent_fn_name, subcmd, &mut subcmds); in all_subcommands()
/external/iptables/iptables/
Dxshared.c887 static void add_command(unsigned int *cmd, const int newcmd, in add_command() function
1496 add_command(&p->command, CMD_APPEND, CMD_NONE, invert); in do_parse()
1502 add_command(&p->command, CMD_CHANGE_COUNTERS, in do_parse()
1510 add_command(&p->command, CMD_CHECK, CMD_NONE, invert); in do_parse()
1515 add_command(&p->command, CMD_DELETE, CMD_NONE, invert); in do_parse()
1524 add_command(&p->command, CMD_REPLACE, CMD_NONE, invert); in do_parse()
1535 add_command(&p->command, CMD_INSERT, CMD_NONE, invert); in do_parse()
1544 add_command(&p->command, CMD_LIST, in do_parse()
1555 add_command(&p->command, CMD_LIST_RULES, in do_parse()
1566 add_command(&p->command, CMD_FLUSH, CMD_NONE, invert); in do_parse()
[all …]
/external/python/cpython3/Lib/idlelib/
Ddynoption.py27 self['menu'].add_command(label=item,
Dwindow.py34 menu.add_command(label=title, command=window.wakeup)
Dscrolledlist.py137 def fill_menu(self): self.menu.add_command(label="right click")
Dsidebar.py446 rmenu.add_command(label='Copy',
449 rmenu.add_command(label='Copy with prompts',
Dsqueezer.py195 rmenu.add_command(label=label, command=getattr(self, method_name))
Ddebugger.py473 menu.add_command(label="Go to source line",
475 menu.add_command(label="Show stack frame",
Dhelp.py236 drop.add_command(label=lbl, command=lambda dex=dex:text.yview(dex))
Deditor.py600 rmenu.add_command(label=label, command=command)
974 helpmenu.add_command(label=entry[0], command=cmd)
1035 menu.add_command(label=ulchars[i] + " " + file_name,
1258 menu.add_command(label=label, underline=underline,
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_squeezer.py459 self.assertEqual(mock_menu.add_command.call_count,
462 mock_menu.add_command.assert_any_call(label=label, command=ANY)
/external/python/cpython3/PC/
Dlauncher.c990 add_command(wchar_t * name, wchar_t * cmdline) in add_command() function
1029 add_command(key, value); in read_config_file()
/external/python/cpython3/Lib/test/test_tkinter/
Dtest_widgets.py1429 m1.add_command(label='test')
1445 m1.add_command(label='test')
/external/python/cpython3/Lib/tkinter/
D__init__.py3513 def add_command(self, cnf={}, **kw): member in Menu
4197 menu.add_command(label=value,
4200 menu.add_command(label=v,