Searched defs:TestContext (Results 1 – 14 of 14) sorted by relevance
/build/soong/android/ |
D | testing.go | 183 type TestContext struct { struct 184 *Context 185 preArch, preDeps, postDeps, finalDeps []RegisterMutatorFunc 186 NameResolver *NameResolver 189 singletons sortableComponents 193 mutatorOrder, singletonOrder []string 196 func (ctx *TestContext) PreArchMutators(f RegisterMutatorFunc) { 200 func (ctx *TestContext) HardCodedPreArchMutators(f RegisterMutatorFunc) { 205 func (ctx *TestContext) moduleProvider(m blueprint.Module, p blueprint.AnyProviderKey) (any, bool) { 209 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 | 222 func ContentFromFileRuleForTests(t *testing.T, ctx *TestContext, params TestingBuildParams) string {
|
D | rule_builder.go | 1276 func RuleBuilderSboxProtoForTests(t *testing.T, ctx *TestContext, params TestingBuildParams) *sbox_…
|
/build/soong/cc/ |
D | testing.go | 715 func checkSnapshotIncludeExclude(t *testing.T, ctx *android.TestContext, singleton android.TestingS… 744 func CheckSnapshot(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, modu… 749 func CheckSnapshotExclude(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleto… 754 func CheckSnapshotRule(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, … 759 func GetOutputPaths(ctx *android.TestContext, variant string, moduleNames []string) (paths android.…
|
D | cc_test.go | 162 func checkInstallPartition(t *testing.T, ctx *android.TestContext, name, variant, expected string) { 277 func checkWriteFileOutput(t *testing.T, ctx *android.TestContext, params android.TestingBuildParams…
|
/build/soong/apex/ |
D | systemserver_classpath_fragment_test.go | 453 func assertProfileGuided(t *testing.T, ctx *android.TestContext, moduleName string, variant string,… 461 func assertProfileGuidedPrebuilt(t *testing.T, ctx *android.TestContext, apexName string, moduleNam…
|
D | platform_bootclasspath_test.go | 579 func CheckModuleDependencies(t *testing.T, ctx *android.TestContext, name, variant string, expected…
|
D | apex_test.go | 3558 func getFiles(t *testing.T, ctx *android.TestContext, moduleName, variant string) []fileInApex { 3646 func ensureExactContents(t *testing.T, ctx *android.TestContext, moduleName, variant string, files … 3650 func ensureExactDeapexedContents(t *testing.T, ctx *android.TestContext, moduleName string, variant… 9794 func ensureContainsRequiredDeps(t *testing.T, ctx *android.TestContext, moduleName, variant string,… 9802 func ensureDoesNotContainRequiredDeps(t *testing.T, ctx *android.TestContext, moduleName, variant s…
|
/build/soong/java/ |
D | testing.go | 591 func getModuleDependencies(t *testing.T, ctx *android.TestContext, name, variant string) []string { 605 func CheckModuleDependencies(t *testing.T, ctx *android.TestContext, name, variant string, expected… 614 func CheckModuleHasDependency(t *testing.T, ctx *android.TestContext, name, variant string, expecte… 644 func ApexNamePairsFromModules(ctx *android.TestContext, modules []android.Module) []string { 652 func apexNamePairFromModule(ctx *android.TestContext, module android.Module) string {
|
D | droidstubs_test.go | 269 func checkSystemModulesUseByDroidstubs(t *testing.T, ctx *android.TestContext, moduleName string, s…
|
D | java_test.go | 1213 func checkPatchModuleFlag(t *testing.T, ctx *android.TestContext, moduleName string, expected strin… 1350 func checkBootClasspathForSystemModule(t *testing.T, ctx *android.TestContext, moduleName string, e…
|
/build/soong/rust/ |
D | image_test.go | 156 func checkInstallPartition(t *testing.T, ctx *android.TestContext, name, variant, expected string) {
|
/build/soong/python/ |
D | python_test.go | 436 func expectModule(t *testing.T, ctx *android.TestContext, name, variant, expectedSrcsZip string, ex…
|