Home
last modified time | relevance | path

Searched refs:ShardBySize (Results 1 – 2 of 2) sorted by relevance

/build/blueprint/proptools/
Dutils.go9 func ShardBySize[T ~[]E, E any](toShard T, shardSize int) []T { func
26 return ShardBySize(toShard, int(math.Ceil(float64(len(toShard))/float64(shardCount))))
/build/soong/android/
Dutil.go549 return proptools.ShardBySize(paths, shardSize)
572 return proptools.ShardBySize(s, shardSize)