Home
last modified time | relevance | path

Searched defs:DependencyTag (Results 1 – 20 of 20) 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.go220 func IsSystemServerClasspathFragmentContentDepTag(tag blueprint.DependencyTag) bool {
Dbootclasspath_fragment.go102 func IsBootclasspathFragmentContentDepTag(tag blueprint.DependencyTag) bool {
Djava.go364 func IsJniDepTag(depTag blueprint.DependencyTag) bool {
402 func IsLibDepTag(depTag blueprint.DependencyTag) bool {
406 func IsStaticLibDepTag(depTag blueprint.DependencyTag) bool {
Dsdk_library.go1257 func IsXmlPermissionsFileDepTag(depTag blueprint.DependencyTag) bool {
/build/soong/android/
Ddeptag.go40 func IsInstallDepNeededTag(tag blueprint.DependencyTag) bool {
Dlicense_metadata.go206 func licenseAnnotationsFromTag(tag blueprint.DependencyTag) string {
Dmutator.go295 …AddDependency(module blueprint.Module, tag blueprint.DependencyTag, name ...string) []blueprint.Mo…
302 AddReverseDependency(module blueprint.Module, tag blueprint.DependencyTag, name string)
343 …AddVariationDependencies(variations []blueprint.Variation, tag blueprint.DependencyTag, names ...s…
358 …AddFarVariationDependencies([]blueprint.Variation, blueprint.DependencyTag, ...string) []blueprint…
364 AddInterVariantDependency(tag blueprint.DependencyTag, from, to blueprint.Module)
Dpackaging.go83 AddDeps(ctx BottomUpMutatorContext, depTag blueprint.DependencyTag)
Dmodule.go252 GetDirectDepsWithTag(tag blueprint.DependencyTag) []Module
257 GetDirectDepWithTag(name string, tag blueprint.DependencyTag) blueprint.Module
283 VisitDirectDepsWithTag(tag blueprint.DependencyTag, visit func(Module))
2070 func isInstallDepNeeded(dep Module, tag blueprint.DependencyTag) bool {
3096 func IsMetaDependencyTag(tag blueprint.DependencyTag) bool {
3111 func PrettyPrintTag(tag blueprint.DependencyTag) string {
3565 func IsSourceDepTagWithOutputTag(depTag blueprint.DependencyTag, outputTag string) bool {
Dsdk.go527 AddDependencies(ctx SdkDependencyContext, dependencyTag blueprint.DependencyTag, names []string)
/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.go198 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)
980 type DependencyTag interface { interface
981 dependencyTag(DependencyTag) argument
/build/soong/etc/
Dsnapshot_etc.go139 blueprint.DependencyTag anonMember
/build/soong/rust/
Dsanitize.go463 func IsSanitizableDependencyTag(tag blueprint.DependencyTag) bool {
Drust.go1078 func IsDylibDepTag(depTag blueprint.DependencyTag) bool {
1083 func IsRlibDepTag(depTag blueprint.DependencyTag) bool {
/build/soong/cc/
Dlinkable.go307 func DepTagMakeSuffix(depTag blueprint.DependencyTag) string {
325 func IsWholeStaticLib(depTag blueprint.DependencyTag) bool {
Dcc.go770 func IsSharedDepTag(depTag blueprint.DependencyTag) bool {
775 func IsStaticDepTag(depTag blueprint.DependencyTag) bool {
780 func IsHeaderDepTag(depTag blueprint.DependencyTag) bool {
785 func IsRuntimeDepTag(depTag blueprint.DependencyTag) bool {
789 func IsTestPerSrcDepTag(depTag blueprint.DependencyTag) bool {
2300 variations []blueprint.Variation, depTag blueprint.DependencyTag, name, version string, far bool) {
2700 tag blueprint.DependencyTag) {
Dsanitize.go1088 func IsSanitizableDependencyTag(tag blueprint.DependencyTag) bool {