/external/llvm-project/llvm/test/Transforms/Inline/ |
D | cgscc-cycle-debug.ll | 2 ; 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/ |
D | test | 14 rerun=5 29 while [ "$rc" = "$rerun" ]; do
|
/external/python/cpython3/Lib/test/libregrtest/ |
D | main.py | 69 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/ |
D | test_regrtest.py | 97 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)
|
D | regrtest.py | 550 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/ |
D | debounce.py | 171 rerun = (self.state == State.RERUN) 175 if rerun:
|
/external/python/cpython3/Lib/test/ |
D | test_regrtest.py | 416 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/ |
D | telemetry_perf_perf | 52 --rerun=true \
|
/external/tensorflow/tensorflow/tools/dockerfiles/partials/onednn/centos/ |
D | devel.partial.Dockerfile | 25 # CACHE_STOP is used to rerun future commands, otherwise cloning tensorflow will be cached and will…
|
/external/rust/crates/protobuf-codegen/ |
D | README.android | 14 please rerun cargo2android.py and verify the differences in
|
/external/tensorflow/tensorflow/tools/dockerfiles/partials/onednn/ubuntu/ |
D | devel.partial.Dockerfile | 28 # 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/ |
D | builtin_include_directory_paths_msvc | 4 paths change, Bazel will make sure to rerun the action, even though none of
|
/external/rust/cxx/book/src/build/ |
D | cargo.md | 44 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/ |
D | devel-cpu.partial.Dockerfile | 26 # 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/ |
D | builtin_include_directory_paths_msvc | 4 paths change, Bazel will make sure to rerun the action, even though none of
|
/external/python/cpython3/Lib/test/ziptestdata/ |
D | README.md | 15 If you update header.sh or the testdata_module_inside_zip.py file, rerun the
|
/external/tensorflow/tensorflow/tools/dockerfiles/partials/ |
D | tensorflow-ppc64le.partial.Dockerfile | 13 # CACHE_STOP is used to rerun future commands, otherwise downloading the .whl will be cached and wi…
|
/external/autotest/client/site_tests/kernel_FirmwareRequest/ |
D | control | 26 We rerun the same test several times to increase the probability of
|
/external/autotest/client/site_tests/platform_PrinterPpds/ |
D | control.ext_test_debug | 24 4. Extract a printing pipeline from CUPS logs and rerun it as a shell script.
|
D | control.ext_dump_debug | 22 4. Extract a printing pipeline from CUPS logs and rerun it as a shell script.
|
D | control.core_test_debug | 24 4. Extract a printing pipeline from CUPS logs and rerun it as a shell script.
|
D | control.core_dump_debug | 22 4. Extract a printing pipeline from CUPS logs and rerun it as a shell script.
|
/external/turbine/proto/ |
D | deps.proto | 53 // occurred suggesting that it should be rerun with the full classpath, this
|
/external/libxml2/ |
D | INSTALL.libxml2 | 20 At that point you may have to rerun ldconfig or similar utility to
|
/external/python/pycparser/ |
D | TODO.txt | 22 After this it's OK to rerun `python3.6 -m twine upload dist/*` to push to PyPI
|