Searched
refs:go (Results
576 -
600 of
3824) sorted by null
<<21222324252627282930>>
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug145.go | 3 // Copyright 2009 The Go Authors. All rights reserved. 17 bug145.go:8: t is type, not var
|
bug161.go | 3 // Copyright 2009 The Go Authors. All rights reserved. 16 bug161.go:8: operation LITERAL not allowed in assignment context
|
bug345.go | 4 // Copyright 2011 The Go Authors. All rights reserved. 25 run("go", "tool", "compile", "io.go") 26 run(errchk, "go", "tool", "compile", "-e", "main.go")
|
bug415.go | 3 // Copyright 2012 The Go Authors. All rights reserved. 7 // Issue 2716. Export metadata error made main.go not compile.
|
issue10441.go | 3 // Copyright 2015 The Go Authors. All rights reserved. 14 //go:noinline
|
/prebuilts/go/darwin-x86/test/interface/ |
recursive1.go | 3 // Copyright 2012 The Go Authors. All rights reserved. 7 // Mutually recursive type definitions imported and used by recursive1.go.
|
/prebuilts/go/darwin-x86/test/ |
linkmain.go | 3 // Copyright 2015 The Go Authors. All rights reserved. 7 // For linkmain_run.go.
|
uintptrescapes.go | 3 // Copyright 2016 The Go Authors. All rights reserved. 7 // Test that the go:uintptrescapes comment works as expected.
|
/prebuilts/go/linux-x86/misc/cgo/test/ |
backdoor.go | 1 // Copyright 2014 The Go Authors. All rights reserved. 9 //go:linkname lockedOSThread runtime.lockedOSThread
|
/prebuilts/go/linux-x86/src/bytes/ |
bytes_decl.go | 1 // Copyright 2010 The Go Authors. All rights reserved. 7 //go:noescape 12 //go:noescape 19 //go:noescape 24 func Compare(a, b []byte) int // ../runtime/noasm.go or ../runtime/asm_{386,amd64}.s
|
/prebuilts/go/linux-x86/src/cmd/cover/ |
doc.go | 1 // Copyright 2013 The Go Authors. All rights reserved. 7 'go test -coverprofile=cover.out'. 9 Cover is also used by 'go test -cover' to rewrite the source code with 11 It operates on one Go source file at a time, computing approximate 18 go help testflag 19 go tool cover -help
|
/prebuilts/go/linux-x86/src/cmd/dist/ |
mkdeps.bash | 2 # Copyright 2015 The Go Authors. All rights reserved. 20 GOOS=$goos GOARCH=$goarch go list -tags cmd_go_bootstrap -f '{{range .Deps}}{{$.ImportPath}} {{.}} 26 all="$(deps_of cmd/go | awk '{print $2}') cmd/go" 45 ) |gofmt >deps.go
|
/prebuilts/go/linux-x86/src/cmd/go/ |
run.go | 1 // Copyright 2011 The Go Authors. All rights reserved. 34 Short: "compile and run Go program", 36 Run compiles and runs the main package comprising the named Go source files. 37 A Go source file is defined to be a file ending in a literal ".go" suffix. 39 By default, 'go run' runs the compiled binary directly: 'a.out arguments...'. 40 If the -exec flag is given, 'go run' invokes the binary using xprog: 44 on the current search path, 'go run' invokes the binary using that program, 49 For more about build flags, see 'go help build'. 51 See also: go build [all...] |
/prebuilts/go/linux-x86/src/crypto/aes/ |
modes.go | 1 // Copyright 2016 The Go Authors. All rights reserved. 13 // See crypto/cipher/gcm.go. 20 // See crypto/cipher/cbc.go. 27 // See crypto/cipher/cbc.go. 34 // See crypto/cipher/ctr.go.
|
/prebuilts/go/linux-x86/src/crypto/sha1/ |
sha1block_decl.go | 1 // Copyright 2013 The Go Authors. All rights reserved. 9 //go:noescape
|
/prebuilts/go/linux-x86/src/crypto/sha256/ |
sha256block_decl.go | 1 // Copyright 2013 The Go Authors. All rights reserved. 9 //go:noescape
|
/prebuilts/go/linux-x86/src/crypto/sha512/ |
sha512block_decl.go | 1 // Copyright 2013 The Go Authors. All rights reserved. 9 //go:noescape
|
/prebuilts/go/linux-x86/src/go/printer/ |
performance_test.go | 1 // Copyright 2009 The Go Authors. All rights reserved. 6 // go test -bench=BenchmarkPrint 12 "go/ast" 13 "go/parser" 30 const filename = "testdata/parser.go"
|
/prebuilts/go/linux-x86/src/go/types/ |
stdlib_test.go | 1 // Copyright 2013 The Go Authors. All rights reserved. 12 "go/ast" 13 "go/build" 14 "go/importer" 15 "go/parser" 16 "go/scanner" 17 "go/token" 27 . "go/types" 92 if f.IsDir() || !strings.HasSuffix(f.Name(), ".go") || excluded[f.Name()] { 134 // test/recover4.go is only built for Linux and Darwin [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
defs_windows.go | 1 // Copyright 2009 The Go Authors. All rights reserved. 10 GOARCH=amd64 go tool cgo -cdefs defs_windows.go > defs_windows_amd64.h 11 GOARCH=386 go tool cgo -cdefs defs_windows.go > defs_windows_386.h
|
mkfastlog2table.go | 1 // Copyright 2015 The Go Authors. All rights reserved. 23 fmt.Fprintln(&buf, "// AUTO-GENERATED by mkfastlog2table.go") 24 fmt.Fprintln(&buf, "// Run go generate from src/runtime to update.") 25 fmt.Fprintln(&buf, "// See mkfastlog2table.go for comments.") 39 if err := ioutil.WriteFile("fastlog2table.go", buf.Bytes(), 0644); err != nil {
|
os_netbsd.go | 1 // Copyright 2014 The Go Authors. All rights reserved. 31 //go:noescape 34 //go:noescape 37 //go:noescape 40 //go:noescape 43 //go:noescape 51 //go:noescape 54 //go:noescape 57 //go:noescape 60 //go:noescap [all...] |
os_openbsd.go | 1 // Copyright 2011 The Go Authors. All rights reserved. 16 //go:noescape 19 //go:noescape 22 //go:noescape 25 //go:noescape 28 //go:nosplit 29 //go:nowritebarrierrec 41 //go:noescape 47 //go:noescape 50 //go:noescap [all...] |
/prebuilts/go/linux-x86/src/runtime/race/testdata/ |
issue12664_test.go | 1 // Copyright 2015 The Go Authors. All rights reserved. 16 go func() { 37 go func() { 54 go func() { 68 go func() {
|
/prebuilts/go/linux-x86/src/syscall/ |
mkerrors.sh | 2 # Copyright 2009 The Go Authors. All rights reserved. 6 # Generate Go code listing errors and other #defined constant 239 # Write go tool cgo -godefs input. 320 ) >_const.go 349 go tool cgo -godefs -- "$@" _const.go >_error.out 450 $CC $ccflags -o _errors _errors.c && $GORUN ./_errors && rm -f _errors.c _errors _const.go _error.grep _signal.grep _error.out
|
Completed in 826 milliseconds
<<21222324252627282930>>