Searched defs:any (Results  1 – 7 of 7) sorted by relevance
| /build/blueprint/metrics/ | 
| D | event_handler_test.go | 24 func Map[A any, B any](in []A, f func(A) B) []B {
 | 
| /build/soong/android/ | 
| D | util.go | 38 func Concat[T any](s1, s2 []T) []T {72 func SortedStringKeys[V any](m map[string]V) []string {
 84 func SortedKeys[T Ordered, V any](m map[T]V) []T {
 
 | 
| D | util_test.go | 652 func testSortedKeysHelper[K Ordered, V any](t *testing.T, name string, input map[K]V, expected []K)…
 | 
| /build/bazel/scripts/incremental_build/ | 
| D | perf_metrics.py | 73 def archive_run(d: Path, build_info: dict[str, any]):  argument
 | 
| /build/soong/bazel/ | 
| D | configurability.go | 79 func PowerSetWithoutEmptySet[T any](items []T) [][]T {
 | 
| D | aquery.go | 153 func indexBy[K comparable, V any](values []V, keyFn func(v V) K) map[K]V {
 | 
| D | properties.go | 77 func SortedConfigurationAxes[T any](m map[ConfigurationAxis]T) []ConfigurationAxis {
 |