HomeSort by relevance Sort by last modified time
    Searched refs:go (Results 1 - 25 of 4425) 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
  /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 $*
  /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
  /external/skia/tools/
bisect_roll 9 go run "$base_dir/bisect_roll.go" "$@"
  /external/skia/tools/skqp/
make_model.sh 16 go get -u go.skia.org/infra/golden/go/search
18 go run "${SKIA}/tools/skqp/make_gmkb.go" "$1" \
  /external/skqp/tools/
bisect_roll 9 go run "$base_dir/bisect_roll.go" "$@"
  /external/skqp/tools/skqp/
make_model.sh 16 go get -u go.skia.org/infra/golden/go/search
18 go run "${SKIA}/tools/skqp/make_gmkb.go" "$1" \
  /external/golang-protobuf/proto/testdata/
Makefile 0 # Go support for Protocol Buffers - Google's data interchange format
3 # Copyright 2010 The Go Authors. All rights reserved.
38 rm -f test.pb.go
39 make test.pb.go
44 git diff test.pb.go
47 cp test.pb.go.golden test.pb.go
50 cp test.pb.go test.pb.go.golden
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/testdata/
Makefile 0 go test command:
2 cd ..; go test -run 'ObjdumpARM64Cond' -v -timeout 10h -long 2>&1 | tee log
3 cd ..; go test -run 'ObjdumpARM64Testdata' -v -timeout 10h -long 2>&1 | tee -a log
4 cd ..; go test -run 'ObjdumpARM64' -v -timeout 10h -long 2>&1 | tee -a log
5 cd ..; go test -run 'ObjdumpARM64Manual' -v -timeout 10h -long 2>&1 | tee -a log
6 cd ..; go test -run 'TestDecode'
7 cd ..; go test -run '.*'
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/testdata/
Makefile 0 go test command:
2 cd ..; go test -run 'ObjdumpARM64Cond' -v -timeout 10h -long 2>&1 | tee log
3 cd ..; go test -run 'ObjdumpARM64Testdata' -v -timeout 10h -long 2>&1 | tee -a log
4 cd ..; go test -run 'ObjdumpARM64' -v -timeout 10h -long 2>&1 | tee -a log
5 cd ..; go test -run 'ObjdumpARM64Manual' -v -timeout 10h -long 2>&1 | tee -a log
6 cd ..; go test -run 'TestDecode'
7 cd ..; go test -run '.*'
  /external/boringssl/src/crypto/cipher_extra/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
  /prebuilts/jdk/jdk8/darwin-x86/sample/lambda/DefaultMethods/
DiamondInheritance.java 44 * Both {@link Horse} and {@link Bird} interfaces implements the <code>go</code>
46 * <code>go</code> method.
51 * For example: Horse.super.go();
64 * Return string representation of the "go" action for concrete animal
66 * @return string representation of the "go" action for concrete animal
68 String go(); method in interface:DiamondInheritance.Animal
79 * Return string representation of the "go" action for horse
81 * @return string representation of the "go" action for horse
84 default String go() { method in interface:DiamondInheritance.Horse
97 * Return string representation of the "go" action for bir
102 default String go() { method in interface:DiamondInheritance.Bird
132 public String go() { method in class:DiamondInheritance.Pegasus
    [all...]

Completed in 576 milliseconds

1 2 3 4 5 6 7 8 91011>>