HomeSort by relevance Sort by last modified time
    Searched refs:cgo (Results 101 - 125 of 491) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/net/
netgo_unix_test.go 5 // +build !cgo netgo
  /prebuilts/go/linux-x86/src/runtime/cgo/
dragonfly.go 7 package cgo package
freebsd.go 7 package cgo package
netbsd.go 7 package cgo package
setenv.go 7 package cgo package
  /prebuilts/go/linux-x86/src/runtime/
defs1_netbsd_386.go 1 // created by cgo -cdefs and then converted to Go
2 // cgo -cdefs defs_netbsd.go defs_netbsd_386.go
160 // created by cgo -cdefs and then converted to Go
161 // cgo -cdefs defs_netbsd.go defs_netbsd_386.go
defs1_netbsd_arm.go 1 // created by cgo -cdefs and then converted to Go
2 // cgo -cdefs defs_netbsd.go defs_netbsd_arm.go
162 // created by cgo -cdefs and then converted to Go
163 // cgo -cdefs defs_netbsd.go defs_netbsd_arm.go
defs_freebsd.go 8 Input to cgo.
10 GOARCH=amd64 go tool cgo -cdefs defs_freebsd.go >defs_freebsd_amd64.h
11 GOARCH=386 go tool cgo -cdefs defs_freebsd.go >defs_freebsd_386.h
12 GOARCH=arm go tool cgo -cdefs defs_freebsd.go >defs_freebsd_arm.h
defs_netbsd.go 8 Input to cgo.
10 GOARCH=amd64 go tool cgo -cdefs defs_netbsd.go defs_netbsd_amd64.go >defs_netbsd_amd64.h
11 GOARCH=386 go tool cgo -cdefs defs_netbsd.go defs_netbsd_386.go >defs_netbsd_386.h
12 GOARCH=arm go tool cgo -cdefs defs_netbsd.go defs_netbsd_arm.go >defs_netbsd_arm.h
defs_openbsd.go 8 Input to cgo.
10 GOARCH=amd64 go tool cgo -cdefs defs_openbsd.go >defs_openbsd_amd64.h
11 GOARCH=386 go tool cgo -cdefs defs_openbsd.go >defs_openbsd_386.h
defs_arm_linux.go 8 Input to cgo.
11 cgo -cdefs defs_arm.c >arm/defs.h
17 #cgo CFLAGS: -I/usr/src/linux-headers-2.6.26-2-versatile/include
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_darwin_test.go 19 execRoots, err := execSecurityRoots() // non-cgo roots
60 t.Errorf("insufficent overlap between cgo and non-cgo roots; want at least %d, have %d", want, have)
  /prebuilts/go/darwin-x86/src/runtime/
defs_openbsd.go 8 Input to cgo.
10 GOARCH=amd64 go tool cgo -cdefs defs_openbsd.go >defs_openbsd_amd64.h
11 GOARCH=386 go tool cgo -cdefs defs_openbsd.go >defs_openbsd_386.h
defs_arm_linux.go 8 Input to cgo.
11 cgo -cdefs defs_arm.c >arm/defs.h
17 #cgo CFLAGS: -I/usr/src/linux-headers-2.6.26-2-versatile/include
  /prebuilts/go/linux-x86/src/crypto/x509/
root_darwin_test.go 19 execRoots, err := execSecurityRoots() // non-cgo roots
60 t.Errorf("insufficent overlap between cgo and non-cgo roots; want at least %d, have %d", want, have)
  /prebuilts/go/darwin-x86/src/cmd/cgo/
doc.go 7 Cgo enables the creation of Go packages that call C code.
9 Using cgo with the go command
11 To use cgo write normal Go code that imports a pseudo-package "C".
30 See $GOROOT/misc/cgo/stdio and $GOROOT/misc/cgo/gmp for examples. See
31 "C? Go? Cgo!" for an introduction to using cgo:
34 CFLAGS, CPPFLAGS, CXXFLAGS and LDFLAGS may be defined with pseudo #cgo
42 // #cgo CFLAGS: -DPNG_DEBUG=1
43 // #cgo amd64 386 CFLAGS: -DX86=
    [all...]
  /prebuilts/go/linux-x86/src/cmd/cgo/
doc.go 7 Cgo enables the creation of Go packages that call C code.
9 Using cgo with the go command
11 To use cgo write normal Go code that imports a pseudo-package "C".
30 See $GOROOT/misc/cgo/stdio and $GOROOT/misc/cgo/gmp for examples. See
31 "C? Go? Cgo!" for an introduction to using cgo:
34 CFLAGS, CPPFLAGS, CXXFLAGS and LDFLAGS may be defined with pseudo #cgo
42 // #cgo CFLAGS: -DPNG_DEBUG=1
43 // #cgo amd64 386 CFLAGS: -DX86=
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/dist/
test.go 115 cmd := exec.Command("go", "install", "-a", "-tags", "lldb", "runtime/cgo")
123 cmd := exec.Command("go", "install", "-a", "runtime/cgo")
374 heading: "../misc/cgo/stdio",
376 return t.dirCmd("misc/cgo/stdio",
382 heading: "../misc/cgo/life",
384 return t.dirCmd("misc/cgo/life",
396 heading: "../misc/cgo/test",
410 t.registerTest("testgodefs", "../misc/cgo/testgodefs", "./test.bash")
416 heading: "../misc/cgo/testso",
418 return t.cgoTestSO("misc/cgo/testso"
    [all...]
  /prebuilts/go/linux-x86/src/cmd/dist/
test.go 115 cmd := exec.Command("go", "install", "-a", "-tags", "lldb", "runtime/cgo")
123 cmd := exec.Command("go", "install", "-a", "runtime/cgo")
374 heading: "../misc/cgo/stdio",
376 return t.dirCmd("misc/cgo/stdio",
382 heading: "../misc/cgo/life",
384 return t.dirCmd("misc/cgo/life",
396 heading: "../misc/cgo/test",
410 t.registerTest("testgodefs", "../misc/cgo/testgodefs", "./test.bash")
416 heading: "../misc/cgo/testso",
418 return t.cgoTestSO("misc/cgo/testso"
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/stdio/
stdio.go 14 // and cgo doesn't recognize them, so write a function to get them,
  /prebuilts/go/darwin-x86/misc/cgo/test/
fpvar.go 5 // This file contains test cases for cgo with function pointer variables.
issue4417.go 5 // Issue 4417: cmd/cgo: bool alignment/padding issue.
issue8428.go 11 // Issue 8428. Cgo inconsistently translated zero size arrays.
39 // The trailing rest field is not available in cgo.
issue9557.go 5 // cgo rewrote C.var to *_Cvar_var, but left
  /prebuilts/go/darwin-x86/src/net/
cgo_linux.go 5 // +build !android,cgo,!netgo

Completed in 1045 milliseconds

1 2 3 45 6 7 8 91011>>