Home
last modified time | relevance | path

Searched defs:any (Results 1 – 7 of 7) sorted by relevance

/build/blueprint/metrics/
Devent_handler_test.go24 func Map[A any, B any](in []A, f func(A) B) []B {
/build/soong/android/
Dutil.go38 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 {
Dutil_test.go652 func testSortedKeysHelper[K Ordered, V any](t *testing.T, name string, input map[K]V, expected []K)…
/build/bazel/scripts/incremental_build/
Dperf_metrics.py73 def archive_run(d: Path, build_info: dict[str, any]): argument
/build/soong/bazel/
Dconfigurability.go79 func PowerSetWithoutEmptySet[T any](items []T) [][]T {
Daquery.go153 func indexBy[K comparable, V any](values []V, keyFn func(v V) K) map[K]V {
Dproperties.go77 func SortedConfigurationAxes[T any](m map[ConfigurationAxis]T) []ConfigurationAxis {