Home
last modified time | relevance | path

Searched refs:test_args (Results 1 – 9 of 9) sorted by relevance

/external/valgrind/main/drd/scripts/
Drun-splash216 …test_output="${1}-p${p}.out" measure_runtime "$@" -p${psep}${p} "${test_args}" | avgstddev > "$tmp"
28 …test_output="${1}-p${p}.out" measure_runtime "$@" -p${psep}${p} "${test_args}" | avgstddev > "$tmp"
40 …test_output="${1}-p${p}.out" measure_runtime "$@" -p${psep}${p} "${test_args}" | avgstddev > "$tmp"
53 …o "${avg1}" "${stddev1}" "${vsz1}" "${vszdev1}" "$VG" --tool=none "$@" -p${psep}${p} "${test_args}"
57 …o "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=none "$@" -p${psep}${p} "${test_args}"
63 --drd-stats=yes "$@" -p${psep}${p} "${test_args}"
69 --drd-stats=yes "$@" -p${psep}${p} "${test_args}"
73 …"${vsz4}" "${vszdev4}" "$VG" --tool=helgrind --history-level=none "$@" -p${psep}${p} "${test_args}"
77 …{vsz4}" "${vszdev4}" "$VG" --tool=helgrind --history-level=approx "$@" -p${psep}${p} "${test_args}"
81 …"${vsz4}" "${vszdev4}" "$VG" --tool=helgrind --history-level=full "$@" -p${psep}${p} "${test_args}"
[all …]
/external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/
Dnacl.scons43 for extra_os_env, test_args, out_name, run_name, html_file in [
78 test_args=test_args,
/external/vixl/tools/
Dpresubmit.py220 def command(*test_args): argument
222 return 'tools/test.py --verbose ' + ' '.join(test_args)
224 return 'tools/test.py ' + ' '.join(test_args)
/external/chromium_org/tools/gyp/test/defines-escaping/
Ddefines-escaping.gyp15 'TEST_ARGS=<(test_args)',
/external/clang/utils/
DFuzzTest126 test_args = [a % options for a in args]
128 print '%s: note: executing %r' % (sys.argv[0], test_args)
139 p = subprocess.Popen(test_args, stdout=stdout, stderr=stderr)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
Dtest.py611 test_args = driver_input.args or []
647 if actual_text and test_args and test_name == 'passes/args.html':
648 actual_text = actual_text + ' ' + ' '.join(test_args)
/external/chromium_org/ppapi/native_client/tools/browser_tester/
Dbrowser_tester.py258 if len(options.test_args) > 0:
259 full_url += '?' + urllib.urlencode(options.test_args)
/external/chromium_org/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/
Dnacl.scons41 test_args=[('parallel', int(parallel))],
/external/chromium_org/ppapi/native_client/
Dchrome_main.scons403 test_args=(), argument
483 for key, value in test_args: