Searched refs:TestModuleInformation (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/build/soong/android/ |
H A D | team.go | 42 type TestModuleInformation struct { struct 47 var TestOnlyProviderKey = blueprint.NewProvider[TestModuleInformation]()
|
H A D | all_teams.go | 97 testModInfo := TestModuleInformation{}
|
H A D | all_teams_test.go | 372 SetProvider(ctx, TestOnlyProviderKey, TestModuleInformation{
|
/aosp_15_r20/build/soong/tradefed_modules/ |
H A D | test_module_config.go | 343 android.SetProvider(ctx, android.TestOnlyProviderKey, android.TestModuleInformation{
|
/aosp_15_r20/build/soong/java/ |
H A D | app.go | 399 android.SetProvider(ctx, android.TestOnlyProviderKey, android.TestModuleInformation{ 1583 android.SetProvider(ctx, android.TestOnlyProviderKey, android.TestModuleInformation{ 1812 android.SetProvider(ctx, android.TestOnlyProviderKey, android.TestModuleInformation{
|
H A D | java_test.go | 3078 addActuals := func(m blueprint.Module, key blueprint.ProviderKey[android.TestModuleInformation]) {
|
H A D | java.go | 1009 android.SetProvider(ctx, android.TestOnlyProviderKey, android.TestModuleInformation{
|
/aosp_15_r20/build/soong/python/ |
H A D | python.go | 452 android.SetProvider(ctx, android.TestOnlyProviderKey, android.TestModuleInformation{
|
/aosp_15_r20/build/soong/cc/ |
H A D | cc.go | 1930 android.SetProvider(ctx, android.TestOnlyProviderKey, android.TestModuleInformation{
|