/prebuilts/go/darwin-x86/src/crypto/rc4/ |
rc4.go | 5 // Package rc4 implements RC4 encryption, as defined in Bruce Schneier's 10 package rc4
|
/prebuilts/go/darwin-x86/src/crypto/subtle/ |
constant_time.go | 5 // Package subtle implements functions that are often useful in cryptographic 7 package subtle
|
/prebuilts/go/darwin-x86/src/go/ast/ |
resolve.go | 7 package ast 54 // An Importer resolves import paths to package Objects. 56 // indexed by package id (canonical import path). 60 // Importer should load the package data for the given path into 65 // NewPackage creates a new Package node from a set of File nodes. It resolves 68 // used to resolve identifiers not declared in any of the package files. Any 70 // belong to different packages, one package name is selected and files with 71 // different package names are reported and then ignored. 72 // The result is a package node and a scanner.ErrorList if there were errors. 74 func NewPackage(fset *token.FileSet, files map[string]*File, importer Importer, universe *Scope) (*Package, error) [all...] |
/prebuilts/go/darwin-x86/src/go/doc/ |
filter.go | 5 package doc 99 func (p *Package) Filter(f Filter) { 104 p.Doc = "" // don't show top-level package doc
|
/prebuilts/go/darwin-x86/src/go/types/ |
typestring.go | 7 package types 14 // A Qualifier controls how named package-level objects are printed in 18 // package-level object O, and if the Qualifier returns a non-empty 22 // Using a nil Qualifier is equivalent to using (*Package).Path: the 25 type Qualifier func(*Package) string 29 func RelativeTo(pkg *Package) Qualifier { 33 return func(other *Package) string { 35 return "" // same package; unqualified 56 // This flag is exported in the x/tools/go/types package. We don't 64 // package-level objects, and may be nil [all...] |
/prebuilts/go/darwin-x86/src/internal/syscall/windows/sysdll/ |
sysdll.go | 5 // Package sysdll is an internal leaf package that records and reports 8 package sysdll
|
/prebuilts/go/darwin-x86/src/net/http/httputil/ |
httputil.go | 5 // Package httputil provides HTTP utility functions, complementing the 6 // more common ones in the net/http package. 7 package httputil 18 // NewChunkedReader is not needed by normal applications. The http package 29 // package adds chunking automatically if handlers don't set a
|
/prebuilts/go/darwin-x86/src/os/signal/internal/pty/ |
pty.go | 8 // Package pty is a simple pseudo-terminal package for Unix systems, 10 // This is only used for testing the os/signal package. 11 package pty
|
/prebuilts/go/darwin-x86/src/strconv/ |
doc.go | 5 // Package strconv implements conversions to and from string representations 57 package strconv
|
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/cryptobyte/asn1/ |
asn1.go | 5 // Package asn1 contains supporting types for parsing and building ASN.1 6 // messages with the cryptobyte package. 7 package asn1 // import "golang.org/x/crypto/cryptobyte/asn1" 12 // Methods in the cryptobyte package only support the low-tag-number form, i.e.
|
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/poly1305/ |
poly1305.go | 6 Package poly1305 implements Poly1305 one-time message authentication code as specified in http://cr.yp.to/mac/poly1305-20050329.pdf. 16 However, in this package AES isn't used and the one-time key is specified 19 package poly1305 // import "golang.org/x/crypto/poly1305"
|
/prebuilts/go/linux-x86/src/cmd/go/internal/fix/ |
fix.go | 5 // Package fix implements the ``go fix'' command. 6 package fix 34 // the command only applies to this package,
|
/prebuilts/go/linux-x86/src/cmd/go/internal/load/ |
icfg.go | 5 package load 62 func (f *debugDeprecatedImportcfgFlag) lookup(parent *Package, path string) (dir, newPath string) {
|
/prebuilts/go/linux-x86/src/cmd/internal/browser/ |
browser.go | 5 // Package browser provides utilities for interacting with users' browsers. 6 package browser
|
/prebuilts/go/linux-x86/src/crypto/des/ |
const.go | 5 // Package des implements the Data Encryption Standard (DES) and the 11 package des
|
/prebuilts/go/linux-x86/src/crypto/rc4/ |
rc4.go | 5 // Package rc4 implements RC4 encryption, as defined in Bruce Schneier's 10 package rc4
|
/prebuilts/go/linux-x86/src/crypto/subtle/ |
constant_time.go | 5 // Package subtle implements functions that are often useful in cryptographic 7 package subtle
|
/prebuilts/go/linux-x86/src/go/ast/ |
resolve.go | 7 package ast 54 // An Importer resolves import paths to package Objects. 56 // indexed by package id (canonical import path). 60 // Importer should load the package data for the given path into 65 // NewPackage creates a new Package node from a set of File nodes. It resolves 68 // used to resolve identifiers not declared in any of the package files. Any 70 // belong to different packages, one package name is selected and files with 71 // different package names are reported and then ignored. 72 // The result is a package node and a scanner.ErrorList if there were errors. 74 func NewPackage(fset *token.FileSet, files map[string]*File, importer Importer, universe *Scope) (*Package, error) [all...] |
/prebuilts/go/linux-x86/src/go/doc/ |
filter.go | 5 package doc 99 func (p *Package) Filter(f Filter) { 104 p.Doc = "" // don't show top-level package doc
|
/prebuilts/go/linux-x86/src/go/types/ |
typestring.go | 7 package types 14 // A Qualifier controls how named package-level objects are printed in 18 // package-level object O, and if the Qualifier returns a non-empty 22 // Using a nil Qualifier is equivalent to using (*Package).Path: the 25 type Qualifier func(*Package) string 29 func RelativeTo(pkg *Package) Qualifier { 33 return func(other *Package) string { 35 return "" // same package; unqualified 56 // This flag is exported in the x/tools/go/types package. We don't 64 // package-level objects, and may be nil [all...] |
/prebuilts/go/linux-x86/src/internal/syscall/windows/sysdll/ |
sysdll.go | 5 // Package sysdll is an internal leaf package that records and reports 8 package sysdll
|
/prebuilts/go/linux-x86/src/net/http/httputil/ |
httputil.go | 5 // Package httputil provides HTTP utility functions, complementing the 6 // more common ones in the net/http package. 7 package httputil 18 // NewChunkedReader is not needed by normal applications. The http package 29 // package adds chunking automatically if handlers don't set a
|
/prebuilts/go/linux-x86/src/os/signal/internal/pty/ |
pty.go | 8 // Package pty is a simple pseudo-terminal package for Unix systems, 10 // This is only used for testing the os/signal package. 11 package pty
|
/prebuilts/go/linux-x86/src/strconv/ |
doc.go | 5 // Package strconv implements conversions to and from string representations 57 package strconv
|
/prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/cryptobyte/asn1/ |
asn1.go | 5 // Package asn1 contains supporting types for parsing and building ASN.1 6 // messages with the cryptobyte package. 7 package asn1 // import "golang.org/x/crypto/cryptobyte/asn1" 12 // Methods in the cryptobyte package only support the low-tag-number form, i.e.
|