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

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/darwin-x86/test/fixedbugs/bug088.dir/
bug1.go 1 // Copyright 2009 The Go Authors. All rights reserved.
17 uetli:~/Source/go1/test/bugs/bug088.dir gri$ 6g bug0.go && 6g bug1.go
18 bug1.go:8: shape error across :=
19 bug1.go:8: a2: undefined
20 bug1.go:8: b2: undefined
21 bug1.go:8: illegal types for operand: AS
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/testdata/
Makefile 5 cd ..; go test -cover -run 'Objdump.*32' -v -timeout 10h -printtests 2>&1 | tee log
6 cd ..; go test -cover -run 'Objdump.*64' -v -timeout 10h -printtests 2>&1 | tee -a log
7 cd ..; go test -cover -run 'Xed.*32' -v -timeout 10h -printtests 2>&1 | tee -a log
8 cd ..; go test -cover -run 'Xed.*64' -v -timeout 10h -printtests 2>&1 | tee -a log
9 cd ..; go test -cover -run 'Plan9.*32' -v -timeout 10h -printtests 2>&1 | tee -a log
10 cd ..; go test -cover -run 'Plan9.*64' -v -timeout 10h -printtests 2>&1 | tee -a log
  /prebuilts/go/linux-x86/test/fixedbugs/bug088.dir/
bug1.go 1 // Copyright 2009 The Go Authors. All rights reserved.
17 uetli:~/Source/go1/test/bugs/bug088.dir gri$ 6g bug0.go && 6g bug1.go
18 bug1.go:8: shape error across :=
19 bug1.go:8: a2: undefined
20 bug1.go:8: b2: undefined
21 bug1.go:8: illegal types for operand: AS
  /prebuilts/go/darwin-x86/misc/nacl/
go_nacl_arm_exec 3 eval $(go env)
7 export NACLENV_GOROOT=/go
8 export NACLENV_NACLPWD=$(pwd | sed "s;$GOROOT;/go;")
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/testrace/
race_test.go 9 go func() {
22 go func() {
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/testdata/
Makefile 2 cd ..; go test -cover -run 'ObjdumpARMCond' -v -timeout 10h -printtests -long 2>&1 | tee log
3 cd ..; go test -cover -run 'ObjdumpARMUncond' -v -timeout 10h -printtests -long 2>&1 | tee -a log
  /prebuilts/go/darwin-x86/src/internal/trace/
mkcanned.bash 2 # Copyright 2016 The Go Authors. All rights reserved.
7 # the current Go version.
16 go test -run ClientServerParallel4 -trace "testdata/http_$1_good" net/http
17 go test -run 'TraceStress$|TraceStressStartStop$' runtime/trace -savetraces
  /prebuilts/go/darwin-x86/src/runtime/cgo/
openbsd.go 1 // Copyright 2010 The Go Authors. All rights reserved.
9 import _ "unsafe" // for go:linkname
15 //go:linkname _environ environ
16 //go:linkname _progname __progname
17 //go:linkname _guard_local __guard_local
23 //go:cgo_export_dynamic environ environ
24 //go:cgo_export_dynamic __progname __progname
28 //go:cgo_export_dynamic __guard_local __guard_local
31 //go:cgo_export_dynamic pthread_create pthread_create
  /prebuilts/go/darwin-x86/src/runtime/internal/atomic/
atomic_386.go 1 // Copyright 2009 The Go Authors. All rights reserved.
11 //go:nosplit
12 //go:noinline
17 //go:nosplit
18 //go:noinline
23 //go:nosplit
33 //go:noescape
36 //go:nosplit
46 //go:noescape
49 //go:noescap
    [all...]
atomic_mipsx.go 1 // Copyright 2016 The Go Authors. All rights reserved.
20 //go:noescape
23 //go:noescape
26 //go:nosplit
38 //go:nosplit
43 //go:nosplit
48 //go:nosplit
59 //go:nosplit
70 //go:nosplit
84 //go:nospli
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/internal/sys/
zversion.go 1 // auto generated by go tool dist
5 const DefaultGoroot = `./prebuilts/go/darwin-x86`
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue7272.go 3 // Copyright 2012 The Go Authors. All rights reserved.
8 // go/defer functions.
33 go close(c)
34 go copy(a, a)
35 go delete(m, 0)
36 go panic(0)
37 go print("foo")
38 go println("bar")
39 go recover()
bug017.go 3 // Copyright 2009 The Go Authors. All rights reserved.
14 main.go.c: In function ?main_main?:
15 main.go.c:20: error: missing terminating " character
16 main.go.c:21: error: missing terminating " character
17 main.go.c:24: error: ?def? undeclared (first use in this function)
18 main.go.c:24: error: (Each undeclared identifier is reported only once
19 main.go.c:24: error: for each function it appears in.)
20 main.go.c:24: error: syntax error before ?def?
21 main.go.c:24: error: missing terminating " character
22 main.go.c:25: warning: excess elements in struct initialize
    [all...]
  /prebuilts/go/linux-x86/misc/nacl/
go_nacl_arm_exec 3 eval $(go env)
7 export NACLENV_GOROOT=/go
8 export NACLENV_NACLPWD=$(pwd | sed "s;$GOROOT;/go;")
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/testrace/
race_test.go 9 go func() {
22 go func() {
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/testdata/
Makefile 2 cd ..; go test -cover -run 'ObjdumpARMCond' -v -timeout 10h -printtests -long 2>&1 | tee log
3 cd ..; go test -cover -run 'ObjdumpARMUncond' -v -timeout 10h -printtests -long 2>&1 | tee -a log
  /prebuilts/go/linux-x86/src/internal/trace/
mkcanned.bash 2 # Copyright 2016 The Go Authors. All rights reserved.
7 # the current Go version.
16 go test -run ClientServerParallel4 -trace "testdata/http_$1_good" net/http
17 go test -run 'TraceStress$|TraceStressStartStop$' runtime/trace -savetraces
  /prebuilts/go/linux-x86/src/runtime/cgo/
openbsd.go 1 // Copyright 2010 The Go Authors. All rights reserved.
9 import _ "unsafe" // for go:linkname
15 //go:linkname _environ environ
16 //go:linkname _progname __progname
17 //go:linkname _guard_local __guard_local
23 //go:cgo_export_dynamic environ environ
24 //go:cgo_export_dynamic __progname __progname
28 //go:cgo_export_dynamic __guard_local __guard_local
31 //go:cgo_export_dynamic pthread_create pthread_create
  /prebuilts/go/linux-x86/src/runtime/internal/atomic/
atomic_386.go 1 // Copyright 2009 The Go Authors. All rights reserved.
11 //go:nosplit
12 //go:noinline
17 //go:nosplit
18 //go:noinline
23 //go:nosplit
33 //go:noescape
36 //go:nosplit
46 //go:noescape
49 //go:noescap
    [all...]
atomic_mipsx.go 1 // Copyright 2016 The Go Authors. All rights reserved.
20 //go:noescape
23 //go:noescape
26 //go:nosplit
38 //go:nosplit
43 //go:nosplit
48 //go:nosplit
59 //go:nosplit
70 //go:nosplit
84 //go:nospli
    [all...]
  /prebuilts/go/linux-x86/src/runtime/internal/sys/
zversion.go 1 // auto generated by go tool dist
5 const DefaultGoroot = `./prebuilts/go/linux-x86`
  /prebuilts/go/linux-x86/test/fixedbugs/
issue7272.go 3 // Copyright 2012 The Go Authors. All rights reserved.
8 // go/defer functions.
33 go close(c)
34 go copy(a, a)
35 go delete(m, 0)
36 go panic(0)
37 go print("foo")
38 go println("bar")
39 go recover()
bug017.go 3 // Copyright 2009 The Go Authors. All rights reserved.
14 main.go.c: In function ?main_main?:
15 main.go.c:20: error: missing terminating " character
16 main.go.c:21: error: missing terminating " character
17 main.go.c:24: error: ?def? undeclared (first use in this function)
18 main.go.c:24: error: (Each undeclared identifier is reported only once
19 main.go.c:24: error: for each function it appears in.)
20 main.go.c:24: error: syntax error before ?def?
21 main.go.c:24: error: missing terminating " character
22 main.go.c:25: warning: excess elements in struct initialize
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/debug/
stack_test.go 1 // Copyright 2011 The Go Authors. All rights reserved.
28 /Users/r/go/src/runtime/debug/stack.go:28 +0x80
30 /Users/r/go/src/runtime/debug/stack_test.go:15 +0x29
32 /Users/r/go/src/runtime/debug/stack_test.go:18 +0x32
34 /Users/r/go/src/runtime/debug/stack_test.go:37 +0x38
36 /Users/r/go/src/testing/testing.go:456 +0x9
    [all...]
  /prebuilts/go/linux-x86/src/runtime/debug/
stack_test.go 1 // Copyright 2011 The Go Authors. All rights reserved.
28 /Users/r/go/src/runtime/debug/stack.go:28 +0x80
30 /Users/r/go/src/runtime/debug/stack_test.go:15 +0x29
32 /Users/r/go/src/runtime/debug/stack_test.go:18 +0x32
34 /Users/r/go/src/runtime/debug/stack_test.go:37 +0x38
36 /Users/r/go/src/testing/testing.go:456 +0x9
    [all...]

Completed in 1509 milliseconds

1 2 3 45 6 7 8 91011>>