Home
last modified time | relevance | path

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

/build/soong/android/
Ddepset_generic.go30 TOPOLOGICAL const
39 case TOPOLOGICAL:
88 if order == TOPOLOGICAL {
97 reverse: order == TOPOLOGICAL,
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}
Dpackaging.go267 return &packagingSpecsDepSet{*newDepSet(TOPOLOGICAL, direct, transitive)}
/build/soong/cc/
Dtoolchain_library.go105 depSet := android.NewDepSetBuilder(android.TOPOLOGICAL).Direct(outputFile).Build()
Dndk_prebuilt.go181 depSet := android.NewDepSetBuilder(android.TOPOLOGICAL).Direct(lib).Build()
Dprebuilt.go126 depSet := android.NewDepSetBuilder(android.TOPOLOGICAL).Direct(in).Build()
364 depSet := android.NewDepSetBuilder(android.TOPOLOGICAL).Direct(out).Build()
Dsnapshot_prebuilt.go618 depSet := android.NewDepSetBuilder(android.TOPOLOGICAL).Direct(in).Build()
Dlibrary.go572 TransitiveStaticLibrariesForOrdering: android.NewDepSetBuilder(android.TOPOLOGICAL).
1168 TransitiveStaticLibrariesForOrdering: android.NewDepSetBuilder(android.TOPOLOGICAL).
/build/soong/rust/
Dlibrary.go500 depSet := android.NewDepSetBuilder(android.TOPOLOGICAL).Direct(outputFile).Build()