Searched refs:AndroidMkDataForTest (Results 1 – 2 of 2) sorted by relevance
/build/soong/apex/ |
D | apex_test.go | 526 data := android.AndroidMkDataForTest(t, ctx, ab) 3012 data := android.AndroidMkDataForTest(t, result.TestContext, apexBundle) 3118 data := android.AndroidMkDataForTest(t, ctx, apexBundle) 3147 data := android.AndroidMkDataForTest(t, ctx, apexBundle) 5813 data := android.AndroidMkDataForTest(t, ctx, bundle) 5983 data := android.AndroidMkDataForTest(t, ctx, apexBundle) 6897 data := android.AndroidMkDataForTest(t, ctx, apexBundle) 7521 data := android.AndroidMkDataForTest(t, ctx, apexBundle) 7726 data := android.AndroidMkDataForTest(t, ctx, apexBundle) 9031 data := android.AndroidMkDataForTest(t, ctx, ab) [all …]
|
/build/soong/android/ |
D | testing.go | 1139 func AndroidMkDataForTest(t *testing.T, ctx *TestContext, mod blueprint.Module) AndroidMkData { func
|