/prebuilts/go/linux-x86/src/container/heap/ |
heap.go | 5 // Package heap provides heap operations for any type that implements 17 package heap 27 // Note that Push and Pop in this interface are for package heap's
|
/prebuilts/go/linux-x86/src/container/ring/ |
ring.go | 5 // Package ring implements operations on circular lists. 6 package ring
|
/prebuilts/go/linux-x86/src/crypto/hmac/ |
hmac.go | 6 Package hmac implements the Keyed-Hash Message Authentication Code (HMAC) as 22 package hmac
|
/prebuilts/go/linux-x86/src/crypto/sha256/ |
sha256.go | 5 // Package sha256 implements the SHA224 and SHA256 hash algorithms as defined 7 package sha256
|
/prebuilts/go/linux-x86/src/debug/dwarf/ |
open.go | 5 // Package dwarf provides access to DWARF debugging information loaded from 8 package dwarf 35 // the DWARF method of the File type of the appropriate package debug/elf,
|
/prebuilts/go/linux-x86/src/go/doc/ |
doc_test.go | 5 package doc 76 *Package 140 t.Errorf("package %s\n\tgot:\n%s\n\twant:\n%s", pkg.Name, got, want)
|
/prebuilts/go/linux-x86/src/go/types/ |
eval.go | 5 package types 14 // expression expr, evaluated at position pos of package pkg, 24 // the package scope is used. Otherwise, pos must belong to the 25 // package. 27 // An error is returned if pos is not within the package or 37 func Eval(fset *token.FileSet, pkg *Package, pos token.Pos, expr string) (TypeAndValue, error) { 46 // The package scope extent (position information) may be 62 return TypeAndValue{}, fmt.Errorf("no position %s found in package %s", fset.Position(pos), pkg.name)
|
lookup.go | 7 package types 9 // LookupFieldOrMethod looks up a field or method with given package and name 35 func LookupFieldOrMethod(T Type, addressable bool, pkg *Package, name string) (obj Object, index []int, indirect bool) { 39 // in the same package as the method."). 61 func lookupFieldOrMethod(T Type, addressable bool, pkg *Package, name string) (obj Object, index []int, indirect bool) { 319 // fieldIndex returns the index for the field with matching package and name, or a value < 0. 320 func fieldIndex(fields []*Var, pkg *Package, name string) int { 331 // lookupMethod returns the index of and method with matching package and name, or (-1, nil). 332 func lookupMethod(methods []*Func, pkg *Package, name string) (int, *Func) {
|
/prebuilts/go/linux-x86/src/hash/crc64/ |
crc64.go | 5 // Package crc64 implements the 64-bit cyclic redundancy check, or CRC-64, 8 package crc64
|
/prebuilts/go/linux-x86/src/hash/fnv/ |
fnv.go | 5 // Package fnv implements FNV-1 and FNV-1a, non-cryptographic hash functions 9 package fnv
|
/prebuilts/go/linux-x86/src/internal/singleflight/ |
singleflight.go | 5 // Package singleflight provides a duplicate function call suppression 7 package singleflight
|
/prebuilts/go/linux-x86/src/mime/quotedprintable/ |
reader.go | 5 // Package quotedprintable implements quoted-printable encoding as specified by 7 package quotedprintable
|
/prebuilts/go/linux-x86/src/net/rpc/jsonrpc/ |
server.go | 5 package jsonrpc 26 // Package rpc expects uint64 request IDs. 72 // RPC package expects uint64. Translate to
|
/prebuilts/go/linux-x86/src/runtime/pprof/internal/protopprof/ |
protopprof.go | 5 // Package protopprof converts the runtime's raw profile logs 8 package protopprof
|
/prebuilts/go/linux-x86/src/sync/ |
mutex.go | 5 // Package sync provides basic synchronization primitives such as mutual 10 // Values containing the types defined in this package should not be copied. 11 package sync
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
AutoGen.py | 347 #Collect package set information from INF of FDF
566 for Package in Pa.PackageList:
568 if (Pcd[0], Pcd[1], PcdType) in Package.Pcds:
571 if (Pcd[0], Pcd[1], Type) in Package.Pcds:
652 for Package in Pa.PackageList:
653 PcdList = Package.Pcds.values()
686 % (TemListItem.TokenValue, TemListItem.TokenSpaceGuidCName, TemListItem.TokenCName, TemListItemNext.TokenSpaceGuidCName, TemListItemNext.TokenCName, Package),
[all...] |
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
Pci.c | [all...] |
/prebuilts/go/darwin-x86/src/cmd/cgo/ |
gcc.go | 8 package main 88 func (p *Package) addToFlag(flag string, args []string) { 158 // references to the imported package C, replacing them with 160 func (p *Package) Translate(f *File) { 172 // after the package statement. 192 func (p *Package) loadDefines(f *File) { 235 func (p *Package) guessKinds(f *File) []*Name { 420 func (p *Package) loadDWARF(f *File, names []*Name) { 585 func (p *Package) mangleName(n *Name) { 598 // This returns whether the package needs to import unsafe as _cgo_unsafe [all...] |
/prebuilts/go/linux-x86/src/cmd/cgo/ |
gcc.go | 8 package main 88 func (p *Package) addToFlag(flag string, args []string) { 158 // references to the imported package C, replacing them with 160 func (p *Package) Translate(f *File) { 172 // after the package statement. 192 func (p *Package) loadDefines(f *File) { 235 func (p *Package) guessKinds(f *File) []*Name { 420 func (p *Package) loadDWARF(f *File, names []*Name) { 585 func (p *Package) mangleName(n *Name) { 598 // This returns whether the package needs to import unsafe as _cgo_unsafe [all...] |
/build/make/tools/droiddoc/templates-pdk/ |
sdkpage.cs | 100 <th>Package</th> 153 downloading a new SDK starter package. See <a 159 <th>Package</th>
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/ |
WorkspaceDatabase.py | 97 # @param BuildDataBase Database used to retrieve module/package information
[all...] |
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/ |
CpuService.c | 30 Get Package ID/Core ID/Thread ID of a processor.
34 The algorithm below assumes the target system has symmetry across physical package boundaries
35 with respect to the number of logical processors per package, number of cores per package.
72 // Assume three-level mapping of APIC ID: Package:Core:SMT.
145 Location->Package = (ApicId >> (ThreadBits+ CoreBits));
|
/external/chromium-trace/catapult/devil/devil/android/ |
battery_utils.py | 152 # Index of the column containing the application package. 231 def GetNetworkData(self, package, timeout=None, retries=None): 232 """Get network data for specific package. 235 package: package name you want network data for. 246 if package not in self._cache['uids']: 248 if package not in self._cache['uids']: 250 package) 253 network_data_path = '/proc/uid_stat/%s/' % self._cache['uids'][package] 257 # package has been recorded. Return 0 sent and 0 received [all...] |
/external/guice/core/test/com/google/inject/matcher/ |
MatcherTest.java | 17 package com.google.inject.matcher; 121 Package matchersPackage = Matchers.class.getPackage();
|
/external/javassist/src/main/javassist/ |
Loader.java | 16 package javassist; 121 * and classes included in package <code>java.*</code> and 197 * that name is interpreted as a package name. All the classes 198 * in that package and the sub packages are delegated. 373 // ignore. maybe the package object for the same 433 protected Package getPackage(String name) { 437 // Package p = super.getPackage(name); 438 Package p = null;
|