HomeSort by relevance Sort by last modified time
    Searched refs:Package (Results 376 - 400 of 929) sorted by null

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/src/cmd/cgo/
godefs.go 5 package main
19 func (p *Package) godefs(f *File, srcfile string) string {
32 // inputs in package syscall say
  /prebuilts/go/darwin-x86/src/cmd/doc/
doc_test.go 5 package main
43 // Package dump includes import, package statement.
45 "package clause",
47 []string{`package pkg.*cmd/doc/testdata`},
52 // Package dump
54 "full package",
57 `Package comment`,
94 // Package dump -u
96 "full package with u"
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/doc/testdata/
pkg.go 5 // Package comment.
6 package pkg
  /prebuilts/go/darwin-x86/src/cmd/go/
env.go 5 package main
93 cppflags, cflags, cxxflags, fflags, ldflags := b.cflags(&Package{})
  /prebuilts/go/darwin-x86/src/cmd/internal/objfile/
objfile.go 5 // Package objfile implements portable access to OS-specific executable files.
6 package objfile
  /prebuilts/go/darwin-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/darwin-x86/src/container/ring/
ring.go 5 // Package ring implements operations on circular lists.
6 package ring
  /prebuilts/go/darwin-x86/src/crypto/hmac/
hmac.go 6 Package hmac implements the Keyed-Hash Message Authentication Code (HMAC) as
22 package hmac
  /prebuilts/go/darwin-x86/src/crypto/sha256/
sha256.go 5 // Package sha256 implements the SHA224 and SHA256 hash algorithms as defined
7 package sha256
  /prebuilts/go/darwin-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/darwin-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/darwin-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/darwin-x86/src/hash/crc64/
crc64.go 5 // Package crc64 implements the 64-bit cyclic redundancy check, or CRC-64,
8 package crc64
  /prebuilts/go/darwin-x86/src/hash/fnv/
fnv.go 5 // Package fnv implements FNV-1 and FNV-1a, non-cryptographic hash functions
9 package fnv
  /prebuilts/go/darwin-x86/src/internal/singleflight/
singleflight.go 5 // Package singleflight provides a duplicate function call suppression
7 package singleflight
  /prebuilts/go/darwin-x86/src/mime/quotedprintable/
reader.go 5 // Package quotedprintable implements quoted-printable encoding as specified by
7 package quotedprintable
  /prebuilts/go/darwin-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/darwin-x86/src/runtime/pprof/internal/protopprof/
protopprof.go 5 // Package protopprof converts the runtime's raw profile logs
8 package protopprof
  /prebuilts/go/darwin-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
  /prebuilts/go/linux-x86/src/cmd/cgo/
godefs.go 5 package main
19 func (p *Package) godefs(f *File, srcfile string) string {
32 // inputs in package syscall say
  /prebuilts/go/linux-x86/src/cmd/doc/
doc_test.go 5 package main
43 // Package dump includes import, package statement.
45 "package clause",
47 []string{`package pkg.*cmd/doc/testdata`},
52 // Package dump
54 "full package",
57 `Package comment`,
94 // Package dump -u
96 "full package with u"
    [all...]
  /prebuilts/go/linux-x86/src/cmd/doc/testdata/
pkg.go 5 // Package comment.
6 package pkg
  /prebuilts/go/linux-x86/src/cmd/go/
env.go 5 package main
93 cppflags, cflags, cxxflags, fflags, ldflags := b.cflags(&Package{})
  /prebuilts/go/linux-x86/src/cmd/internal/objfile/
objfile.go 5 // Package objfile implements portable access to OS-specific executable files.
6 package objfile

Completed in 466 milliseconds

<<11121314151617181920>>