Home
last modified time | relevance | path

Searched defs:Context (Results 1 – 17 of 17) sorted by relevance

/build/blueprint/
Dcontext.go66 type Context struct { struct
68 moduleFactories map[string]ModuleFactory
69 moduleNames map[string]*moduleGroup
70 moduleGroups []*moduleGroup
71 moduleInfo map[Module]*moduleInfo
72 modulesSorted []*moduleInfo
73 singletonInfo []*singletonInfo
74 mutatorInfo []*mutatorInfo
75 earlyMutatorInfo []*mutatorInfo
76 variantMutatorNames []string
[all …]
/build/blueprint/bootstrap/bpdoc/
Dbpdoc.go22 type Context struct { struct
23 pkgFiles map[string][]string // Map of package name to source files, provided by constructor
25 mutex sync.Mutex
26 pkgs map[string]*doc.Package // Map of package name to parsed Go AST, protected by mutex
27 ps map[string]*PropertyStruct // Map of type name to property struct, protected by mutex
40 …c *Context) PropertyStruct(pkgPath, name string, defaults reflect.Value) (*PropertyStruct, error) {
70 func (c *Context) getPropertyStruct(pkgPath, name string) *PropertyStruct {
79 func (c *Context) putPropertyStruct(pkgPath, name string, ps *PropertyStruct) *PropertyStruct {
328 func (c *Context) pkg(pkgPath string) (*doc.Package, error) {
346 func (c *Context) getPackage(pkgPath string) *doc.Package {
[all …]
/build/soong/ui/build/
Dkati.go36 func genKatiSuffix(ctx Context, config Config) {
62 func runKati(ctx Context, config Config) {
122 func katiRewriteOutput(ctx Context, pipe io.ReadCloser) {
Dbuild.go26 func SetupOutDir(ctx Context, config Config) {
42 func createCombinedBuildNinjaFile(ctx Context, config Config) {
65 func Build(ctx Context, config Config, what int) {
Dsoong.go22 func runSoongBootstrap(ctx Context, config Config) {
42 func runSoong(ctx Context, config Config) {
Dmake.go37 func DumpMakeVars(ctx Context, config Config, goals, extra_targets, vars []string) (map[string]stri…
82 func runMakeProductConfig(ctx Context, config Config) {
Dutil.go44 func ensureDirectoriesExist(ctx Context, dirs ...string) {
55 func ensureEmptyFileExists(ctx Context, file string) {
Dcontext.go60 type Context struct{ *ContextImpl } struct
62 context.Context anonMember
Dninja.go25 func runNinja(ctx Context, config Config) {
Dconfig.go48 func NewConfig(ctx Context, args ...string) Config {
/build/soong/android/
Dmutator.go33 func registerMutatorsToContext(ctx *blueprint.Context, mutators []*mutator) {
47 func registerMutators(ctx *blueprint.Context) {
83 func RegisterTestMutators(ctx *blueprint.Context) {
Dprebuilt_test.go227 func findModule(ctx *blueprint.Context, name string) blueprint.Module {
/build/blueprint/bootstrap/
Dwritedocs.go12 func writeDocs(ctx *blueprint.Context, srcDir, filename string) error {
Dcleanup.go33 func removeAbandonedFiles(ctx *blueprint.Context, config *Config,
Dcommand.go59 func Main(ctx *blueprint.Context, config interface{}, extraNinjaFileDeps ...string) {
Dglob.go116 func globSingletonFactory(ctx *blueprint.Context) func() blueprint.Singleton {
/build/soong/cc/
Dtest_data_test.go191 func findModule(ctx *blueprint.Context, name string) blueprint.Module {