Searched defs:TestContext (Results 1 – 13 of 13) sorted by relevance
| /build/soong/android/ |
| D | testing.go | 219 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 …]
|
| D | fixture.go | 265 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
|
| D | raw_files.go | 225 func ContentFromFileRuleForTests(t *testing.T, ctx *TestContext, params TestingBuildParams) string {
|
| D | rule_builder.go | 1520 func RuleBuilderSboxProtoForTests(t *testing.T, ctx *TestContext, params TestingBuildParams) *sbox_…
|
| /build/soong/cc/ |
| D | testing.go | 709 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) (…
|
| D | cc_test.go | 173 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/ |
| D | testing.go | 582 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…
|
| D | droidstubs_test.go | 273 func checkSystemModulesUseByDroidstubs(t *testing.T, ctx *android.TestContext, moduleName string, s…
|
| D | java_test.go | 1360 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/ |
| D | systemserver_classpath_fragment_test.go | 459 func assertProfileGuided(t *testing.T, ctx *android.TestContext, moduleName string, variant string,… 467 func assertProfileGuidedPrebuilt(t *testing.T, ctx *android.TestContext, apexName string, moduleNam…
|
| D | apex_test.go | 4043 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/ |
| D | image_test.go | 146 func checkInstallPartition(t *testing.T, ctx *android.TestContext, name, variant, expected string) {
|
| /build/soong/python/ |
| D | python_test.go | 315 func expectModule(t *testing.T, ctx *android.TestContext, name, variant, expectedSrcsZip string, ex…
|