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

1 2

  /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",
  /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
195 def Telemetry_Crosperf_Run(self, machine, label, benchmark, test_args,
219 if test_args:
222 if test_args[0] == '"' and test_args[-1] == '"'
    [all...]
experiment_factory.py 94 def AppendBenchmarkSet(self, benchmarks, benchmark_list, test_args,
100 test_name, test_name, test_args, iterations, rm_chroot_tmp, perf_args,
164 test_args = benchmark_settings.GetField('test_args')
172 self.AppendBenchmarkSet(benchmarks, telemetry_perfv2_tests, test_args,
177 test_args, iterations, rm_chroot_tmp,
182 test_args, iterations, rm_chroot_tmp,
200 telemetry_toolchain_old_perf_tests, test_args,
204 benchmark = Benchmark(test_name, test_name, test_args, iterations,
223 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)
  /art/build/apex/
art_apex_test.py 664 def art_apex_test_main(test_args):
665 if test_args.tree and test_args.debug:
668 if test_args.list and test_args.debug:
671 if test_args.list and test_args.tree:
674 if not test_args.tmpdir:
677 if not test_args.host and not test_args.debugfs
    [all...]
  /external/python/cpython2/Lib/test/
bisect_cmd.py 53 cmd.extend(args.test_args)
80 cmd.extend(args.test_args)
110 args, test_args = parser.parse_known_args()
111 args.test_args = test_args
125 print("Test arguments: %s" % format_shell_args(args.test_args))
test_atexit.py 27 def test_args(self): member in class:TestCase
test_resource.py 11 def test_args(self): member in class:ResourceTest
  /external/python/cpython3/Lib/test/
bisect_cmd.py 52 cmd.extend(args.test_args)
72 cmd.extend(args.test_args)
96 args, test_args = parser.parse_known_args()
97 args.test_args = test_args
111 print("Test arguments: %s" % format_shell_args(args.test_args))
  /external/autotest/server/cros/dynamic_suite/
suite_common.py 271 @param data: Tuple of path, text, forgiving_error, and test_args.
278 path, text, forgiving_error, test_args = data
280 if test_args:
281 text = tools.inject_vars(test_args, text)
309 test_args=None):
313 @param test_args: The test args to be injected into test control file.
325 [test_args] * len(paths))
355 test_args=None):
369 test_args=test_args)
    [all...]
dynamic_suite.py 240 test_args=None,
299 @param test_args: A dict of args passed all the way to each individual
334 self.test_args = test_args
476 test_args=spec.test_args,
556 test_args=spec.test_args,
suite.py 491 test_args=None):
505 @param test_args: A dict of args to be seeded in test control file under
511 self._test_args = test_args
734 run_prod_code=False, test_args=None):
759 @param test_args: A dict of args to be seeded in test control file.
772 test_args=test_args)
    [all...]
  /external/v8/infra/testing/
PRESUBMIT.py 45 'test_args',
112 test_args = test.get('test_args', [])
113 if not isinstance(test_args, list):
114 errors += error_msg('If specified, test_args must be a list of arguments')
115 if not all(isinstance(x, basestring) for x in test_args):
116 errors += error_msg('If specified, all test_args must be strings')
  /external/deqp/external/openglcts/modules/gles31/
es31cLayoutBindingTests.hpp 105 static LayoutBindingParameters test_args[]; member in class:glcts::LayoutBindingTests
  /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;
  /external/autotest/server/site_tests/telemetry_Crosperf/
telemetry_Crosperf.py 210 test_args = args.get('test_args', '')
221 test_args, test_name)
230 client_ip, self.resultsdir, 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/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 1908 milliseconds

1 2