Searched refs:propagate (Results 1 – 8 of 8) sorted by relevance
/build/bazel/rules/apex/ |
D | cc.bzl | 78 # and propagate this list. 81 # If this is not a direct dep, and stubs are available, don't propagate 86 # and propagate this list. 129 # TODO: Have this aspect also propagate along attributes of native_shared_libs?
|
/build/bazel/rules/python/ |
D | library.bzl | 4 # b/208215661: Always propagate the parent directory of this target so that
|
/build/bazel/rules/cc/ |
D | cc_object.bzl | 128 # do not propagate includes
|
D | cc_library_static.bzl | 300 # support to export both of these, this rule provides a CcInfo to propagate the
|
D | cc_library_shared.bzl | 379 # Propagate only includes from the root. Do not re-propagate linker inputs.
|
/build/make/tools/droiddoc/ |
D | LICENSE | 107 To "propagate" a work means to do anything with it that, without 179 You may make, run and propagate covered works that you do not 424 You may not propagate or modify a covered work except as expressly 425 provided under this License. Any attempt otherwise to propagate or 456 nothing other than this License grants you permission to propagate or 465 propagate that work, subject to this License. You are not responsible 505 propagate the contents of its contributor version. 529 arrangement, you convey, or propagate by procuring conveyance of, a 531 receiving the covered work authorizing them to use, propagate, modify
|
/build/blueprint/ |
D | context.go | 1894 propagate(module *moduleInfo) []*moduleInfo methodSpec 1905 func (unorderedVisitorImpl) propagate(module *moduleInfo) []*moduleInfo { func 1923 func (bottomUpVisitorImpl) propagate(module *moduleInfo) []*moduleInfo { func 1941 func (topDownVisitorImpl) propagate(module *moduleInfo) []*moduleInfo { func 2074 for _, module := range order.propagate(doneModule) { 2137 for _, dep := range order.propagate(module) {
|
/build/bazel/docs/ |
D | internal_concepts.md | 120 properties are used to propagate data that gets set during mutations, which 312 The general purpose is to propagate dependency info from a module to its 614 This attribute is commonly used to propagate transitive dependencies to the
|