/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
universe.go | 12 var builtinpkg *types.Pkg
|
syntax.go | 234 Pkg *types.Pkg // pkg for OPACK nodes [all...] |
typecheck.go | 1268 if n.Op == OCALLFUNC && n.Left.Op == ONAME && isRuntimePkg(n.Left.Sym.Pkg) && n.Left.Sym.Name == "getg" { [all...] |
sinit.go | 279 if r.Class() != PEXTERN || r.Sym.Pkg != localpkg {
|
walk.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
universe.go | 12 var builtinpkg *types.Pkg
|
syntax.go | 234 Pkg *types.Pkg // pkg for OPACK nodes [all...] |
typecheck.go | 1268 if n.Op == OCALLFUNC && n.Left.Op == ONAME && isRuntimePkg(n.Left.Sym.Pkg) && n.Left.Sym.Name == "getg" { [all...] |
sinit.go | 279 if r.Class() != PEXTERN || r.Sym.Pkg != localpkg {
|
walk.go | [all...] |
/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
BatteryStatsServTest.java | 32 public static class TestServ extends BatteryStatsImpl.Uid.Pkg.Serv {
|
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
lib.go | 239 Lflag(ctxt, filepath.Join(objabi.GOROOT, "pkg", fmt.Sprintf("%s_%s%s%s", objabi.GOOS, objabi.GOARCH, suffixsep, suffix))) 611 if isRuntimeDepPkg(lib.Pkg) != doInternal { 624 s.File = objabi.PathToPrefix(lib.Pkg) 769 pkg := objabi.PathToPrefix(lib.Pkg) 772 ctxt.Logf("%5.2f ldobj: %s (%s)\n", Cputime(), lib.File, pkg) 812 ldpkg(ctxt, f, pkg, atolwhex(arhdr.size), lib.File, Pkgdef) 848 pkg string 868 func ldhostobj(ld func(*Link, *bio.Reader, string, int64, string), headType objabi.HeadType, f *bio.Reader, pkg string, length int64, pn string, file string) *Hostobj { 871 if pkg == internalpkg[i] [all...] |
dwarf.go | 169 name = ".pkg." + name 892 if s := ctxt.Syms.ROLookup(dwarf.ConstInfoPrefix+s.Lib.Pkg, 0); s != nil { [all...] |
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
lib.go | 239 Lflag(ctxt, filepath.Join(objabi.GOROOT, "pkg", fmt.Sprintf("%s_%s%s%s", objabi.GOOS, objabi.GOARCH, suffixsep, suffix))) 611 if isRuntimeDepPkg(lib.Pkg) != doInternal { 624 s.File = objabi.PathToPrefix(lib.Pkg) 769 pkg := objabi.PathToPrefix(lib.Pkg) 772 ctxt.Logf("%5.2f ldobj: %s (%s)\n", Cputime(), lib.File, pkg) 812 ldpkg(ctxt, f, pkg, atolwhex(arhdr.size), lib.File, Pkgdef) 848 pkg string 868 func ldhostobj(ld func(*Link, *bio.Reader, string, int64, string), headType objabi.HeadType, f *bio.Reader, pkg string, length int64, pn string, file string) *Hostobj { 871 if pkg == internalpkg[i] [all...] |
dwarf.go | 169 name = ".pkg." + name 892 if s := ctxt.Syms.ROLookup(dwarf.ConstInfoPrefix+s.Lib.Pkg, 0); s != nil { [all...] |
/prebuilts/go/darwin-x86/src/cmd/api/ |
goapi.go | 146 for _, pkg := range strings.Fields(string(stds)) { 147 if !internalPkg.MatchString(pkg) { 148 pkgNames = append(pkgNames, pkg) 172 pkg, _ := w.Import(name) 173 w.export(pkg) 228 func (w *Walker) export(pkg *types.Package) { 230 log.Println(pkg) 232 pop := w.pushScope("pkg " + pkg.Path()) 233 w.current = pkg [all...] |
/prebuilts/go/darwin-x86/src/go/types/ |
resolver.go | 116 if ident.Name == "main" && check.pkg.name == "main" { 121 check.declare(check.pkg.scope, ident, obj, token.NoPos) 206 pkg := check.pkg 209 // so far. Used to avoid duplicate entries in pkg.imports. Allocate and populate 210 // it (pkg.imports may not be empty if we are checking test files incrementally). 215 for _, imp := range pkg.imports { 231 fileScope := NewScope(check.pkg.scope, pos, end, check.filename(fileNo)) 266 pkg.imports = append(pkg.imports, imp [all...] |
typexpr.go | 44 if pkg := obj.Pkg(); pkg != check.pkg && pkg != nil { 45 delete(check.unusedDotImports[scope], pkg) 92 if obj.pkg == check.pkg { 180 if T.obj.pkg != check.pkg { [all...] |
/prebuilts/go/linux-x86/src/cmd/api/ |
goapi.go | 146 for _, pkg := range strings.Fields(string(stds)) { 147 if !internalPkg.MatchString(pkg) { 148 pkgNames = append(pkgNames, pkg) 172 pkg, _ := w.Import(name) 173 w.export(pkg) 228 func (w *Walker) export(pkg *types.Package) { 230 log.Println(pkg) 232 pop := w.pushScope("pkg " + pkg.Path()) 233 w.current = pkg [all...] |
/prebuilts/go/linux-x86/src/go/types/ |
resolver.go | 116 if ident.Name == "main" && check.pkg.name == "main" { 121 check.declare(check.pkg.scope, ident, obj, token.NoPos) 206 pkg := check.pkg 209 // so far. Used to avoid duplicate entries in pkg.imports. Allocate and populate 210 // it (pkg.imports may not be empty if we are checking test files incrementally). 215 for _, imp := range pkg.imports { 231 fileScope := NewScope(check.pkg.scope, pos, end, check.filename(fileNo)) 266 pkg.imports = append(pkg.imports, imp [all...] |
typexpr.go | 44 if pkg := obj.Pkg(); pkg != check.pkg && pkg != nil { 45 delete(check.unusedDotImports[scope], pkg) 92 if obj.pkg == check.pkg { 180 if T.obj.pkg != check.pkg { [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/ |
WorkspaceDatabase.py | [all...] |
/prebuilts/go/darwin-x86/src/cmd/go/ |
go_test.go | 135 // The whole GOROOT/pkg tree was installed using the GOHOSTOS/GOHOSTARCH 136 // toolchain (installed in GOROOT/pkg/tool/GOHOSTOS_GOHOSTARCH). 139 // (installed in GOROOT/pkg/tool/GOOS_GOARCH). 706 // isStale reports whether pkg is stale, and why 707 func (tg *testgoData) isStale(pkg string) (bool, string) { 709 tg.run("list", "-f", "{{.Stale}}:{{.StaleReason}}", pkg) 720 tg.t.Fatalf("unexpected output checking staleness of package %v: %v", pkg, v) 724 // wantStale fails with msg if pkg is not stale. 725 func (tg *testgoData) wantStale(pkg, reason, msg string) { 727 stale, why := tg.isStale(pkg) [all...] |
/prebuilts/go/linux-x86/src/cmd/go/ |
go_test.go | 135 // The whole GOROOT/pkg tree was installed using the GOHOSTOS/GOHOSTARCH 136 // toolchain (installed in GOROOT/pkg/tool/GOHOSTOS_GOHOSTARCH). 139 // (installed in GOROOT/pkg/tool/GOOS_GOARCH). 706 // isStale reports whether pkg is stale, and why 707 func (tg *testgoData) isStale(pkg string) (bool, string) { 709 tg.run("list", "-f", "{{.Stale}}:{{.StaleReason}}", pkg) 720 tg.t.Fatalf("unexpected output checking staleness of package %v: %v", pkg, v) 724 // wantStale fails with msg if pkg is not stale. 725 func (tg *testgoData) wantStale(pkg, reason, msg string) { 727 stale, why := tg.isStale(pkg) [all...] |
/prebuilts/go/darwin-x86/src/go/internal/gcimporter/ |
bimport.go | 52 func BImportData(fset *token.FileSet, imports map[string]*types.Package, data []byte, path string) (_ int, pkg *types.Package, err error) { 124 pkg = p.pkg() 153 pkg.SetImports(list) 156 pkg.MarkComplete() 158 return p.read, pkg, nil 165 func (p *importer) pkg() *types.Package { func 194 errorf("package path %q for pkg index %d", path, len(p.pkgList)) 201 pkg := p.imports[path] 202 if pkg == nil [all...] |