Searched refs:checkfor (Results 1 – 4 of 4) sorted by relevance
/external/autotest/server/site_tests/platform_Flashrom/ |
D | platform_Flashrom.py | 30 def run_cmd(self, command, checkfor=''): argument 42 if checkfor and checkfor not in '\n'.join(output): 44 (checkfor, '\n'.join(output))) 49 self.run_cmd('flashrom -p host --wp-status', checkfor='is disabled') 51 self.run_cmd('flashrom -p ec --wp-status', checkfor='is disabled') 54 checkfor='is disabled')
|
/external/curl/ |
D | curl-config.in | 40 --checkfor [version] check for (lib)curl of the specified version 103 --checkfor) 104 checkfor=$2 105 cmajor=`echo $checkfor | cut -d. -f1` 106 cminor=`echo $checkfor | cut -d. -f2` 109 cpatch=`echo $checkfor | cut -d. -f3 | cut -d- -f1` 131 echo "requested version $checkfor is newer than existing @CURLVERSION@"
|
/external/autotest/server/site_tests/platform_FlashErasers/ |
D | platform_FlashErasers.py | 20 def run_cmd(self, command, checkfor=''): argument 32 if checkfor and checkfor not in '\n'.join(output): 34 (checkfor, '\n'.join(output)))
|
/external/autotest/server/site_tests/firmware_WriteProtectFunc/ |
D | firmware_WriteProtectFunc.py | 107 def run_cmd(self, command, checkfor=''): argument 120 if checkfor and checkfor not in '\n'.join(output): 122 (checkfor, command, '\n\t'.join(output)))
|