Home
last modified time | relevance | path

Searched refs:returncode (Results 1 – 25 of 26) sorted by relevance

12

/qemu/scripts/performance/
H A DtopN_perf.py60 if check_perf_presence.returncode:
67 if check_perf_executability.returncode:
96 if perf_record.returncode:
106 if perf_report.returncode:
H A DtopN_callgrind.py60 if check_valgrind_presence.returncode:
69 if callgrind.returncode:
78 if callgrind_annotate.returncode:
H A Ddissect.py80 if check_valgrind.returncode:
97 if callgrind.returncode:
106 if callgrind_annotate.returncode:
/qemu/scripts/
H A Dundefsym.py35 if pc.returncode != 0:
41 if pc.returncode != 0:
H A Dcheck_sparse.py58 if r.returncode != 0:
59 sys.exit(r.returncode)
H A Dmodinfo-collect.py58 if result.returncode != 0:
59 sys.exit(result.returncode)
H A Dqemu-trace-stap103 if proc.returncode != 0:
/qemu/tests/qemu-iotests/
H A D27775 if proc.returncode < 0:
76 log('NBD {}: EXIT SIGNAL {}\n'.format(connector, proc.returncode))
H A Diotests.py163 if subp.returncode < 0:
166 {-subp.returncode}: {cmd}\n')
167 if drop_successful_output and subp.returncode == 0:
169 return (output, subp.returncode)
240 if check and subp.returncode or (subp.returncode < 0):
242 subp.returncode, args,
296 if exc.returncode < 0:
507 return returncode, output if returncode else ''
558 if exc.returncode == 1:
1477 if res.returncode:
[all …]
H A D149106 if proc.returncode != 0:
125 if proc.returncode != 0:
191 if proc.returncode != 0:
H A D257249 "Identical" if sub.returncode == 0 else "Mismatch",
250 "OK!" if sub.returncode == expected_ret else "ERROR!"),
H A Dtestrunner.py291 ret = proc.returncode
/qemu/docs/sphinx/
H A Dkerneldoc.py115 if p.returncode != 0:
120 (" ".join(cmd), p.returncode)
/qemu/tests/qemu-iotests/tests/
H A Dluks-detached-header150 assert res.returncode == 0
156 assert res.returncode == 0
H A Dreopen-file34 assert res.returncode == 0
/qemu/.gitlab-ci.d/
H A Dcheck-patch.py51 if ret.returncode != 0:
/qemu/scripts/simplebench/
H A Dimg_bench_templater.py38 if p.returncode == 0:
H A Dbench_prealloc.py36 if p.returncode == 0:
/qemu/roms/
H A Dedk2-build.py131 if result.returncode:
144 if result.returncode:
147 sys.exit(result.returncode)
/qemu/tests/functional/qemu_test/
H A Dcmd.py74 ret = subp.returncode
/qemu/tests/lcitool/
H A Drefresh48 if lcitool.returncode != 0:
/qemu/docs/
H A Dmeson.build34 build_docs = (sphinx_build_test_out.returncode() == 0)
/qemu/tests/image-fuzzer/
H A Drunner.py90 return process.returncode
/qemu/tests/avocado/avocado_qemu/
H A D__init__.py87 ret = subp.returncode
/qemu/python/scripts/
H A Dmkvenv.py391 logger.error("returncode: %d", exc.returncode)

12