/prebuilts/go/darwin-x86/src/go/ast/ |
scope.go | 73 // Pkg *types.Package package scope 144 Pkg // package 154 Pkg: "package",
|
/prebuilts/go/linux-x86/src/go/ast/ |
scope.go | 73 // Pkg *types.Package package scope 144 Pkg // package 154 Pkg: "package",
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
go.go | 23 // replace all "". with pkg. 24 func expandpkg(t0 string, pkg string) string { 25 return strings.Replace(t0, `"".`, pkg+".", -1) 59 func ldpkg(f *obj.Biobuf, pkg string, length int64, filename string, whence int) { 67 fmt.Fprintf(os.Stderr, "%s: too much pkg data in %s\n", os.Args[0], filename) 76 fmt.Fprintf(os.Stderr, "%s: short pkg read %s\n", os.Args[0], filename) 141 if pkg == "main" && name != "main" { 145 loadpkgdata(filename, pkg, data[p0:p1]) 180 loadcgo(filename, pkg, data[p0:p1]) 184 func loadpkgdata(file string, pkg string, data string) [all...] |
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/ |
go.go | 20 // replace all "". with pkg. 21 func expandpkg(t0 string, pkg string) string { 22 return strings.Replace(t0, `"".`, pkg+".", -1) 56 func ldpkg(f *obj.Biobuf, pkg string, length int64, filename string, whence int) { 64 fmt.Fprintf(os.Stderr, "%s: too much pkg data in %s\n", os.Args[0], filename) 73 fmt.Fprintf(os.Stderr, "%s: short pkg read %s\n", os.Args[0], filename) 138 if pkg == "main" && name != "main" { 142 loadpkgdata(filename, pkg, data[p0:p1]) 177 loadcgo(filename, pkg, data[p0:p1]) 181 func loadpkgdata(file string, pkg string, data string) [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/ |
go.go | 23 // replace all "". with pkg. 24 func expandpkg(t0 string, pkg string) string { 25 return strings.Replace(t0, `"".`, pkg+".", -1) 59 func ldpkg(f *obj.Biobuf, pkg string, length int64, filename string, whence int) { 67 fmt.Fprintf(os.Stderr, "%s: too much pkg data in %s\n", os.Args[0], filename) 76 fmt.Fprintf(os.Stderr, "%s: short pkg read %s\n", os.Args[0], filename) 141 if pkg == "main" && name != "main" { 145 loadpkgdata(filename, pkg, data[p0:p1]) 180 loadcgo(filename, pkg, data[p0:p1]) 184 func loadpkgdata(file string, pkg string, data string) [all...] |
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/ |
go.go | 20 // replace all "". with pkg. 21 func expandpkg(t0 string, pkg string) string { 22 return strings.Replace(t0, `"".`, pkg+".", -1) 56 func ldpkg(f *obj.Biobuf, pkg string, length int64, filename string, whence int) { 64 fmt.Fprintf(os.Stderr, "%s: too much pkg data in %s\n", os.Args[0], filename) 73 fmt.Fprintf(os.Stderr, "%s: short pkg read %s\n", os.Args[0], filename) 138 if pkg == "main" && name != "main" { 142 loadpkgdata(filename, pkg, data[p0:p1]) 177 loadcgo(filename, pkg, data[p0:p1]) 181 func loadpkgdata(file string, pkg string, data string) [all...] |
/prebuilts/go/darwin-x86/src/go/types/ |
object.go | 24 Pkg() *Package // nil for objects in the Universe scope and labels 45 // sameId reports whether obj.Id() and Id(pkg, name) are the same. 46 sameId(pkg *Package, name string) bool 57 func Id(pkg *Package, name string) string { 67 // TODO(gri): shouldn't !ast.IsExported(name) => pkg != nil be an precondition? 68 // if pkg == nil { 71 if pkg != nil { 72 path = pkg.path 84 pkg *Package 93 func (obj *object) Pkg() *Package { return obj.pkg [all...] |
/prebuilts/go/linux-x86/src/go/types/ |
object.go | 24 Pkg() *Package // nil for objects in the Universe scope and labels 45 // sameId reports whether obj.Id() and Id(pkg, name) are the same. 46 sameId(pkg *Package, name string) bool 57 func Id(pkg *Package, name string) string { 67 // TODO(gri): shouldn't !ast.IsExported(name) => pkg != nil be an precondition? 68 // if pkg == nil { 71 if pkg != nil { 72 path = pkg.path 84 pkg *Package 93 func (obj *object) Pkg() *Package { return obj.pkg [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
go.go | 126 type Pkg struct { 143 Importdef *Pkg // where imported definition was found 147 Pkg *Pkg 153 Origpkg *Pkg // original package for . import 332 /* must match ../../pkg/nreflect/type.go:/Chandir */ 376 pkg *Pkg 502 var localpkg *Pkg // package being compiled 504 var importpkg *Pkg // package being importe [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
go.go | 123 type Pkg struct { 140 Importdef *Pkg // where imported definition was found 144 Pkg *Pkg 150 Origpkg *Pkg // original package for . import 329 /* must match ../../pkg/nreflect/type.go:/Chandir */ 373 pkg *Pkg 499 var localpkg *Pkg // package being compiled 501 var importpkg *Pkg // package being importe [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
go.go | 126 type Pkg struct { 143 Importdef *Pkg // where imported definition was found 147 Pkg *Pkg 153 Origpkg *Pkg // original package for . import 332 /* must match ../../pkg/nreflect/type.go:/Chandir */ 376 pkg *Pkg 502 var localpkg *Pkg // package being compiled 504 var importpkg *Pkg // package being importe [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
go.go | 123 type Pkg struct { 140 Importdef *Pkg // where imported definition was found 144 Pkg *Pkg 150 Origpkg *Pkg // original package for . import 329 /* must match ../../pkg/nreflect/type.go:/Chandir */ 373 pkg *Pkg 499 var localpkg *Pkg // package being compiled 501 var importpkg *Pkg // package being importe [all...] |
/frameworks/base/core/java/android/os/ |
BatteryStats.java | 447 * @return a Map from Strings to Uid.Pkg objects. 449 public abstract ArrayMap<String, ? extends Pkg> getPackageStats(); 684 public static abstract class Pkg { [all...] |
/frameworks/base/core/java/com/android/internal/os/ |
BatteryStatsImpl.java | 6279 Uid.Pkg pkg = pkgEntry.getValue(); local 6501 Uid.Pkg pkg = new Pkg(mBsi); local [all...] |
/external/robolectric/v3/runtime/ |
android-all-4.4_r1-robolectric-1.jar | |
android-all-5.0.0_r2-robolectric-1.jar | |
android-all-5.1.1_r9-robolectric-1.jar | |