/third_party/rust/crates/clap/clap_complete/tests/ |
H A 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()
|
H A D | bash.rs | 8 "tests/snapshots/basic.bash", in basic() 20 "tests/snapshots/feature_sample.bash", in feature_sample() 32 "tests/snapshots/special_commands.bash", in special_commands() 44 "tests/snapshots/quoting.bash", in quoting() 56 "tests/snapshots/aliases.bash", in aliases() 68 "tests/snapshots/sub_subcommands.bash", in sub_subcommands() 80 "tests/snapshots/value_hint.bash", in value_hint() 92 "tests/snapshots/value_terminator.bash", in value_terminator() 105 let behavior = clap_complete::dynamic::bash::Behavior::Minimal; in register_minimal() 108 clap_complete::dynamic::bash in register_minimal() [all...] |
/third_party/protobuf/ruby/ |
H A D | travis-test.sh | 1 #!/usr/bin/env bash 13 bash --login -c \ 20 bash --login -c \ 33 bash --login -c \
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/windows/ |
H A D | presubmit.bat | 58 c:\tools\msys64\usr\bin\bash --login -c "pacman -R --noconfirm catgets libcatgets" 59 c:\tools\msys64\usr\bin\bash --login -c "pacman -Syu --noconfirm" 60 c:\tools\msys64\usr\bin\bash --login -c "pacman -Sy --noconfirm mingw-w64-x86_64-crt-git patch" 61 c:\tools\msys64\usr\bin\bash --login -c "pacman -U --noconfirm mingw-w64-x86_64-gcc*-7.3.0-2-any.pkg.tar.xz" 63 set BAZEL_SH=C:\tools\msys64\usr\bin\bash.exe
|
/third_party/rust/crates/clap/clap_complete/src/shells/ |
H A D | mod.rs | 3 mod bash; modules 10 pub use bash::Bash;
|
/third_party/rust/crates/clap/clap_complete/examples/ |
H A D | dynamic.rs | 19 clap_complete::dynamic::bash::CompleteCommand::augment_subcommands(cmd) in command() 26 clap_complete::dynamic::bash::CompleteCommand::from_arg_matches(&matches) in main()
|
/third_party/libbpf/ci/managers/ |
H A D | debian.sh | 1 #!/bin/bash 27 source "$(dirname $0)/travis_wait.bash" 41 -dit --net=host debian:$DEBIAN_RELEASE /bin/bash 43 docker_exec bash -c "echo deb-src http://deb.debian.org/debian $DEBIAN_RELEASE main >>/etc/apt/sources.list" 84 docker_exec bash -c "EXTRA_CFLAGS=\"${EXTRA_CFLAGS}\" EXTRA_LDFLAGS=\"${EXTRA_LDFLAGS}\" ./ci/managers/test_compile.sh"
|
/third_party/protobuf/ |
H A D | tests.sh | 1 #!/bin/bash 426 cd ruby && bash travis-test.sh ruby-2.3.8 && cd .. 430 cd ruby && bash travis-test.sh ruby-2.4 && cd .. 434 cd ruby && bash travis-test.sh ruby-2.5.1 && cd .. 438 cd ruby && bash travis-test.sh ruby-2.6.0 && cd .. 442 cd ruby && bash travis-test.sh ruby-2.7.0 && cd .. 493 curl -s https://php-osx.liip.ch/install.sh | bash -s 5.6 561 curl -s https://php-osx.liip.ch/install.sh | bash -s 7.0 567 echo "#! /bin/bash" > valgrind 581 curl -s https://php-osx.liip.ch/install.sh | bash [all...] |
H A D | build_files_updated_unittest.sh | 1 #!/bin/bash 57 bash "${test_dir}/update_file_lists.sh"
|
/third_party/curl/tests/ |
H A D | pathhelp.pm | 134 chomp($cur_dir = `bash -c 'pwd -W'`); 373 $cur_dir = `bash -c 'pwd -L'`; 447 chomp($path = `bash -c 'pwd -L'`); 525 $cur_dir = `bash -c 'pwd -L'`;
|
/third_party/ltp/scripts/ |
H A D | checkbashisms.pl | 37 in /bin/sh scripts and the lack of bashisms in /bin/bash ones. 161 if ($interpreter =~ m,(?:^|/)bash$,) { 252 if m%^\s*(override\s|export\s)?\s*SHELL\s*:?=\s*(/bin/)?bash\s*%; 531 warn "could not find any possible bashisms in bash script $filename\n"; 542 # When examining a bash script, just flag that there are indeed 647 qr'(?:^|\s+)\w+\[\d+\]=' => q<bash arrays, H[0]>, 685 # function '=' is special-cased due to bash arrays (think of "foo=()") 737 q<bash arrays, ${name[0|*|@]}>,
|
/third_party/node/deps/npm/node_modules/retry/ |
H A D | Makefile | 1 SHELL := /bin/bash
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wpa_supplicant_conf.mk | 32 bash $(PRIVATE_WPA_SUPPLICANT_CONF_SCRIPT) $(PRIVATE_WPA_SUPPLICANT_CONF_TEMPLATE) > $@
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wpa_supplicant_conf.mk | 32 bash $(PRIVATE_WPA_SUPPLICANT_CONF_SCRIPT) $(PRIVATE_WPA_SUPPLICANT_CONF_TEMPLATE) > $@
|
/third_party/ltp/testcases/kernel/controllers/freezer/ |
H A D | libcgroup_freezer | 1 #!/bin/bash 71 # hide write errors (bash's echo does not indicate if the write succeeded). 181 # Run these commands in bash because we need $(cmd subst) and 187 xargs -0r -n 1 ${XARGS_REPL_OPT} /bin/bash -c 'kill $(cat "'"${XARGS_REPL_STR}"'/tasks") 2> /dev/null' 191 xargs -0r -n 1 ${XARGS_REPL_OPT} /bin/bash -c "\"${CG_FILE_WRITE}\" \"${THAW}\" > '${XARGS_REPL_STR}/freezer.state'" 195 xargs -0r -n 1 ${XARGS_REPL_OPT} /bin/bash -c 'kill $(cat "'"${XARGS_REPL_STR}"'/tasks") 2> /dev/null' 201 xargs -0r -n 1 ${XARGS_REPL_OPT} /bin/bash -c 'kill -s SIGKILL $(cat "'"${XARGS_REPL_STR}"'/tasks") 2> /dev/null' 203 # Don't need to run these xargs commands in bash since we want 299 tasks=( $(cat "${cgroup_name}/tasks") ) # don't assign directly (bash bug) 675 args=( $sample_sleep ) # can't assign directly because of bash v [all...] |
/third_party/ltp/testcases/kernel/mce-test/lib/ |
H A D | functions.sh | 61 pid_background=$(bash -i -c "$BACKGROUND &>$WDIR/background_log & echo \$!")
|
/third_party/ltp/testcases/commands/file/ |
H A D | file01.sh | 60 2) file_test in.bash "Bourne-Again shell script";;
|
/third_party/json/docs/docset/ |
H A D | Makefile | 1 SHELL=/usr/bin/env bash
|
/third_party/pulseaudio/scripts/ |
H A D | benchmark_memory_usage.sh | 1 #!/bin/bash 84 sudo bash -c "sync && echo 3 >/proc/sys/vm/drop_caches"
|
/third_party/skia/third_party/externals/freetype/builds/dos/ |
H A D | detect.mk | 125 ifneq ($(findstring bash,$(SHELL)),) # check for bash
|
/third_party/skia/third_party/externals/spirv-tools/kokoro/windows-msvc-2015-release-bazel/ |
H A D | build.bat | 40 set BAZEL_SH=c:\tools\msys64\usr\bin\bash.exe
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/windows-msvc-2015-release-bazel/ |
H A D | build.bat | 40 set BAZEL_SH=c:\tools\msys64\usr\bin\bash.exe
|
/third_party/python/Lib/test/ |
H A D | test_venv.py | 501 bash = shutil.which("bash") 502 if bash is None: 503 self.skipTest("bash required for this test") 513 out, err = check_output([bash, test_script])
|
/third_party/libwebsockets/scripts/ |
H A D | esp32.mk | 9 SHELL=/bin/bash
|
/third_party/ltp/testcases/kernel/mce-test/drivers/kdump/ |
H A D | driver.sh | 1 #!/bin/bash -xe 36 SHELL=/bin/bash
|