Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dpython_op_gen_main.cc92 StringPiece command_str = io::Basename(argv_zero); in InferSourceFileName() local
/aosp_15_r20/device/google/cuttlefish/host/commands/display/
Dmain.cpp279 const std::string command_str = args[0]; in DisplayMain() local
/aosp_15_r20/external/tensorflow/tensorflow/python/debug/cli/
H A Dcurses_ui.py1527 def _tab_complete(self, command_str): argument
/aosp_15_r20/external/igt-gpu-tools/lib/
H A Digt_core.c314 static const char *command_str; variable