Searched refs:vars (Results 1 - 21 of 21) sorted by path

/build/core/
H A Daux_config.mk132 # as a bare minimum they must contain the vars described by aux_env
142 $(if $(_missing),$(error AUX variant $(1) must define vars: $(_missing)))
H A Daux_executable.mk82 # Define PRIVATE_ variables from global vars
H A Ddefinitions.mk107 define print-vars
H A Ddumpvar.mk111 .PHONY: dump-many-vars
112 dump-many-vars :
H A Djava_common.mk149 ## PRIVATE java vars
H A Dmain.mk492 $(call readonly-product-vars)
H A Dproduct.mk182 #TODO: check to make sure that products have all the necessary vars defined
303 define readonly-product-vars
/build/
H A Denvsetup.sh50 dump-many-vars \
/build/kati/
H A Ddep.cc491 Vars* MergeImplicitRuleVars(Symbol output, Vars* vars) { argument
494 return vars;
495 if (vars == NULL)
499 for (auto p : *vars) {
511 Vars* vars = LookupRuleVars(output); local
513 *out_var = vars;
526 vars = MergeImplicitRuleVars((*pattern_rule)->output_patterns[0], vars);
527 *out_var = vars;
549 if (vars) {
577 Vars* vars; local
[all...]
H A Dvar.cc157 ScopedVar::ScopedVar(Vars* vars, Symbol name, Var* var) argument
158 : vars_(vars), orig_(NULL) {
159 auto p = vars->emplace(name, var);
H A Dvar.h201 ScopedVar(Vars* vars, Symbol name, Var* var);
/build/make/core/
H A Daux_config.mk132 # as a bare minimum they must contain the vars described by aux_env
142 $(if $(_missing),$(error AUX variant $(1) must define vars: $(_missing)))
H A Daux_executable.mk82 # Define PRIVATE_ variables from global vars
H A Ddefinitions.mk107 define print-vars
H A Ddumpvar.mk111 .PHONY: dump-many-vars
112 dump-many-vars :
H A Djava_common.mk149 ## PRIVATE java vars
H A Dmain.mk492 $(call readonly-product-vars)
H A Dproduct.mk182 #TODO: check to make sure that products have all the necessary vars defined
303 define readonly-product-vars
/build/make/
H A Denvsetup.sh50 dump-many-vars \
/build/make/tools/fs_config/
H A Dfs_config_generator.py514 # These _AID vars work together to ensure that an AID section name
1323 args_as_dict = vars(args)
/build/tools/fs_config/
H A Dfs_config_generator.py514 # These _AID vars work together to ensure that an AID section name
1323 args_as_dict = vars(args)

Completed in 918 milliseconds