HomeSort by relevance Sort by last modified time
    Searched refs:go (Results 626 - 650 of 3824) sorted by null

<<21222324252627282930>>

  /prebuilts/go/darwin-x86/src/runtime/internal/sys/
gengoos.go 1 // Copyright 2014 The Go Authors. All rights reserved.
21 data, err := ioutil.ReadFile("../../../go/build/syslist.go")
48 fmt.Fprintf(&buf, "// generated by gengoos.go using 'go generate'\n\n")
61 err := ioutil.WriteFile("zgoos_"+target+".go", buf.Bytes(), 0666)
69 fmt.Fprintf(&buf, "// generated by gengoos.go using 'go generate'\n\n")
79 err := ioutil.WriteFile("zgoarch_"+target+".go", buf.Bytes(), 0666)
  /prebuilts/go/darwin-x86/src/runtime/
net_plan9.go 1 // Copyright 2016 The Go Authors. All rights reserved.
11 //go:linkname runtime_ignoreHangup net.runtime_ignoreHangup
16 //go:linkname runtime_unignoreHangup net.runtime_unignoreHangup
  /prebuilts/go/darwin-x86/src/runtime/pprof/
mprof_test.go 1 // Copyright 2014 The Go Authors. All rights reserved.
26 //go:noinline
89 # 0x[0-9,a-f]+ runtime/pprof_test\.allocatePersistent1K\+0x[0-9,a-f]+ .*/runtime/pprof/mprof_test\.go:41
90 # 0x[0-9,a-f]+ runtime/pprof_test\.TestMemoryProfiler\+0x[0-9,a-f]+ .*/runtime/pprof/mprof_test\.go:75
94 # 0x[0-9,a-f]+ runtime/pprof_test\.allocateTransient1M\+0x[0-9,a-f]+ .*/runtime/pprof/mprof_test.go:22
95 # 0x[0-9,a-f]+ runtime/pprof_test\.TestMemoryProfiler\+0x[0-9,a-f]+ .*/runtime/pprof/mprof_test.go:73
99 # 0x[0-9,a-f]+ runtime/pprof_test\.allocateTransient2M\+0x[0-9,a-f]+ .*/runtime/pprof/mprof_test.go:28
100 # 0x[0-9,a-f]+ runtime/pprof_test\.TestMemoryProfiler\+0x[0-9,a-f]+ .*/runtime/pprof/mprof_test.go:74
104 # 0x[0-9,a-f]+ runtime/pprof_test\.allocateReflectTransient\+0x[0-9,a-f]+ .*/runtime/pprof/mprof_test.go:49
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug022.go 3 // Copyright 2009 The Go Authors. All rights reserved.
22 bug022.go:8: illegal types for operand
24 bug022.go:8: illegal types for operand
bug098.go 3 // Copyright 2009 The Go Authors. All rights reserved.
19 uetli:~/Source/go1/test/bugs gri$ 6g bug098.go && 6l bug098.6 && 6.out
20 bug098.go:10: illegal types for operand: AS
bug157.go 3 // Copyright 2009 The Go Authors. All rights reserved.
30 bug157.go:20: syntax error near default
31 bug157.go:20: first switch statement must be a case
issue13169.go 3 // Copyright 2015 The Go Authors. All rights reserved.
32 go func() {
38 go func() {
issue13171.go 3 // Copyright 2015 The Go Authors. All rights reserved.
13 //go:noinline
22 //go:noinline
issue18906.go 3 // Copyright 2017 The Go Authors. All rights reserved.
9 //go:noinline
13 //go:noinline
issue4099.go 3 // Copyright 2013 The Go Authors. All rights reserved.
7 // Check go:noescape annotations.
14 //go:noescape
issue5856.go 3 // Copyright 2013 The Go Authors. All rights reserved.
33 if !strings.HasSuffix(file, "issue5856.go") || line != 28 {
34 fmt.Printf("BUG: defer called from %s:%d, want issue5856.go:28\n", file, line)
issue9321.go 3 // Copyright 2014 The Go Authors. All rights reserved.
27 go test()
28 go test()
issue9608.go 3 // Copyright 2015 The Go Authors. All rights reserved.
10 // because run.go runs files with 'go run', which passes the
  /prebuilts/go/darwin-x86/test/
func8.go 3 // Copyright 2011 The Go Authors. All rights reserved.
24 //go:noinline
30 //go:noinline
goprint.go 3 // Copyright 2011 The Go Authors. All rights reserved.
7 // Test that println can be the target of a go statement.
17 go println(42, true, false, true, 1.5, "world", (chan int)(nil), []int(nil), (map[string]int)(nil), (func())(nil), byte(255))
struct0.go 3 // Copyright 2011 The Go Authors. All rights reserved.
30 go recv(c)
32 go recv1(c)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
closure.go 1 // Copyright 2015 The Go Authors. All rights reserved.
5 // map_ssa.go tests map operations.
12 //go:noinline
copy.go 2 // autogenerated from gen/copyGen.go - do not edit!
13 //go:noinline
34 //go:noinline
55 //go:noinline
76 //go:noinline
97 //go:noinline
118 //go:noinline
139 //go:noinline
160 //go:noinline
181 //go:noinlin
    [all...]
slice.go 23 go func() {
29 go func() {
  /prebuilts/go/linux-x86/src/cmd/fix/
printerconfig_test.go 1 // Copyright 2012 The Go Authors. All rights reserved.
16 import "go/printer"
27 import "go/printer"
  /prebuilts/go/linux-x86/src/cmd/go/
signal.go 1 // Copyright 2012 The Go Authors. All rights reserved.
13 // interrupted is closed, if go process is interrupted.
20 go func() {
  /prebuilts/go/linux-x86/src/go/doc/testdata/
issue13742.go 1 // Copyright 2016 The Go Authors. All rights reserved.
8 "go/ast"
9 . "go/ast"
  /prebuilts/go/linux-x86/src/go/parser/
performance_test.go 1 // Copyright 2012 The Go Authors. All rights reserved.
8 "go/token"
14 src, err := ioutil.ReadFile("parser.go")
  /prebuilts/go/linux-x86/src/go/types/
hilbert_test.go 1 // Copyright 2013 The Go Authors. All rights reserved.
11 "go/ast"
12 "go/importer"
13 "go/parser"
14 "go/token"
18 . "go/types"
36 f, err := parser.ParseFile(fset, "hilbert.go", src, 0)
54 // (To generate, in go/types directory: go test -run=Hilbert -H=%d -out=%q)
self_test.go 1 // Copyright 2013 The Go Authors. All rights reserved.
10 "go/ast"
11 "go/importer"
12 "go/parser"
13 "go/token"
18 . "go/types"
31 _, err = conf.Check("go/types", fset, files, nil)
33 // Importing go/constant doesn't work in the
87 filenames, err := pkgFilenames(path) // from stdlib_test.go

Completed in 761 milliseconds

<<21222324252627282930>>