Searched defs:TestContext (Results 1 – 12 of 12) sorted by relevance
/build/soong/android/ |
D | testing.go | 179 type TestContext struct { struct 180 *Context 181 preArch, preDeps, postDeps, finalDeps []RegisterMutatorFunc 182 bp2buildPreArch, bp2buildMutators []RegisterMutatorFunc 183 NameResolver *NameResolver 186 preSingletons, singletons sortableComponents 190 preSingletonOrder, mutatorOrder, singletonOrder []string 193 func (ctx *TestContext) PreArchMutators(f RegisterMutatorFunc) { 197 func (ctx *TestContext) HardCodedPreArchMutators(f RegisterMutatorFunc) { 202 func (ctx *TestContext) PreDepsMutators(f RegisterMutatorFunc) { [all …]
|
D | namespace_test.go | 670 func dependsOn(ctx *TestContext, module TestingModule, possibleDependency TestingModule) bool { 681 func numDeps(ctx *TestContext, module TestingModule) int { 690 func getModule(ctx *TestContext, moduleName string) TestingModule { 694 func findModuleById(ctx *TestContext, id string) (module TestingModule) {
|
D | fixture.go | 224 func FixtureModifyConfigAndContext(mutator func(config Config, ctx *TestContext)) FixturePreparer { 231 func FixtureModifyContext(mutator func(ctx *TestContext)) FixturePreparer { 613 *TestContext anonMember
|
/build/soong/cc/ |
D | testing.go | 645 func checkSnapshotIncludeExclude(t *testing.T, ctx *android.TestContext, singleton android.TestingS… 674 func CheckSnapshot(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, modu… 679 func CheckSnapshotExclude(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleto… 684 func CheckSnapshotRule(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, … 689 func AssertExcludeFromVendorSnapshotIs(t *testing.T, ctx *android.TestContext, name string, expecte… 697 func GetOutputPaths(ctx *android.TestContext, variant string, moduleNames []string) (paths android.… 706 func AssertExcludeFromRecoverySnapshotIs(t *testing.T, ctx *android.TestContext, name string, expec…
|
D | cc_test.go | 182 func checkInstallPartition(t *testing.T, ctx *android.TestContext, name, variant, expected string) { 296 func checkVndkModule(t *testing.T, ctx *android.TestContext, name, subDir string, 341 func checkVndkOutput(t *testing.T, ctx *android.TestContext, output string, expected []string) { 347 func checkVndkLibrariesOutput(t *testing.T, ctx *android.TestContext, module string, expected []str…
|
/build/soong/java/ |
D | testing.go | 406 func CheckModuleDependencies(t *testing.T, ctx *android.TestContext, name, variant string, expected… 441 func ApexNamePairsFromModules(ctx *android.TestContext, modules []android.Module) []string { 449 func apexNamePairFromModule(ctx *android.TestContext, module android.Module) string {
|
D | droidstubs_test.go | 235 func checkSystemModulesUseByDroidstubs(t *testing.T, ctx *android.TestContext, moduleName string, s…
|
D | java_test.go | 1121 func checkPatchModuleFlag(t *testing.T, ctx *android.TestContext, moduleName string, expected strin… 1258 func checkBootClasspathForSystemModule(t *testing.T, ctx *android.TestContext, moduleName string, e…
|
/build/soong/apex/ |
D | platform_bootclasspath_test.go | 553 func CheckModuleDependencies(t *testing.T, ctx *android.TestContext, name, variant string, expected…
|
D | apex_test.go | 3391 func getFiles(t *testing.T, ctx *android.TestContext, moduleName, variant string) []fileInApex { 3437 func ensureExactContents(t *testing.T, ctx *android.TestContext, moduleName, variant string, files … 9290 func ensureContainsRequiredDeps(t *testing.T, ctx *android.TestContext, moduleName, variant string,… 9298 func ensureDoesNotContainRequiredDeps(t *testing.T, ctx *android.TestContext, moduleName, variant s…
|
/build/soong/python/ |
D | python_test.go | 358 func expectModule(t *testing.T, ctx *android.TestContext, name, variant, expectedSrcsZip string, ex…
|
/build/soong/bp2build/ |
D | testing.go | 357 func registerCustomModuleForBp2buildConversion(ctx *android.TestContext) {
|