Home
last modified time | relevance | path

Searched defs:command_str (Results 1 – 4 of 4) sorted by relevance

/external/trusty/lk/include/lib/
Dconsole.h78 #define STATIC_COMMAND(command_str, help_str, func) { command_str, help_str, func, CMD_AVAIL_NORMAL… argument
79 #define STATIC_COMMAND_MASKED(command_str, help_str, func, availability_mask) { command_str, help_s… argument
89 #define STATIC_COMMAND(command_str, help_str, func) argument
/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_main.cc92 StringPiece command_str = io::Basename(argv_zero); in InferSourceFileName() local
/external/tensorflow/tensorflow/python/debug/cli/
Dcurses_ui.py1527 def _tab_complete(self, command_str): argument
/external/igt-gpu-tools/lib/
Digt_core.c314 static const char *command_str; variable