Home
last modified time | relevance | path

Searched refs:targets (Results 1 – 21 of 21) 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()
178 MakeDep(ev, ev->rules(), ev->rule_vars(), targets, &nodes); in Run()
257 int r = Run(g_flags.targets, g_flags.cl_vars, orig_args); in main()
Ddep.cc258 vector<Symbol> targets; in HandleSpecialTargets() local
260 if (GetRuleInputs(Intern(".PHONY"), &targets, &loc)) { in HandleSpecialTargets()
261 for (Symbol t : targets) in HandleSpecialTargets()
264 if (GetRuleInputs(Intern(".KATI_RESTAT"), &targets, &loc)) { in HandleSpecialTargets()
265 for (Symbol t : targets) in HandleSpecialTargets()
268 if (GetRuleInputs(Intern(".SUFFIXES"), &targets, &loc)) { in HandleSpecialTargets()
269 if (targets.empty()) { in HandleSpecialTargets()
294 if (GetRuleInputs(Intern(*p), &targets, &loc)) { in HandleSpecialTargets()
303 void Build(vector<Symbol> targets, vector<DepNode*>* nodes) { in Build() argument
308 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 {
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 {
Dflags.h51 vector<Symbol> targets; member
Ddep.h58 const vector<Symbol>& targets,
Dflags.cc123 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.cc629 if (g_flags.targets.empty() || g_flags.gen_all_targets) { in GenerateNinja()
633 for (Symbol s : g_flags.targets) { in GenerateNinja()
/build/blueprint/bootstrap/
Dcleanup.go51 targets := make(map[string]bool)
54 targets[filepath.Clean(replacedTarget)] = true
63 isTarget := targets[filePath]
/build/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.go168 func (n *ninjaWriter) Default(targets ...string) error {
181 for _, target := range targets {
Dcontext.go2285 targets := map[string]string{}
2296 targets[outputValue] = ruleName
2310 targets[outputValue] = ruleName
2315 return targets, nil
/build/
Dbuildspec.mk.default39 # Choose additional targets to always install, even when building
40 # minimal targets like "make droid". This takes simple target names
/build/core/
Dmain.mk456 $(error The 'sdk' target may not be specified with any other targets)