Searched refs:check_command (Results 1 – 5 of 5) sorted by relevance
/external/python/rsa/ |
D | speed.sh | 18 check_command() { function 38 if check_command "$version"; then
|
/external/llvm/test/Other/ |
D | opt-bisect-helper.py | 23 check_command = [args.filecheckcmd, args.test, "--check-prefix=%s" % args.prefix] variable 30 filecheck_result = subprocess.Popen(check_command, stdin=opt_result.stdout)
|
/external/llvm-project/llvm/test/Other/ |
D | opt-bisect-helper.py | 25 check_command = [args.filecheckcmd, args.test, "--check-prefix=%s" % args.prefix] variable 32 filecheck_result = subprocess.Popen(check_command, stdin=opt_result.stdout)
|
/external/autotest/server/site_tests/firmware_Cr50ConsoleCommands/ |
D | firmware_Cr50ConsoleCommands.py | 132 def check_command(self, cmd, regexp, split_str, sort): member in firmware_Cr50ConsoleCommands 230 self.check_command(command, regexp, split_str, sort)
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | pmtu.sh | 1113 check_command() { function 1128 check_command taskset || return 2
|