| /external/llvm/utils/lit/lit/ |
| D | ShCommands.py | 55 def toShell(self, file, pipefail=False): argument 56 if pipefail != self.pipe_err: 57 raise ValueError('Inconsistent "pipefail" attribute!') 82 def toShell(self, file, pipefail=False): argument 83 self.lhs.toShell(file, pipefail) 85 self.rhs.toShell(file, pipefail)
|
| D | TestingConfig.py | 73 pipefail = True) 122 available_features, pipefail, limit_to_features = [], argument 135 self.pipefail = pipefail
|
| D | ShUtil.py | 172 def __init__(self, data, win32Escapes = False, pipefail = False): argument 174 self.pipefail = pipefail 230 return Pipeline(commands, negate, self.pipefail)
|
| /external/bazelbuild-rules_android/test/bashunit/ |
| D | unittest_test.py | 227 set -euo pipefail 252 set -euo pipefail 278 set -euo pipefail 298 set +o pipefail 318 set -euo pipefail 580 set -euo pipefail 657 set -euo pipefail 681 set -euo pipefail 711 set -euo pipefail
|
| /external/rust/crates/pdl-compiler/ |
| D | cargo2android_toplevel.bp | 236 cmd: "set -o pipefail;" + 260 cmd: "set -o pipefail;" + 320 cmd: "set -o pipefail;" + 359 cmd: "set -o pipefail;" + 391 cmd: "set -o pipefail;" + 430 cmd: "set -o pipefail;" +
|
| D | Android.bp | 296 cmd: "set -o pipefail;" + 320 cmd: "set -o pipefail;" + 380 cmd: "set -o pipefail;" + 419 cmd: "set -o pipefail;" + 451 cmd: "set -o pipefail;" + 490 cmd: "set -o pipefail;" +
|
| /external/python/google-auth-library-python/.kokoro/ |
| D | test-samples-against-head.sh | 21 # `-o pipefail` sets the exit code to the rightmost comment to exit with a non-zero 22 set -eo pipefail
|
| D | test-samples.sh | 22 # `-o pipefail` sets the exit code to the rightmost comment to exit with a non-zero 23 set -eo pipefail
|
| D | test-samples-impl.sh | 18 # `-o pipefail` sets the exit code to the rightmost comment to exit with a non-zero 19 set -eo pipefail
|
| /external/python/python-api-core/.kokoro/ |
| D | test-samples-against-head.sh | 21 # `-o pipefail` sets the exit code to the rightmost comment to exit with a non-zero 22 set -eo pipefail
|
| D | test-samples.sh | 22 # `-o pipefail` sets the exit code to the rightmost comment to exit with a non-zero 23 set -eo pipefail
|
| D | test-samples-impl.sh | 18 # `-o pipefail` sets the exit code to the rightmost comment to exit with a non-zero 19 set -eo pipefail
|
| /external/python/google-api-python-client/.kokoro/ |
| D | test-samples-against-head.sh | 21 # `-o pipefail` sets the exit code to the rightmost comment to exit with a non-zero 22 set -eo pipefail
|
| D | test-samples.sh | 22 # `-o pipefail` sets the exit code to the rightmost comment to exit with a non-zero 23 set -eo pipefail
|
| D | test-samples-impl.sh | 18 # `-o pipefail` sets the exit code to the rightmost comment to exit with a non-zero 19 set -eo pipefail
|
| /external/bazelbuild-rules_rust/examples/bzlmod/cross_compile/ |
| D | hello_world_test.sh | 5 set -uo pipefail; set +e; f=bazel_tools/tools/bash/runfiles/runfiles.bash 15 set -euo pipefail
|
| /external/bazelbuild-rules_rust/examples/bzlmod/hello_world/ |
| D | hello_world_test.sh | 5 set -uo pipefail; set +e; f=bazel_tools/tools/bash/runfiles/runfiles.bash 15 set -euo pipefail
|
| /external/bazelbuild-rules_rust/examples/bzlmod/all_crate_deps/ |
| D | all_crate_deps_test.sh | 5 set -uo pipefail; set +e; f=bazel_tools/tools/bash/runfiles/runfiles.bash 15 set -euo pipefail
|
| /external/python/pyyaml/.github/workflows/ |
| D | ci.yaml | 192 # run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0} 196 shell: ${{ matrix.run_wrapper || 'bash --noprofile --norc -eo pipefail {0}' }} 228 shell: ${{ matrix.run_wrapper || 'bash --noprofile --norc -eo pipefail {0}' }} 244 # run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0} 251 # run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0}
|
| D | manual_artifact_build.yaml | 190 run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0} 194 shell: ${{ matrix.run_wrapper || 'bash --noprofile --norc -eo pipefail {0}' }} 226 shell: ${{ matrix.run_wrapper || 'bash --noprofile --norc -eo pipefail {0}' }} 242 run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0} 249 run_wrapper: arch -arm64 bash --noprofile --norc -eo pipefail {0}
|
| /external/vboot_reference/tests/futility/ |
| D | test_main.sh | 33 set -o pipefail 55 set +o pipefail
|
| /external/bazelbuild-rules_python/ |
| D | BUILD.bazel | 68 set -o errexit -o nounset -o pipefail 72 set -o errexit -o nounset -o pipefail
|
| /external/expat/.github/workflows/ |
| D | fuzzing.yml | 64 set -x -o pipefail 109 set -x -o pipefail
|
| /external/bazelbuild-rules_android/kokoro/presubmit/ |
| D | presubmit_main.sh | 27 set -euxo pipefail 47 set -euxo pipefail
|
| /external/perfetto/infra/oss-fuzz/ |
| D | init_container | 6 set -euo pipefail
|