Searched refs:direct (Results 1 – 15 of 15) sorted by relevance
/build/soong/android/ |
D | depset_generic.go | 67 direct interface{} member 84 func newDepSet(order DepSetOrder, direct interface{}, transitive interface{}) *depSet { 89 directCopy = reverseSlice(direct) 92 directCopy = copySlice(direct) 99 direct: directCopy, 107 direct reflect.Value member 117 direct: empty, 146 func (b *depSetBuilder) DirectSlice(direct interface{}) *depSetBuilder { 147 b.direct = reflect.AppendSlice(b.direct, reflect.ValueOf(direct)) 155 func (b *depSetBuilder) Direct(direct interface{}) *depSetBuilder { [all …]
|
D | depset_paths.go | 42 func NewDepSet(order DepSetOrder, direct Paths, transitive []*DepSet) *DepSet { 43 return &DepSet{*newDepSet(order, direct, transitive)} 53 func (b *DepSetBuilder) Direct(direct ...Path) *DepSetBuilder { 54 b.depSetBuilder.DirectSlice(direct)
|
D | packaging.go | 266 func newPackagingSpecsDepSet(direct []PackagingSpec, transitive []*packagingSpecsDepSet) *packaging… 267 return &packagingSpecsDepSet{*newDepSet(TOPOLOGICAL, direct, transitive)}
|
D | apex.go | 709 func (i ApexMembership) Add(direct bool) ApexMembership { 710 if direct || i == directlyInApex {
|
D | bazel_paths.go | 294 panic(fmt.Errorf(`Cannot get direct dep %q of %q.
|
/build/bazel/rules/ |
D | cc_library_static.bzl | 49 libraries = depset(direct = old_linker_input.libraries)) 54 … linking_context = cc_common.create_linking_context(linker_inputs = depset(direct = linker_inputs)) 80 libraries = depset(direct = [ 90 …linking_context = cc_common.create_linking_context(linker_inputs = depset(direct = [linker_input]))
|
D | static_libc.bzl | 52 # Also create cc_library target for direct dependencies.
|
D | full_cc_library.bzl | 88 files = depset(direct = files),
|
/build/bazel/rules_cc/examples/ |
D | experimental_cc_shared_library.bzl | 45 " be a direct dependency of the cc_binary", 90 fail("{} can only be a direct dependency of a " + 101 return depset(direct = dynamic_deps, transitive = transitive_dynamic_deps) 149 libraries = depset(direct = new_libraries_to_link), 150 user_link_flags = depset(direct = linker_input.user_link_flags), 151 additional_inputs = depset(direct = linker_input.additional_inputs),
|
/build/bazel/json_module_graph/ |
D | README.md | 19 * `directDeps` prints the names of the direct dependencies of the given module
|
/build/soong/licenses/ |
D | LICENSE | 31 "control" means (i) the power, direct or indirect, to cause the 97 or a Contribution incorporated within the Work constitutes direct 170 liable to You for damages, including any direct, indirect, special,
|
/build/blueprint/ |
D | LICENSE | 19 "control" means (i) the power, direct or indirect, to cause the 85 or a Contribution incorporated within the Work constitutes direct 158 liable to You for damages, including any direct, indirect, special,
|
/build/soong/cmd/pom2mk/ |
D | pom2mk.go | 375 Whether to statically include direct dependencies.
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-docs.css | 306 /* adjustments for in/direct subclasses tables */
|
/build/make/ |
D | Changes.md | 171 Beyond the direct usage, whenever you use bison or flex directly, they call m4
|