Home
last modified time | relevance | path

Searched refs:testApex (Results 1 – 3 of 3) sorted by relevance

/build/soong/apex/
Dvndk_test.go12 ctx, _ := testApex(t, `
97 ctx, _ := testApex(t, bp)
110 ctx, _ := testApex(t, bp, func(fs map[string][]byte, config android.Config) {
120 ctx, _ := testApex(t, bp, func(fs map[string][]byte, config android.Config) {
Dapex_test.go66 func testApex(t *testing.T, bp string, handlers ...testCustomizer) (*android.TestContext, android.C… func
348 ctx, config := testApex(t, `
593 ctx, _ := testApex(t, `
659 ctx, _ := testApex(t, `
680 ctx, _ := testApex(t, `
730 ctx, _ := testApex(t, `
823 ctx, _ := testApex(t, `
918 ctx, _ := testApex(t, `
979 ctx, _ := testApex(t, "", func(fs map[string][]byte, config android.Config) {
1042 ctx, _ := testApex(t, "", func(fs map[string][]byte, config android.Config) {
[all …]
Dapex.go1273 testApex bool member
1841 if ctx.Host() || a.testApex || a.vndkApex {
1896 if a.testApex || a.vndkApex {
1909 if ctx.Host() || a.testApex || a.vndkApex {
1981 if len(a.properties.Tests) > 0 && !a.testApex {
2381 func ApexBundleFactory(testApex bool, artApex bool) android.Module {
2383 bundle.testApex = testApex
2392 bundle.testApex = true