Lines Matching refs:f
70 for f in host_list:
71 if run_command.RunHostCommand(f) != 0:
72 logger.Log("%s... failed" % f)
75 if run_command.RunHostCommand(f, valgrind=True) == 0:
76 logger.Log("%s... ok\t\t[valgrind: ok]" % f)
78 logger.Log("%s... ok\t\t[valgrind: failed]" % f)
80 logger.Log("%s... ok\t\t[valgrind: missing]" % f)
84 for f in target_list:
85 full_path = os.path.join(os.sep, "data", "nativetest", f)
92 logger.Log("%s... %s" % (f, success and "ok" or "failed"))
117 for f in files:
118 (name, ext) = os.path.splitext(f)
121 logger.SilentLog("Found %s" % f)
122 test_list.append(str(os.path.join(dirname, f)))
138 for f in sources:
139 binary = os.path.basename(f)
158 for f in files:
159 if f == match:
160 return os.path.join(root, f)