HomeSort by relevance Sort by last modified time
    Searched refs:test_args (Results 1 - 9 of 9) sorted by null

  /external/valgrind/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...]
  /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/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)

Completed in 135 milliseconds