| /prebuilts/go/linux-x86/src/net/http/ |
| main_test.go | 87 // (all.bash), but as a serial test otherwise. Using t.Parallel isn't
|
| /build/kati/ |
| runtest.rb | 121 log.gsub!(/^FAILED: (.*\n\/bin\/bash)?.*\n/, ninja_failed_subst) 183 bash_var = ' SHELL=/bin/bash'
|
| ninja.go | 642 fmt.Fprintf(f, "#!/bin/bash\n") 650 // export "a b"=c will error on bash 651 // bash: export `a b=c': not a valid identifier
|
| /external/curl/tests/ |
| pathhelp.pm | 140 chomp($cur_dir = `bash -c 'pwd -W'`);
|
| /external/selinux/libsemanage/src/ |
| Makefile | 101 bash -e exception.sh > $@ || (rm -f $@ ; false)
|
| /external/owasp/sanitizer/ |
| Makefile | 36 SHELL=/bin/bash
|
| /external/selinux/libselinux/src/ |
| Makefile | 153 bash -e exception.sh > $@ || (rm -f $@ ; false)
|
| /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
| compile.go | 187 // GO_GCFLAGS=-d=ssa/generic_cse/time,ssa/generic_cse/stats,ssa/generic_cse/debug=3 ./make.bash 189 // BOOT_GO_GCFLAGS=-d='ssa/~^.*scc$/off' GO_GCFLAGS='-d=ssa/~^.*scc$/off' ./make.bash
|
| rewrite.go | 502 // mode because all.bash runs the compiler lots of times, 506 // TODO: all.bash runs compilers in parallel. Need to synchronize logging somehow?
|
| dom.go | 70 // in make.bash.
|
| /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
| compile.go | 187 // GO_GCFLAGS=-d=ssa/generic_cse/time,ssa/generic_cse/stats,ssa/generic_cse/debug=3 ./make.bash 189 // BOOT_GO_GCFLAGS=-d='ssa/~^.*scc$/off' GO_GCFLAGS='-d=ssa/~^.*scc$/off' ./make.bash
|
| rewrite.go | 502 // mode because all.bash runs the compiler lots of times, 506 // TODO: all.bash runs compilers in parallel. Need to synchronize logging somehow?
|
| dom.go | 70 // in make.bash.
|
| /build/make/core/ |
| main.mk | 1 # Only use ANDROID_BUILD_SHELL to wrap around bash. 6 # Use bash, not whatever shell somebody has installed as /bin/sh 9 SHELL := /bin/bash 21 +@prebuilts/build-tools/$(host_prebuilts)/bin/makeparallel --ninja build/soong/soong_ui.bash --make-mode $(MAKECMDGOALS) [all...] |
| /external/autotest/site_utils/ |
| lxc.py | 81 # Bash command to return the file count in a directory. Test the existence first 513 def attach_run(self, command, bash=True): 517 @param bash: Run the command through bash -c "command". This allows 525 if bash and not command.startswith('bash -c'): 526 command = 'bash -c "%s"' % utils.sh_escape(command) [all...] |
| /external/curl/packages/vms/ |
| setup_gnv_curl_build.com | 286 $! Verify can break things in bash, especially in Configure scripts.
|
| /external/webrtc/webrtc/modules/audio_processing/test/ |
| apmtest.m | 260 shellcmd = ['bash -c "unset LD_LIBRARY_PATH;'];
|
| /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
| config.go | 227 // cmd/link was compiled. (See make.bash.)
|
| /prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
| config.go | 227 // cmd/link was compiled. (See make.bash.)
|
| /external/v8/ |
| Makefile | 481 @bash -c 'ulimit -s 10240 && GTAGSFORCECPP=yes gtags -i -q -f $<'
|
| /build/blueprint/bootstrap/ |
| doc.go | 20 // 2. A script interpreter (e.g. Bash or Python) 128 // a build. A wrapper script (blueprint.bash by default) has been installed in
|
| /build/make/ |
| envsetup.sh | 324 # Keep us from trying to run in something that isn't bash. 329 # Keep us from trying to run in bash that's too old. 336 for f in `/bin/ls ${dir}/[a-z]*.bash 2> /dev/null`; do [all...] |
| /external/okhttp/website/static/ |
| prettify.js | 24 ["cs"]);p(v({keywords:N,cStyleComments:!0}),["java"]);p(v({keywords:y,hashComments:!0,multiLineStrings:!0}),["bash","bsh","csh","sh"]);p(v({keywords:P,hashComments:!0,multiLineStrings:!0,tripleQuotedStrings:!0}),["cv","py","python"]);p(v({keywords:"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END",hashComments:!0,multiLineStrings:!0,regexLiterals:2}),["perl","pl","pm"]);p(v({keywords:Q,
|
| /prebuilts/go/darwin-x86/src/cmd/vet/all/ |
| main.go | 46 // We want this script to be able to run as part of all.bash,
|
| /prebuilts/go/darwin-x86/src/runtime/ |
| runtime-gdb_test.go | 164 // This can happen when using all.bash with
|