Home
last modified time | relevance | path

Searched refs:rerun (Results 1 – 25 of 135) sorted by relevance

123456

/external/toolchain-utils/deprecated/crb/
Dcrb_driver.py67 rerun, argument
103 rerun=rerun,
341 rerun = options.rerun
348 exact_remote, rerun, rerun_if_failed,
Dautotest_run.py40 rerun=False, argument
58 self.rerun = rerun
197 if not self.rerun:
/external/python/cpython3/Lib/test/libregrtest/
Dmain.py69 self.rerun = []
101 def accumulate_result(self, result, rerun=False): argument
105 if ok not in (CHILD_ERROR, INTERRUPTED) and not rerun:
111 if not rerun:
129 if rerun and ok not in {FAILED, CHILD_ERROR, INTERRUPTED}:
314 self.rerun = self.bad[:]
315 for test_name in self.rerun:
320 self.accumulate_result(result, rerun=True)
380 if self.rerun:
382 print("%s:" % count(len(self.rerun), "re-run test"))
[all …]
/external/autotest/client/bin/self-test/
Dtest14 rerun=5
29 while [ "$rc" = "$rerun" ]; do
/external/python/cpython2/Lib/test/
Dtest_regrtest.py97 rerun=(), argument
110 if isinstance(rerun, str):
111 rerun = [rerun]
146 if rerun:
147 regex = list_regex('%s re-run test%s', rerun)
150 for name in rerun:
175 if rerun:
685 failed=testname, rerun=testname)
Dregrtest.py550 rerun = []
996 if rerun:
998 print("%s:" % count(len(rerun), "re-run test"))
999 printlist(rerun)
1009 rerun = bad[:]
1010 for test in rerun:
/external/u-boot/scripts/
Dget_maintainer.pl1808 my $rerun = 0;
1886 $rerun = 1;
1893 $rerun = 1;
1897 $rerun = 1;
1902 $rerun = 1;
1907 $rerun = 1;
1915 $rerun = 1;
1918 $rerun = 1;
1921 $rerun = 1;
1924 $rerun = 1;
[all …]
/external/python/cpython3/Lib/test/
Dtest_regrtest.py401 rerun=(), no_test_ran=(), argument
414 if isinstance(rerun, str):
415 rerun = [rerun]
452 if rerun:
453 regex = list_regex('%s re-run test%s', rerun)
457 for test_name in rerun:
489 if rerun:
1037 failed=testname, rerun=testname)
1057 rerun=testname)
/external/toolchain-utils/crosperf/experiment_files/
Dtelemetry_perf_perf52 --rerun=true \
/external/tensorflow/third_party/toolchains/preconfig/win_1803/bazel_121/
Dbuiltin_include_directory_paths_msvc4 paths change, Bazel will make sure to rerun the action, even though none of
/external/tensorflow/tensorflow/tools/dockerfiles/partials/ubuntu/
Ddevel-cpu.partial.Dockerfile26 # CACHE_STOP is used to rerun future commands, otherwise cloning tensorflow will be cached and will…
Ddevel-nvidia.partial.Dockerfile64 # CACHE_STOP is used to rerun future commands, otherwise cloning tensorflow will be cached and will…
/external/python/cpython3/Lib/test/ziptestdata/
DREADME.md15 If you update header.sh or the testdata_module_inside_zip.py file, rerun the
/external/tensorflow/tensorflow/tools/dockerfiles/partials/
Dtensorflow-ppc64le.partial.Dockerfile13 # CACHE_STOP is used to rerun future commands, otherwise downloading the .whl will be cached and wi…
/external/autotest/client/site_tests/kernel_FirmwareRequest/
Dcontrol26 We rerun the same test several times to increase the probability of
/external/autotest/client/site_tests/platform_PrinterPpds/
Dcontrol.all_dump_debug22 4. Extract a printing pipeline from CUPS logs and rerun it as a shell script.
Dcontrol.100_test_debug25 4. Extract a printing pipeline from CUPS logs and rerun it as a shell script.
Dcontrol.all_test_debug24 4. Extract a printing pipeline from CUPS logs and rerun it as a shell script.
Dcontrol.100_dump_debug23 4. Extract a printing pipeline from CUPS logs and rerun it as a shell script.
Dreadme.txt21 6. A printing pipeline used by CUPS is rerun in shell (see below) - debug only.
50 with 'debug' suffix in their names, whole pipeline is rerun outside CUPS. In
/external/python/pycparser/
DTODO.txt22 After this it's OK to rerun `python3.6 setup.py sdist upload` to push to PyPI
/external/google-breakpad/
DREADME42 Be sure to rerun upload.py from the same directory as you did for previous
/external/libxml2/
DINSTALL.libxml226 At that point you may have to rerun ldconfig or similar utility to
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/ppc64le/
Dcpu-ppc64le.Dockerfile60 # CACHE_STOP is used to rerun future commands, otherwise downloading the .whl will be cached and wi…
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations.txt46 has been rerun... which causes me to wonder if the SSA generation code

123456