/prebuilts/go/linux-x86/src/crypto/tls/testdata/ |
Client-TLSv12-X25519-ECDHE-RSA-AES-GCM | 23 000000a0 02 47 6f 31 10 30 0e 06 03 55 04 03 13 07 47 6f |.Go1.0...U....Go| 27 000000e0 13 02 47 6f 31 0b 30 09 06 03 55 04 03 13 02 47 |..Go1.0...U....G|
|
Server-TLSv12-ALPN | 24 00000080 0b 30 09 06 03 55 04 0a 13 02 47 6f 31 10 30 0e |.0...U....Go1.0.| 28 000000c0 31 0b 30 09 06 03 55 04 0a 13 02 47 6f 31 0b 30 |1.0...U....Go1.0|
|
Server-TLSv12-CipherSuiteCertPreferenceRSA | 21 00000070 30 09 06 03 55 04 0a 13 02 47 6f 31 10 30 0e 06 |0...U....Go1.0..| 25 000000b0 0b 30 09 06 03 55 04 0a 13 02 47 6f 31 0b 30 09 |.0...U....Go1.0.|
|
Server-TLSv12-ClientAuthRequestedAndECDSAGiven | 17 00000070 30 09 06 03 55 04 0a 13 02 47 6f 31 10 30 0e 06 |0...U....Go1.0..| 21 000000b0 0b 30 09 06 03 55 04 0a 13 02 47 6f 31 0b 30 09 |.0...U....Go1.0.|
|
Server-TLSv12-ClientAuthRequestedAndGiven | 17 00000070 30 09 06 03 55 04 0a 13 02 47 6f 31 10 30 0e 06 |0...U....Go1.0..| 21 000000b0 0b 30 09 06 03 55 04 0a 13 02 47 6f 31 0b 30 09 |.0...U....Go1.0.|
|
Server-TLSv12-ClientAuthRequestedNotGiven | 17 00000070 30 09 06 03 55 04 0a 13 02 47 6f 31 10 30 0e 06 |0...U....Go1.0..| 21 000000b0 0b 30 09 06 03 55 04 0a 13 02 47 6f 31 0b 30 09 |.0...U....Go1.0.|
|
Server-TLSv12-ResumeDisabled | 26 00000070 30 09 06 03 55 04 0a 13 02 47 6f 31 10 30 0e 06 |0...U....Go1.0..| 30 000000b0 0b 30 09 06 03 55 04 0a 13 02 47 6f 31 0b 30 09 |.0...U....Go1.0.|
|
/prebuilts/go/darwin-x86/doc/ |
go1.1.html | 3 "Path": "/doc/go1.1", 10 The release of <a href="/doc/go1.html">Go version 1</a> (Go 1 or Go 1.0 for short) 405 The "<code>go1.1</code>" tag has been added to the list of default 416 // +build go1.1 424 // +build !go1.1 [all...] |
go1.8.html | 3 "Path": "/doc/go1.8", 21 The latest Go release, version 1.8, arrives six months after <a href="go1.7">Go 1.7</a>. 298 <a href="https://golang.org/test/bench/go1/">our benchmark programs</a> by 20-30% 466 <a href="/doc/go1.6#runtime">added lightweight, 604 Continuing <a href="/doc/go1.7#context">Go 1.7's adoption</a> [all...] |
go1.4.html | 3 "Path": "/doc/go1.4", 429 <a href="https://golang.org/s/go1.4-generate">design document</a>. 612 The reasons are described at length in <a href="https://golang.org/s/go1.4-syscall">a [all...] |
/prebuilts/go/darwin-x86/src/go/build/ |
build.go | 290 // Old tags should not be removed. That is, the go1.x tag is present 292 // say "+build go1.x", and code that should only be built before Go 1.x 293 // (perhaps it is the stub to use in that case) should say "+build !go1.x". 295 const version = 10 // go1.10 297 c.ReleaseTags = append(c.ReleaseTags, "go1."+strconv.Itoa(i)) [all...] |
/prebuilts/go/linux-x86/doc/ |
go1.1.html | 3 "Path": "/doc/go1.1", 10 The release of <a href="/doc/go1.html">Go version 1</a> (Go 1 or Go 1.0 for short) 405 The "<code>go1.1</code>" tag has been added to the list of default 416 // +build go1.1 424 // +build !go1.1 [all...] |
go1.8.html | 3 "Path": "/doc/go1.8", 21 The latest Go release, version 1.8, arrives six months after <a href="go1.7">Go 1.7</a>. 298 <a href="https://golang.org/test/bench/go1/">our benchmark programs</a> by 20-30% 466 <a href="/doc/go1.6#runtime">added lightweight, 604 Continuing <a href="/doc/go1.7#context">Go 1.7's adoption</a> [all...] |
go1.4.html | 3 "Path": "/doc/go1.4", 429 <a href="https://golang.org/s/go1.4-generate">design document</a>. 612 The reasons are described at length in <a href="https://golang.org/s/go1.4-syscall">a [all...] |
/prebuilts/go/linux-x86/src/go/build/ |
build.go | 290 // Old tags should not be removed. That is, the go1.x tag is present 292 // say "+build go1.x", and code that should only be built before Go 1.x 293 // (perhaps it is the stub to use in that case) should say "+build !go1.x". 295 const version = 10 // go1.10 297 c.ReleaseTags = append(c.ReleaseTags, "go1."+strconv.Itoa(i)) [all...] |
/external/libmojo/mojo/edk/system/ |
multiprocess_message_pipe_unittest.cc | 306 const std::string go1("go 1"); 317 MojoWriteMessage(h, &go1[0], 318 static_cast<uint32_t>(go1.size()), &handles[0], [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64/crypto/ |
md5.a | 3 go object darwin amd64 go1.10 X:framepointer 51 go object darwin amd64 go1.10 X:framepointer [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64_race/os/ |
signal.a | 3 go object darwin amd64 go1.10 X:framepointer 29 go object darwin amd64 go1.10 X:framepointer [all...] |
/prebuilts/go/linux-x86/pkg/linux_amd64/crypto/ |
md5.a | 3 go object linux amd64 go1.10 X:framepointer 51 go object linux amd64 go1.10 X:framepointer [all...] |
/prebuilts/go/linux-x86/pkg/linux_amd64/runtime/ |
cgo.a | 3 go object linux amd64 go1.10 X:framepointer 17 go object linux amd64 go1.10 X:framepointer 119 go object linux amd64 go1.10 [all...] |
/prebuilts/go/linux-x86/pkg/linux_amd64_race/os/ |
signal.a | 3 go object linux amd64 go1.10 X:framepointer 29 go object linux amd64 go1.10 X:framepointer [all...] |
/prebuilts/go/linux-x86/pkg/linux_amd64_race/runtime/ |
cgo.a | 3 go object linux amd64 go1.10 X:framepointer 17 go object linux amd64 go1.10 X:framepointer 119 go object linux amd64 go1.10 [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/go/internal/ |
bug.a | 3 go object darwin amd64 go1.10 X:framepointer 556 go object darwin amd64 go1.10 X:framepointer 565 .this ?type.io.Writer ?p ?type.[]uint8 ?n ?type.int ?err ?type.error ?Tgclocals·ed2b4e9472fcfb4edac5bdc674d399da ?Tgclocals·69c1753bd5f81501d95132d08af04464 ?.gofile..<autogenerated> |