Searched defs:Context (Results 1 – 17 of 17) sorted by relevance
/build/blueprint/ |
D | context.go | 66 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/ |
D | bpdoc.go | 22 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/ |
D | kati.go | 36 func genKatiSuffix(ctx Context, config Config) { 62 func runKati(ctx Context, config Config) { 122 func katiRewriteOutput(ctx Context, pipe io.ReadCloser) {
|
D | build.go | 26 func SetupOutDir(ctx Context, config Config) { 42 func createCombinedBuildNinjaFile(ctx Context, config Config) { 65 func Build(ctx Context, config Config, what int) {
|
D | soong.go | 22 func runSoongBootstrap(ctx Context, config Config) { 42 func runSoong(ctx Context, config Config) {
|
D | make.go | 37 func DumpMakeVars(ctx Context, config Config, goals, extra_targets, vars []string) (map[string]stri… 82 func runMakeProductConfig(ctx Context, config Config) {
|
D | util.go | 44 func ensureDirectoriesExist(ctx Context, dirs ...string) { 55 func ensureEmptyFileExists(ctx Context, file string) {
|
D | context.go | 60 type Context struct{ *ContextImpl } struct 62 context.Context anonMember
|
D | ninja.go | 25 func runNinja(ctx Context, config Config) {
|
D | config.go | 48 func NewConfig(ctx Context, args ...string) Config {
|
/build/soong/android/ |
D | mutator.go | 33 func registerMutatorsToContext(ctx *blueprint.Context, mutators []*mutator) { 47 func registerMutators(ctx *blueprint.Context) { 83 func RegisterTestMutators(ctx *blueprint.Context) {
|
D | prebuilt_test.go | 227 func findModule(ctx *blueprint.Context, name string) blueprint.Module {
|
/build/blueprint/bootstrap/ |
D | writedocs.go | 12 func writeDocs(ctx *blueprint.Context, srcDir, filename string) error {
|
D | cleanup.go | 33 func removeAbandonedFiles(ctx *blueprint.Context, config *Config,
|
D | command.go | 59 func Main(ctx *blueprint.Context, config interface{}, extraNinjaFileDeps ...string) {
|
D | glob.go | 116 func globSingletonFactory(ctx *blueprint.Context) func() blueprint.Singleton {
|
/build/soong/cc/ |
D | test_data_test.go | 191 func findModule(ctx *blueprint.Context, name string) blueprint.Module {
|