Searched refs:TOPOLOGICAL (Results 1 – 9 of 9) sorted by relevance
30 TOPOLOGICAL const39 case TOPOLOGICAL:88 if order == TOPOLOGICAL {97 reverse: order == TOPOLOGICAL,
46 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}
267 return &packagingSpecsDepSet{*newDepSet(TOPOLOGICAL, direct, transitive)}
105 depSet := android.NewDepSetBuilder(android.TOPOLOGICAL).Direct(outputFile).Build()
181 depSet := android.NewDepSetBuilder(android.TOPOLOGICAL).Direct(lib).Build()
126 depSet := android.NewDepSetBuilder(android.TOPOLOGICAL).Direct(in).Build()364 depSet := android.NewDepSetBuilder(android.TOPOLOGICAL).Direct(out).Build()
618 depSet := android.NewDepSetBuilder(android.TOPOLOGICAL).Direct(in).Build()
572 TransitiveStaticLibrariesForOrdering: android.NewDepSetBuilder(android.TOPOLOGICAL).1168 TransitiveStaticLibrariesForOrdering: android.NewDepSetBuilder(android.TOPOLOGICAL).
500 depSet := android.NewDepSetBuilder(android.TOPOLOGICAL).Direct(outputFile).Build()