Lines Matching refs:check
215 check(is_degraded_str, ark_divide_v_8, ark_divide_v_8_with_jitless, ws)
220 def check(is_degraded_str, ark_divide_v_8, ark_divide_v_8_with_jitless, ws):
277 ret = subprocess.run(cmd, check=False)
482 """Process and check argument values"""
484 logger.error("parameter --binarypath is not exist. Please check it! binary path: %s", args.binarypath)
491 logger.error("parameter --d_8_binary_path is not exist. Please check it! d 8 binary path: %s",
495 logger.error("parameter --iterations <= 0. Please check it! iterations: %s",
690 ret = subprocess.run(cmd, stdout=outfile, check=False)
787 return subprocess.run(hdc_cmd, check=False).returncode
903 logger.info("run js perf test finished. Please check details in report.")