Home
last modified time | relevance | path

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

/build/blueprint/
Dprovider.go75 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) {
Dmodule_ctx.go360 SetProvider(provider AnyProviderKey, value any)
/build/soong/android/
Dprovider.go24 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) {
Dutil.go32 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 {
Dutil_test.go654 func testSortedKeysHelper[K cmp.Ordered, V any](t *testing.T, name string, input map[K]V, expected …
Dselects_test.go907 func optionalToPtr[T any](o proptools.ConfigurableOptional[T]) *T {
Dbase_module_context.go102 setProvider(provider blueprint.AnyProviderKey, value any)
/build/soong/cmd/merge_module_info_json/
Dmerge_module_info_json.go143 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/
Dutils.go9 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
Dproptools.go57 func Clear[T any](ptr *T) {
110 func Slice[T any](s *[]T) []T {
Dconfigurable.go572 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 {
Dclone_test.go299 func isPointerToEmptyStruct(v any) bool {
/build/blueprint/metrics/
Devent_handler_test.go24 func Map[A any, B any](in []A, f func(A) B) []B {
/build/blueprint/optional/
Doptional.go29 func NewShallowOptional[T any](inner *T) ShallowOptional[T] {
/build/make/ci/
Dbuild_test_suites_test.py330 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
Dbuild_test_suites.py56 build_context: dict[str, any], argument
/build/soong/cmd/release_config/release_config_lib/
Dutil.go162 func warnf(format string, args ...any) (n int, err error) {
/build/soong/starlark_fmt/
Dformat.go37 func PrintAny(value any, indentLevel int) string {
/build/bazel/scripts/incremental_build/
Dcuj.py81 def decorator(func: Callable[[], any]) -> Callable[[], any]: argument
/build/soong/cc/
Dcmake_snapshot.go258 func executeTemplate(templ *template.Template, buffer *bytes.Buffer, data any) string {
/build/soong/bazel/
Dconfigurability.go84 func PowerSetWithoutEmptySet[T any](items []T) [][]T {
Daquery.go119 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 {
/build/soong/sdk/
Dupdate.go819 func handleExportableProperties[T any](value T) any {