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

1 2

  /external/toolchain-utils/crosperf/
benchmark.py 21 test_args,
33 self.test_args = test_args
suite_runner.py 60 def Run(self, machine, label, benchmark, test_args, profiler_args):
69 test_args, profiler_args)
71 ret_tup = self.Test_That_Run(machine, label, benchmark, test_args,
141 def Test_That_Run(self, machine, label, benchmark, test_args, profiler_args):
146 if test_args:
147 options += ' %s' % test_args
189 def Telemetry_Crosperf_Run(self, machine, label, benchmark, test_args,
213 if test_args:
216 if test_args[0] == '"' and test_args[-1] == '"'
    [all...]
experiment_factory.py 96 def AppendBenchmarkSet(self, benchmarks, benchmark_list, test_args,
101 telemetry_benchmark = Benchmark(test_name, test_name, test_args,
167 test_args = benchmark_settings.GetField('test_args')
175 self.AppendBenchmarkSet(benchmarks, telemetry_perfv2_tests, test_args,
180 test_args, iterations, rm_chroot_tmp,
185 test_args, iterations, rm_chroot_tmp,
203 telemetry_toolchain_old_perf_tests, test_args,
207 benchmark = Benchmark(test_name, test_name, test_args, iterations,
219 telemetry_crosbolt_perf_tests, test_args,
    [all...]
suite_runner_unittest.py 38 '', # test_args
48 '', # test_args
56 '', # test_args
108 def FakeTelemetryCrosperfRun(machine, test_label, benchmark, test_args,
111 machine, test_label, benchmark, test_args, profiler_args
116 def FakeTestThatRun(machine, test_label, benchmark, test_args,
119 machine, test_label, benchmark, test_args, profiler_args
130 test_args = ''
133 self.runner.Run(machine, self.mock_label, self.telemetry_bench, test_args,
144 self.runner.Run(machine, self.mock_label, self.test_that_bench, test_args,
    [all...]
benchmark_run.py 53 self.test_args = benchmark.test_args
71 self.benchmark.test_name, self.iteration, self.test_args,
209 self.benchmark, self.test_args,
242 self.benchmark.test_name, self.iteration, self.test_args,
258 self.benchmark, self.test_args,
  /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...]
  /external/autotest/server/
site_server_job_utils.py 33 def __init__(self, test_name, test_args, test_attribs=None):
38 test_args: dictionary, arguments to pass into test.
45 self.test_args = test_args
47 if test_args.get('tag'):
48 self.tagged_test_name = test_name + '.' + test_args.get('tag')
58 params = ['%s=%s' % (k, v) for k, v in self.test_args.items()]
104 if 'host' in self.test_args:
105 self.test_args['host'] = client_at.host
108 server_job.run_test(self.test_name, **self.test_args)
    [all...]
  /system/bt/test/
run_unit_tests.sh 49 test_args=()
82 test_args+=( "$1" )
113 test_command+=( "${test_args[@]}" )
  /tools/test/connectivity/acts/framework/
setup.py 52 self.test_args = ['-x', "tests"]
57 errno = pytest.main(self.test_args)
  /external/autotest/server/site_tests/telemetry_Crosperf/
telemetry_Crosperf.py 144 test_args = ''
145 if 'test_args' in args:
146 test_args = args['test_args']
156 test_args, test_name)
164 client_ip, test_args, test_name)
  /external/autotest/server/cros/dynamic_suite/
dynamic_suite.py 233 @param test_args: A dict of args passed all the way to each individual test
278 test_args = None,
347 @param test_args: A dict of args passed all the way to each individual
384 self.test_args = test_args
522 @param test_args: A dict of args passed all the way to each individual test
593 test_args=spec.test_args)
suite.py 639 test_args=None
689 @param test_args: A dict of args passed all the way to each individual
716 test_args=test_args,
735 self._test_args = test_args
    [all...]
  /device/google/marlin/camera/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;
  /kernel/tests/net/test/
run_net_test.sh 104 test_args=${@:2}
210 net_test_args=\"$test_args\" \
  /external/autotest/client/site_tests/kernel_fs_Punybench/
kernel_fs_Punybench.py 354 options, test_args = self._parse_args(args)
356 if test_args:
357 raise error.TestFail("Unknown args: %s" % repr(test_args))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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
  /prebuilts/gdb/darwin-x86/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
  /prebuilts/gdb/linux-x86/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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_atexit.py 22 def test_args(self): member in class:TestCase
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_atexit.py 22 def test_args(self): member in class:TestCase
  /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/autotest/client/cros/
mainloop.py 140 self.test_args = args

Completed in 868 milliseconds

1 2