Home
last modified time | relevance | path

Searched refs:dependency (Results 1 – 7 of 7) sorted by relevance

/build/tools/
Dfilter-product-graph.py26 def dependency(m): function
32 (dependency, re.compile(r'"(.*)"\s*->\s*"(.*)"')),
/build/core/
Ddistdir.mk65 $(eval $(call add-dependency,$(1),$(DIST_DIR)/$(dst))),\
Dpdk_config.mk107 $(call add-dependency,$(PDK_FUSION_OUT_DIR)/$(strip $(1)),\
168 $(eval $(call add-dependency,$(PRODUCT_OUT)/$(f),$(PRODUCT_OUT)/symbols/$(f))))
Ddefinitions.mk484 define add-dependency
/build/kati/
Dninja.go406 func (n *NinjaGenerator) dependency(node *DepNode) (string, string) { func
512 inputs, orderOnlys := n.dependency(node)
583 description = Regenerate ninja files due to dependency
DINTERNALS.md84 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/
DREADME.txt88 This code has no dependency except on the STL and on zlib.