Searched refs:go (Results 1 - 25 of 273) sorted by relevance

1234567891011

/external/clang/test/CodeGen/
H A Dcast.c3 extern void go(const void *p);
5 void foo(void) { go(v); }
/external/clang/test/SemaTemplate/
H A Dinstantiation-depth-exception-spec.cpp3 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}}
/external/skia/tools/
H A Dbisect_roll9 go run "$base_dir/bisect_roll.go" "$@"
/external/skia/tools/skqp/
H A Dmake_model.sh16 go get -u go.skia.org/infra/golden/go/search
18 go run "${SKIA}/tools/skqp/make_gmkb.go" "$1" \
/external/skqp/tools/
H A Dbisect_roll9 go run "$base_dir/bisect_roll.go" "$@"
/external/skqp/tools/skqp/
H A Dmake_model.sh16 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/
H A DMakefile38 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
/external/boringssl/src/crypto/cipher_extra/test/
H A Dmake_all_legacy_aead_tests.sh5 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
[all...]
/external/toolchain-utils/go/
H A Dgo_local8 exec go "$@"
/external/golang-protobuf/
H A DMakefile36 go install ./proto ./jsonpb ./ptypes
37 go install ./protoc-gen-go
40 go test ./proto ./jsonpb ./ptypes
41 make -C protoc-gen-go/testdata test
44 go clean ./...
47 go clean -i ./...
50 make -C protoc-gen-go/descriptor regenerate
51 make -C protoc-gen-go/plugin regenerate
52 make -C protoc-gen-go/testdat
[all...]
/external/tpm2/
H A DClockSet.c30 || in->newTime < go.clock)
36 clockNow = go.clock; // grab the old value
37 go.clock = in->newTime; // set the new value
42 NvWriteReserved(NV_ORDERLY_DATA, &go);
45 go.clockSafe = YES;
/external/golang-protobuf/protoc-gen-go/testdata/
H A DMakefile43 my_test/test.pb.go: my_test/test.proto
44 protoc --go_out=Mmulti/multi1.proto=github.com/golang/protobuf/protoc-gen-go/testdata/multi:. $<
47 make -B my_test/test.pb.go
48 sed -i -e '/return.*fileDescriptor/d' my_test/test.pb.go
49 sed -i -e '/^var fileDescriptor/,/^}/d' my_test/test.pb.go
50 sed -i -e '/proto.RegisterFile.*fileDescriptor/d' my_test/test.pb.go
51 gofmt -w my_test/test.pb.go
52 diff -w my_test/test.pb.go my_test/test.pb.go.golden
57 go tes
[all...]
/external/guice/core/test/com/google/inject/example/
H A DClientServiceWithDependencyInjection.java29 void go(); method in interface:ClientServiceWithDependencyInjection.Service
33 public void go() { method in class:ClientServiceWithDependencyInjection.ServiceImpl
57 public void go() { method in class:ClientServiceWithDependencyInjection.Client
58 service.go();
75 client.go();
83 public void go() { method in class:ClientServiceWithDependencyInjection.MockService
H A DClientServiceWithFactories.java29 void go(); method in interface:ClientServiceWithFactories.Service
33 public void go() { method in class:ClientServiceWithFactories.ServiceImpl
55 public void go() { method in class:ClientServiceWithFactories.Client
57 service.go();
67 client.go();
79 public void go() { method in class:ClientServiceWithFactories.MockService
H A DClientServiceWithGuice.java36 void go(); method in interface:ClientServiceWithGuice.Service
40 public void go() { method in class:ClientServiceWithGuice.ServiceImpl
60 public void go() { method in class:ClientServiceWithGuice.Client
61 service.go();
68 client.go();
76 public void go() { method in class:ClientServiceWithGuice.MockService
H A DClientServiceWithGuiceDefaults.java37 void go(); method in interface:ClientServiceWithGuiceDefaults.Service
42 public void go() { method in class:ClientServiceWithGuiceDefaults.ServiceImpl
56 public void go() { method in class:ClientServiceWithGuiceDefaults.Client
57 service.go();
64 client.go();
72 public void go() { method in class:ClientServiceWithGuiceDefaults.MockService
/external/flatbuffers/tests/
H A DGoTest.sh29 mkdir -p ${go_src}/github.com/google/flatbuffers/go
32 cp -a MyGame/Example/*.go ./go_gen/src/MyGame/Example/
33 # do not compile the gRPC generated files, which are not tested by go_test.go
35 rm ./go_gen/src/MyGame/Example/*_grpc.go
36 cp -a ../go/* ./go_gen/src/github.com/google/flatbuffers/go
37 cp -a ./go_test.go ./go_gen/src/flatbuffers_test/
42 # go -test -test.v ...
45 # go -test -test.bench=. ...
46 GOPATH=${go_path} go tes
[all...]
/external/tensorflow/tensorflow/go/genop/
H A Dgenerate.sh19 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/
H A Dtest.sh18 # 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...]
/external/golang-protobuf/protoc-gen-go/plugin/
H A DMakefile37 protoc --go_out=Mgoogle/protobuf/descriptor.proto=github.com/golang/protobuf/protoc-gen-go/descriptor:../../../../.. \
41 cp plugin.pb.golden plugin.pb.go
44 cp plugin.pb.go plugin.pb.golden
/external/flatbuffers/samples/
H A Dgo_sample.sh17 # Note: This script runs on Mac and Linux. It requires `go` to be installed
33 ../flatc --go monster.fbs
35 ../Debug/flatc --go monster.fbs
48 mkdir -p ${sampledir}/go_gen/src/github.com/google/flatbuffers/go
49 cp MyGame/Sample/*.go ${sampledir}/go_gen/src/MyGame/Sample/
50 cp ${sampledir}/../go/* ${sampledir}/go_gen/src/github.com/google/flatbuffers/go
52 # Export the `GOPATH`, so that `go` will know which directories to search for
57 go build -o go_sample sample_binary.go
[all...]
/external/protobuf/examples/
H A DMakefile8 go: add_person_go list_people_go
18 rm -f protoc_middleman_go tutorial/*.pb.go add_person_go list_people_go
29 mkdir tutorial # make directory for go package
41 add_person_go: add_person.go protoc_middleman_go
42 go build -o add_person_go add_person.go
44 add_person_gotest: add_person_test.go add_person_go
45 go test add_person.go add_person_test.go
[all...]
/external/golang-protobuf/proto/
H A DMakefile33 go install
36 go test
/external/syslinux/core/lwip/src/netif/ppp/
H A Dipcp.c305 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
317 if (wo->neg_addr && !go->neg_addr && !go->old_addrs) {
319 go->neg_addr = 1;
320 go->old_addrs = 1;
322 if (wo->neg_vj && !go->neg_vj && !go->old_vj) {
326 go->neg_vj = 1;
330 go->neg_vj = 1;
331 go
350 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
427 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
547 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
752 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
875 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
1224 ipcp_options *go = &ipcp_gotoptions[f->unit]; local
[all...]
/external/ppp/pppd/
H A Dlcp.c649 lcp_options *go = &lcp_gotoptions[f->unit]; local
654 *go = *wo;
656 go->neg_mrru = 0;
657 go->neg_ssnhf = 0;
658 go->neg_endpoint = 0;
674 lcp_options *go = &lcp_gotoptions[f->unit]; local
687 return (LENCISHORT(go->neg_mru && go->mru != DEFMRU) +
688 LENCILONG(go->neg_asyncmap && go
712 lcp_options *go = &lcp_gotoptions[f->unit]; local
800 lcp_options *go = &lcp_gotoptions[f->unit]; local
956 lcp_options *go = &lcp_gotoptions[f->unit]; local
1349 lcp_options *go = &lcp_gotoptions[f->unit]; local
1509 lcp_options *go = &lcp_gotoptions[f->unit]; local
1899 lcp_options *go = &lcp_gotoptions[f->unit]; local
1948 lcp_options *go = &lcp_gotoptions[f->unit]; local
[all...]

Completed in 549 milliseconds

1234567891011