| /third_party/mindspore/mindspore-src/source/scripts/pre_commit/ |
| D | README_CN.md | 26 ```bash 28 bash install_generic_tools.sh 29 bash install_system_specific_tools.sh 46 ```bash 92 Windows环境的命令请在`git bash`窗口执行。 100 ```bash 108 ```bash 114 ```bash 122 ```bash 128 ```bash [all …]
|
| D | README.md | 26 ```bash 28 bash install_generic_tools.sh 29 bash install_system_specific_tools.sh 46 ```bash 92 In the Windows environment, run commands in the `git bash` window. 100 ```bash 108 ```bash 114 ```bash 122 ```bash 128 ```bash [all …]
|
| /third_party/rust/crates/clap/clap_complete/tests/ |
| D | bash.rs | 8 "tests/snapshots/basic.bash", in basic() 9 clap_complete::shells::Bash, in basic() 20 "tests/snapshots/feature_sample.bash", in feature_sample() 21 clap_complete::shells::Bash, in feature_sample() 32 "tests/snapshots/special_commands.bash", in special_commands() 33 clap_complete::shells::Bash, in special_commands() 44 "tests/snapshots/quoting.bash", in quoting() 45 clap_complete::shells::Bash, in quoting() 56 "tests/snapshots/aliases.bash", in aliases() 57 clap_complete::shells::Bash, in aliases() [all …]
|
| D | dynamic.rs | 16 let comp_type = clap_complete::dynamic::bash::CompType::default(); in suggest_subcommand_subset() 20 let completions = clap_complete::dynamic::bash::complete( in suggest_subcommand_subset() 62 let comp_type = clap_complete::dynamic::bash::CompType::default(); in suggest_long_flag_subset() 66 let completions = clap_complete::dynamic::bash::complete( in suggest_long_flag_subset() 97 let comp_type = clap_complete::dynamic::bash::CompType::default(); in suggest_possible_value_subset() 101 let completions = clap_complete::dynamic::bash::complete( in suggest_possible_value_subset() 143 let comp_type = clap_complete::dynamic::bash::CompType::default(); in suggest_additional_short_flags() 147 let completions = clap_complete::dynamic::bash::complete( in suggest_additional_short_flags()
|
| /third_party/jerryscript/docs/ |
| D | 00.GETTING-STARTED.md | 12 - `bash` >= `4.3.11` 17 ```bash 32 ```bash 38 ```bash 44 ```bash 50 ```bash 56 ```bash 68 ```bash 74 ```bash 82 ```bash [all …]
|
| /third_party/toybox/tests/ |
| D | file.test | 1 #!/bin/bash 8 echo "#!/bin/bash" > bash.script 9 echo "#! /bin/bash" > bash.script2 20 testing "bash.script" "file bash.script" "bash.script: /bin/bash script\n" "" "" 21 testing "bash.script with spaces" "file bash.script2" "bash.script2: /bin/bash script\n" "" "" 60 rm empty bash.script bash.script2 env.python.script ascii android.dex
|
| D | man.test | 1 #!/bin/bash 41 testing "bash bold,ita" "$MAN toybox" " sh-compatible Korn\n\n" "" "" 48 testing "bash,rsync quote" "$MAN toybox" " quoted 'string' \"server\" Don't\n\n" "" "" 57 testing "bash symbol" "$MAN toybox" " * [|||&]\n\n" "" "" 69 testing "bash escape" "$MAN toybox" " \"\C-x\C-r\": re-read must be >= 1\n\n" "" "" 79 testing "bash boldpunct" "$MAN toybox" " If set to On, (...)\n\n" "" "" 88 testing "bash list" "$MAN toybox" " \$endif (...)\n\n \$else (...)\n\n \$include\n\n" "" "" 95 testing "bash itapunct" "$MAN toybox" " asynchronously (in the background), it prints\n\n" "" "" 99 .B Bash 102 testing "bash bold" "$MAN toybox" " (...) Bash is\n\n" "" "" [all …]
|
| /third_party/libbpf/ |
| D | .travis.yml | 2 language: bash 40 language: bash 45 language: bash 50 language: bash 55 language: bash 61 language: bash 67 language: bash 73 language: bash 79 language: bash 85 language: bash [all …]
|
| /third_party/rust/crates/clap/clap_mangen/tests/ |
| D | roff.rs | 7 common::assert_matches_path("tests/snapshots/basic.bash.roff", cmd); in basic() 14 common::assert_matches_path("tests/snapshots/feature_sample.bash.roff", cmd); in feature_sample() 21 common::assert_matches_path("tests/snapshots/special_commands.bash.roff", cmd); in special_commands() 28 common::assert_matches_path("tests/snapshots/quoting.bash.roff", cmd); in quoting() 35 common::assert_matches_path("tests/snapshots/aliases.bash.roff", cmd); in aliases() 42 common::assert_matches_path("tests/snapshots/sub_subcommands.bash.roff", cmd); in sub_subcommands() 49 common::assert_matches_path("tests/snapshots/value_hint.bash.roff", cmd); in value_hint() 56 common::assert_matches_path("tests/snapshots/hidden_option.bash.roff", cmd); in hidden_options() 63 common::assert_matches_path("tests/snapshots/value_env.bash.roff", cmd); in value_env() 70 common::assert_matches_path("tests/snapshots/possible_values.bash.roff", cmd); in possible_values() [all …]
|
| /third_party/libuv/ |
| D | README.md | 66 ```bash 72 ```bash 79 ```bash 85 ```bash 91 ```bash 127 ```bash 133 ```bash 141 ```bash 150 ```bash 173 [Git for Windows][] includes Git Bash [all …]
|
| /third_party/rust/crates/clap/clap_complete/src/shells/ |
| D | shell.rs | 15 /// Bourne Again SHell (bash) 16 Bash, enumerator 53 Shell::Bash, in value_variants() 63 Shell::Bash => PossibleValue::new("bash"), in to_possible_value() 75 Shell::Bash => shells::Bash.file_name(name), in file_name() 85 Shell::Bash => shells::Bash.generate(cmd, buf), in generate() 102 /// assert_eq!(Shell::from_shell_path("/bin/bash"), Some(Shell::Bash)); 130 … /// generate(Shell::from_env().unwrap_or(Shell::Bash), &mut cmd, "myapp", &mut std::io::stdout()); 148 "bash" => Some(Shell::Bash), in parse_shell_from_path()
|
| /third_party/ltp/testcases/kernel/controllers/freezer/ |
| D | 00_description.txt | 2 This bash script tests freezer code by starting a long sleep process. 8 This bash script tests freezer code by starting a long sleep process. 15 This bash script tests freezer code by starting a long sleep process. 20 This bash script tests freezer code by starting a long subshell process. 27 This bash script tests freezer code by starting a long sleep process. 35 This bash script tests freezer code by starting a long sleep process. 45 This bash script tests freezer code by starting a long sleep process. 51 This bash script tests freezer code by starting a long sleep process. 57 This bash script tests freezer code by starting a process with vfork(2).
|
| /third_party/toybox/toys/pending/ |
| D | man.c | 91 s("\\fB", ""), s("\\fI", ""), s("\\fP", ""), s("\\fR", ""); // bash bold,ita in do_man() 92 s("\\(aq", "'"), s("\\(cq", "'"), s("\\(dq", "\""); // bash,rsync quote in do_man() 94 s("\\(bu", "*"), s("\\(bv", "|"); // bash symbol in do_man() 96 s("\\-", "-"), s("\\(", ""), s("\\^", ""), s("\\e", "\\"); // bash escape in do_man() 99 if (start(".BR")) trim(".BR "), s(" ", ""); // bash boldpunct in do_man() 100 if (start(".IP")) newln(), trim(".IP "); // bash list in do_man() 101 if (start(".IR")) trim(".IR "), s(" ", ""); // bash itapunct in do_man() 103 trim(".B "); // bash bold in do_man() 105 trim(".FN "); // bash filename in do_man() 106 trim(".I "); // bash ita in do_man() [all …]
|
| /third_party/rust/crates/bindgen/book/src/ |
| D | requirements.md | 25 ```bash 33 ```bash 39 ```bash 45 ```bash 53 ```bash 59 ```bash 65 ```bash
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/examples/quick_start_micro/mobilenetv2_arm64/ |
| D | README.md | 35 bash mobilenetv2.sh -r ${dir}/mindspore-lite-${VERSION_STR}-linux-x64.tar.gz 47 ```bash 81 ```bash 93 ```bash 99 ```bash 112 ```bash 124 ```bash 133 ```bash 139 ```bash
|
| /third_party/libabigail/ |
| D | README-DOCKER.md | 17 ```bash 20 ```bash 30 ```bash 31 $ docker run -it ghcr.io/woodard/libabigail-ubuntu-22.04 bash 36 ```bash 45 ```bash 64 ```bash
|
| /third_party/benchmark/.github/workflows/ |
| D | build-and-test.yml | 37 shell: bash 45 shell: bash 50 shell: bash 77 shell: bash 85 shell: bash 90 shell: bash 132 shell: bash 141 shell: bash 147 shell: bash
|
| /third_party/flatbuffers/tests/ts/ |
| D | bazel_repository_test.sh | 1 #!/bin/bash 6 # --- begin runfiles.bash initialization v3 --- 7 # Copy-pasted from the Bazel Bash runfiles library v3. 8 set -uo pipefail; set +e; f=bazel_tools/tools/bash/runfiles/runfiles.bash 15 # --- end runfiles.bash initialization v3 ---
|
| /third_party/mindspore/mindspore-src/source/tests/st/scripts/ |
| D | README.md | 34 ```bash 40 ```bash 48 ```bash 49 bash run_st.sh -p ascend -c ascend910 -l level0 -r ${HOME}/workspace/mindspore 54 ```bash 56 bash run_st.sh -p gpu -c cuda-10.1 -l level0 -r ${HOME}/workspace/mindspore 58 bash run_st.sh -p gpu -c cuda-11.1 -l level0 -r ${HOME}/workspace/mindspore
|
| /third_party/flatbuffers/ts/ |
| D | compile_flat_file.sh | 1 #!/bin/bash 7 # --- begin runfiles.bash initialization v2 --- 8 # Copy-pasted from the Bazel Bash runfiles library v2. 9 set -uo pipefail; set +e; f=bazel_tools/tools/bash/runfiles/runfiles.bash 16 # --- end runfiles.bash initialization v2 ---
|
| /third_party/libphonenumber/migrator/ |
| D | README.md | 38 ```bash 46 ```bash 66 ```bash 76 ```bash 86 ```bash 98 ```bash 110 ```bash 117 ```bash 129 ```bash 136 ```bash [all …]
|
| /third_party/python/Lib/venv/scripts/common/ |
| D | activate | 1 # This file must be used with "source bin/activate" *from bash* 17 # This should detect bash and zsh, which have a hash command that must 20 if [ -n "${BASH:-}" -o -n "${ZSH_VERSION:-}" ] ; then 50 # could use `if (set -u; : $PYTHONHOME) ;` in bash 64 # This should detect bash and zsh, which have a hash command that must 67 if [ -n "${BASH:-}" -o -n "${ZSH_VERSION:-}" ] ; then
|
| /third_party/libabigail/relicensing-scripts/ |
| D | files-with-lgplv3.txt | 5 ./bash-completion/Makefile.am 6 ./bash-completion/abicompat 7 ./bash-completion/abidiff 8 ./bash-completion/abidw 9 ./bash-completion/abilint 10 ./bash-completion/abinilint 11 ./bash-completion/abipkgdiff 12 ./bash-completion/abisym 13 ./bash-completion/fedabipkgdiff
|
| /third_party/skia/infra/wasm-common/docker/ |
| D | README.md | 20 # Run bash in it to poke around and make sure things are properly installed 21 docker run -it emsdk-base /bin/bash 46 # Run bash in it to poke around and make sure things are properly installed 47 docker run -it --shm-size=2gb karma-chrome-tests /bin/bash 74 # Run bash in it to poke around and make sure things are properly installed 75 docker run -it --shm-size=2gb gold-karma-chrome-tests /bin/bash 103 # Run bash in it to poke around and make sure things are properly installed 104 docker run -it --shm-size=2gb perf-karma-chrome-tests /bin/bash
|
| /third_party/curl/docs/ |
| D | ECH.md | 24 ```bash 38 ```bash 66 ```bash 78 ```bash 110 ```bash 117 ```bash 129 ```bash 144 ```bash 160 ```bash 179 ```bash [all …]
|