HomeSort by relevance Sort by last modified time
    Searched refs:go (Results 126 - 150 of 4425) sorted by null

1 2 3 4 56 7 8 91011>>

  /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/test/fixedbugs/
issue18331.go 2 // Copyright 2017 The Go Authors. All rights reserved.
9 //go:unknown // ERROR "//go:unknown is not allowed in the standard library"
12 //go:nowritebarrierc // ERROR "//go:nowritebarrierc is not allowed in the standard library"
15 //go:noesape // ERROR "//go:noesape is not allowed in the standard library"
18 //go:noescape
19 func hey() { // ERROR "can only use //go:noescape with external func implementations"
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() {
23 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/test/fixedbugs/
issue18331.go 2 // Copyright 2017 The Go Authors. All rights reserved.
9 //go:unknown // ERROR "//go:unknown is not allowed in the standard library"
12 //go:nowritebarrierc // ERROR "//go:nowritebarrierc is not allowed in the standard library"
15 //go:noesape // ERROR "//go:noesape is not allowed in the standard library"
18 //go:noescape
19 func hey() { // ERROR "can only use //go:noescape with external func implementations"
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/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/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/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...]
  /build/kati/testcase/
empty_target_specific_var.mk 1 # TODO(go): https://github.com/google/kati/issues/83
err_ifdef_with_leading_space.mk 1 # TODO(go): Fix
target_specific_var_with_pattern.mk 1 # TODO(go): Fix
terms_in_parens.mk 1 # TODO(go): Fix
  /external/tensorflow/tensorflow/go/genop/
generate.sh 19 go get github.com/golang/protobuf/proto
20 go get github.com/golang/protobuf/protoc-gen-go
24 GOPATH=$(go env GOPATH)
51 # Ensure that protoc-gen-go is available in $PATH
  /external/tensorflow/tensorflow/go/
test.sh 18 # The TensorFlow Go API aims to be usable with the 'go' tool
19 # (using 'go get' etc.) and thus without bazel.
21 # This script acts as a brige between bazel and go so that:
24 # go test github.com/tensorflow/tensorflow/tensorflow/go
29 # Find the 'go' tool
30 if [[ ! -x "go" && -z $(which go) ]]
32 if [[ -x "/usr/local/go/bin/go" ]
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
lex_test.go 1 // Copyright 2016 The Go Authors. All rights reserved.
57 {`go:cgo_export_dynamic local`, "cgo_export_dynamic local\n"},
58 {`go:cgo_export_dynamic local remote`, "cgo_export_dynamic local remote\n"},
59 {`go:cgo_export_dynamic local' remote'`, "cgo_export_dynamic 'local''' 'remote'''\n"},
60 {`go:cgo_export_static local`, "cgo_export_static local\n"},
61 {`go:cgo_export_static local remote`, "cgo_export_static local remote\n"},
62 {`go:cgo_export_static local' remote'`, "cgo_export_static 'local''' 'remote'''\n"},
63 {`go:cgo_import_dynamic local`, "cgo_import_dynamic local\n"},
64 {`go:cgo_import_dynamic local remote`, "cgo_import_dynamic local remote\n"},
65 {`go:cgo_import_dynamic local remote "library"`, "cgo_import_dynamic local remote library\n"}
    [all...]

Completed in 734 milliseconds

1 2 3 4 56 7 8 91011>>