/build/kati/ |
D | m2n | 72 targets="${targets} $1" 106 if [ x"${targets}" != x"" ]; then 107 ninja_suffix+=-$(echo ${targets} | sed 's/ /-/') 109 targets=all_modules 117 …or --detect_android_echo --detect_depfiles --gen_all_targets ${goma_flag} ${extra_flags} ${targets}
|
D | serialize.go | 165 targets []string member 184 id = len(ns.targets) 186 ns.targets = append(ns.targets, t) 283 Targets: ns.targets, 514 targets := g.Targets 533 actualInputs = append(actualInputs, targets[i]) 537 Output: targets[n.Output], 552 nodeMap[targets[n.Output]] = d 557 d := nodeMap[targets[n.Output]] 559 c, present := nodeMap[targets[o]] [all …]
|
D | main.cc | 63 static void ReadBootstrapMakefile(const vector<Symbol>& targets, in ReadBootstrapMakefile() argument 97 JoinSymbols(targets, " ").c_str()); in ReadBootstrapMakefile() 119 static int Run(const vector<Symbol>& targets, in Run() argument 149 ReadBootstrapMakefile(targets, &bootstrap_asts); in Run() 183 MakeDep(ev, ev->rules(), ev->rule_vars(), targets, &nodes); in Run() 262 int r = Run(g_flags.targets, g_flags.cl_vars, orig_args); in main()
|
D | dep.cc | 265 vector<Symbol> targets; in HandleSpecialTargets() local 267 if (GetRuleInputs(Intern(".PHONY"), &targets, &loc)) { in HandleSpecialTargets() 268 for (Symbol t : targets) in HandleSpecialTargets() 271 if (GetRuleInputs(Intern(".KATI_RESTAT"), &targets, &loc)) { in HandleSpecialTargets() 272 for (Symbol t : targets) in HandleSpecialTargets() 275 if (GetRuleInputs(Intern(".SUFFIXES"), &targets, &loc)) { in HandleSpecialTargets() 276 if (targets.empty()) { in HandleSpecialTargets() 299 if (GetRuleInputs(Intern(*p), &targets, &loc)) { in HandleSpecialTargets() 308 void Build(vector<Symbol> targets, vector<DepNode*>* nodes) { in Build() argument 313 if (!g_flags.gen_all_targets && targets.empty()) { in Build() [all …]
|
D | bootstrap.go | 25 func bootstrapMakefile(targets []string) (makefile, error) { 46 bootstrap += fmt.Sprintf("MAKECMDGOALS:=%s\n", strings.Join(targets, " "))
|
D | depgraph.go | 84 var targets []string 90 targets = append(targets, arg) 98 Targets: targets,
|
D | exec.go | 155 func (ex *Executor) Exec(g *DepGraph, targets []string) error { 173 if len(targets) == 0 { 182 for _, t := range targets {
|
D | flags.h | 54 vector<Symbol> targets; member
|
D | dep.go | 563 func (db *depBuilder) Eval(targets []string) ([]*DepNode, error) { 564 if len(targets) == 0 { 568 targets = append(targets, db.firstRule.outputs[0]) 574 targets = append(targets, phonys...) 586 for _, target := range targets {
|
D | dep.h | 59 const vector<Symbol>& targets,
|
D | flags.cc | 138 targets.push_back(Intern(arg)); in Parse()
|
D | INTERNALS.md | 84 dependency graphs and calling stat function for build targets, are not the 320 The above example says *target* depends on two targets, *has* and *space*, and 339 be used even in build commands of prerequisite targets. 361 Things could be even worse when two targets with different target specific 363 think there is no valid usage of this feature for non-leaf targets. 428 targets. It's too slow to do matching for them with a naive O(NM)
|
D | ninja.go | 756 func (n *NinjaGenerator) Save(g *DepGraph, name string, targets []string) error { 768 if len(targets) == 0 && len(g.nodes) > 0 {
|
D | ninja.cc | 636 if (g_flags.targets.empty() || g_flags.gen_all_targets) { in GenerateNinja() 640 for (Symbol s : g_flags.targets) { in GenerateNinja()
|
/build/soong/android/ |
D | arch.go | 287 targets := mctx.AConfig().Targets[class] 288 if len(targets) == 0 { 312 targets, err := decodeMultilib(multilib, targets, prefer32) 316 if len(targets) > 0 { 318 moduleTargets = append(moduleTargets, targets...) 443 targets := []string{ 452 targets = append(targets, os.Field) 455 targets = append(targets, os.Field+"_"+archType.Name) 459 targetType := reflect.StructOf(variantFields(targets)) 753 targets := make(map[OsClass][]Target) [all …]
|
D | config.go | 88 targets []Arch member 218 targets, err := decodeTargetProductVariables(config) 235 targets[Device] = deviceTargets 238 config.Targets = targets 239 config.BuildOsVariant = targets[Host][0].String()
|
/build/blueprint/bootstrap/ |
D | cleanup.go | 50 targets := make(map[string]bool) 53 targets[filepath.Clean(replacedTarget)] = true 62 isTarget := targets[filePath]
|
/build/make/tools/ |
D | filter-product-graph.py | 47 targets = sys.argv[1:] 49 included = set(targets)
|
/build/kati/cmd/kati/ |
D | main.go | 142 func save(g *kati.DepGraph, targets []string) error { 145 err = kati.GOB.Save(g, saveGOB, targets) 148 serr := kati.JSON.Save(g, saveJSON, targets)
|
/build/blueprint/ |
D | ninja_writer.go | 176 func (n *ninjaWriter) Default(targets ...string) error { 189 for _, target := range targets {
|
D | context.go | 2171 targets := c.modulesFromName(name) 2173 if targets == nil { 2177 for _, m := range targets { 2471 targets := map[string]string{} 2482 targets[outputValue] = ruleName 2496 targets[outputValue] = ruleName 2501 return targets, nil
|
/build/ |
D | buildspec.mk.default | 45 # Choose additional targets to always install, even when building 46 # minimal targets like "make droid". This takes simple target names
|
/build/make/ |
D | buildspec.mk.default | 45 # Choose additional targets to always install, even when building 46 # minimal targets like "make droid". This takes simple target names
|
/build/make/tools/fs_config/ |
D | README | 146 fs_config_files host targets, and #includes the above supplied or generated
|
/build/make/core/ |
D | main.mk | 436 $(error The 'sdk' target may not be specified with any other targets)
|