/external/python/cpython3/Lib/test/libregrtest/ |
D | main.py | 70 self.rerun = [] 102 def accumulate_result(self, result, rerun=False): argument 105 if not isinstance(result, (ChildError, Interrupted)) and not rerun: 118 if not rerun: 128 if rerun and not isinstance(result, (Failed, Interrupted)): 320 self.rerun.append(test_name) 340 self.accumulate_result(result, rerun=True) 400 if self.rerun: 402 print("%s:" % count(len(self.rerun), "re-run test")) 403 printlist(self.rerun)
|
/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)
|
/external/cronet/build/android/pylib/local/device/ |
D | local_device_test_run.py | 84 rerun = None 86 result, rerun = crash_handler.RetryOnSystemCrash( 120 rerun = test 137 if rerun: 138 tests.add(rerun)
|
/external/angle/build/android/pylib/local/device/ |
D | local_device_test_run.py | 84 rerun = None 86 result, rerun = crash_handler.RetryOnSystemCrash( 120 rerun = test 137 if rerun: 138 tests.add(rerun)
|
/external/pigweed/pw_watch/py/pw_watch/ |
D | debounce.py | 182 rerun = self.state == State.RERUN 186 if rerun:
|
/external/lottie/ |
D | upload_release.sh | 7 …NAME}" -DORG_GRADLE_PROJECT_mavenCentralPassword="${SONATYPE_PASSWORD}" --rerun-tasks --no-paralle…
|
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_06152022/ |
D | builtin_include_directory_paths_msvc | 4 paths change, Bazel will make sure to rerun the action, even though none of
|
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_06242021/ |
D | builtin_include_directory_paths_msvc | 4 paths change, Bazel will make sure to rerun the action, even though none of
|
/external/toolchain-utils/crosperf/experiment_files/ |
D | telemetry_perf_perf | 52 --rerun=true \
|
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_01252022/ |
D | builtin_include_directory_paths_msvc | 4 paths change, Bazel will make sure to rerun the action, even though none of
|
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_01242022/ |
D | builtin_include_directory_paths_msvc | 4 paths change, Bazel will make sure to rerun the action, even though none of
|
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_02212022/ |
D | builtin_include_directory_paths_msvc | 4 paths change, Bazel will make sure to rerun the action, even though none of
|
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_01072022/ |
D | builtin_include_directory_paths_msvc | 4 paths change, Bazel will make sure to rerun the action, even though none of
|
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_02042022/ |
D | builtin_include_directory_paths_msvc | 4 paths change, Bazel will make sure to rerun the action, even though none of
|
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_02082022/ |
D | builtin_include_directory_paths_msvc | 4 paths change, Bazel will make sure to rerun the action, even though none of
|
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_01122022/ |
D | builtin_include_directory_paths_msvc | 4 paths change, Bazel will make sure to rerun the action, even though none of
|
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_04112022/ |
D | builtin_include_directory_paths_msvc | 4 paths change, Bazel will make sure to rerun the action, even though none of
|
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_06152021/ |
D | builtin_include_directory_paths_msvc | 4 paths change, Bazel will make sure to rerun the action, even though none of
|
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_06212021/ |
D | builtin_include_directory_paths_msvc | 4 paths change, Bazel will make sure to rerun the action, even though none of
|
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_04062022/ |
D | builtin_include_directory_paths_msvc | 4 paths change, Bazel will make sure to rerun the action, even though none of
|
/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/tensorflow/tensorflow/tools/dockerfiles/partials/onednn/redhat/ |
D | devel.partial.Dockerfile | 25 # CACHE_STOP is used to rerun future commands, otherwise cloning tensorflow will be cached and will…
|
/external/skia/bazel/rbe/gce_linux/cc/ |
D | builtin_include_directory_paths | 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/onednn/ubuntu/ |
D | devel.partial.Dockerfile | 28 # CACHE_STOP is used to rerun future commands, otherwise cloning tensorflow will be cached and will…
|