Searched
refs:go (Results
801 -
825 of
3824) sorted by null
<<31323334353637383940>>
/prebuilts/go/darwin-x86/test/ |
atomicload.go | 3 // Copyright 2016 The Go Authors. All rights reserved. 25 go func() { 31 go func() {
|
sinit_run.go | 4 // Copyright 2014 The Go Authors. All rights reserved. 20 cmd := exec.Command("go", "tool", "compile", "-S", "sinit.go")
|
/prebuilts/go/darwin-x86/test/chan/ |
goroutines.go | 3 // Copyright 2009 The Go Authors. All rights reserved. 36 go f(left, right) 39 go func(c chan int) { c <- 1 }(right)
|
nonblock.go | 3 // Copyright 2009 The Go Authors. All rights reserved. 112 go i32receiver(c32, sync) 130 go i32sender(c32, sync) 156 go i64receiver(c64, sync) 173 go i64sender(c64, sync) 198 go breceiver(cb, sync) 215 go bsender(cb, sync) 240 go sreceiver(cs, sync) 257 go ssender(cs, sync)
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug085.go | 3 // Copyright 2009 The Go Authors. All rights reserved. 16 uetli:~/Source/go1/test/bugs gri$ 6g bug085.go 17 bug085.go:6: P: undefined
|
bug142.go | 3 // Copyright 2009 The Go Authors. All rights reserved. 22 main·panic1+0x36 /Users/rsc/goX/test/bugs/bug142.go:6 24 main·main+0x23 /Users/rsc/goX/test/bugs/bug142.go:10
|
issue10607.go | 4 // Copyright 2015 The Go Authors. All rights reserved. 26 out, err := exec.Command("go", "run", "-ldflags", "-B=0x12345678 -linkmode="+linkmode, filepath.Join("fixedbugs", "issue10607a.go")).CombinedOutput()
|
issue16331.go | 3 // Copyright 2016 The Go Authors. All rights reserved. 24 go func() { 33 go func() {
|
issue4518.go | 3 // Copyright 2012 The Go Authors. All rights reserved. 13 //go:noinline 18 //go:noinline
|
issue8158.go | 3 // Copyright 2014 The Go Authors. All rights reserved. 16 go f1(c) 19 go f2(c)
|
/prebuilts/go/linux-x86/doc/play/ |
sieve.go | 28 go Generate(ch) // Launch Generate goroutine. 33 go Filter(ch, ch1, prime)
|
/prebuilts/go/linux-x86/misc/cgo/testsanitizers/ |
tsan3.go | 1 // Copyright 2016 The Go Authors. All rights reserved. 28 go func() { 32 go func() {
|
tsan6.go | 1 // Copyright 2016 The Go Authors. All rights reserved. 7 // Check that writes to Go allocated memory, with Go synchronization, 31 go func() { 38 go func() {
|
tsan7.go | 1 // Copyright 2016 The Go Authors. All rights reserved. 37 go f() 38 go f()
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/ |
map.go | 1 // Copyright 2015 The Go Authors. All rights reserved. 5 // map_ssa.go tests map operations. 12 //go:noinline
|
/prebuilts/go/linux-x86/src/cmd/go/ |
go_unix_test.go | 1 // Copyright 2015 The Go Authors. All rights reserved. 21 tg.tempFile("x.go", `package main; func main() {}`) 23 tg.run("build", tg.path("x.go"))
|
/prebuilts/go/linux-x86/src/encoding/gob/ |
dump.go | 1 // Copyright 2009 The Go Authors. All rights reserved. 9 // Need to compile package gob with debug.go to build this program. 10 // See comments in debug.go for how to do this.
|
/prebuilts/go/linux-x86/src/go/types/ |
gotype.go | 1 // Copyright 2011 The Go Authors. All rights reserved. 7 // Build this command explicitly: go build gotype.go 10 The gotype command does syntactic and semantic analysis of Go files 11 and packages like the front-end of a Go compiler. Errors are reported 15 must provide a single Go source file defining a complete package. 18 the Go files in that directory; they must all belong to the same 21 Otherwise, each path must be the filename of Go file belonging to 29 use all (incl. _test.go) files when processing a directory 53 To check the files a.go, b.go, and c.go [all...] |
/prebuilts/go/linux-x86/src/runtime/cgo/ |
iscgo.go | 1 // Copyright 2010 The Go Authors. All rights reserved. 14 import _ "unsafe" // for go:linkname 16 //go:linkname _iscgo runtime.iscgo
|
/prebuilts/go/linux-x86/src/runtime/ |
defs1_linux.go | 1 // Copyright 2009 The Go Authors. All rights reserved. 10 GOARCH=amd64 cgo -cdefs defs.go defs1.go >amd64/defs.h
|
os_darwin_arm.go | 1 // Copyright 2014 The Go Authors. All rights reserved. 8 // TODO(minux): FP checks like in os_linux_arm.go. 18 //go:nosplit
|
os_freebsd_arm.go | 1 // Copyright 2012 The Go Authors. All rights reserved. 8 // TODO(minux): FP checks like in os_linux_arm.go. 18 //go:nosplit
|
os_linux_be64.go | 1 // Copyright 2016 The Go Authors. All rights reserved. 30 //go:nosplit 31 //go:nowritebarrierrec
|
os_nacl_arm.go | 1 // Copyright 2014 The Go Authors. All rights reserved. 8 // TODO(minux): FP checks like in os_linux_arm.go. 17 //go:nosplit
|
os_openbsd_arm.go | 1 // Copyright 2013 The Go Authors. All rights reserved. 8 // TODO(minux): FP checks like in os_linux_arm.go. 18 //go:nosplit
|
Completed in 871 milliseconds
<<31323334353637383940>>