Home
last modified time | relevance | path

Searched refs:TestModuleProviderKey (Results 1 – 9 of 9) sorted by relevance

/build/soong/testing/
Dtest_spec.go90 var TestModuleProviderKey = blueprint.NewProvider[TestModuleProviderData]() var
94 if _, ok := android.OtherModuleProvider(ctx, m, TestModuleProviderKey); !ok {
/build/soong/python/
Dtest.go204 android.SetProvider(ctx, testing.TestModuleProviderKey, testing.TestModuleProviderData{})
/build/soong/java/
Drobolectric.go271 android.SetProvider(ctx, testing.TestModuleProviderKey, testing.TestModuleProviderData{})
Dbootclasspath_fragment.go515 android.SetProvider(ctx, testing.TestModuleProviderKey, testing.TestModuleProviderData{})
Djava.go1499 android.SetProvider(ctx, testing.TestModuleProviderKey, testing.TestModuleProviderData{})
1514 android.SetProvider(ctx, testing.TestModuleProviderKey, testing.TestModuleProviderData{})
Dapp.go1379 android.SetProvider(ctx, testing.TestModuleProviderKey, testing.TestModuleProviderData{})
/build/soong/sh/
Dsh_binary.go501 android.SetProvider(ctx, testing.TestModuleProviderKey, testing.TestModuleProviderData{})
/build/soong/rust/
Drust.go987 android.SetProvider(ctx, testing.TestModuleProviderKey, testing.TestModuleProviderData{})
/build/soong/cc/
Dcc.go2079 android.SetProvider(ctx, testing.TestModuleProviderKey, testing.TestModuleProviderData{})