Home
last modified time | relevance | path

Searched refs:check_command (Results 1 – 5 of 5) sorted by relevance

/external/python/rsa/
Dspeed.sh18 check_command() { function
38 if check_command "$version"; then
/external/llvm/test/Other/
Dopt-bisect-helper.py23 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/
Dopt-bisect-helper.py25 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/
Dfirmware_Cr50ConsoleCommands.py132 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/
Dpmtu.sh1113 check_command() { function
1128 check_command taskset || return 2