Searched refs:dependency (Results 1 – 7 of 7) sorted by relevance
/build/tools/ |
D | filter-product-graph.py | 26 def dependency(m): function 32 (dependency, re.compile(r'"(.*)"\s*->\s*"(.*)"')),
|
/build/core/ |
D | distdir.mk | 65 $(eval $(call add-dependency,$(1),$(DIST_DIR)/$(dst))),\
|
D | pdk_config.mk | 107 $(call add-dependency,$(PDK_FUSION_OUT_DIR)/$(strip $(1)),\ 168 $(eval $(call add-dependency,$(PRODUCT_OUT)/$(f),$(PRODUCT_OUT)/symbols/$(f))))
|
D | definitions.mk | 484 define add-dependency
|
/build/kati/ |
D | ninja.go | 406 func (n *NinjaGenerator) dependency(node *DepNode) (string, string) { func 512 inputs, orderOnlys := n.dependency(node) 583 description = Regenerate ninja files due to dependency
|
D | INTERNALS.md | 84 dependency graphs and calling stat function for build targets, are not the 88 The evaluator outputs a list of build rules and a variable table. The dependency 89 builder creates a dependency graph from the list of build rules. Note this step 401 Now we get a list of rules and a variable table. *dep.cc* builds a dependency
|
/build/tools/ijar/ |
D | README.txt | 88 This code has no dependency except on the STL and on zlib.
|