Home
last modified time | relevance | path

Searched defs:returncode (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
Drun-shape-fuzzer-tests.py50 …text, returncode = cmd ([valgrind, '--leak-check=full', '--error-exitcode=1', hb_shape_fuzzer, pat… variable
52 text, returncode = cmd ([hb_shape_fuzzer, path]) variable
54 returncode = 1 variable
Drun-draw-fuzzer-tests.py51 …text, returncode = cmd ([valgrind, '--leak-check=full', '--error-exitcode=1', hb_draw_fuzzer, path… variable
53 text, returncode = cmd ([hb_draw_fuzzer, path]) variable
55 returncode = 1 variable
/third_party/harfbuzz/test/fuzzing/
Drun-draw-fuzzer-tests.py51 …text, returncode = cmd ([valgrind, '--leak-check=full', '--error-exitcode=1', hb_draw_fuzzer, path… variable
53 text, returncode = cmd ([hb_draw_fuzzer, path]) variable
55 returncode = 1 variable
Drun-shape-fuzzer-tests.py50 …text, returncode = cmd ([valgrind, '--leak-check=full', '--error-exitcode=1', hb_shape_fuzzer, pat… variable
52 text, returncode = cmd ([hb_shape_fuzzer, path]) variable
54 returncode = 1 variable
/third_party/flutter/skia/third_party/externals/harfbuzz/test/fuzzing/
Drun-shape-fuzzer-tests.py86 …text, returncode = cmd (libtool.split(' ') + ['--mode=execute', valgrind + ' --leak-check=full --e… variable
88 text, returncode = cmd ([hb_shape_fuzzer, path]) variable
90 returncode = 1 variable
/third_party/cef/tools/
Dmsvs_env.bat69 :returncode label
/third_party/spirv-tools/test/tools/
Dspirv_test_framework.py142 def __init__(self, test_manager, returncode, stdout, stderr, directory, argument
/third_party/skia/third_party/externals/spirv-tools/test/tools/
Dspirv_test_framework.py142 def __init__(self, test_manager, returncode, stdout, stderr, directory, argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/
Dspirv_test_framework.py142 def __init__(self, test_manager, returncode, stdout, stderr, directory, argument
/third_party/python/Lib/asyncio/
Dsubprocess.py129 def returncode(self): member in Process
Dbase_subprocess.py207 def _process_exited(self, returncode): argument
Dunix_events.py225 def _child_watcher_callback(self, pid, returncode, transp): argument
/third_party/mesa3d/bin/pick/
Dcore_test.py248 returncode: int = attr.ib(0) variable in TestResolveNomination.FakeSubprocess
/third_party/littlefs/scripts/
Dtest.py132 def __init__(self, case, returncode=None, stdout=None, assert_=None): argument
/third_party/python/Lib/test/support/
D__init__.py1396 def _call(self, python, args, env, returncode): argument
1410 def call_real(self, *args, returncode=0): argument
1413 def call_link(self, *args, returncode=0): argument
/third_party/python/Lib/
Dsubprocess.py111 def __init__(self, returncode, cmd, output=None, stderr=None): argument
435 def __init__(self, args, returncode, stdout=None, stderr=None): argument
/third_party/curl/src/
Dtool_operate.c2242 CURLcode returncode = CURLE_OK; in serial_transfers() local
/third_party/python/Lib/test/
Dtest_embed.py76 timeout=None, returncode=0, input=None, argument
/third_party/python/Modules/_decimal/tests/
Ddeccheck.py1284 def write_output(out, returncode): argument
/third_party/python/Lib/test/test_asyncio/
Dtest_events.py1747 def check_terminated(self, returncode): argument
1754 def check_killed(self, returncode): argument
/third_party/curl/lib/
Dmulti.c2543 CURLMcode returncode = CURLM_OK; local