HomeSort by relevance Sort by last modified time
    Searched refs:cgo (Results 1 - 8 of 8) sorted by null

  /prebuilts/go/darwin-x86/misc/cgo/errors/
test.bash 11 echo 1>&2 misc/cgo/errors/test.bash: BUG: cannot find ERROR HERE in $file
15 echo 1>&2 misc/cgo/errors/test.bash: BUG: expected cgo to fail but it succeeded
19 echo 1>&2 misc/cgo/errors/test.bash: BUG: expected error output but saw none
23 echo 1>&2 misc/cgo/errors/test.bash: BUG: expected error on line $line but saw:
  /prebuilts/go/linux-x86/misc/cgo/errors/
test.bash 11 echo 1>&2 misc/cgo/errors/test.bash: BUG: cannot find ERROR HERE in $file
15 echo 1>&2 misc/cgo/errors/test.bash: BUG: expected cgo to fail but it succeeded
19 echo 1>&2 misc/cgo/errors/test.bash: BUG: expected error output but saw none
23 echo 1>&2 misc/cgo/errors/test.bash: BUG: expected error on line $line but saw:
  /prebuilts/go/darwin-x86/misc/cgo/testgodefs/
test.bash 7 # We are testing cgo -godefs, which translates Go files that use
15 go tool cgo -godefs ${FP}.go > ${FP}_defs.go
  /prebuilts/go/linux-x86/misc/cgo/testgodefs/
test.bash 7 # We are testing cgo -godefs, which translates Go files that use
15 go tool cgo -godefs ${FP}.go > ${FP}_defs.go
  /prebuilts/go/darwin-x86/src/
make.bat 25 :: CGO_ENABLED: Controls cgo usage during the build. Set it to 1
26 :: to include all cgo related files, .c and .go file with "cgo"
33 :: This is used by cgo. Default is CC.
  /prebuilts/go/darwin-x86/src/syscall/
mkerrors.sh 233 # Write go tool cgo -godefs input.
343 go tool cgo -godefs -- "$@" _const.go >_error.out
  /prebuilts/go/linux-x86/src/
make.bat 25 :: CGO_ENABLED: Controls cgo usage during the build. Set it to 1
26 :: to include all cgo related files, .c and .go file with "cgo"
33 :: This is used by cgo. Default is CC.
  /prebuilts/go/linux-x86/src/syscall/
mkerrors.sh 233 # Write go tool cgo -godefs input.
343 go tool cgo -godefs -- "$@" _const.go >_error.out

Completed in 8388 milliseconds