/external/valgrind/main/drd/scripts/ |
run-splash2 | 16 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 print_runtime_ratio "${avg1}" "${stddev1}" "${vsz1}" "${vszdev1}" "$VG" --tool=none "$@" -p${psep}${p} "${test_args}" 57 print_runtime_ratio "${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 print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=helgrind --history-level=none "$@" -p${psep}${p} "${test_args}" 77 print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=helgrind --history-level=approx "$@" -p${psep}${p} "${test_args}" 81 print_runtime_ratio "${avg4}" "${stddev4}" "${vsz4}" "${vszdev4}" "$VG" --tool=helgrind --history-level=full "$@" -p${psep}${p} "${test_args}" [all...] |
/external/vixl/tools/ |
presubmit.py | 220 def command(*test_args): 222 return 'tools/test.py --verbose ' + ' '.join(test_args) 224 return 'tools/test.py ' + ' '.join(test_args)
|
/external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/ |
nacl.scons | 43 for extra_os_env, test_args, out_name, run_name, html_file in [ 78 test_args=test_args, variable
|
/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/ |
QCameraMjpegDecode.cpp | 180 test_args_t test_args; local 192 memcpy(&test_args, mjpegd, sizeof(test_args_t)); 195 if (((test_args.format == YCRCBLP_H1V2) || (test_args.format == YCBCRLP_H1V2) || 196 (test_args.format == YCRCBLP_H1V1) || (test_args.format == YCBCRLP_H1V1)) && 197 !(test_args.preference == JPEG_DECODER_PREF_HW_ACCELERATED_ONLY)) { 198 ALOGE("%s:These formats are not supported by SW format %d", __func__, test_args.format); 212 thread_ctrl_blks[i].p_args = &test_args;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_atexit.py | 22 def test_args(self): member in class:TestCase
|
test_resource.py | 11 def test_args(self): member in class:ResourceTest
|
test_enumerate.py | 187 def test_args(self): member in class:TestReversed
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_atexit.py | 22 def test_args(self): member in class:TestCase
|
test_resource.py | 11 def test_args(self): member in class:ResourceTest
|
test_enumerate.py | 187 def test_args(self): member in class:TestReversed
|
/external/chromium_org/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/ |
nacl.scons | 41 test_args=[('parallel', int(parallel))])
|
/external/clang/utils/ |
FuzzTest | 126 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/ppapi/native_client/tools/browser_tester/ |
browser_tester.py | 56 parser.add_option('--test_arg', dest='test_args', action='append', 258 if len(options.test_args) > 0: 259 full_url += '?' + urllib.urlencode(options.test_args)
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
bsd.sh | 84 test_args 105 test_args() function
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
test.py | 577 test_args = driver_input.args or [] 613 if actual_text and test_args and test_name == 'passes/args.html': 614 actual_text = actual_text + ' ' + ' '.join(test_args)
|
/external/chromium_org/ppapi/native_client/ |
chrome_main.scons | 403 test_args=(), 483 for key, value in test_args:
|