| /build/soong/android/ |
| D | provider.go | 30 func OtherModuleProvider[K any](ctx OtherModuleProviderContext, module blueprint.Module, provider b… 39 func OtherModuleProviderOrDefault[K any](ctx OtherModuleProviderContext, module blueprint.Module, p… 44 func OtherModulePointerProviderOrDefault[K *T, T any](ctx OtherModuleProviderContext, module bluepr… argument 67 func ModuleProvider[K any](ctx ModuleProviderContext, provider blueprint.ProviderKey[K]) (K, bool) { 79 setProvider(provider blueprint.AnyProviderKey, value any) 92 func SetProvider[K any](ctx SetProviderContext, provider blueprint.ProviderKey[K], value K) {
|
| D | util.go | 31 func CopyOf[T any](s []T) []T { 41 func Concat[T any](s1, s2 []T) []T { 105 func SortedKeys[T cmp.Ordered, V any](m map[T]V) []T { 364 func FirstUniqueFunc[SortableList ~[]Sortable, Sortable any](list SortableList, eq func(a, b Sortab… argument 406 func firstUniqueList[T any](in []T) []T { 444 func ReverseSliceInPlace[T any](in []T) []T { 452 func ReverseSlice[T any](in []T) []T {
|
| D | build_prop.go | 202 func (r *RuleBuilder) appendTextf(path ModuleOutPath, format string, a ...any) {
|
| 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 | 1277 func optionalToPtr[T any](o proptools.ConfigurableOptional[T]) *T {
|
| /build/blueprint/gobtools/ |
| D | gob_tools.go | 27 func CustomGobEncode[T any](cg CustomGob[T]) ([]byte, error) { 38 func CustomGobDecode[T any](data []byte, cg CustomGob[T]) error {
|
| /build/blueprint/ |
| D | provider.go | 105 func NewProvider[K any]() ProviderKey[K] { 117 func NewMutatorProvider[K any](mutator string) ProviderKey[K] { 156 func (c *Context) setProvider(m *moduleInfo, provider *providerKey, value any) { 285 func OtherModuleProvider[K any](ctx OtherModuleProviderContext, module Module, provider ProviderKey… 308 func SingletonModuleProvider[K any](ctx SingletonModuleProviderContext, module Module, provider Pro… 333 func ModuleProvider[K any](ctx ModuleProviderContext, provider ProviderKey[K]) (K, bool) { 345 SetProvider(provider AnyProviderKey, value any) 359 func SetProvider[K any](ctx SetProviderContext, provider ProviderKey[K], value K) {
|
| /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 | clone_test.go | 299 func isPointerToEmptyStruct(v any) bool {
|
| D | configurable.go | 937 setAppend(append any, replace bool, prepend bool) 948 initialize(scope *parser.Scope, propertyName string, conditions []ConfigurableCondition, cases any) 954 …itialize(scope *parser.Scope, propertyName string, conditions []ConfigurableCondition, cases any) { 971 func (c Configurable[T]) setAppend(append any, replace bool, prepend bool) { 1336 func PrintfIntoConfigurable(c any, value string) error {
|
| /build/blueprint/metrics/ |
| D | event_handler_test.go | 24 func Map[A any, B any](in []A, f func(A) B) []B {
|
| /build/make/ci/ |
| D | build_context.py | 22 def __init__(self, build_context_dict: dict[str, any]): argument 46 def __init__(self, test_info_dict: dict[str, any]): argument
|
| D | optimized_targets_test.py | 232 test_context: dict[str, any] = None, argument
|
| D | build_test_suites_test.py | 455 test_context: dict[str, any] = {}, argument
|
| /build/blueprint/pool/ |
| D | pool.go | 25 func New[T any]() Pool[T] {
|
| /build/blueprint/bpmodify/ |
| D | bpmodify_test.go | 28 func must2[T any](v T, err error) T {
|
| /build/blueprint/optional/ |
| D | optional.go | 29 func NewShallowOptional[T any](inner *T) ShallowOptional[T] {
|
| /build/blueprint/uniquelist/ |
| D | uniquelist.go | 146 func chunkReverse[T any](slice []T, n int) iter.Seq[[]T] {
|
| /build/soong/starlark_fmt/ |
| D | format.go | 37 func PrintAny(value any, indentLevel int) string {
|
| /build/soong/cmd/release_config/release_config_lib/ |
| D | util.go | 163 func warnf(format string, args ...any) (n int, err error) {
|
| /build/bazel/scripts/incremental_build/ |
| D | cuj.py | 81 def decorator(func: Callable[[], any]) -> Callable[[], any]: argument
|
| /build/blueprint/depset/ |
| D | depset.go | 306 func firstUniqueList[T any](in []T) []T {
|
| /build/soong/cc/ |
| D | cmake_snapshot.go | 282 func executeTemplate(templ *template.Template, buffer *bytes.Buffer, data any) string {
|