/prebuilts/go/linux-x86/src/crypto/sha512/ |
sha512.go | 5 // Package sha512 implements the SHA-384, SHA-512, SHA-512/224, and SHA-512/256 7 package sha512
|
/prebuilts/go/linux-x86/src/crypto/x509/pkix/ |
pkix.go | 5 // Package pkix contains shared, low level structures used for ASN.1 parsing 7 package pkix
|
/prebuilts/go/linux-x86/src/encoding/hex/ |
hex.go | 5 // Package hex implements hexadecimal encoding and decoding. 6 package hex
|
/prebuilts/go/linux-x86/src/go/ast/ |
example_test.go | 5 package ast_test 20 package p 62 package main 80 // 1 . Package: 2:1 147 // This is the package comment. 148 package main 190 // // This is the package comment. 191 // package main
|
/prebuilts/go/linux-x86/src/go/format/ |
format.go | 5 // Package format implements standard formatting of Go source. 6 package format
|
/prebuilts/go/linux-x86/src/go/token/ |
token.go | 5 // Package token defines constants representing the lexical tokens of the Go 8 package token 114 PACKAGE 215 PACKAGE: "package",
|
/prebuilts/go/linux-x86/src/go/types/ |
eval_test.go | 7 package types_test 21 func testEval(t *testing.T, fset *token.FileSet, pkg *Package, pos token.Pos, expr string, typ Type, typStr, valStr string) { 100 package p 107 _ = m.Pi // use package math 126 package p 149 package p
|
/prebuilts/go/linux-x86/src/html/ |
escape.go | 5 // Package html provides functions for escaping and unescaping HTML text. 6 package html
|
/prebuilts/go/linux-x86/src/image/ |
decode_example_test.go | 6 package image_test 15 // Package image/jpeg is not used explicitly in the code below,
|
/prebuilts/go/linux-x86/src/io/ioutil/ |
ioutil.go | 5 // Package ioutil implements some I/O utility functions. 6 package ioutil
|
/prebuilts/go/linux-x86/src/math/big/ |
doc.go | 6 Package big implements arbitrary-precision arithmetic (big numbers). 95 Finally, *Int, *Rat, and *Float satisfy the fmt package's Scanner interface 99 package big
|
/prebuilts/go/linux-x86/src/mime/ |
type.go | 5 // Package mime implements parts of the MIME spec. 6 package mime 116 const utf8RuneSelf = 0x80 // from utf8 package, but not importing it.
|
/prebuilts/go/linux-x86/src/net/http/ |
doc.go | 6 Package http provides HTTP client and server implementations. 81 Starting with Go 1.6, the http package has transparent support for the 97 The http package's Transport and Server both automatically enable 100 a newer version of Go's http2 package, import "golang.org/x/net/http2" 103 package takes precedence over the net/http package's built-in HTTP/2 107 package http
|
/prebuilts/go/linux-x86/src/net/internal/socktest/ |
switch.go | 5 // Package socktest provides utilities for socket testing. 6 package socktest
|
/prebuilts/go/linux-x86/src/net/textproto/ |
textproto.go | 5 // Package textproto implements generic support for text-based request/response 8 // The package provides: 26 package textproto
|
/prebuilts/go/linux-x86/src/os/signal/ |
signal.go | 5 package signal 76 // Notify causes package signal to relay incoming signals to c. 80 // Package signal will not block sending to c: the caller must ensure 140 // Stop causes package signal to stop relaying incoming signals to c.
|
/prebuilts/go/linux-x86/src/regexp/syntax/ |
doc.go | 8 Package syntax parses regular expressions into parse trees and compiles 10 facilities of package regexp (such as Compile and Match) instead of this package. 14 The regular expression syntax understood by this package when parsing with the Perl flag is as follows. 131 package syntax
|
/prebuilts/go/linux-x86/src/runtime/ |
os2_nacl.go | 5 package runtime 76 _ENOPKG = 65 /* Package not installed */
|
/prebuilts/go/linux-x86/src/syscall/ |
syscall.go | 5 // Package syscall contains an interface to the low-level operating system 15 // For details of the functions and data types in this package consult 21 // NOTE: This package is locked down. Code outside the standard 23 // package in the golang.org/x/sys repository. That is also where updates 27 package syscall
|
/prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20/ |
chacha_generic.go | 5 // Package ChaCha20 implements the core ChaCha20 function as specified in https://tools.ietf.org/html/rfc7539#section-2.3. 6 package chacha20
|
/prebuilts/misc/common/swig/include/2.0.11/gcj/ |
javaprims.i | 157 class Package;
|
/tools/tradefederation/core/ |
Android.mk | 75 -package \ 102 -package \ 149 @echo "Package: $@"
|
/build/make/core/ |
droiddoc.mk | 249 @echo Package docs: $@
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/ |
ModuleSurfaceAreaXml.py | 615 def __init__(self, Package=''):
618 # indicate the package that this module resides in
620 self.Package = Package
741 for SubItem in XmlList(Item, '/ModuleSurfaceArea/PackageDependencies/Package'):
743 PackageDependency = Tmp.FromXml(SubItem, 'Package')
747 not XmlList(Item, '/ModuleSurfaceArea/PackageDependencies/Package'):
815 if self.Package:
[all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/ |
DeviceManager.c | 233 UINT8 *Package;
276 // Get Form package from this HII package List
283 Package = ((UINT8 *) HiiPackageList) + Offset;
284 CopyMem (&PackageHeader, Package, sizeof (EFI_HII_PACKAGE_HEADER));
288 // Search FormSet Opcode in this Form Package
292 OpCodeData = Package + Offset2;
331 // Go to next package
[all...] |