Home
last modified time | relevance | path

Searched refs:TOPOLOGICAL (Results 1 – 11 of 11) sorted by relevance

/aosp12/build/soong/android/
H A Ddepset_generic.go30 TOPOLOGICAL const
39 case TOPOLOGICAL:
88 if order == TOPOLOGICAL {
97 reverse: order == TOPOLOGICAL,
H A Ddepset_test.go46 a := NewDepSetBuilder(TOPOLOGICAL).Direct(PathForTesting("a")).Build()
47 b := NewDepSetBuilder(TOPOLOGICAL).Direct(PathForTesting("b")).Transitive(a).Build()
48 c := NewDepSetBuilder(TOPOLOGICAL).Direct(PathForTesting("c")).Transitive(a).Build()
49 d := NewDepSetBuilder(TOPOLOGICAL).Direct(PathForTesting("d")).Transitive(b, c).Build()
269 depSet := tt.depSet(t, TOPOLOGICAL)
279 orders := []DepSetOrder{POSTORDER, PREORDER, TOPOLOGICAL}
H A Dpackaging.go267 return &packagingSpecsDepSet{*newDepSet(TOPOLOGICAL, direct, transitive)}
H A Dmodule.go3138 return &installPathsDepSet{*newDepSet(TOPOLOGICAL, direct, transitive)}
/aosp12/build/soong/cc/
H A Dtoolchain_library.go105 depSet := android.NewDepSetBuilder(android.TOPOLOGICAL).Direct(outputFile).Build()
H A Dprebuilt.go126 depSet := android.NewDepSetBuilder(android.TOPOLOGICAL).Direct(in).Build()
364 depSet := android.NewDepSetBuilder(android.TOPOLOGICAL).Direct(out).Build()
H A Dndk_prebuilt.go181 depSet := android.NewDepSetBuilder(android.TOPOLOGICAL).Direct(lib).Build()
H A Dsnapshot_prebuilt.go618 depSet := android.NewDepSetBuilder(android.TOPOLOGICAL).Direct(in).Build()
H A Dlibrary.go572 TransitiveStaticLibrariesForOrdering: android.NewDepSetBuilder(android.TOPOLOGICAL).
1168 TransitiveStaticLibrariesForOrdering: android.NewDepSetBuilder(android.TOPOLOGICAL).
H A Dcc.go2903 transitiveStaticLibsBuilder := android.NewDepSetBuilder(android.TOPOLOGICAL)
/aosp12/build/soong/rust/
H A Dlibrary.go500 depSet := android.NewDepSetBuilder(android.TOPOLOGICAL).Direct(outputFile).Build()