Home
last modified time | relevance | path

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

12345678

/external/llvm-project/llvm/test/Transforms/Inline/
Dcgscc-cycle-debug.ll2 ; that repeatedly rerun the new, current SCC; second is a worklist for all newly split SCCs. We nee…
4 ; redundant rerun could cause exponential size growth due to inlining along cycles.
6 ; The test cases here illustrates potential redundant rerun and how it's prevented, however there's…
7 ; even if we allow the redundant rerun. In real code, when inliner makes different decisions for di…
/external/autotest/client/bin/self-test/
Dtest14 rerun=5
29 while [ "$rc" = "$rerun" ]; do
/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/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/pigweed/pw_watch/py/pw_watch/
Ddebounce.py171 rerun = (self.state == State.RERUN)
175 if rerun:
/external/python/cpython3/Lib/test/
Dtest_regrtest.py416 rerun=(), no_test_ran=(), argument
429 if isinstance(rerun, str):
430 rerun = [rerun]
467 if rerun:
468 regex = list_regex('%s re-run test%s', rerun)
472 for test_name in rerun:
504 if rerun:
1091 failed=testname, rerun=testname)
1111 rerun=testname)
/external/toolchain-utils/crosperf/experiment_files/
Dtelemetry_perf_perf52 --rerun=true \
/external/tensorflow/tensorflow/tools/dockerfiles/partials/onednn/centos/
Ddevel.partial.Dockerfile25 # CACHE_STOP is used to rerun future commands, otherwise cloning tensorflow will be cached and will…
/external/rust/crates/protobuf-codegen/
DREADME.android14 please rerun cargo2android.py and verify the differences in
/external/tensorflow/tensorflow/tools/dockerfiles/partials/onednn/ubuntu/
Ddevel.partial.Dockerfile28 # CACHE_STOP is used to rerun future commands, otherwise cloning tensorflow will be cached and will…
/external/tensorflow/third_party/toolchains/preconfig/win/bazel_211/
Dbuiltin_include_directory_paths_msvc4 paths change, Bazel will make sure to rerun the action, even though none of
/external/rust/cxx/book/src/build/
Dcargo.md44 println!("cargo:rerun-if-changed=src/main.rs");
45 println!("cargo:rerun-if-changed=src/demo.cc");
46 println!("cargo:rerun-if-changed=include/demo.h");
50 The `rerun-if-changed` lines are optional but make it so that Cargo does not
52 the previous Cargo build. By default without any `rerun-if-changed`, Cargo will
/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…
/external/tensorflow/third_party/toolchains/preconfig/win/tf_win_08062020/
Dbuiltin_include_directory_paths_msvc4 paths change, Bazel will make sure to rerun the action, even though none of
/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.ext_test_debug24 4. Extract a printing pipeline from CUPS logs and rerun it as a shell script.
Dcontrol.ext_dump_debug22 4. Extract a printing pipeline from CUPS logs and rerun it as a shell script.
Dcontrol.core_test_debug24 4. Extract a printing pipeline from CUPS logs and rerun it as a shell script.
Dcontrol.core_dump_debug22 4. Extract a printing pipeline from CUPS logs and rerun it as a shell script.
/external/turbine/proto/
Ddeps.proto53 // occurred suggesting that it should be rerun with the full classpath, this
/external/libxml2/
DINSTALL.libxml220 At that point you may have to rerun ldconfig or similar utility to
/external/python/pycparser/
DTODO.txt22 After this it's OK to rerun `python3.6 -m twine upload dist/*` to push to PyPI

12345678