/prebuilts/go/linux-x86/src/go/types/ |
resolver.go | 113 check.declare(check.pkg.scope, ident, obj, token.NoPos) 131 pkg := check.pkg 134 // so far. Used to avoid duplicate entries in pkg.imports. Allocate and populate 135 // it (pkg.imports may not be empty if we are checking test files incrementally). 137 for _, imp := range pkg.imports { 167 fileScope := NewScope(check.pkg.scope, pos, end, check.filename(fileNo)) 198 err = fmt.Errorf("Config.Importer.ImportFrom(%s, %s, 0) returned nil but no error", path, pkg.path) 218 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) 100 if obj.pkg == check.pkg { 187 if T.obj.pkg != check.pkg { [all...] |
api_test.go | 35 pkg, err := pkgFor(path, source, info) 38 if pkg != nil { 39 name = "package " + pkg.Name() 43 return pkg.Name() 697 pkg := NewPackage("p", "p") 699 check := NewChecker(&conf, fset, pkg, &info) 727 if pkg := m[path]; pkg != nil { 728 return pkg, nil 744 pkg, err := conf.Check(path, fset, []*ast.File{f}, &Info{Selections: selections} [all...] |
/prebuilts/go/darwin-x86/src/go/types/ |
api_test.go | 35 pkg, err := pkgFor(path, source, info) 38 if pkg != nil { 39 name = "package " + pkg.Name() 43 return pkg.Name() 697 pkg := NewPackage("p", "p") 699 check := NewChecker(&conf, fset, pkg, &info) 727 if pkg := m[path]; pkg != nil { 728 return pkg, nil 744 pkg, err := conf.Check(path, fset, []*ast.File{f}, &Info{Selections: selections} [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/ |
WorkspaceDatabase.py | 697 for Pkg in PkgSet: [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
ssa.go | 529 n.Left.Sym.Pkg == Runtimepkg && (fn == "throwinit" || fn == "gopanic" || fn == "panicwrap" || fn == "selectgo" || fn == "block") { [all...] |
sinit.go | 277 if r.Class != PEXTERN || r.Sym.Pkg != localpkg {
|
walk.go | 656 (n.Left.Sym.Pkg.Path == "math" || n.Left.Sym.Pkg == localpkg && myimportpath == "math") { [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
ssa.go | 529 n.Left.Sym.Pkg == Runtimepkg && (fn == "throwinit" || fn == "gopanic" || fn == "panicwrap" || fn == "selectgo" || fn == "block") { [all...] |
sinit.go | 277 if r.Class != PEXTERN || r.Sym.Pkg != localpkg {
|
walk.go | 656 (n.Left.Sym.Pkg.Path == "math" || n.Left.Sym.Pkg == localpkg && myimportpath == "math") { [all...] |
/external/abi-compliance-checker/ |
abi-compliance-checker.pl | [all...] |
/prebuilts/go/darwin-x86/src/cmd/go/ |
go_test.go | 553 // isStale reports whether pkg is stale, and why 554 func (tg *testgoData) isStale(pkg string) (bool, string) { 555 tg.run("list", "-f", "{{.Stale}}:{{.StaleReason}}", pkg) 566 tg.t.Fatalf("unexpected output checking staleness of package %v: %v", pkg, v) 570 // wantStale fails with msg if pkg is not stale. 571 func (tg *testgoData) wantStale(pkg, reason, msg string) { 572 stale, why := tg.isStale(pkg) 581 // wantNotStale fails with msg if pkg is stale. 582 func (tg *testgoData) wantNotStale(pkg, reason, msg string) { 583 stale, why := tg.isStale(pkg) [all...] |
/prebuilts/go/linux-x86/src/cmd/go/ |
go_test.go | 553 // isStale reports whether pkg is stale, and why 554 func (tg *testgoData) isStale(pkg string) (bool, string) { 555 tg.run("list", "-f", "{{.Stale}}:{{.StaleReason}}", pkg) 566 tg.t.Fatalf("unexpected output checking staleness of package %v: %v", pkg, v) 570 // wantStale fails with msg if pkg is not stale. 571 func (tg *testgoData) wantStale(pkg, reason, msg string) { 572 stale, why := tg.isStale(pkg) 581 // wantNotStale fails with msg if pkg is stale. 582 func (tg *testgoData) wantNotStale(pkg, reason, msg string) { 583 stale, why := tg.isStale(pkg) [all...] |
/frameworks/base/ |
compiled-classes-phone | [all...] |
/frameworks/base/services/core/java/com/android/server/am/ |
ActiveServices.java | 376 + " pkg=" + callingPackage); 744 if (DEBUG_FOREGROUND_SERVICE) Slog.d(TAG, "Shown enough: pkg=" + aa.mPackageName + ", uid=" [all...] |
ActivityManagerService.java | 1556 final String pkg; field in class:ActivityManagerService.UidObserverRegistration 2077 String pkg = bundle.getString("pkg"); 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 | |
/prebuilts/misc/common/robolectric/lib/ |
android-all-4.4_r1-robolectric-1.jar | |
android-all-5.0.0_r2-robolectric-1.jar | |
android-all-6.0.0_r1-robolectric-0.jar | |