Home
last modified time | relevance | path

Searched defs:TestContext (Results 1 – 13 of 13) sorted by relevance

/build/soong/android/
Dtesting.go219 type TestContext struct { struct
220 *Context
221 preArch, preDeps, postDeps, postApex, finalDeps []RegisterMutatorFunc
222 NameResolver *NameResolver
225 singletons sortableComponents
229 mutatorOrder, singletonOrder []string
232 func (ctx *TestContext) PreArchMutators(f RegisterMutatorFunc) {
236 func (ctx *TestContext) HardCodedPreArchMutators(f RegisterMutatorFunc) {
241 …ctx *TestContext) otherModuleProvider(m blueprint.Module, p blueprint.AnyProviderKey) (any, bool) {
245 func (ctx *TestContext) PreDepsMutators(f RegisterMutatorFunc) {
[all …]
Dfixture.go265 func FixtureModifyConfigAndContext(mutator func(config Config, ctx *TestContext)) FixturePreparer {
272 func FixtureModifyContext(mutator func(ctx *TestContext)) FixturePreparer {
280 func FixtureModifyContextWithMockFs(mutator func(ctx *TestContext)) FixturePreparer {
698 *TestContext anonMember
Draw_files.go225 func ContentFromFileRuleForTests(t *testing.T, ctx *TestContext, params TestingBuildParams) string {
Drule_builder.go1520 func RuleBuilderSboxProtoForTests(t *testing.T, ctx *TestContext, params TestingBuildParams) *sbox_…
/build/soong/cc/
Dtesting.go709 func checkSnapshotIncludeExclude(t *testing.T, ctx *android.TestContext, singleton android.TestingS…
738 func CheckSnapshot(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, modu…
743 func CheckSnapshotExclude(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleto…
748 func CheckSnapshotRule(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, …
753 func GetOutputPaths(t *testing.T, ctx *android.TestContext, variant string, moduleNames []string) (…
Dcc_test.go173 func checkInstallPartition(t *testing.T, ctx *android.TestContext, name, variant, expected string) {
288 func checkWriteFileOutput(t *testing.T, ctx *android.TestContext, params android.TestingBuildParams…
/build/soong/java/
Dtesting.go582 func getModuleDependencies(t *testing.T, ctx *android.TestContext, name, variant string) []string {
594 func CheckModuleDependencies(t *testing.T, ctx *android.TestContext, name, variant string, expected…
604 func CheckModuleHasDependency(t *testing.T, ctx *android.TestContext, name, variant string, expecte…
614 func CheckModuleHasDependencyWithTag(t *testing.T, ctx *android.TestContext, name, variant string, …
649 func CheckPlatformBootclasspathDependencies(t *testing.T, ctx *android.TestContext, name, variant s…
662 func apexNamePairsFromModules(ctx *android.TestContext, modules []android.Module, modulesToApex map…
671 func ApexFragmentPairsFromModules(ctx *android.TestContext, fragments []android.Module, apexNameToF…
688 func apexNamePairFromModule(ctx *android.TestContext, module android.Module, modulesToApex map[andr…
Ddroidstubs_test.go273 func checkSystemModulesUseByDroidstubs(t *testing.T, ctx *android.TestContext, moduleName string, s…
Djava_test.go1360 func checkPatchModuleFlag(t *testing.T, ctx *android.TestContext, moduleName string, expected strin…
1502 func checkBootClasspathForLibWithSystemModule(t *testing.T, ctx *android.TestContext, moduleName st…
/build/soong/apex/
Dsystemserver_classpath_fragment_test.go459 func assertProfileGuided(t *testing.T, ctx *android.TestContext, moduleName string, variant string,…
467 func assertProfileGuidedPrebuilt(t *testing.T, ctx *android.TestContext, apexName string, moduleNam…
Dapex_test.go4043 func getFiles(t *testing.T, ctx *android.TestContext, moduleName, variant string) []fileInApex {
4131 func ensureExactContents(t *testing.T, ctx *android.TestContext, moduleName, variant string, files …
4135 func ensureExactDeapexedContents(t *testing.T, ctx *android.TestContext, moduleName string, variant…
10102 func ensureContainsRequiredDeps(t *testing.T, ctx *android.TestContext, moduleName, variant string,…
10110 func ensureDoesNotContainRequiredDeps(t *testing.T, ctx *android.TestContext, moduleName, variant s…
/build/soong/rust/
Dimage_test.go146 func checkInstallPartition(t *testing.T, ctx *android.TestContext, name, variant, expected string) {
/build/soong/python/
Dpython_test.go315 func expectModule(t *testing.T, ctx *android.TestContext, name, variant, expectedSrcsZip string, ex…