HomeSort by relevance Sort by last modified time
    Searched refs:GOOS (Results 26 - 50 of 464) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/
androidtest.bash 18 if [ -z $GOOS ]; then
19 export GOOS=android
21 if [ "$GOOS" != "android" ]; then
22 echo "androidtest.bash requires GOOS=android, got GOOS=$GOOS" 1>&2
46 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go build \
make.bash 20 # GOOS: The target operating system for installed packages and tools.
134 GOROOT="$GOROOT_BOOTSTRAP" GOOS="" GOARCH="" "$GOROOT_BOOTSTRAP/bin/go" build -o cmd/dist/dist ./cmd/dist
165 if [ "$GOHOSTARCH" != "$GOARCH" -o "$GOHOSTOS" != "$GOOS" ]; then
169 CC=$CC GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH \
174 echo "##### Building packages and commands for $GOOS/$GOARCH."
make.rc 20 # GOOS: The target operating system for installed packages and tools.
55 GOROOT=$GOROOT_BOOTSTRAP GOOS='' GOARCH='' $GOROOT_BOOTSTRAP/bin/go build -o cmd/dist/dist ./cmd/dist
81 if(! ~ $GOHOSTARCH $GOARCH || ! ~ $GOHOSTOS $GOOS){
83 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH GOBIN=() \
88 echo '##### Building packages and commands for' $GOOS/$GOARCH^.
  /prebuilts/go/linux-x86/src/
androidtest.bash 18 if [ -z $GOOS ]; then
19 export GOOS=android
21 if [ "$GOOS" != "android" ]; then
22 echo "androidtest.bash requires GOOS=android, got GOOS=$GOOS" 1>&2
46 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go build \
make.bash 20 # GOOS: The target operating system for installed packages and tools.
134 GOROOT="$GOROOT_BOOTSTRAP" GOOS="" GOARCH="" "$GOROOT_BOOTSTRAP/bin/go" build -o cmd/dist/dist ./cmd/dist
165 if [ "$GOHOSTARCH" != "$GOARCH" -o "$GOHOSTOS" != "$GOOS" ]; then
169 CC=$CC GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH \
174 echo "##### Building packages and commands for $GOOS/$GOARCH."
make.rc 20 # GOOS: The target operating system for installed packages and tools.
55 GOROOT=$GOROOT_BOOTSTRAP GOOS='' GOARCH='' $GOROOT_BOOTSTRAP/bin/go build -o cmd/dist/dist ./cmd/dist
81 if(! ~ $GOHOSTARCH $GOARCH || ! ~ $GOHOSTOS $GOOS){
83 GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH GOBIN=() \
88 echo '##### Building packages and commands for' $GOOS/$GOARCH^.
  /prebuilts/go/darwin-x86/misc/cgo/test/
cflags.go 26 if is_windows != (runtime.GOOS == "windows") {
27 t.Errorf("is_windows: %v, runtime.GOOS: %s", is_windows, runtime.GOOS)
  /prebuilts/go/darwin-x86/src/runtime/internal/sys/
sys.go 11 // named goos_$GOOS and goarch_$GOARCH for every
12 // known GOOS and GOARCH. The constant is 1 on the
14 // useful for defining GOOS- or GOARCH-specific constants.
zgoos_android.go 5 const GOOS = `android`
zgoos_darwin.go 5 const GOOS = `darwin`
zgoos_dragonfly.go 5 const GOOS = `dragonfly`
zgoos_freebsd.go 5 const GOOS = `freebsd`
zgoos_linux.go 7 const GOOS = `linux`
zgoos_nacl.go 5 const GOOS = `nacl`
zgoos_netbsd.go 5 const GOOS = `netbsd`
zgoos_openbsd.go 5 const GOOS = `openbsd`
zgoos_plan9.go 5 const GOOS = `plan9`
zgoos_solaris.go 5 const GOOS = `solaris`
zgoos_windows.go 5 const GOOS = `windows`
  /prebuilts/go/linux-x86/misc/cgo/test/
cflags.go 26 if is_windows != (runtime.GOOS == "windows") {
27 t.Errorf("is_windows: %v, runtime.GOOS: %s", is_windows, runtime.GOOS)
  /prebuilts/go/linux-x86/src/runtime/internal/sys/
sys.go 11 // named goos_$GOOS and goarch_$GOARCH for every
12 // known GOOS and GOARCH. The constant is 1 on the
14 // useful for defining GOOS- or GOARCH-specific constants.
zgoos_android.go 5 const GOOS = `android`
  /external/toolchain-utils/go/
go_target_exec 35 vars+="${GOOS:+ GOOS=${GOOS}}"
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
zbootstrap.go 10 const defaultGOOS = runtime.GOOS
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
zbootstrap.go 10 const defaultGOOS = runtime.GOOS

Completed in 872 milliseconds

12 3 4 5 6 7 8 91011>>