Home
last modified time | relevance | path

Searched refs:command_str (Results 1 – 4 of 4) 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 (absl::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/igt-gpu-tools/lib/
Digt_core.c314 static const char *command_str; variable
331 return command_str; in igt_test_name()
363 fprintf(stderr, "Test %s failed.\n", command_str); in _igt_log_buffer_dump()
622 fprintf(f, "Usage: %s [OPTIONS]\n", command_str); in print_usage()
763 command_str = argv[0]; in common_init()
764 if (strrchr(command_str, '/')) in common_init()
765 command_str = strrchr(command_str, '/') + 1; in common_init()
909 igt_kmsg(KMSG_INFO "%s: executing\n", command_str); in common_init()
1101 command_str, subtest_name); in __igt_run_subtest()
1732 if (command_str) in igt_exit()
[all …]
/external/tensorflow/tensorflow/python/debug/cli/
Dcurses_ui.py1532 def _tab_complete(self, command_str): argument
1551 command_str)