Home
last modified time | relevance | path

Searched refs:POSTORDER (Results 1 – 3 of 3) sorted by relevance

/build/soong/android/
Ddepset_test.go26 a := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("a")).Build()
27 b := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("b")).Transitive(a).Build()
28 c := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("c")).Transitive(a).Build()
29 d := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("d")).Transitive(b, c).Build()
56 a := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("a")).Build()
57 b := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("b")).Transitive(a).Build()
58 c := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("c")).Transitive(a).Build()
59 d := NewDepSetBuilder(POSTORDER).Direct(PathForTesting("d")).Transitive(b, c).Build()
257 depSet := tt.depSet(t, POSTORDER)
279 orders := []DepSetOrder{POSTORDER, PREORDER, TOPOLOGICAL}
Ddepset_generic.go29 POSTORDER const
37 case POSTORDER:
/build/soong/java/
Dlint.go123 HTML: android.NewDepSetBuilder(android.POSTORDER),
124 Text: android.NewDepSetBuilder(android.POSTORDER),
125 XML: android.NewDepSetBuilder(android.POSTORDER),