HomeSort by relevance Sort by last modified time
    Searched defs:init (Results 26 - 50 of 5523) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/syscall/
flock_linux_32bit.go 9 func init() { func
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue3705.go 9 func init() // ERROR "missing function body|cannot declare init" func
issue4517a.go 9 var init = 1 // ERROR "cannot declare init - must be func" var
issue4517b.go 9 const init = 1 // ERROR "cannot declare init - must be func" const
issue4517c.go 9 type init byte // ERROR "cannot declare init - must be func" type
issue5963.go 7 // Used to die in runtime due to init goroutine exiting while
17 func init() { func
47 created by main.init·1
  /prebuilts/go/darwin-x86/test/
init.go 7 // Verify that erroneous use of init is detected.
14 func init() { func
18 init() // ERROR "undefined.*init"
19 runtime.init() // ERROR "unexported.*runtime\.init"
20 var _ = init // ERROR "undefined.*init"
  /prebuilts/go/darwin-x86/test/syntax/
topexpr.go 16 func init() { func
  /prebuilts/go/linux-x86/misc/cgo/testplugin/src/plugin2/
plugin2.go 19 func init() { func
  /prebuilts/go/linux-x86/misc/cgo/testso/
cgoso_unix.go 15 func init() { func
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/badtest/badexec/
x_test.go 3 func init() { func
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/testcycle/p1/
p1.go 5 func init() { func
6 println("p1 init")
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/testcycle/p2/
p2.go 5 func init() { func
6 println("p2 init")
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/testcycle/p3/
p3.go 3 func init() { func
4 println("p3 init")
  /prebuilts/go/linux-x86/src/cmd/go/
testgo.go 17 func init() { func
  /prebuilts/go/linux-x86/src/crypto/x509/
sha2_windows_test.go 9 func init() { func
  /prebuilts/go/linux-x86/src/go/build/testdata/multi/
file_appengine.go 5 func init() {} func
  /prebuilts/go/linux-x86/src/mime/
type_dragonfly.go 7 func init() { func
type_freebsd.go 7 func init() { func
type_openbsd.go 7 func init() { func
  /prebuilts/go/linux-x86/src/net/
conf_netcgo.go 18 func init() { netCgo = true } func
  /prebuilts/go/linux-x86/src/net/http/
race.go 9 func init() { func
  /prebuilts/go/linux-x86/src/os/
error_unix_test.go 14 func init() { func
error_windows_test.go 14 func init() { func
  /prebuilts/go/linux-x86/src/os/exec/
exec_posix.go 14 func init() { func

Completed in 444 milliseconds

12 3 4 5 6 7 8 91011>>