Home
last modified time | relevance | path

Searched defs:DependencyTag (Results 1 – 23 of 23) sorted by relevance

/build/soong/java/
Dbootclasspath.go55 …mUpMutatorContext, propertyName string, refs []ApexVariantReference, tag blueprint.DependencyTag) {
78 …lePair(ctx android.BottomUpMutatorContext, apex string, name string, tag blueprint.DependencyTag) {
128 func gatherApexModulePairDepsWithTag(ctx android.BaseModuleContext, tag blueprint.DependencyTag) []…
Dclasspath_fragment.go103 …uleNamesAndStems(ctx android.ModuleContext, contents []string, tag blueprint.DependencyTag) []stri…
Dsystemserver_classpath_fragment.go215 func IsSystemServerClasspathFragmentContentDepTag(tag blueprint.DependencyTag) bool {
Dbootclasspath_fragment.go103 func IsBootclasspathFragmentContentDepTag(tag blueprint.DependencyTag) bool {
Djava.go407 func IsJniDepTag(depTag blueprint.DependencyTag) bool {
446 func IsLibDepTag(depTag blueprint.DependencyTag) bool {
450 func IsStaticLibDepTag(depTag blueprint.DependencyTag) bool {
Dsdk_library.go1508 func IsXmlPermissionsFileDepTag(depTag blueprint.DependencyTag) bool {
/build/soong/android/
Ddeptag.go40 func IsInstallDepNeededTag(tag blueprint.DependencyTag) bool {
Dbase_module_context.go104 GetDirectDepsWithTag(tag blueprint.DependencyTag) []Module
109 GetDirectDepWithTag(name string, tag blueprint.DependencyTag) blueprint.Module
142 VisitDirectDepsWithTag(tag blueprint.DependencyTag, visit func(Module))
534 func IsMetaDependencyTag(tag blueprint.DependencyTag) bool {
551 func PrettyPrintTag(tag blueprint.DependencyTag) string {
Dlicense_metadata.go217 func licenseAnnotationsFromTag(tag blueprint.DependencyTag) string {
Dmutator.go225 …AddDependency(module blueprint.Module, tag blueprint.DependencyTag, name ...string) []blueprint.Mo…
232 AddReverseDependency(module blueprint.Module, tag blueprint.DependencyTag, name string)
273 …AddVariationDependencies(variations []blueprint.Variation, tag blueprint.DependencyTag, names ...s…
288 …AddFarVariationDependencies([]blueprint.Variation, blueprint.DependencyTag, ...string) []blueprint…
294 AddInterVariantDependency(tag blueprint.DependencyTag, from, to blueprint.Module)
Dpackaging.go124 AddDeps(ctx BottomUpMutatorContext, depTag blueprint.DependencyTag)
Dsdk.go527 AddDependencies(ctx SdkDependencyContext, dependencyTag blueprint.DependencyTag, names []string)
Dmodule.go1504 func isInstallDepNeeded(dep Module, tag blueprint.DependencyTag) bool {
2360 func IsSourceDepTagWithOutputTag(depTag blueprint.DependencyTag, outputTag string) bool {
/build/blueprint/
Dmodule_ctx_test.go63 func addVariantDepsMutator(variants []Variation, tag DependencyTag, from, to string) func(ctx Botto…
71 func addVariantDepsResultMutator(variants []Variation, tag DependencyTag, from, to string, results …
Dmodule_ctx.go209 GetDirectDepWithTag(name string, tag DependencyTag) Module
856 AddDependency(module Module, tag DependencyTag, name ...string) []Module
863 AddReverseDependency(module Module, tag DependencyTag, name string)
904 AddVariationDependencies([]Variation, DependencyTag, ...string) []Module argument
919 AddFarVariationDependencies([]Variation, DependencyTag, ...string) []Module argument
925 AddInterVariantDependency(tag DependencyTag, from, to Module)
979 type DependencyTag interface { interface
980 dependencyTag(DependencyTag) argument
/build/soong/cc/
Dlto.go172 func ltoPropagateViaDepTag(tag blueprint.DependencyTag) bool {
Dafdo.go124 func afdoPropagateViaDepTag(tag blueprint.DependencyTag) bool {
Dorderfile.go195 func orderfilePropagateViaDepTag(tag blueprint.DependencyTag) bool {
Dlinkable.go280 func DepTagMakeSuffix(depTag blueprint.DependencyTag) string {
298 func IsWholeStaticLib(depTag blueprint.DependencyTag) bool {
Dcc.go814 func IsSharedDepTag(depTag blueprint.DependencyTag) bool {
819 func IsStaticDepTag(depTag blueprint.DependencyTag) bool {
824 func IsHeaderDepTag(depTag blueprint.DependencyTag) bool {
829 func IsRuntimeDepTag(depTag blueprint.DependencyTag) bool {
833 func IsTestPerSrcDepTag(depTag blueprint.DependencyTag) bool {
2321 variations []blueprint.Variation, depTag blueprint.DependencyTag, name, version string, far bool) {
2696 tag blueprint.DependencyTag) {
Dsanitize.go1116 func IsSanitizableDependencyTag(tag blueprint.DependencyTag) bool {
/build/soong/rust/
Dsanitize.go469 func IsSanitizableDependencyTag(tag blueprint.DependencyTag) bool {
Drust.go1063 func IsDylibDepTag(depTag blueprint.DependencyTag) bool {
1068 func IsRlibDepTag(depTag blueprint.DependencyTag) bool {