Home
last modified time | relevance | path

Searched refs:Go (Results 1 – 25 of 689) sorted by relevance

12345678910>>...28

/external/flatbuffers/docs/source/
DGoUsage.md1 Use in Go {#flatbuffers_guide_use_go}
6 Before diving into the FlatBuffers usage in Go, it should be noted that
8 to general FlatBuffers usage in all of the supported languages (including Go).
10 Go.
17 ## FlatBuffers Go library code location
19 The code for the FlatBuffers Go library can be found at
23 ## Testing the FlatBuffers Go library
25 The code to test the Go library can be found at `flatbuffers/tests`.
32 *Note: The shell script requires [Go](https://golang.org/doc/install) to
35 ## Using the FlatBuffers Go library
[all …]
/external/syzkaller/vendor/google.golang.org/grpc/
DREADME.md1 # gRPC-Go
5Go implementation of [gRPC](https://grpc.io/): A high performance, open source, general RPC framew…
10 To install this package, you need to install Go and setup your Go workspace on your computer. The s…
19 This requires Go 1.6 or later. Go 1.7 will be required soon.
23Go packages and a small number of exceptions. If your contribution introduces new dependencies whi…
/external/clang/test/CodeGenCXX/
Dmangle-local-class-vtables.cpp27 void Go(const I &i);
34 Go(C()); in G()
41 Go(C()); in G()
48 Go(C()); in G()
60 Go(C()); in K()
Dspecialized-static-data-mem-init.cpp19 void Go() { needs_guard.PrintNumK(); } in Go() function
27 C<int>().Go(); in F()
/external/syzkaller/vendor/golang.org/x/text/
DPATENTS4 Google as part of the Go project.
10 implementation of Go, where such license applies only to those patent
13 implementation of Go. This grant does not include claims that would be
18 that this implementation of Go or any code incorporated within this
19 implementation of Go constitutes direct or contributory patent
21 rights granted to you under this License for this implementation of Go
DCONTRIBUTORS1 # This source code was written by the Go contributors.
2 # The master list of contributors is in the main Go distribution,
/external/syzkaller/vendor/golang.org/x/net/
DPATENTS4 Google as part of the Go project.
10 implementation of Go, where such license applies only to those patent
13 implementation of Go. This grant does not include claims that would be
18 that this implementation of Go or any code incorporated within this
19 implementation of Go constitutes direct or contributory patent
21 rights granted to you under this License for this implementation of Go
DCONTRIBUTORS1 # This source code was written by the Go contributors.
2 # The master list of contributors is in the main Go distribution,
DAUTHORS1 # This source code refers to The Go Authors for copyright purposes.
2 # The master list of authors is in the main Go distribution,
/external/syzkaller/vendor/golang.org/x/sys/
DPATENTS4 Google as part of the Go project.
10 implementation of Go, where such license applies only to those patent
13 implementation of Go. This grant does not include claims that would be
18 that this implementation of Go or any code incorporated within this
19 implementation of Go constitutes direct or contributory patent
21 rights granted to you under this License for this implementation of Go
DCONTRIBUTORS1 # This source code was written by the Go contributors.
2 # The master list of contributors is in the main Go distribution,
DAUTHORS1 # This source code refers to The Go Authors for copyright purposes.
2 # The master list of authors is in the main Go distribution,
/external/syzkaller/vendor/github.com/googleapis/gax-go/
DREADME.md1 Google API Extensions for Go
7 Google API Extensions for Go (gax-go) is a set of modules which aids the
17 Go Versions
19 This library requires Go 1.6 or above.
/external/protobuf/examples/
DREADME.txt31 ## Go ##
33 The Go example requires a plugin to the protocol buffer compiler, so it is not
36 for more information about Go protocol buffer support.
39 Then, install the Go Protocol Buffers plugin
43 Build the Go samples in this directory with "make go". This creates the
53 similar way and can view/modify files created by the Go example and vice
/external/toolchain-utils/go/patch/
Dgo1.patch10 // Copyright 2014 The Go Authors. All rights reserved.
23 // Copyright 2011 The Go Authors. All rights reserved.
36 // Copyright 2015 The Go Authors. All rights reserved.
49 // Copyright 2013 The Go Authors. All rights reserved.
62 // Copyright 2015 The Go Authors. All rights reserved.
/external/syzkaller/vendor/golang.org/x/oauth2/
DCONTRIBUTING.md1 # Contributing to Go
3 Go is an open source project.
12 1. What version of Go are you using (`go version`)?
29 Unless otherwise noted, the Go source files are distributed under
DCONTRIBUTORS1 # This source code was written by the Go contributors.
2 # The master list of contributors is in the main Go distribution,
/external/boringssl/src/ssl/test/
DREADME.md11 Instead, we use a fork of the Go `crypto/tls` package, heavily patched with
12 configurable bugs. This code, along with a test suite and harness written in Go,
18 features should be implemented twice, once in C for BoringSSL and once in Go for
19 testing. If possible, the Go code should be suitable for potentially
32 control the Go TLS implementation's behavior.
/external/golang-protobuf/
DREADME.md1 # Go support for Protocol Buffers - Google's data interchange format
7 Copyright 2010 The Go Authors.
10 This package and the code it generates requires at least Go 1.9.
12 This software implements Go bindings for protocol buffers. For
21 - Of course, install the Go compiler and tools from
42 generates Go source files that, once compiled, can access and manage
47 There is support for gRPC in Go using protocol buffers.
53 ## Using protocol buffers with Go ##
60 parameter set to the directory you want to output the Go code to.
70 correspond well to the Go notion of packages. In generated Go code,
[all …]
DCONTRIBUTORS1 # This source code was written by the Go contributors.
2 # The master list of contributors is in the main Go distribution,
/external/golang-protobuf/protoc-gen-go/testdata/imports/
Dtest_import_all.proto1 // Go support for Protocol Buffers - Google's data interchange format
3 // Copyright 2018 The Go Authors. All rights reserved.
38 // test_a_1/m*.proto are in the same Go package and proto package.
39 // test_a_*/*.proto are in different Go packages, but the same proto package.
40 // test_b_1/*.proto are in the same Go package, but different proto packages.
/external/syzkaller/sys/linux/
Dsocket_alg.txt23 # Special struct generated by Go code.
32 # Special struct generated by Go code.
37 # Special struct generated by Go code.
42 # Special struct generated by Go code.
47 # Special struct generated by Go code.
/external/golang-protobuf/protoc-gen-go/testdata/import_public/
Da.proto1 // Go support for Protocol Buffers - Google's data interchange format
3 // Copyright 2018 The Go Authors. All rights reserved.
38 import public "import_public/sub/a.proto"; // Different Go package.
39 import public "import_public/b.proto"; // Same Go package.
/external/syzkaller/vendor/golang.org/x/sys/unix/
DREADME.md6 Porting Go to a new architecture/OS combination or adding syscalls, types, or
19 The old build system generates the Go files based on the C header files
25 To avoid this, if you are using the old build system, only generate the Go
79 When porting Go to an new architecture/OS, this file must be implemented for
87 Go numeric constants. See `zsysnum_${GOOS}_${GOARCH}.go` for the generated
98 hand-written Go files which implement system calls (for unix, the specific OS,
115 For each OS, there is a hand-written Go file at `${GOOS}/types.go` (or
117 creates Go type aliases to the corresponding C types. The file is then fed
118 through godef to get the Go compatible definitions. Finally, the generated code
142 the desired `#define` statements, and generates the corresponding Go constants.
[all …]
/external/syzkaller/vendor/github.com/golang/protobuf/
DCONTRIBUTORS1 # This source code was written by the Go contributors.
2 # The master list of contributors is in the main Go distribution,

12345678910>>...28