Searched refs:dists (Results 1 – 4 of 4) sorted by relevance
/build/soong/android/ |
D | makevars.go | 192 dists []dist member 230 var dists []dist 246 dists = append(dists, mctx.dists...) 259 dists = append(dists, mctx.dists...) 284 sort.Slice(dists, func(i, j int) bool { 285 return lessArr(dists[i].goals, dists[j].goals) || lessArr(dists[i].paths, dists[j].paths) 294 lateOutBytes := s.writeLate(phonies, dists) 383 func (s *makeVarsSingleton) writeLate(phonies []phony, dists []dist) []byte { 400 for _, dist := range dists { 446 c.dists = append(c.dists, dist{
|
D | module_test.go | 242 dists: [
|
/build/soong/bp2build/ |
D | build_conversion_test.go | 115 dists: [{ 132 dists = [{ 145 dists: [ 160 dists = [{
|
/build/soong/java/ |
D | platform_bootclasspath_test.go | 244 dists: [
|