Searched defs:TestContext (Results 1 – 13 of 13) sorted by relevance
| /build/soong/android/ |
| D | testing.go | 183 type TestContext struct { struct 184 *Context 185 preArch, preDeps, postDeps, finalDeps []RegisterMutatorFunc 186 bp2buildPreArch, bp2buildMutators []RegisterMutatorFunc 187 NameResolver *NameResolver 190 preSingletons, singletons sortableComponents 194 preSingletonOrder, mutatorOrder, singletonOrder []string 197 func (ctx *TestContext) PreArchMutators(f RegisterMutatorFunc) { 201 func (ctx *TestContext) HardCodedPreArchMutators(f RegisterMutatorFunc) { 206 func (ctx *TestContext) ModuleProvider(m blueprint.Module, p blueprint.ProviderKey) interface{} { [all …]
|
| D | fixture.go | 265 func FixtureModifyConfigAndContext(mutator func(config Config, ctx *TestContext)) FixturePreparer { 272 func FixtureModifyContext(mutator func(ctx *TestContext)) FixturePreparer { 689 *TestContext anonMember
|
| /build/soong/cc/ |
| D | testing.go | 729 func checkSnapshotIncludeExclude(t *testing.T, ctx *android.TestContext, singleton android.TestingS… 758 func CheckSnapshot(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, modu… 763 func CheckSnapshotExclude(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleto… 768 func CheckSnapshotRule(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, … 773 func AssertExcludeFromVendorSnapshotIs(t *testing.T, ctx *android.TestContext, name string, expecte… 781 func GetOutputPaths(ctx *android.TestContext, variant string, moduleNames []string) (paths android.… 790 func AssertExcludeFromRecoverySnapshotIs(t *testing.T, ctx *android.TestContext, name string, expec… 798 func checkOverrides(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, jso…
|
| D | cc_test.go | 219 func checkInstallPartition(t *testing.T, ctx *android.TestContext, name, variant, expected string) { 334 func checkVndkModule(t *testing.T, ctx *android.TestContext, name, subDir string, 379 func checkVndkOutput(t *testing.T, ctx *android.TestContext, output string, expected []string) { 385 func checkVndkLibrariesOutput(t *testing.T, ctx *android.TestContext, module string, expected []str…
|
| /build/soong/rust/ |
| D | image_test.go | 137 func checkInstallPartition(t *testing.T, ctx *android.TestContext, name, variant, expected string) {
|
| /build/soong/java/ |
| D | testing.go | 471 func CheckModuleDependencies(t *testing.T, ctx *android.TestContext, name, variant string, expected… 506 func ApexNamePairsFromModules(ctx *android.TestContext, modules []android.Module) []string { 514 func apexNamePairFromModule(ctx *android.TestContext, module android.Module) string {
|
| D | droidstubs_test.go | 267 func checkSystemModulesUseByDroidstubs(t *testing.T, ctx *android.TestContext, moduleName string, s…
|
| D | java_test.go | 1125 func checkPatchModuleFlag(t *testing.T, ctx *android.TestContext, moduleName string, expected strin… 1262 func checkBootClasspathForSystemModule(t *testing.T, ctx *android.TestContext, moduleName string, e…
|
| /build/soong/apex/ |
| D | systemserver_classpath_fragment_test.go | 446 func assertProfileGuided(t *testing.T, ctx *android.TestContext, moduleName string, variant string,…
|
| D | platform_bootclasspath_test.go | 563 func CheckModuleDependencies(t *testing.T, ctx *android.TestContext, name, variant string, expected…
|
| D | apex_test.go | 3516 func getFiles(t *testing.T, ctx *android.TestContext, moduleName, variant string) []fileInApex { 3608 func ensureExactContents(t *testing.T, ctx *android.TestContext, moduleName, variant string, files … 3612 func ensureExactDeapexedContents(t *testing.T, ctx *android.TestContext, moduleName string, variant… 9854 func ensureContainsRequiredDeps(t *testing.T, ctx *android.TestContext, moduleName, variant string,… 9862 func ensureDoesNotContainRequiredDeps(t *testing.T, ctx *android.TestContext, moduleName, variant s…
|
| /build/soong/python/ |
| D | python_test.go | 363 func expectModule(t *testing.T, ctx *android.TestContext, name, variant, expectedSrcsZip string, ex…
|
| /build/soong/bp2build/ |
| D | testing.go | 548 func registerCustomModuleForBp2buildConversion(ctx *android.TestContext) {
|