Home
last modified time | relevance | path

Searched refs:AddDependency (Results 1 – 25 of 48) sorted by relevance

12

/aosp12/art/runtime/
H A Dcha_test.cc43 cha.AddDependency(METHOD1, METHOD2, METHOD_HEADER2); in TEST_F()
51 cha.AddDependency(METHOD1, METHOD3, METHOD_HEADER3); in TEST_F()
71 cha.AddDependency(METHOD2, METHOD1, METHOD_HEADER1); in TEST_F()
H A Dcha.h95 void AddDependency(ArtMethod* method,
/aosp12/art/compiler/optimizing/
H A Dscheduler.h359 void AddDependency(SchedulingNode* node, SchedulingNode* dependency, bool is_data_dependency);
361 AddDependency(node, dependency, /*is_data_dependency*/true); in AddDataDependency()
364 AddDependency(node, dependency, /*is_data_dependency*/false); in AddOtherDependency()
/aosp12/system/tools/aidl/build/
H A Daidl_gen_rule.go276 ctx.AddDependency(ctx.Module(), interfaceDep, g.properties.BaseName+aidlInterfaceSuffix)
280 ctx.AddDependency(ctx.Module(), apiDep, g.properties.BaseName+aidlApiSuffix)
284 …ctx.AddDependency(ctx.Module(), importInterfaceDep, wrap("", g.properties.ImportsWithoutVersion, a…
H A Daidl_rust_source_provider.go107 ctx.AddDependency(ctx.Module(), aidlRustSourceTag, sp.properties.SourceGen)
/aosp12/hardware/interfaces/compatibility_matrices/build/
H A Dvintf_compatibility_matrix.go94 ctx.AddDependency(ctx.Module(), kernelConfigTag, g.properties.Kernel_configs...)
95 ctx.AddDependency(ctx.Module(), schemaTag, schemaModuleName)
/aosp12/build/soong/android/
H A Dpackaging_test.go45 ctx.AddDependency(ctx.Module(), installDepTag{}, m.props.Deps...)
88 ctx.AddDependency(ctx.Module(), installDepTag{}, m.properties.Install_deps...)
H A Dlicense_sdk_member.go36 mctx.AddDependency(mctx.Module(), dependencyTag, names...)
H A Dlicense_kind_test.go141 ctx.AddDependency(m, licensekindTag{}, j.properties.License_kinds...)
H A Dmutator.go300AddDependency(module blueprint.Module, tag blueprint.DependencyTag, name ...string) []blueprint.Mo…
626 func (b *bottomUpMutatorContext) AddDependency(module blueprint.Module, tag blueprint.DependencyTag… func
627 return b.bp.AddDependency(module, tag, name...)
H A Dpath_properties.go54 ctx.AddDependency(ctx.Module(), sourceOrOutputDepTag(t), m)
H A Dmodule_test.go156 ctx.AddDependency(ctx.Module(), nil, m.props.Deps...)
H A Dneverallow_test.go374 ctx.AddDependency(ctx.Module(), staticDepTag, lib)
H A Dmutator_test.go52 ctx.AddDependency(ctx.Module(), nil, m.props.Deps_missing_deps...)
H A Ddefaults.go284 ctx.AddDependency(ctx.Module(), DefaultsDepTag, defaultable.defaults().Defaults...)
/aosp12/build/blueprint/
H A Dprovider_test.go82 ctx.AddDependency(ctx.Module(), nil, p.properties.Deps...)
196 ctx.AddDependency(ctx.Module(), nil, i.properties.Deps...)
H A Dvisit_test.go49 ctx.AddDependency(ctx.Module(), visitTagDep, m.properties.Visit...)
/aosp12/system/tools/hidl/build/
H A Dhidl_interface.go360 ctx.AddDependency(ctx.Module(), nil, g.properties.FqName+hidlInterfaceSuffix)
361 ctx.AddDependency(ctx.Module(), nil, wrap("", g.properties.Interfaces, hidlInterfaceSuffix)...)
362 ctx.AddDependency(ctx.Module(), nil, g.properties.Root)
441 ctx.AddDependency(ctx.Module(), nil, g.properties.SpecName)
988 ctx.AddDependency(ctx.Module(), nil, h.properties.Root)
/aosp12/packages/modules/Gki/build/
H A Dprebuilt.go79 ctx.AddDependency(ctx.Module(), prebuiltApexTag, g.BaseModuleName())
/aosp12/build/soong/java/
H A Dsystemserver_classpath_fragment.go135 ctx.AddDependency(module, systemServerClasspathFragmentContentDepTag, name)
H A Drro.go101 ctx.AddDependency(ctx.Module(), certificateTag, cert)
H A Dapp_import.go159 ctx.AddDependency(ctx.Module(), certificateTag, cert)
165 ctx.AddDependency(ctx.Module(), certificateTag, cert)
H A Ddroidstubs.go231 ctx.AddDependency(ctx.Module(), metalavaMergeAnnotationsDirTag, mergeAnnotationsDir)
237 …ctx.AddDependency(ctx.Module(), metalavaMergeInclusionAnnotationsDirTag, mergeInclusionAnnotations…
243 ctx.AddDependency(ctx.Module(), metalavaAPILevelsAnnotationsDirTag, apiLevelsAnnotationsDir)
/aosp12/build/soong/apex/
H A Dvndk.go94 mctx.AddDependency(mctx.Module(), prebuiltTag, cc.VndkLibrariesTxtModules(vndkVersion)...)
/aosp12/system/sepolicy/build/soong/
H A Dcil_compat_map.go166 ctx.AddDependency(c, TopHalfDepTag, String(c.properties.Top_half))

12