Lines Matching refs:android
24 func testModuleConfig(ctx android.PathContext) ModuleConfig {
28 BuildPath: android.PathForOutput(ctx, "test/test.apk"),
29 DexPath: android.PathForOutput(ctx, "test/dex/test.jar"),
33 ProfileClassListing: android.OptionalPath{},
39 Archs: []android.ArchType{android.Arm},
40 …DexPreoptImages: android.Paths{android.PathForTesting("system/framework/arm/boot.a…
48 StripInputPath: android.PathForOutput(ctx, "unstripped/test.apk"),
49 StripOutputPath: android.PathForOutput(ctx, "stripped/test.apk"),
54 ctx := android.PathContextForTesting(android.TestConfig("out", nil), nil)
62 wantInstalls := android.RuleBuilderInstalls{
63 {android.PathForOutput(ctx, "test/oat/arm/package.odex"), "/system/app/test/oat/arm/test.odex"},
64 {android.PathForOutput(ctx, "test/oat/arm/package.vdex"), "/system/app/test/oat/arm/test.vdex"},
74 ctx := android.PathContextForTesting(android.TestConfig("out", nil), nil)
87 ctx := android.PathContextForTesting(android.TestConfig("out", nil), nil)
98 wantInstalls := android.RuleBuilderInstalls{
99 …{android.PathForOutput(ctx, "test/oat/arm/package.odex"), "/system_other/app/test/oat/arm/test.ode…
100 …{android.PathForOutput(ctx, "test/oat/arm/package.vdex"), "/system_other/app/test/oat/arm/test.vde…
109 ctx := android.PathContextForTesting(android.TestConfig("out", nil), nil)
112 module.ProfileClassListing = android.OptionalPathForPath(android.PathForTesting("profile"))
119 wantInstalls := android.RuleBuilderInstalls{
120 {android.PathForOutput(ctx, "test/profile.prof"), "/system/app/test/test.apk.prof"},
121 {android.PathForOutput(ctx, "test/oat/arm/package.art"), "/system/app/test/oat/arm/test.art"},
122 {android.PathForOutput(ctx, "test/oat/arm/package.odex"), "/system/app/test/oat/arm/test.odex"},
123 {android.PathForOutput(ctx, "test/oat/arm/package.vdex"), "/system/app/test/oat/arm/test.vdex"},
157 ctx := android.PathContextForTesting(android.TestConfig("out", nil), nil)