Searched refs:do_command (Results 1 – 11 of 11) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | tdbtool.c | 42 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/ |
D | arm_pl180_mmci.c | 76 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/ |
D | tdbtool-includes | 30 static int do_command(void);
|
/external/python/cpython3/Lib/curses/ |
D | textpad.py | 95 def do_command(self, ch): member in Textbox 185 if not self.do_command(ch):
|
/external/python/cpython2/Lib/curses/ |
D | textpad.py | 95 def do_command(self, ch): member in Textbox 185 if not self.do_command(ch):
|
/external/iptables/iptables/ |
D | xtables-restore.c | 195 .do_command = do_commandx, 406 ret = cb->do_command(h, newargc, newargv, in xtables_restore_parse()
|
D | nft-shared.h | 260 int (*do_command)(struct nft_handle *h, int argc, char *argv[], member
|
D | xtables-translate.c | 386 .do_command = do_command_xlate,
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | curses_ui.py | 962 self._command_textbox.do_command(ord(c)) 969 self._command_textbox.do_command(self.BACKSPACE_KEY)
|
/external/python/cpython2/Doc/library/ |
D | curses.rst | 1714 .. method:: do_command(ch)
|
/external/python/cpython3/Doc/library/ |
D | curses.rst | 1762 .. method:: do_command(ch)
|