Home
last modified time | relevance | path

Searched refs:startswith (Results 1 – 25 of 48) sorted by relevance

12

/qemu/tests/tcg/multiarch/system/
H A Dvalidate-memory-counts.py34 if line.startswith("Test data start:"):
36 elif line.startswith("Test data end:"):
38 elif line.startswith("Test data read:"):
40 elif line.startswith("Test data write:"):
66 if line.startswith("Region Base"):
/qemu/target/hexagon/
H A Dgen_idef_parser_funcs.py109 if tag.startswith("Y"):
111 if tag.startswith("V6_"):
113 if ( tag.startswith("F") and
127 if ( tag.startswith('R6_release_') ):
H A Dgen_decodetree.py100 is_subinsn = class_to_decode.startswith("SUBINSN_")
/qemu/scripts/oss-fuzz/
H A Dminimize_qtest_trace.py103 if newtrace[l].startswith("write "):
157 if (newtrace[i].startswith("write") and not
158 newtrace[i].startswith("write ")):
186 if newtrace[i].startswith("write "):
244 if (not newtrace[i].startswith("write ") and not
245 newtrace[i].startswith("out")):
H A Doutput_reproducer.py83 elif cmd.startswith("in") or cmd.startswith("read"):
86 elif cmd.startswith("out") or cmd.startswith("write"):
/qemu/roms/
H A Dedk2-build.py186 if (b['conf'].startswith('OvmfPkg/') or
187 b['conf'].startswith('ArmVirtPkg/')):
225 if not cpy.startswith('cpy'):
232 if not pad.startswith('pad'):
321 if not build.startswith('build.'):
411 if not build.startswith('build.'):
/qemu/tests/qemu-iotests/
H A Dmeson.build6 if cflag.startswith('-fsanitize') and \
30 if k.startswith('qemu-system-')
H A Dfindtests.py54 if line.startswith('# group: '):
/qemu/python/qemu/utils/
H A Dqom_common.py60 return self.type.startswith('child<')
65 return self.type.startswith('link<')
/qemu/scripts/qapi/
H A Dparser.py336 elif self.src.startswith('true', self.pos):
340 elif self.src.startswith('false', self.pos):
423 if self.val.startswith('##'):
488 if line is not None and line.startswith('@'):
587 elif line.startswith('='):
607 if line.startswith('='):
H A Dexpr.py89 if not match or c_name(name, False).startswith('q_'):
388 if key.startswith('*'):
393 if c_name(key, False) == 'u' or c_name(key, False).startswith('has_'):
H A Dgen.py77 if self.fname.startswith('../'):
100 assert after.startswith(before)
/qemu/scripts/
H A Dcheck_sparse.py31 if x.startswith('-M'):
H A Dmodinfo-generate.py22 if item.startswith("MODINFO_END"):
H A Dminikconf.py365 if not var.startswith("CONFIG_"):
441 if not val.startswith("CONFIG_"):
592 if not self.src.startswith(rest, self.cursor):
685 if argv[1].startswith('-'):
H A Dnsis.py26 if not line.lstrip().startswith("DLL Name: "):
H A Dqemu-trace-stap110 if line.startswith(prefix):
/qemu/scripts/tracetool/backend/
H A Dsimple.py24 if arg_strip.startswith(strtype) and arg_strip.count('*') == 1:
/qemu/tests/tcg/i386/
H A Dtest-avx.py266 if (self.op.startswith("VGATHER") or self.op.startswith("VPGATHER")):
/qemu/scripts/tracetool/format/
H A Dlog_stap.py29 if macro.startswith("PRI"):
/qemu/tests/docker/
H A Ddocker.py200 if img_name.startswith("debian") and img_name.endswith("user"):
211 if len(l.strip()) == 0 or l.startswith("#"):
214 if l.startswith(from_pref):
/qemu/qga/
H A Dmeson.build194 if output.startswith('qga-qapi-types') or output.startswith('qga-qapi-visit')
/qemu/tests/qemu-iotests/tests/
H A Dmirror-change-copy-mode107 assert not line.startswith("Pattern verification failed")
/qemu/python/qemu/qmp/
H A Dqmp_shell.py136 if cmd.startswith(text):
246 if val.startswith(('{', '[')):
/qemu/scripts/qemugdb/
H A Dcoroutine.py67 if not result.startswith("Line "):

12