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

<<11121314151617181920>>

  /prebuilts/go/linux-x86/test/fixedbugs/
bug342.go 3 // Copyright 2011 The Go Authors. All rights reserved.
18 bug.go:1 x redclared in this block
19 previous declaration at bug.go:1
bug379.go 3 // Copyright 2011 The Go Authors. All rights reserved.
10 // bug378.go:17: 1 + 2 not used
12 // bug378.go:17: 1 not used
issue18459.go 3 // Copyright 2016 The Go Authors. All rights reserved.
11 //go:nowritebarrier // ERROR "go:nowritebarrier only allowed in runtime"
issue4529.go 3 // Copyright 2012 The Go Authors. All rights reserved.
7 // Issue 4529: escape analysis crashes on "go f(g())"
30 go b.c(c.I())
issue5172.go 3 // Copyright 2013 The Go Authors. All rights reserved.
7 // issue 5172: spurious warn about type conversion on broken type inside go and defer
17 go f.bar() // GCCGO_ERROR "undefined"
bug285.go 3 // Copyright 2010 The Go Authors. All rights reserved.
88 6g -e bug286.go
89 bug286.go:23: invalid map index false - need type B
90 bug286.go:80: invalid map index z - need type interface { }
91 bug286.go:83: invalid map index new(struct { x int }) - need type interface { }
92 bug286.go:84: invalid map index p - need type interface { }
93 bug286.go:85: invalid map index false - need type interface { }
94 bug286.go:86: invalid map index 17 - need type interface { }
95 bug286.go:87: invalid map index "foo" - need type interface { }
96 bug286.go:93: invalid map index new(struct { x int }) - need type I
    [all...]
  /prebuilts/go/linux-x86/test/fixedbugs/issue4964.dir/
a.go 1 // Copyright 2013 The Go Authors. All rights reserved.
13 //go:noinline
18 //go:noinline
  /prebuilts/go/linux-x86/test/safe/
nousesafe.go 1 // $G $D/pkg.go && pack grc pkg.a pkg.$A 2> /dev/null && rm pkg.$A && errchk $G -I . -u $D/main.go
4 // Copyright 2012 The Go Authors. All rights reserved.
usesafe.go 1 // $G $D/pkg.go && pack grcS pkg.a pkg.$A 2> /dev/null && rm pkg.$A && $G -I . -u $D/main.go
4 // Copyright 2012 The Go Authors. All rights reserved.
  /build/blueprint/parser/
printer_test.go 179 /*"bootstrap/bootstrap.go",
180 "bootstrap/cleanup.go",*/
181 "bootstrap/command.go",
182 "bootstrap/doc.go", //doc.go
183 "bootstrap/config.go", //config.go
199 /*"bootstrap/bootstrap.go",
200 "bootstrap/cleanup.go",*/
201 "bootstrap/command.go",
    [all...]
  /prebuilts/go/darwin-x86/src/sort/
genzfunc.go 1 // Copyright 2016 The Go Authors. All rights reserved.
7 // This program is run via "go generate" (via a directive in sort.go)
8 // to generate zfuncversion.go.
10 // It copies sort.go to zfuncversion.go, only retaining funcs which
19 "go/ast"
20 "go/format"
21 "go/parser"
22 "go/token
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug285.go 3 // Copyright 2010 The Go Authors. All rights reserved.
88 6g -e bug286.go
89 bug286.go:23: invalid map index false - need type B
90 bug286.go:80: invalid map index z - need type interface { }
91 bug286.go:83: invalid map index new(struct { x int }) - need type interface { }
92 bug286.go:84: invalid map index p - need type interface { }
93 bug286.go:85: invalid map index false - need type interface { }
94 bug286.go:86: invalid map index 17 - need type interface { }
95 bug286.go:87: invalid map index "foo" - need type interface { }
96 bug286.go:93: invalid map index new(struct { x int }) - need type I
    [all...]
  /prebuilts/go/linux-x86/src/sort/
genzfunc.go 1 // Copyright 2016 The Go Authors. All rights reserved.
7 // This program is run via "go generate" (via a directive in sort.go)
8 // to generate zfuncversion.go.
10 // It copies sort.go to zfuncversion.go, only retaining funcs which
19 "go/ast"
20 "go/format"
21 "go/parser"
22 "go/token
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/bug345.dir/
main.go 1 // Copyright 2011 The Go Authors. All rights reserved.
17 // "./io" import is really ..../go/test/io.
20 // main.go:25: cannot use w (type "/Users/rsc/g/go/test/fixedbugs/bug345.dir/io".Writer) as type "io".Writer in function argument:
22 // main.go:27: cannot use &x (type *"io".SectionReader) as type *"/Users/rsc/g/go/test/fixedbugs/bug345.dir/io".SectionReader in function argument
  /prebuilts/go/linux-x86/test/fixedbugs/bug345.dir/
main.go 1 // Copyright 2011 The Go Authors. All rights reserved.
17 // "./io" import is really ..../go/test/io.
20 // main.go:25: cannot use w (type "/Users/rsc/g/go/test/fixedbugs/bug345.dir/io".Writer) as type "io".Writer in function argument:
22 // main.go:27: cannot use &x (type *"io".SectionReader) as type *"/Users/rsc/g/go/test/fixedbugs/bug345.dir/io".SectionReader in function argument
  /prebuilts/go/darwin-x86/src/runtime/internal/atomic/
atomic_arm.go 1 // Copyright 2009 The Go Authors. All rights reserved.
18 //go:nosplit
27 //go:nosplit
42 //go:nosplit
53 //go:noescape
56 //go:nosplit
66 //go:nosplit
71 //go:nosplit
77 //go:nosplit
82 //go:nospli
    [all...]
  /prebuilts/go/linux-x86/src/runtime/internal/atomic/
atomic_arm.go 1 // Copyright 2009 The Go Authors. All rights reserved.
18 //go:nosplit
27 //go:nosplit
42 //go:nosplit
53 //go:noescape
56 //go:nosplit
66 //go:nosplit
71 //go:nosplit
77 //go:nosplit
82 //go:nospli
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
doc.go 1 // Copyright 2015 The Go Authors. All rights reserved.
5 //go:generate ./mkalldocs.sh
24 go doc
30 When run with one argument, the argument is treated as a Go-syntax-like
35 go doc <pkg>
36 go doc <sym>[.<method>]
37 go doc [<pkg>.]<sym>[.<method>]
38 go doc [<pkg>.][<sym>.]<method>
50 directory is selected, so "go doc Foo" shows the documentation for symbol Foo in
54 path. The go tool's usual package mechanism does not apply: package pat
    [all...]
vet.go 1 // Copyright 2011 The Go Authors. All rights reserved.
16 Short: "run go tool vet on packages",
18 Vet runs the Go vet command on the packages named by the import paths.
20 For more about vet, see 'go doc cmd/vet'.
21 For more about specifying packages, see 'go help packages'.
23 To run the vet tool with specific options, run 'go tool vet'.
28 For more about build flags, see 'go help build'.
30 See also: go fmt, go fix.
testgo.go 1 // Copyright 2014 The Go Authors. All rights reserved.
5 // This file contains extra hooks for testing the go command.
6 // It is compiled into the Go binary only when building the
7 // test copy; it does not get compiled into the standard go
9 // go command that everyone uses.
  /prebuilts/go/linux-x86/src/cmd/go/
doc.go 1 // Copyright 2015 The Go Authors. All rights reserved.
5 //go:generate ./mkalldocs.sh
24 go doc
30 When run with one argument, the argument is treated as a Go-syntax-like
35 go doc <pkg>
36 go doc <sym>[.<method>]
37 go doc [<pkg>.]<sym>[.<method>]
38 go doc [<pkg>.][<sym>.]<method>
50 directory is selected, so "go doc Foo" shows the documentation for symbol Foo in
54 path. The go tool's usual package mechanism does not apply: package pat
    [all...]
vet.go 1 // Copyright 2011 The Go Authors. All rights reserved.
16 Short: "run go tool vet on packages",
18 Vet runs the Go vet command on the packages named by the import paths.
20 For more about vet, see 'go doc cmd/vet'.
21 For more about specifying packages, see 'go help packages'.
23 To run the vet tool with specific options, run 'go tool vet'.
28 For more about build flags, see 'go help build'.
30 See also: go fmt, go fix.
  /external/ppp/pppd/
ipxcp.c 75 #define go (&ipxcp_gotoptions[0]) macro
581 *go = *wo;
594 len = go->neg_nn ? CILEN_NETN : 0;
595 len += go->neg_node ? CILEN_NODEN : 0;
596 len += go->neg_name ? CILEN_NAME + strlen ((char *)go->name) - 1 : 0;
599 if (go->neg_router && to_external(go->router) != RIP_SAP)
618 if (go->neg_nn) {
621 PUTLONG (go->our_network, ucp)
    [all...]
  /external/boringssl/src/util/
generate-coverage.sh 39 go run "$SRC/util/all_tests.go" -build-dir "$BUILD" -callgrind -num-workers 16
42 go run "util/all_tests.go" -build-dir "$BUILD"
45 go test -shim-path "$BUILD/ssl/test/bssl_shim" -num-workers 1
  /prebuilts/go/darwin-x86/misc/cgo/testshared/src/exe/
exe.go 26 // This code below causes various go.itab.* symbols to be generated in
27 // the executable. Similar code in ../depBase/dep.go results in
28 // exercising https://github.com/golang/go/issues/17594

Completed in 1141 milliseconds

<<11121314151617181920>>