Home
last modified time | relevance | path

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

/build/soong/android/
Dmutator_test.go97 ctx.BottomUp("pre_arch", func(ctx BottomUpMutatorContext) {
108 ctx.BottomUp("pre_deps", func(ctx BottomUpMutatorContext) {
115 ctx.BottomUp("post_deps", func(ctx BottomUpMutatorContext) {
119 ctx.BottomUp("rename_bottom_up", func(ctx BottomUpMutatorContext) {
123 ctx.BottomUp("final", func(ctx BottomUpMutatorContext) {
200 ctx.BottomUp("far_deps_1", func(ctx BottomUpMutatorContext) {
205 ctx.BottomUp("variant", func(ctx BottomUpMutatorContext) {
211 ctx.BottomUp("far_deps_2", func(ctx BottomUpMutatorContext) {
216 ctx.BottomUp("final", func(ctx BottomUpMutatorContext) {
255 ctx.BottomUp("vars", func(ctx BottomUpMutatorContext) {
[all …]
Doverride_module.go215 ctx.BottomUp("override_deps", overrideModuleDepsMutator).Parallel()
217 ctx.BottomUp("perform_override", performOverrideMutator).Parallel()
220 ctx.BottomUp("overridable_deps", overridableModuleDepsMutator).Parallel()
225 …ctx.BottomUp("replace_deps_on_prebuilts_for_overridable_deps_again", PrebuiltPostDepsMutator).Para…
226 ctx.BottomUp("replace_deps_on_override", replaceDepsOnOverridingModuleMutator).Parallel()
Dlicenses.go109 ctx.BottomUp("licensesPackageMapper", licensesPackageMapper).Parallel()
116 ctx.BottomUp("licensesPropertyGatherer", licensesPropertyGatherer).Parallel()
121 ctx.BottomUp("licensesPropertyChecker", licensesDependencyChecker).Parallel()
Dmutator.go111 BottomUp(name string, m BottomUpMutator) MutatorHandle methodSpec
193 ctx.BottomUp("image", imageMutator).Parallel()
429 func (x *registerMutatorsContext) BottomUp(name string, m BottomUpMutator) MutatorHandle { func
497 ctx.BottomUp("component-deps", componentDepsMutator).Parallel()
516 ctx.BottomUp("deps", depsMutator).Parallel()
522 ctx.BottomUp("deps", depsMutator).Parallel()
Dprebuilt.go271 ctx.BottomUp("prebuilt_rename", PrebuiltRenameMutator).Parallel()
275 ctx.BottomUp("prebuilt_source", PrebuiltSourceDepsMutator).Parallel()
277 ctx.BottomUp("prebuilt_postdeps", PrebuiltPostDepsMutator).Parallel()
Dsingleton_module_test.go116 ctx.BottomUp("test_singleton_module_mutator", testVariantSingletonModuleMutator)
Dpath_properties.go30 ctx.BottomUp("pathdeps", pathDepsMutator).Parallel()
Dvisibility.go217 ctx.BottomUp("visibilityRuleChecker", visibilityRuleChecker).Parallel()
227 ctx.BottomUp("visibilityRuleGatherer", visibilityRuleGatherer).Parallel()
Dvariable_test.go203 ctx.BottomUp("variable", VariableMutator).Parallel()
Ddefaults.go278 ctx.BottomUp("defaults_deps", defaultsDepsMutator).Parallel()
Dnamespace.go415 ctx.BottomUp("namespace_deps", namespaceMutator).Parallel()
Dneverallow.go46 ctx.BottomUp("neverallow", neverallowMutator).Parallel()
Dnamespace_test.go643 ctx.BottomUp("rename", renameMutator)
Dvariable.go32 ctx.BottomUp("variable", VariableMutator).Parallel()
Darch.go416 ctx.BottomUp("bp2build-arch-pathdeps", bp2buildArchPathDepsMutator).Parallel()
/build/soong/rust/
Dtesting.go238 ctx.BottomUp("rust_libraries", LibraryMutator).Parallel()
239 ctx.BottomUp("rust_stdlinkage", LibstdMutator).Parallel()
240 ctx.BottomUp("rust_begin", BeginMutator).Parallel()
Drust.go43 ctx.BottomUp("rust_libraries", LibraryMutator).Parallel()
44 ctx.BottomUp("rust_stdlinkage", LibstdMutator).Parallel()
45 ctx.BottomUp("rust_begin", BeginMutator).Parallel()
49 ctx.BottomUp("rust_sanitizers", rustSanitizerRuntimeMutator).Parallel()
/build/soong/sdk/
Dsdk.go348 ctx.BottomUp("SdkMember", memberMutator).Parallel()
350 ctx.BottomUp("SdkMemberInterVersion", memberInterVersionMutator).Parallel()
363 ctx.BottomUp("SdkDepsReplaceMutator", sdkDepsReplaceMutator).Parallel()
/build/soong/cc/
Dcc.go45 ctx.BottomUp("sdk", sdkMutator).Parallel()
46 ctx.BottomUp("vndk", VndkMutator).Parallel()
47 ctx.BottomUp("link", LinkageMutator).Parallel()
48 ctx.BottomUp("test_per_src", TestPerSrcMutator).Parallel()
49 ctx.BottomUp("version_selector", versionSelectorMutator).Parallel()
50 ctx.BottomUp("version", versionMutator).Parallel()
51 ctx.BottomUp("begin", BeginMutator).Parallel()
52 ctx.BottomUp("sysprop_cc", SyspropMutator).Parallel()
57 ctx.BottomUp("asan", sanitizerMutator(Asan)).Parallel()
60 ctx.BottomUp("hwasan", sanitizerMutator(Hwasan)).Parallel()
[all …]
Dbp2build.go30 ctx.BottomUp("cc_bp2build_deps", depsBp2BuildMutator)
/build/soong/java/
Dbootclasspath.go32 ctx.BottomUp("bootclasspath_deps", bootclasspathDepsMutator).Parallel()
Djava.go65 ctx.BottomUp("dexpreopt_tool_deps", dexpreoptToolDepsMutator).Parallel()
/build/soong/apex/
Dapex.go64 ctx.BottomUp("apex_vndk_deps", apexVndkDepsMutator).Parallel()
69 ctx.BottomUp("apex_unique", apexUniqueVariationsMutator).Parallel()
70 ctx.BottomUp("apex_test_for_deps", apexTestForDepsMutator).Parallel()
71 ctx.BottomUp("apex_test_for", apexTestForMutator).Parallel()
74 ctx.BottomUp("mark_platform_availability", markPlatformAvailability).Parallel()
75 ctx.BottomUp("apex", apexMutator).Parallel()
76 ctx.BottomUp("apex_directly_in_any", apexDirectlyInAnyMutator).Parallel()
77 ctx.BottomUp("apex_flattened", apexFlattenedMutator).Parallel()
/build/soong/genrule/
Dgenrule.go68 ctx.BottomUp("genrule_tool_deps", toolDepsMutator).Parallel()
76 ctx.BottomUp("genrule_tool_deps", toolDepsMutator)
/build/soong/python/
Dpython.go41 ctx.BottomUp("python_version", versionSplitMutator()).Parallel()