Searched defs:dependency (Results 1 - 4 of 4) sorted by relevance

/build/make/tools/
H A Dfilter-product-graph.py26 def dependency(m): function in function:main
32 (dependency, re.compile(r'"(.*)"\s*->\s*"(.*)"')),
/build/tools/
H A Dfilter-product-graph.py26 def dependency(m): function in function:main
32 (dependency, re.compile(r'"(.*)"\s*->\s*"(.*)"')),
/build/core/
H A Ddefinitions.mk62 # These all have an order-only dependency on the copied headers
486 ## Function we can evaluate to introduce a dynamic dependency
489 define add-dependency
659 ## is the dependency that should be used.
696 # Get the dependency files (you can put on the right side of "|" of a build rule)
701 # as the dependency.
702 # Now we can use classes.jar as dependency, so java-lib-deps is the same
928 ## Commands for including the dependency files the compiler generates
2651 # Evaluates to the list of the dst files (ie suitable for a dependency list)
2754 # Order-only dependency becaus
[all...]
/build/make/core/
H A Ddefinitions.mk62 # These all have an order-only dependency on the copied headers
486 ## Function we can evaluate to introduce a dynamic dependency
489 define add-dependency
659 ## is the dependency that should be used.
696 # Get the dependency files (you can put on the right side of "|" of a build rule)
701 # as the dependency.
702 # Now we can use classes.jar as dependency, so java-lib-deps is the same
928 ## Commands for including the dependency files the compiler generates
2651 # Evaluates to the list of the dst files (ie suitable for a dependency list)
2754 # Order-only dependency becaus
[all...]

Completed in 119 milliseconds