Home
last modified time | relevance | path

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

12

/build/soong/android/
Dprovider.go30 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) {
Dutil.go31 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 {
Dbuild_prop.go202 func (r *RuleBuilder) appendTextf(path ModuleOutPath, format string, a ...any) {
Dutil_test.go654 func testSortedKeysHelper[K cmp.Ordered, V any](t *testing.T, name string, input map[K]V, expected …
Dselects_test.go1277 func optionalToPtr[T any](o proptools.ConfigurableOptional[T]) *T {
/build/blueprint/gobtools/
Dgob_tools.go27 func CustomGobEncode[T any](cg CustomGob[T]) ([]byte, error) {
38 func CustomGobDecode[T any](data []byte, cg CustomGob[T]) error {
/build/blueprint/
Dprovider.go105 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/
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 {
Dclone_test.go299 func isPointerToEmptyStruct(v any) bool {
Dconfigurable.go937 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/
Devent_handler_test.go24 func Map[A any, B any](in []A, f func(A) B) []B {
/build/make/ci/
Dbuild_context.py22 def __init__(self, build_context_dict: dict[str, any]): argument
46 def __init__(self, test_info_dict: dict[str, any]): argument
Doptimized_targets_test.py232 test_context: dict[str, any] = None, argument
Dbuild_test_suites_test.py455 test_context: dict[str, any] = {}, argument
/build/blueprint/pool/
Dpool.go25 func New[T any]() Pool[T] {
/build/blueprint/bpmodify/
Dbpmodify_test.go28 func must2[T any](v T, err error) T {
/build/blueprint/optional/
Doptional.go29 func NewShallowOptional[T any](inner *T) ShallowOptional[T] {
/build/blueprint/uniquelist/
Duniquelist.go146 func chunkReverse[T any](slice []T, n int) iter.Seq[[]T] {
/build/soong/starlark_fmt/
Dformat.go37 func PrintAny(value any, indentLevel int) string {
/build/soong/cmd/release_config/release_config_lib/
Dutil.go163 func warnf(format string, args ...any) (n int, err error) {
/build/bazel/scripts/incremental_build/
Dcuj.py81 def decorator(func: Callable[[], any]) -> Callable[[], any]: argument
/build/blueprint/depset/
Ddepset.go306 func firstUniqueList[T any](in []T) []T {
/build/soong/cc/
Dcmake_snapshot.go282 func executeTemplate(templ *template.Template, buffer *bytes.Buffer, data any) string {

12