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

1 2 3

  /external/autotest/server/
site_server_job_utils.py 29 def __init__(self, test_name, test_args, test_attribs=None):
34 test_args: dictionary, arguments to pass into test.
41 self.test_args = test_args
43 if test_args.get('tag'):
44 self.tagged_test_name = test_name + '.' + test_args.get('tag')
54 params = ['%s=%s' % (k, v) for k, v in self.test_args.items()]
100 if 'host' in self.test_args:
101 self.test_args['host'] = client_at.host
104 server_job.run_test(self.test_name, **self.test_args)
    [all...]
  /external/tensorflow/tensorflow/tools/test/
run_and_gather_logs_lib.py 51 def process_test_logs(name, test_name, test_args, benchmark_type,
58 test_args: A string containing all arguments to run the target with.
83 results.run_configuration.argument.extend(test_args)
98 def run_and_gather_logs(name, test_name, test_args,
105 test_args: A string containing all arguments to run the target with.
153 test_args = shlex.split(test_args)
159 subprocess.check_call([test_executable] + test_args)
168 test_args=test_args,
    [all...]
run_and_gather_logs.py 70 test_args = FLAGS.test_args
73 name, test_name=test_name, test_args=test_args,
113 "--test_args",
  /system/nfc/
run_unit_tests.sh 36 test_args=()
69 test_args+=( "$1" )
100 test_command+=( "${test_args[@]}" )
  /external/toolchain-utils/crosperf/
benchmark.py 52 test_args,
64 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,
146 def Test_That_Run(self, machine, label, benchmark, test_args, profiler_args):
151 if test_args:
152 options += ' %s' % test_args
194 def Telemetry_Crosperf_Run(self, machine, label, benchmark, test_args,
218 if test_args:
221 if test_args[0] == '"' and test_args[-1] == '"'
    [all...]
experiment_factory.py 98 def AppendBenchmarkSet(self, benchmarks, benchmark_list, test_args,
104 test_name, test_name, test_args, iterations, rm_chroot_tmp, perf_args,
168 test_args = benchmark_settings.GetField('test_args')
176 self.AppendBenchmarkSet(benchmarks, telemetry_perfv2_tests, test_args,
181 test_args, iterations, rm_chroot_tmp,
186 test_args, iterations, rm_chroot_tmp,
204 telemetry_toolchain_old_perf_tests, test_args,
208 benchmark = Benchmark(test_name, test_name, test_args, iterations,
227 test_args, iterations, rm_chroot_tmp
    [all...]
suite_runner_unittest.py 37 '', # test_args
47 '', # test_args
55 '', # test_args
106 def FakeTelemetryCrosperfRun(machine, test_label, benchmark, test_args,
109 machine, test_label, benchmark, test_args, profiler_args
114 def FakeTestThatRun(machine, test_label, benchmark, test_args,
117 machine, test_label, benchmark, test_args, profiler_args
128 test_args = ''
131 self.runner.Run(machine, self.mock_label, self.telemetry_bench, test_args,
142 self.runner.Run(machine, self.mock_label, self.test_that_bench, test_args,
    [all...]
benchmark_run.py 52 self.test_args = benchmark.test_args
70 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,
259 self.test_args, self.profiler_args)
  /system/bt/test/
run_unit_tests.sh 56 test_args=()
89 test_args+=( "$1" )
127 test_command+=( "${test_args[@]}" )
  /tools/tradefederation/core/atest/test_runners/
atest_tf_test_runner.py 158 test_args = list(args)
160 test_args.extend(['--metrics-folder', metrics_folder])
165 test_args.extend(['--log-level', log_level])
168 test_args.extend(args_to_add)
173 test_args.extend(atest_utils.get_result_server_args())
174 self.run_cmd_dict['args'] = ' '.join(test_args)
  /tools/test/connectivity/acts/framework/
setup.py 57 self.test_args = ['-x', "tests"]
62 errno = pytest.main(self.test_args)
  /external/autotest/server/site_tests/telemetry_Crosperf/
telemetry_Crosperf.py 154 test_args = ''
155 if 'test_args' in args:
156 test_args = args['test_args']
166 test_args, test_name)
175 client_ip, self.resultsdir, test_args,
  /external/deqp/external/openglcts/modules/gles31/
es31cLayoutBindingTests.hpp 105 static LayoutBindingParameters test_args[]; member in class:glcts::LayoutBindingTests
  /external/autotest/server/cros/dynamic_suite/
dynamic_suite.py 241 test_args=None,
300 @param test_args: A dict of args passed all the way to each individual
335 self.test_args = test_args
480 test_args=spec.test_args,
560 test_args=spec.test_args,
suite.py 440 test_args=None):
461 return cls(cf_getter, forgiving_parser, run_prod_code, test_args)
484 test_args=None):
498 @param test_args: A dict of args to be seeded in test control file under
504 self._test_args = test_args
572 # Seed test_args into the control file.
    [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;
  /hardware/qcom/camera/msm8998/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 113 test_args=${@:2}
219 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
  /external/python/cpython2/Lib/test/
test_atexit.py 22 def test_args(self): member in class:TestCase
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_atexit.py 22 def test_args(self): member in class:TestCase
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_atexit.py 22 def test_args(self): member in class:TestCase

Completed in 1187 milliseconds

1 2 3