/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/ |
append.go | 1 // Copyright 2015 The Go Authors. All rights reserved. 5 // append_ssa.go tests append operations. 12 //go:noinline 17 //go:noinline
|
chan.go | 1 // Copyright 2015 The Go Authors. All rights reserved. 5 // chan_ssa.go tests chan operations. 12 //go:noinline 17 //go:noinline
|
cmp.go | 1 // Copyright 2015 The Go Authors. All rights reserved. 5 // cmp_ssa.go tests compare simplification operations. 12 //go:noinline 17 //go:noinline
|
divbyzero.go | 22 //go:noinline 27 //go:noinline 32 //go:noinline
|
/prebuilts/go/linux-x86/src/cmd/go/ |
bootstrap.go | 1 // Copyright 2012 The Go Authors. All rights reserved. 7 // This code is compiled only into the bootstrap 'go' binary. 9 // trees, like the use of "net/http" in vcs.go. 18 var errHTTP = errors.New("no http in bootstrap go command")
|
/prebuilts/go/linux-x86/src/cmd/go/testdata/testterminal18153/ |
terminal_test.go | 1 // Copyright 2016 The Go Authors. All rights reserved. 7 // This test is run by src/cmd/dist/test.go (cmd_go_test_terminal), 8 // and not by cmd/go's tests. This is because this test requires that 10 // dist doesn't run `cmd/go test` against this test directory if
|
/prebuilts/go/linux-x86/src/ |
make.rc | 2 # Copyright 2012 The Go Authors. All rights reserved. 10 # GOROOT_FINAL: The expected final Go root, baked into binaries. 11 # The default is the location of the Go tree during the build. 22 # GO_GCFLAGS: Additional go tool compile arguments to use when 25 # GO_LDFLAGS: Additional go tool link arguments to use when 29 # to include all cgo related files, .c and .go file with "cgo" 39 rm -f ./runtime/runtime_defs.go 44 echo '##### Building Go bootstrap tool.' 49 if(! test -x $GOROOT_BOOTSTRAP/bin/go){ 50 echo 'ERROR: Cannot find '$GOROOT_BOOTSTRAP'/bin/go.' >[1=2 [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
chanbarrier_test.go | 1 // Copyright 2015 The Go Authors. All rights reserved. 30 go func() { 37 go func() { 66 go func() {
|
noasm.go | 1 // Copyright 2013 The Go Authors. All rights reserved. 6 // These routines have corresponding stubs in stubs_asm.go. 12 import _ "unsafe" // for go:linkname 37 //go:linkname bytes_Compare bytes.Compare
|
os_linux_mips64x.go | 1 // Copyright 2015 The Go Authors. All rights reserved. 23 //go:nosplit 50 //go:nosplit 51 //go:nowritebarrierrec
|
/prebuilts/go/linux-x86/src/runtime/race/testdata/ |
finalizer_test.go | 1 // Copyright 2012 The Go Authors. All rights reserved. 16 go func() { 36 go func() { 56 go func() {
|
/prebuilts/go/linux-x86/src/sort/ |
zfuncversion.go | 1 // DO NOT EDIT; AUTO-GENERATED from sort.go using genzfunc.go 3 // Copyright 2016 The Go Authors. All rights reserved. 9 // Auto-generated variant of sort.go:insertionSort 18 // Auto-generated variant of sort.go:siftDown 37 // Auto-generated variant of sort.go:heapSort 51 // Auto-generated variant of sort.go:medianOfThree 64 // Auto-generated variant of sort.go:swapRange 71 // Auto-generated variant of sort.go:doPivot 135 // Auto-generated variant of sort.go:quickSor [all...] |
/prebuilts/go/linux-x86/test/chan/ |
select6.go | 3 // Copyright 2011 The Go Authors. All rights reserved. 20 go func() { <-c1 }() 21 go func() { 30 go func() { c2 <- true }()
|
select7.go | 3 // Copyright 2011 The Go Authors. All rights reserved. 33 go recv(c) 40 go recv(c) 49 go recv(c)
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue16249.go | 3 // Copyright 2016 The Go Authors. All rights reserved. 17 //go:noinline 24 //go:noinline 42 //go:noinline
|
/prebuilts/go/darwin-x86/src/cmd/dist/ |
test.go | 1 // Copyright 2015 The Go Authors. All rights reserved. 105 slurp, err := exec.Command("go", "env", "CGO_ENABLED").Output() 107 log.Fatalf("Error running go env CGO_ENABLED: %v", err) 123 cmd := exec.Command("go", "install", "-a", "-v", "std", "cmd") 133 // EXC_BAD_ACCESS and convert it into a Go panic. This is 134 // necessary for a Go program running under lldb (the way 137 cmd := exec.Command("go", "install", "-a", "-tags", "lldb", "runtime/cgo") 145 cmd := exec.Command("go", "install", "-a", "runtime/cgo") 292 cmd := exec.Command("go", args...) 326 cmd := exec.Command("go", args... [all...] |
/prebuilts/go/linux-x86/src/cmd/dist/ |
test.go | 1 // Copyright 2015 The Go Authors. All rights reserved. 105 slurp, err := exec.Command("go", "env", "CGO_ENABLED").Output() 107 log.Fatalf("Error running go env CGO_ENABLED: %v", err) 123 cmd := exec.Command("go", "install", "-a", "-v", "std", "cmd") 133 // EXC_BAD_ACCESS and convert it into a Go panic. This is 134 // necessary for a Go program running under lldb (the way 137 cmd := exec.Command("go", "install", "-a", "-tags", "lldb", "runtime/cgo") 145 cmd := exec.Command("go", "install", "-a", "runtime/cgo") 292 cmd := exec.Command("go", args...) 326 cmd := exec.Command("go", args... [all...] |
/frameworks/base/core/tests/coretests/src/android/content/ |
ContentQueryMapTest.java | 41 abstract void go(); method in class:ContentQueryMapTest.LooperThread 46 go(); method 57 void go() {
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/gen/ |
copyGen.go | 1 // Copyright 2015 The Go Authors. All rights reserved. 10 "go/format" 18 // run as `go run copyGen.go`. A file called copy.go 26 fmt.Fprintf(w, "// autogenerated from gen/copyGen.go - do not edit!\n") 89 err = ioutil.WriteFile("../copy.go", src, 0666)
|
zeroGen.go | 1 // Copyright 2015 The Go Authors. All rights reserved. 10 "go/format" 18 // run as `go run zeroGen.go`. A file called zero.go 26 fmt.Fprintf(w, "// autogenerated from gen/zeroGen.go - do not edit!\n") 84 err = ioutil.WriteFile("../zero.go", src, 0666)
|
/prebuilts/go/darwin-x86/src/runtime/ |
defs_freebsd.go | 1 // Copyright 2009 The Go Authors. All rights reserved. 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
|
/prebuilts/go/darwin-x86/src/runtime/race/testdata/ |
regression_test.go | 1 // Copyright 2012 The Go Authors. All rights reserved. 19 go func() { 52 go func() { 68 //go:noinline 102 go func(s *stack) {}(&s) 114 //go:noinline 152 go func() {
|
/prebuilts/go/darwin-x86/test/chan/ |
doubleselect.go | 3 // Copyright 2009 The Go Authors. All rights reserved. 70 go sender(*iterations, c1, c2, c3, c4) 71 go mux(cmux, c1, done) 72 go mux(cmux, c2, done) 73 go mux(cmux, c3, done) 74 go mux(cmux, c4, done) 75 go func() {
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/gen/ |
copyGen.go | 1 // Copyright 2015 The Go Authors. All rights reserved. 10 "go/format" 18 // run as `go run copyGen.go`. A file called copy.go 26 fmt.Fprintf(w, "// autogenerated from gen/copyGen.go - do not edit!\n") 89 err = ioutil.WriteFile("../copy.go", src, 0666)
|
zeroGen.go | 1 // Copyright 2015 The Go Authors. All rights reserved. 10 "go/format" 18 // run as `go run zeroGen.go`. A file called zero.go 26 fmt.Fprintf(w, "// autogenerated from gen/zeroGen.go - do not edit!\n") 84 err = ioutil.WriteFile("../zero.go", src, 0666)
|