Home
last modified time | relevance | path

Searched refs:test_cmd (Results 1 – 13 of 13) sorted by relevance

/external/toolchain-utils/android_bench_suite/
Drun.py273 def run_and_collect_result(test_cmd, setting_no, i, bench, serial='default'): argument
276 check_call_with_log(test_cmd, 'test_log')
306 test_cmd = [
311 test_cmd.append('-b=' + bench)
312 test_cmd.append('-r=' + remote)
313 test_cmd.append('-m=' + mode)
320 test_cmd.append('-s=' + serial)
322 run_and_collect_result(test_cmd, setting_no, i, bench, serial)
323 test_cmd.pop()
325 run_and_collect_result(test_cmd, setting_no, i, bench)
/external/e2fsprogs/lib/ss/
Dtest_cmd.ct3 request test_cmd, "Test command",
4 test_cmd, test;
DMakefile.in99 test_cmd.c: test_cmd.ct mk_cmds
101 $(Q) DIR=$(srcdir) $(MK_CMDS) $(srcdir)/test_cmd.ct
161 test_ss: test_ss.o test_cmd.o $(DEPLIBSS) $(DEPLIBCOM_ERR)
163 $(Q) $(CC) -o $@ test_ss.o test_cmd.o $(ALL_CFLAGS) $(ALL_LDFLAGS) \
175 test_cmd.c ss.pc
Dtest_ss.c139 void test_cmd (argc, argv) in test_cmd() function
/external/python/cpython3/Lib/test/
Dtest_cmd.py223 from test import test_cmd
224 support.run_doctest(test_cmd, verbose)
/external/python/cpython2/Lib/test/
Dtest_cmd.py226 from test import test_cmd
227 test_support.run_doctest(test_cmd, verbose)
/external/toolchain-utils/bestflags/
Dexample_algorithms.py69 test_cmd = meta_data[TEST_CMD]
114 Task.InitLogCommand(build_cmd, test_cmd, output_file)
/external/autotest/client/common_lib/
Dpackages.py164 test_cmd = 'test -d %s'
166 test_cmd = 'test -e %s'
169 self.run_command(test_cmd % destpath)
326 test_cmd = 'test -d %s'
328 test_cmd = 'test -e %s'
331 self._run_command(test_cmd % destpath)
/external/autotest/server/cros/faft/
Dfingerprint_test.py948 test_cmd = ' '.join([os.path.join(self._dut_working_dir, test_name)] +
954 test_cmd = '(cd ' + self._dut_working_dir + ' && ' + test_cmd + ')'
955 logging.info('Test command: %s', test_cmd)
956 result = self.run_cmd(test_cmd)
/external/angle/
DPRESUBMIT.py243 test_cmd = input_api.Command(name=cmd_name, cmd=cmd, kwargs={}, message=Msg)
246 return input_api.RunTests([test_cmd])
/external/python/setuptools/setuptools/tests/
Dtest_setuptools.py292 test_cmd = makeSetup().get_command_obj('test')
293 assert (isinstance(test_cmd, distutils.cmd.Command))
/external/e2fsprogs/
D.gitignore134 lib/ss/test_cmd.c
/external/autotest/site_utils/
Dgs_offloader.py1061 test_cmd = _get_cmd_list(False, dummy_file.name, gs_uri)
1066 subprocess.check_call(test_cmd)