Home
last modified time | relevance | path

Searched refs:do_command (Results 1 – 11 of 11) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dtdbtool.c42 static int do_command(void);
423 static int do_command(void) in do_command() function
578 do_command(); in main()
604 if (do_command()) break; in main()
614 do_command(); in main()
/external/u-boot/drivers/mmc/
Darm_pl180_mmci.c76 static int do_command(struct mmc *dev, struct mmc_cmd *cmd) in do_command() function
249 error = do_command(dev, cmd); in do_data_transfer()
256 error = do_command(dev, cmd); in do_data_transfer()
277 result = do_command(dev, cmd); in host_request()
/external/e2fsprogs/lib/ext2fs/tdb/patches/
Dtdbtool-includes30 static int do_command(void);
/external/python/cpython3/Lib/curses/
Dtextpad.py95 def do_command(self, ch): member in Textbox
185 if not self.do_command(ch):
/external/python/cpython2/Lib/curses/
Dtextpad.py95 def do_command(self, ch): member in Textbox
185 if not self.do_command(ch):
/external/iptables/iptables/
Dxtables-restore.c195 .do_command = do_commandx,
406 ret = cb->do_command(h, newargc, newargv, in xtables_restore_parse()
Dnft-shared.h260 int (*do_command)(struct nft_handle *h, int argc, char *argv[], member
Dxtables-translate.c386 .do_command = do_command_xlate,
/external/tensorflow/tensorflow/python/debug/cli/
Dcurses_ui.py962 self._command_textbox.do_command(ord(c))
969 self._command_textbox.do_command(self.BACKSPACE_KEY)
/external/python/cpython2/Doc/library/
Dcurses.rst1714 .. method:: do_command(ch)
/external/python/cpython3/Doc/library/
Dcurses.rst1762 .. method:: do_command(ch)