Home
last modified time | relevance | path

Searched refs:command_str (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/llvm/
Dsubst.py115 command_str = self.command.resolve(config, search_dirs)
117 command_str = str(self.command)
119 if command_str:
121 command_str = ' '.join([command_str] + self.extra_args)
127 command_str = os.path.join(
145 return (self.regex, tool_pipe, command_str)
/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_main.cc92 StringPiece command_str = io::Basename(argv_zero); in InferSourceFileName() local
99 if (str_util::ConsumePrefix(&command_str, kExecPrefix) && in InferSourceFileName()
100 str_util::EndsWith(command_str, kExecSuffix)) { in InferSourceFileName()
101 command_str.remove_suffix(strlen(kExecSuffix)); in InferSourceFileName()
102 return strings::StrCat(command_str, ".cc"); in InferSourceFileName()
/external/tensorflow/tensorflow/python/debug/cli/
Dcurses_ui.py1532 def _tab_complete(self, command_str): argument
1551 command_str)