HomeSort by relevance Sort by last modified time
    Searched refs:Pkg (Results 1 - 25 of 139) sorted by null

1 2 3 4 5 6

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
reflect_test.go 16 &Sig{name: "b", pkg: &types.Pkg{Path: "abc"}},
17 &Sig{name: "b", pkg: nil},
18 &Sig{name: "c", pkg: nil},
19 &Sig{name: "c", pkg: &types.Pkg{Path: "uvw"}},
20 &Sig{name: "c", pkg: nil},
21 &Sig{name: "b", pkg: &types.Pkg{Path: "xyz"}},
22 &Sig{name: "a", pkg: &types.Pkg{Path: "abc"}}
    [all...]
go.go 21 func isRuntimePkg(p *types.Pkg) bool {
110 var localpkg *types.Pkg // package being compiled
114 var itabpkg *types.Pkg // fake pkg for itab entries
116 var itablinkpkg *types.Pkg // fake package for runtime itab entries
118 var Runtimepkg *types.Pkg // fake package runtime
120 var racepkg *types.Pkg // package runtime/race
122 var msanpkg *types.Pkg // package runtime/msan
124 var unsafepkg *types.Pkg // package unsafe
126 var trackpkg *types.Pkg // fake package for field trackin
    [all...]
export.go 72 if sym.Pkg == builtinpkg || sym.Origpkg == builtinpkg {
76 return sym.Pkg == localpkg && exportname(sym.Name)
93 if asmhdr != "" && n.Sym.Pkg == localpkg && !n.Sym.Asm() {
264 // pkg is the package being imported
265 func importsym(pkg *types.Pkg, s *types.Sym, op Op) {
267 pkgstr := fmt.Sprintf("during import %q", pkg.Path)
283 // pkg is the package being imported
284 func pkgtype(pos src.XPos, pkg *types.Pkg, s *types.Sym) *types.Type
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
reflect_test.go 16 &Sig{name: "b", pkg: &types.Pkg{Path: "abc"}},
17 &Sig{name: "b", pkg: nil},
18 &Sig{name: "c", pkg: nil},
19 &Sig{name: "c", pkg: &types.Pkg{Path: "uvw"}},
20 &Sig{name: "c", pkg: nil},
21 &Sig{name: "b", pkg: &types.Pkg{Path: "xyz"}},
22 &Sig{name: "a", pkg: &types.Pkg{Path: "abc"}}
    [all...]
go.go 21 func isRuntimePkg(p *types.Pkg) bool {
110 var localpkg *types.Pkg // package being compiled
114 var itabpkg *types.Pkg // fake pkg for itab entries
116 var itablinkpkg *types.Pkg // fake package for runtime itab entries
118 var Runtimepkg *types.Pkg // fake package runtime
120 var racepkg *types.Pkg // package runtime/race
122 var msanpkg *types.Pkg // package runtime/msan
124 var unsafepkg *types.Pkg // package unsafe
126 var trackpkg *types.Pkg // fake package for field trackin
    [all...]
export.go 72 if sym.Pkg == builtinpkg || sym.Origpkg == builtinpkg {
76 return sym.Pkg == localpkg && exportname(sym.Name)
93 if asmhdr != "" && n.Sym.Pkg == localpkg && !n.Sym.Asm() {
264 // pkg is the package being imported
265 func importsym(pkg *types.Pkg, s *types.Sym, op Op) {
267 pkgstr := fmt.Sprintf("during import %q", pkg.Path)
283 // pkg is the package being imported
284 func pkgtype(pos src.XPos, pkg *types.Pkg, s *types.Sym) *types.Type
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/types/
pkg.go 16 var pkgMap = make(map[string]*Pkg)
18 type Pkg struct {
28 // NewPkg returns a new Pkg for the given package path and name.
31 func NewPkg(path, name string) *Pkg {
39 p := new(Pkg)
51 func ImportedPkgList() []*Pkg {
52 var list []*Pkg
62 type byPath []*Pkg
68 var nopkg = &Pkg{
72 func (pkg *Pkg) Lookup(name string) *Sym
    [all...]
sym.go 21 Importdef *Pkg // where imported definition was found
24 Pkg *Pkg
34 Origpkg *Pkg // original package for . import
74 return sym.Pkg.Prefix + "." + sym.Name
  /prebuilts/go/linux-x86/src/cmd/compile/internal/types/
pkg.go 16 var pkgMap = make(map[string]*Pkg)
18 type Pkg struct {
28 // NewPkg returns a new Pkg for the given package path and name.
31 func NewPkg(path, name string) *Pkg {
39 p := new(Pkg)
51 func ImportedPkgList() []*Pkg {
52 var list []*Pkg
62 type byPath []*Pkg
68 var nopkg = &Pkg{
72 func (pkg *Pkg) Lookup(name string) *Sym
    [all...]
sym.go 21 Importdef *Pkg // where imported definition was found
24 Pkg *Pkg
34 Origpkg *Pkg // original package for . import
74 return sym.Pkg.Prefix + "." + sym.Name
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
MultipleWorkspace.py 76 for Pkg in cls.PACKAGES_PATH:
77 Path = os.path.join(Pkg, *p)
94 for Pkg in cls.PACKAGES_PATH:
95 if Path.lower().startswith(Pkg.lower()):
96 Path = os.path.relpath(Path, Pkg)
115 for Pkg in cls.PACKAGES_PATH:
116 absPath = os.path.join(Pkg, Path)
118 return Pkg
139 for Pkg in cls.PACKAGES_PATH:
140 Path = Substr.replace(TAB_WORKSPACE, Pkg).strip()
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
BackupRecord.java 31 final BatteryStatsImpl.Uid.Pkg.Serv stats;
39 BackupRecord(BatteryStatsImpl.Uid.Pkg.Serv _agentStats, ApplicationInfo _appInfo,
  /prebuilts/go/darwin-x86/src/cmd/link/internal/sym/
library.go 11 Pkg string
21 return l.Pkg
  /prebuilts/go/linux-x86/src/cmd/link/internal/sym/
library.go 11 Pkg string
21 return l.Pkg
  /prebuilts/go/darwin-x86/src/cmd/go/internal/load/
icfg.go 23 Pkg map[string]*debugDeprecatedImportcfgPkg
54 f.Pkg = nil
68 if p1 := f.Pkg[parent.ImportPath]; p1 != nil {
74 if p2 := f.Pkg[newPath]; p2 != nil {
  /prebuilts/go/linux-x86/src/cmd/go/internal/load/
icfg.go 23 Pkg map[string]*debugDeprecatedImportcfgPkg
54 f.Pkg = nil
68 if p1 := f.Pkg[parent.ImportPath]; p1 != nil {
74 if p2 := f.Pkg[newPath]; p2 != nil {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
IpiDb.py 441 # delete from ModDepex the from pkg module's dependency
443 for Pkg in PkgList:
462 % (Pkg[0], Pkg[1], Pkg[0], Pkg[1], Pkg[0], Pkg[1],Pkg[0], Pkg[1])
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DepexSection.py 54 for Pkg in ModuleData.Packages:
55 if Pkg not in PkgList:
56 PkgList.append(Pkg)
  /prebuilts/go/darwin-x86/src/go/types/
issues_test.go 209 // This tests that the package associated with the types.Object.Pkg method
226 _ = obj.Pkg()
242 _ = obj.Pkg()
259 _ = obj.Pkg()
275 var pkg *Package
278 if id.Name == "Pkg" {
279 pkg = obj.Pkg()
284 t.Fatalf("%s: got %d entries named Pkg; want 1", test, count)
286 if pkg.Name() != "types"
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
issues_test.go 209 // This tests that the package associated with the types.Object.Pkg method
226 _ = obj.Pkg()
242 _ = obj.Pkg()
259 _ = obj.Pkg()
275 var pkg *Package
278 if id.Name == "Pkg" {
279 pkg = obj.Pkg()
284 t.Fatalf("%s: got %d entries named Pkg; want 1", test, count)
286 if pkg.Name() != "types"
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/anomaly/checker/
WakeupAlarmAnomalyDetector.java 126 final ArrayMap<String, ? extends BatteryStats.Uid.Pkg> packageStats
129 final BatteryStats.Uid.Pkg ps = packageStats.valueAt(ipkg);
  /system/core/
platform_tools_tool_version.mk 19 's/$${PLATFORM_SDK_VERSION}/0/ ; s/^Pkg.Revision=\(.*\)/\1/p ; d' \
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/
WorkspaceCommon.py 49 for Pkg in PkgList:
50 for Pcd in Pkg.Pcds:
59 DecPcds[PcdCName, PcdTokenName] = Pkg.Pcds[Pcd]
  /external/golang-protobuf/protoc-gen-go/generator/
generator.go 274 // If there's a simple name, it returns ("", pkg, true).
275 // If the option implies an import path, it returns (impPath, pkg, true).
276 func (d *FileDescriptor) goPackageOption() (impPath, pkg string, ok bool) {
277 pkg = d.GetOptions().GetGoPackage()
278 if pkg == "" {
283 slash := strings.LastIndex(pkg, "/")
287 impPath, pkg = pkg, pkg[slash+1:]
293 impPath, pkg = impPath[:sc], impPath[sc+1:
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
go.go 22 // replace all "". with pkg.
23 func expandpkg(t0 string, pkg string) string {
24 return strings.Replace(t0, `"".`, pkg+".", -1)
32 func ldpkg(ctxt *Link, f *bio.Reader, pkg string, length int64, filename string, whence int) {
38 fmt.Fprintf(os.Stderr, "%s: too much pkg data in %s\n", os.Args[0], filename)
53 fmt.Fprintf(os.Stderr, "%s: short pkg read %s\n", os.Args[0], filename)
83 if pkg == "main" && !isMain {
124 loadcgo(ctxt, filename, pkg, data[p0:p1])
128 func loadcgo(ctxt *Link, file string, pkg string, p string) {
182 local = expandpkg(local, pkg)
    [all...]

Completed in 1233 milliseconds

1 2 3 4 5 6