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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/go/doc/
Makefile 1 # Copyright 2009 The Go Authors. All rights reserved.
6 headscan: headscan.go
7 go build headscan.go
  /prebuilts/go/linux-x86/src/go/doc/
Makefile 1 # Copyright 2009 The Go Authors. All rights reserved.
6 headscan: headscan.go
7 go build headscan.go
  /prebuilts/go/darwin-x86/src/cmd/go/
mkalldocs.sh 2 # Copyright 2012 The Go Authors. All rights reserved.
8 go build -o go.latest
9 ./go.latest help documentation >alldocs.go
10 gofmt -w alldocs.go
11 rm go.latest
tag_test.go 1 // Copyright 2011 The Go Authors. All rights reserved.
10 "go.r58",
11 "go.r58.1",
12 "go.r59",
13 "go.r59.1",
14 "go.r61",
15 "go.r61.1",
16 "go.weekly.2010-01-02",
17 "go.weekly.2011-10-12",
18 "go.weekly.2011-10-12.1"
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
mkalldocs.sh 2 # Copyright 2012 The Go Authors. All rights reserved.
8 go build -o go.latest
9 ./go.latest help documentation >alldocs.go
10 gofmt -w alldocs.go
11 rm go.latest
  /external/clang/test/CodeGen/
cast.c 3 extern void go(const void *p);
5 void foo(void) { go(v); }
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
Makefile 1 tables.go: ../armmap/map.go ../arm.csv
2 go run ../armmap/map.go -fmt=decoder ../arm.csv >_tables.go && gofmt _tables.go >tables.go && rm _tables.go
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
Makefile 1 tables.go: ../x86map/map.go ../x86.csv
2 go run ../x86map/map.go -fmt=decoder ../x86.csv >_tables.go && gofmt _tables.go >tables.go && rm _tables.go
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
Makefile 1 tables.go: ../armmap/map.go ../arm.csv
2 go run ../armmap/map.go -fmt=decoder ../arm.csv >_tables.go && gofmt _tables.go >tables.go && rm _tables.go
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
Makefile 1 tables.go: ../x86map/map.go ../x86.csv
2 go run ../x86map/map.go -fmt=decoder ../x86.csv >_tables.go && gofmt _tables.go >tables.go && rm _tables.go
  /external/clang/test/SemaTemplate/
instantiation-depth-exception-spec.cpp 3 template<typename T> T go(T a) noexcept(noexcept(go(a))); // \
4 // expected-error 16{{call to function 'go' that is neither visible}} \
5 // expected-note 16{{'go' should be declared prior to the call site}} \
9 int k = go(0); // \
10 // expected-note {{in instantiation of exception specification for 'go<int>' requested here}}
  /build/kati/
make-c.sh 21 go run ${dir}/make-c/main.go
  /prebuilts/go/darwin-x86/src/
run.rc 2 # Copyright 2012 The Go Authors. All rights reserved.
8 eval `{go env}
14 exec go tool dist test -rebuild $*
clean.rc 2 # Copyright 2012 The Go Authors. All rights reserved.
6 eval `{go tool dist env -9}
13 $GOBIN/go clean -i std
14 $GOBIN/go tool dist clean
15 $GOBIN/go clean -i cmd
  /prebuilts/go/linux-x86/src/
run.rc 2 # Copyright 2012 The Go Authors. All rights reserved.
8 eval `{go env}
14 exec go tool dist test -rebuild $*
  /build/kati/testcase/
err_ifdef_two_args2.mk 1 # TODO(go): Fix
expanded_nl.mk 1 # TODO(go): Fix
  /prebuilts/go/darwin-x86/misc/cgo/testplugin/
test.bash 2 # Copyright 2016 The Go Authors. All rights reserved.
8 if [ ! -f src/host/host.go ]; then
14 goos=$(go env GOOS)
15 goarch=$(go env GOARCH)
26 GOPATH=$(pwd) go build -buildmode=plugin plugin1
27 GOPATH=$(pwd) go build -buildmode=plugin plugin2
28 GOPATH=$(pwd)/altpath go build -buildmode=plugin plugin-mismatch
29 GOPATH=$(pwd) go build -buildmode=plugin -o=sub/plugin1.so sub/plugin1
30 GOPATH=$(pwd) go build -buildmode=plugin unnamed1.go
    [all...]
  /prebuilts/go/linux-x86/misc/cgo/testplugin/
test.bash 2 # Copyright 2016 The Go Authors. All rights reserved.
8 if [ ! -f src/host/host.go ]; then
14 goos=$(go env GOOS)
15 goarch=$(go env GOARCH)
26 GOPATH=$(pwd) go build -buildmode=plugin plugin1
27 GOPATH=$(pwd) go build -buildmode=plugin plugin2
28 GOPATH=$(pwd)/altpath go build -buildmode=plugin plugin-mismatch
29 GOPATH=$(pwd) go build -buildmode=plugin -o=sub/plugin1.so sub/plugin1
30 GOPATH=$(pwd) go build -buildmode=plugin unnamed1.go
    [all...]
  /external/boringssl/src/crypto/cipher/test/
make_all_legacy_aead_tests.sh 5 go run make_legacy_aead_tests.go -cipher aes128 -mac sha1 > aes_128_cbc_sha1_tls_tests.txt
6 go run make_legacy_aead_tests.go -cipher aes128 -mac sha1 -implicit-iv > aes_128_cbc_sha1_tls_implicit_iv_tests.txt
7 go run make_legacy_aead_tests.go -cipher aes128 -mac sha256 > aes_128_cbc_sha256_tls_tests.txt
9 go run make_legacy_aead_tests.go -cipher aes256 -mac sha1 > aes_256_cbc_sha1_tls_tests.txt
10 go run make_legacy_aead_tests.go -cipher aes256 -mac sha1 -implicit-iv > aes_256_cbc_sha1_tls_implicit_iv_tests.tx
    [all...]
  /prebuilts/go/darwin-x86/doc/codewalk/
run 2 # Copyright 2013 The Go Authors. All rights reserved.
14 echo foo | go run markov.go | grep foo > /dev/null || fail markov
17 go run pig.go | grep 'Wins, losses staying at k = 100: 210/990 (21.2%), 780/990 (78.8%)' > /dev/null || fail pig
20 go build urlpoll.go || fail urlpoll
  /prebuilts/go/linux-x86/doc/codewalk/
run 2 # Copyright 2013 The Go Authors. All rights reserved.
14 echo foo | go run markov.go | grep foo > /dev/null || fail markov
17 go run pig.go | grep 'Wins, losses staying at k = 100: 210/990 (21.2%), 780/990 (78.8%)' > /dev/null || fail pig
20 go build urlpoll.go || fail urlpoll
  /external/toolchain-utils/go/
go_local 3 # Invoke the Go compiler for localhost.
8 exec go "$@"
  /prebuilts/go/darwin-x86/misc/cgo/testgodefs/
test.bash 3 # Copyright 2014 The Go Authors. All rights reserved.
7 # We are testing cgo -godefs, which translates Go files that use
8 # import "C" into Go files with Go definitions of types defined in the
15 go tool cgo -godefs -srcdir . ${FP}.go > ${FP}_defs.go
16 RM="${RM} ${FP}_defs.go"
19 go build . && ./testgodefs
  /prebuilts/go/darwin-x86/test/dwarf/dwarf.dir/
z1.go 3 //line x1.go:4

Completed in 754 milliseconds

1 2 3 4 5 6 7 8 91011>>