HomeSort by relevance Sort by last modified time
    Searched refs:bash (Results 76 - 100 of 214) sorted by null

1 2 34 5 6 7 8 9

  /prebuilts/go/darwin-x86/test/fixedbugs/
issue10958.go 8 // Test is disabled because it flakes when run in all.bash
  /prebuilts/go/linux-x86/src/
race.bat 5 :: race.bash tests the standard library under the race detector.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue10958.go 8 // Test is disabled because it flakes when run in all.bash
  /external/iptables/iptables/
iptables-apply 1 #!/bin/bash
60 OPTS=$(getopt -s bash -o "$SHORTOPTS" -l "$LONGOPTS" -n "$PROGNAME" -- "$@") || exit $?
  /external/shflags/lib/
versions 16 VERSIONS_SHELLS="/bin/bash /bin/dash /bin/ksh /bin/pdksh /bin/sh /bin/zsh"
126 */bash) version_=`versions_shell_bash ${shell_}` ;;
145 $1 --version 2>&1 |grep 'GNU bash' |sed 's/.*version \([^ ]*\).*/\1/'
  /hardware/invensense/6515/libsensors_iio/software/build/android/
common.mk 1 # Use bash for additional echo fancyness
2 SHELL = /bin/bash
  /build/soong/ui/build/
soong.go 26 cmd := exec.CommandContext(ctx.Context, "./bootstrap.bash")
config.go 138 // `lunch` bash function.
151 // similarly to the `tapas` bash function.
make.go 26 // `get_build_var` bash function.
  /external/autotest/client/site_tests/platform_MemoryMonitor/
platform_MemoryMonitor.py 207 The return value is a dictionary of component paths (such as "/bin/bash",
213 '/bin/bash': (460, 0),
220 @returns dictionary of component paths (such as "/bin/bash", "[vdso]") and
  /external/dtc/
Makefile 69 CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
70 else if [ -x /bin/bash ]; then echo /bin/bash; \
  /external/ltp/testcases/kernel/controllers/freezer/
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 v2/v3 inconsistenc
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
discovery.go 8 // compiled into the binary that is built during all.bash, so as
http.go 8 // compiled into the binary that is built during all.bash, so as
  /prebuilts/go/linux-x86/src/cmd/go/
discovery.go 8 // compiled into the binary that is built during all.bash, so as
http.go 8 // compiled into the binary that is built during all.bash, so as
  /build/make/core/
dumpvar.mk 105 # The output may be executed as bash script.
  /hardware/intel/common/libva/va/
Android.mk 86 $(GEN): PRIVATE_CUSTOM_TOOL = /bin/bash $(SCRIPT) $(PRIVATE_PATH)/.. $(PRIVATE_PATH)/va_version.h.in > $@
  /external/autotest/site_utils/
setup_dev_autotest.sh 1 #!/bin/bash
277 sudo bash <<EOF
  /prebuilts/go/darwin-x86/src/cmd/dist/
test.go 513 t.addCmd(dt, "misc/cgo/fortran", "./test.bash", fortran)
536 t.registerTest("testgodefs", "../misc/cgo/testgodefs", "./test.bash")
559 t.registerTest("testcshared", "../misc/cgo/testcshared", "./test.bash")
565 t.registerTest("testplugin", "../misc/cgo/testplugin", "./test.bash")
571 t.registerTest("testsanitizers", "../misc/cgo/testsanitizers", "./test.bash")
574 t.registerTest("cgo_errors", "../misc/cgo/errors", "./test.bash")
585 t.registerTest("wiki", "../doc/articles/wiki", "./test.bash")
1095 // slows down all.bash (by 10 seconds on my laptop).
    [all...]
  /prebuilts/go/linux-x86/src/cmd/dist/
test.go 513 t.addCmd(dt, "misc/cgo/fortran", "./test.bash", fortran)
536 t.registerTest("testgodefs", "../misc/cgo/testgodefs", "./test.bash")
559 t.registerTest("testcshared", "../misc/cgo/testcshared", "./test.bash")
565 t.registerTest("testplugin", "../misc/cgo/testplugin", "./test.bash")
571 t.registerTest("testsanitizers", "../misc/cgo/testsanitizers", "./test.bash")
574 t.registerTest("cgo_errors", "../misc/cgo/errors", "./test.bash")
585 t.registerTest("wiki", "../doc/articles/wiki", "./test.bash")
1095 // slows down all.bash (by 10 seconds on my laptop).
    [all...]
  /build/blueprint/bootstrap/
glob.go 126 // Skip singleton for bootstrap.bash -r case to avoid putting unnecessary glob lines into
  /prebuilts/go/darwin-x86/misc/android/
go_android_exec.go 37 // Directory structure on the target device androidtest.bash assumes.
  /prebuilts/go/darwin-x86/src/net/http/
main_test.go 87 // (all.bash), but as a serial test otherwise. Using t.Parallel isn't
  /prebuilts/go/linux-x86/misc/android/
go_android_exec.go 37 // Directory structure on the target device androidtest.bash assumes.

Completed in 1486 milliseconds

1 2 34 5 6 7 8 9