Lines Matching refs:autogenTemplate
110 func autogenTemplate(ctx android.ModuleContext, output android.WritablePath, template string, confi… func
147 autogenTemplate(ctx, autogenPath, templatePath.String(), config, testInstallBase)
150 autogenTemplate(ctx, autogenPath, "${NativeTestConfigTemplate}", config, testInstallBase)
152 autogenTemplate(ctx, autogenPath, "${NativeHostTestConfigTemplate}", config, testInstallBase)
181 autogenTemplate(ctx, autogenPath, templatePath.String(), configs, "")
183 autogenTemplate(ctx, autogenPath, "${NativeBenchmarkTestConfigTemplate}", configs, "")
196 autogenTemplate(ctx, autogenPath, templatePath.String(), nil, "")
199 autogenTemplate(ctx, autogenPath, "${JavaTestConfigTemplate}", nil, "")
202 autogenTemplate(ctx, autogenPath, "${JavaHostUnitTestConfigTemplate}", nil, "")
204 autogenTemplate(ctx, autogenPath, "${JavaHostTestConfigTemplate}", nil, "")
220 autogenTemplate(ctx, autogenPath, templatePath.String(), nil, "")
222 autogenTemplate(ctx, autogenPath, "${PythonBinaryHostTestConfigTemplate}", nil, "")
235 autogenTemplate(ctx, autogenPath, templatePath.String(), config, "")
238 autogenTemplate(ctx, autogenPath, "${RustDeviceTestConfigTemplate}", config, "")
240 autogenTemplate(ctx, autogenPath, "${RustHostTestConfigTemplate}", config, "")
254 autogenTemplate(ctx, autogenPath, templatePath.String(), config, "")
257 autogenTemplate(ctx, autogenPath, "${RustDeviceBenchmarkConfigTemplate}", config, "")
259 autogenTemplate(ctx, autogenPath, "${RustHostBenchmarkConfigTemplate}", config, "")
273 autogenTemplate(ctx, autogenPath, templatePath.String(), nil, "")
275 autogenTemplate(ctx, autogenPath, "${RobolectricTestConfigTemplate}", nil, "")