Home
last modified time | relevance | path

Searched refs:targets (Results 1 – 25 of 25) sorted by relevance

/build/kati/
Dm2n72 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}
Dserialize.go165 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 …]
Dmain.cc63 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()
Ddep.cc265 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 …]
Dbootstrap.go25 func bootstrapMakefile(targets []string) (makefile, error) {
46 bootstrap += fmt.Sprintf("MAKECMDGOALS:=%s\n", strings.Join(targets, " "))
Ddepgraph.go84 var targets []string
90 targets = append(targets, arg)
98 Targets: targets,
Dexec.go155 func (ex *Executor) Exec(g *DepGraph, targets []string) error {
173 if len(targets) == 0 {
182 for _, t := range targets {
Dflags.h54 vector<Symbol> targets; member
Ddep.go563 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 {
Ddep.h59 const vector<Symbol>& targets,
Dflags.cc138 targets.push_back(Intern(arg)); in Parse()
DINTERNALS.md84 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)
Dninja.go756 func (n *NinjaGenerator) Save(g *DepGraph, name string, targets []string) error {
768 if len(targets) == 0 && len(g.nodes) > 0 {
Dninja.cc636 if (g_flags.targets.empty() || g_flags.gen_all_targets) { in GenerateNinja()
640 for (Symbol s : g_flags.targets) { in GenerateNinja()
/build/soong/android/
Darch.go287 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 …]
Dconfig.go88 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/
Dcleanup.go50 targets := make(map[string]bool)
53 targets[filepath.Clean(replacedTarget)] = true
62 isTarget := targets[filePath]
/build/make/tools/
Dfilter-product-graph.py47 targets = sys.argv[1:]
49 included = set(targets)
/build/kati/cmd/kati/
Dmain.go142 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/
Dninja_writer.go176 func (n *ninjaWriter) Default(targets ...string) error {
189 for _, target := range targets {
Dcontext.go2171 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/
Dbuildspec.mk.default45 # Choose additional targets to always install, even when building
46 # minimal targets like "make droid". This takes simple target names
/build/make/
Dbuildspec.mk.default45 # 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/
DREADME146 fs_config_files host targets, and #includes the above supplied or generated
/build/make/core/
Dmain.mk436 $(error The 'sdk' target may not be specified with any other targets)