Lines Matching full:if
12 if not os.path.exists(LZ4):
21 if len(splitlines) != 7:
26 if "concat-all" in self.filename or "2f--content-size" in self.filename:
40 if i > 0:
47 if "concat-all" in nvinfo.filename:
60 if "-lz4f-" in nvinfo.filename:
69 # if "-leg" in nvinfo.filename or "-skip" in nvinfo.filename:
71 if "--BD" in nvinfo.filename:
82 if "--content-size" in nvinfo.filename:
87 if "--content-size" in nvinfo.filename:
97 if i == 0:
117 if line.startswith("test_list"):
118 if start != 0 and end != 0:
121 if not line:
128 if "2f--content-size" in filename:
146 if "-lz4f-" in self.cvinfo.file_frame_map[i]:
155 if "--BD" in self.cvinfo.file_frame_map[i]:
162 …if "-lz4f-" in self.cvinfo.file_frame_map[i] and "--no-frame-crc" not in self.cvinfo.file_frame_ma…
168 if "-2f-" not in self.cvinfo.file_frame_map[i]:
177 if "-2f-" not in ffm and "--content-size" in ffm:
183 if "--content-size" in self.cvinfo.file_frame_map[i]:
191 if size < 1024.0:
207 if os.environ.get('QEMU_SYS'):
209 if print_command:
215 if print_output:
216 if stdout_lines:
218 if stderr_lines:
220 if popen.returncode is not None and popen.returncode != 0:
221 if stderr_lines and not print_output and print_error:
229 if not silent:
278 if __name__ == '__main__':