/build/blueprint/ |
D | provider.go | 75 func NewProvider[K any]() ProviderKey[K] { 85 func NewMutatorProvider[K any](mutator string) ProviderKey[K] { 124 func (c *Context) setProvider(m *moduleInfo, provider *providerKey, value any) { 247 func OtherModuleProvider[K any](ctx OtherModuleProviderContext, module Module, provider ProviderKey… 270 func SingletonModuleProvider[K any](ctx SingletonModuleProviderContext, module Module, provider Pro… 296 func ModuleProvider[K any](ctx ModuleProviderContext, provider ProviderKey[K]) (K, bool) { 308 SetProvider(provider AnyProviderKey, value any) 323 func SetProvider[K any](ctx SetProviderContext, provider ProviderKey[K], value K) {
|
D | module_ctx.go | 360 SetProvider(provider AnyProviderKey, value any)
|
/build/soong/android/ |
D | provider.go | 24 func OtherModuleProvider[K any](ctx OtherModuleProviderContext, module blueprint.Module, provider b… 50 func ModuleProvider[K any](ctx ModuleProviderContext, provider blueprint.ProviderKey[K]) (K, bool) { 70 func SingletonModuleProvider[K any](ctx SingletonModuleProviderContext, module blueprint.Module, pr… 82 setProvider(provider blueprint.AnyProviderKey, value any) 97 func SetProvider[K any](ctx SetProviderContext, provider blueprint.ProviderKey[K], value K) {
|
D | util.go | 32 func CopyOf[T any](s []T) []T { 42 func Concat[T any](s1, s2 []T) []T { 108 func SortedStringKeys[V any](m map[string]V) []string { 113 func SortedKeys[T cmp.Ordered, V any](m map[T]V) []T { 310 func FirstUniqueFunc[SortableList ~[]Sortable, Sortable any](list SortableList, eq func(a, b Sortab… argument 352 func firstUniqueList[T any](in []T) []T { 390 func ReverseSliceInPlace[T any](in []T) []T { 398 func ReverseSlice[T any](in []T) []T {
|
D | util_test.go | 654 func testSortedKeysHelper[K cmp.Ordered, V any](t *testing.T, name string, input map[K]V, expected …
|
D | selects_test.go | 907 func optionalToPtr[T any](o proptools.ConfigurableOptional[T]) *T {
|
D | base_module_context.go | 102 setProvider(provider blueprint.AnyProviderKey, value any)
|
/build/soong/cmd/merge_module_info_json/ |
D | merge_module_info_json.go | 143 func combine(old, new any) any { 172 func combineObjects(old, new map[string]any) map[string]any { 191 func combineArrays(old, new []any) []any {
|
/build/blueprint/proptools/ |
D | utils.go | 9 func ShardBySize[T ~[]E, E any](toShard T, shardSize int) []T { argument 25 func ShardByCount[T ~[]E, E any](toShard T, shardCount int) []T { argument
|
D | proptools.go | 57 func Clear[T any](ptr *T) { 110 func Slice[T any](s *[]T) []T {
|
D | configurable.go | 572 setAppend(append any, replace bool, prepend bool) 582 initialize(propertyName string, conditions []ConfigurableCondition, cases any) 588 … *Configurable[T]) initialize(propertyName string, conditions []ConfigurableCondition, cases any) { 598 func (c Configurable[T]) setAppend(append any, replace bool, prepend bool) { 827 func PrintfIntoConfigurable(c any, value string) error {
|
D | clone_test.go | 299 func isPointerToEmptyStruct(v any) bool {
|
/build/blueprint/metrics/ |
D | event_handler_test.go | 24 func Map[A any, B any](in []A, f func(A) B) []B {
|
/build/blueprint/optional/ |
D | optional.go | 29 func NewShallowOptional[T any](inner *T) ShallowOptional[T] {
|
/build/make/ci/ |
D | build_test_suites_test.py | 330 build_context: dict[str, any] = None, argument 352 test_context: dict[str, any] = {}, argument 369 self, build_context: dict[str, any], build_targets: set[str] argument
|
D | build_test_suites.py | 56 build_context: dict[str, any], argument
|
/build/soong/cmd/release_config/release_config_lib/ |
D | util.go | 162 func warnf(format string, args ...any) (n int, err error) {
|
/build/soong/starlark_fmt/ |
D | format.go | 37 func PrintAny(value any, indentLevel int) string {
|
/build/bazel/scripts/incremental_build/ |
D | cuj.py | 81 def decorator(func: Callable[[], any]) -> Callable[[], any]: argument
|
/build/soong/cc/ |
D | cmake_snapshot.go | 258 func executeTemplate(templ *template.Template, buffer *bytes.Buffer, data any) string {
|
/build/soong/bazel/ |
D | configurability.go | 84 func PowerSetWithoutEmptySet[T any](items []T) [][]T {
|
D | aquery.go | 119 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 {
|
/build/soong/sdk/ |
D | update.go | 819 func handleExportableProperties[T any](value T) any {
|