/prebuilts/go/linux-x86/src/runtime/race/testdata/ |
pool_test.go | 1 // Copyright 2016 The Go Authors. All rights reserved. 22 go func() { 38 go func() {
|
/prebuilts/go/linux-x86/src/runtime/ |
stubs2.go | 1 // Copyright 2014 The Go Authors. All rights reserved. 23 //go:noescape 26 //go:noescape
|
os_nacl.go | 1 // Copyright 2010 The Go Authors. All rights reserved. 29 //go:noescape 33 //go:noescape 40 //go:noescape 43 //go:linkname os_sigpipe os.sigpipe 82 //go:nosplit 86 //go:nosplit 90 //go:nosplit 133 //go:noescape 143 //go:nospli [all...] |
syscall_solaris.go | 1 // Copyright 2014 The Go Authors. All rights reserved. 29 //go:nosplit 42 //go:nosplit 57 //go:nosplit 68 //go:nosplit 80 //go:nosplit 85 //go:nosplit 97 //go:nosplit 102 //go:nosplit 113 //go:nospli [all...] |
/prebuilts/go/linux-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/linux-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/linux-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)
|
/external/llvm/tools/llvm-go/ |
llvm-go.go | 1 //===-- llvm-go.go - go tool wrapper for LLVM -----------------------------===// 11 // $GOPATH that resembles a tree fetched in the normal way with "go get". 37 {"bindings/go/llvm", "llvm.org/llvm/bindings/go/llvm"}, 96 // https://code.google.com/p/go/issues/detail?id=7293 133 // This file is generated by llvm-go, do not edit. 231 fmt.Println(`Usage: llvm-go subcommand [flags] 243 gocmd := "go" [all...] |
/prebuilts/go/darwin-x86/src/cmd/go/ |
tool.go | 1 // Copyright 2011 The Go Authors. All rights reserved. 9 "go/build" 21 Short: "run specified go tool", 23 Tool runs the go tool command identified by the arguments. 29 For more about each tool command, see 'go tool command -h'. 59 fmt.Fprintf(os.Stderr, "go tool: no such tool %q; to install:\n\tgo get golang.org/x/tools/cmd/%s\n", toolName, toolName) 61 fmt.Fprintf(os.Stderr, "go tool: no such tool %q\n", toolName) 84 fmt.Fprintf(os.Stderr, "go tool: bad tool name %q\n", toolName) 108 // Set $GOROOT, mainly for go tool dist. 119 fmt.Fprintf(os.Stderr, "go tool %s: %s\n", toolName, err [all...] |
/prebuilts/go/linux-x86/src/cmd/go/ |
tool.go | 1 // Copyright 2011 The Go Authors. All rights reserved. 9 "go/build" 21 Short: "run specified go tool", 23 Tool runs the go tool command identified by the arguments. 29 For more about each tool command, see 'go tool command -h'. 59 fmt.Fprintf(os.Stderr, "go tool: no such tool %q; to install:\n\tgo get golang.org/x/tools/cmd/%s\n", toolName, toolName) 61 fmt.Fprintf(os.Stderr, "go tool: no such tool %q\n", toolName) 84 fmt.Fprintf(os.Stderr, "go tool: bad tool name %q\n", toolName) 108 // Set $GOROOT, mainly for go tool dist. 119 fmt.Fprintf(os.Stderr, "go tool %s: %s\n", toolName, err [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
os_nacl.go | 1 // Copyright 2010 The Go Authors. All rights reserved. 29 //go:noescape 33 //go:noescape 40 //go:noescape 43 //go:linkname os_sigpipe os.sigpipe 82 //go:nosplit 86 //go:nosplit 90 //go:nosplit 133 //go:noescape 143 //go:nospli [all...] |
syscall_solaris.go | 1 // Copyright 2014 The Go Authors. All rights reserved. 29 //go:nosplit 42 //go:nosplit 57 //go:nosplit 68 //go:nosplit 80 //go:nosplit 85 //go:nosplit 97 //go:nosplit 102 //go:nosplit 113 //go:nospli [all...] |
/prebuilts/go/darwin-x86/src/runtime/trace/ |
trace_test.go | 1 // Copyright 2014 The Go Authors. All rights reserved. 119 go func() { 134 go func() { 150 go func() { 177 go func() { 191 go func() { 200 go func() { 212 go func() { 230 go func() { 256 go func() [all...] |
/prebuilts/go/linux-x86/src/runtime/trace/ |
trace_test.go | 1 // Copyright 2014 The Go Authors. All rights reserved. 119 go func() { 134 go func() { 150 go func() { 177 go func() { 191 go func() { 200 go func() { 212 go func() { 230 go func() { 256 go func() [all...] |
/build/kati/testcase/ |
posix_var.mk | 1 # TODO(go): Fix
|
wildcard.mk | 1 # TODO(go): Fix
|
/build/make/core/ |
goma.mk | 26 $(error See go/ma/how-to-use-goma/how-to-use-goma-for-android to relax the limit) 42 $(error See go/ma/how-to-use-goma/how-to-use-goma-for-android for detail))
|
/development/samples/ApiDemos/tests/src/com/example/android/apis/app/ |
ForwardingTest.java | 75 mButton = (Button) getActivity().findViewById(R.id.go); 88 mButton = (Button) activity.findViewById(R.id.go);
|