Searched defs:TestContext (Results 1 – 11 of 11) sorted by relevance
| /build/soong/android/ |
| D | testing.go | 167 type TestContext struct { struct 168 *Context 169 preArch, preDeps, postDeps, finalDeps []RegisterMutatorFunc 170 bp2buildPreArch, bp2buildDeps, bp2buildMutators []RegisterMutatorFunc 171 NameResolver *NameResolver 174 preSingletons, singletons sortableComponents 178 preSingletonOrder, mutatorOrder, singletonOrder []string 181 func (ctx *TestContext) PreArchMutators(f RegisterMutatorFunc) { 185 func (ctx *TestContext) HardCodedPreArchMutators(f RegisterMutatorFunc) { 190 func (ctx *TestContext) PreDepsMutators(f RegisterMutatorFunc) { [all …]
|
| D | namespace_test.go | 671 func dependsOn(ctx *TestContext, module TestingModule, possibleDependency TestingModule) bool { 682 func numDeps(ctx *TestContext, module TestingModule) int { 691 func getModule(ctx *TestContext, moduleName string) TestingModule { 695 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 | vendor_snapshot_test.go | 1009 func assertExcludeFromVendorSnapshotIs(t *testing.T, ctx *android.TestContext, name string, expecte… 1017 func assertExcludeFromRecoverySnapshotIs(t *testing.T, ctx *android.TestContext, name string, expec…
|
| D | cc_test.go | 247 func checkInstallPartition(t *testing.T, ctx *android.TestContext, name, variant, expected string) { 361 func checkVndkModule(t *testing.T, ctx *android.TestContext, name, subDir string, 399 func checkSnapshotIncludeExclude(t *testing.T, ctx *android.TestContext, singleton android.TestingS… 428 func checkSnapshot(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, modu… 433 func checkSnapshotExclude(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleto… 438 func checkSnapshotRule(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, … 450 func checkVndkOutput(t *testing.T, ctx *android.TestContext, output string, expected []string) { 456 func checkVndkLibrariesOutput(t *testing.T, ctx *android.TestContext, module string, expected []str… 2646 func getOutputPaths(ctx *android.TestContext, variant string, moduleNames []string) (paths android.…
|
| /build/soong/java/ |
| D | testing.go | 344 func CheckModuleDependencies(t *testing.T, ctx *android.TestContext, name, variant string, expected… 368 func ApexNamePairsFromModules(ctx *android.TestContext, modules []android.Module) []string { 376 func apexNamePairFromModule(ctx *android.TestContext, module android.Module) string {
|
| D | droidstubs_test.go | 164 func checkSystemModulesUseByDroidstubs(t *testing.T, ctx *android.TestContext, moduleName string, s…
|
| D | java_test.go | 1175 func checkPatchModuleFlag(t *testing.T, ctx *android.TestContext, moduleName string, expected strin… 1312 func checkBootClasspathForSystemModule(t *testing.T, ctx *android.TestContext, moduleName string, e…
|
| /build/soong/apex/ |
| D | platform_bootclasspath_test.go | 474 func CheckModuleDependencies(t *testing.T, ctx *android.TestContext, name, variant string, expected…
|
| D | apex_test.go | 3030 func getFiles(t *testing.T, ctx *android.TestContext, moduleName, variant string) []fileInApex { 3076 func ensureExactContents(t *testing.T, ctx *android.TestContext, moduleName, variant string, files …
|
| /build/soong/python/ |
| D | python_test.go | 358 func expectModule(t *testing.T, ctx *android.TestContext, name, variant, expectedSrcsZip string, ex…
|