Searched defs:TestContext (Results 1 – 6 of 6) sorted by relevance
| /build/soong/android/ |
| D | testing.go | 51 type TestContext struct { struct 52 *Context 53 preArch, preDeps, postDeps []RegisterMutatorFunc 54 NameResolver *NameResolver 57 func (ctx *TestContext) PreArchMutators(f RegisterMutatorFunc) { 61 func (ctx *TestContext) PreDepsMutators(f RegisterMutatorFunc) { 65 func (ctx *TestContext) PostDepsMutators(f RegisterMutatorFunc) { 69 func (ctx *TestContext) Register() { 75 func (ctx *TestContext) ModuleForTests(name, variant string) TestingModule { 97 func (ctx *TestContext) ModuleVariantsForTests(name string) []string { [all …]
|
| D | namespace_test.go | 657 func dependsOn(ctx *TestContext, module TestingModule, possibleDependency TestingModule) bool { 668 func numDeps(ctx *TestContext, module TestingModule) int { 677 func getModule(ctx *TestContext, moduleName string) TestingModule { 681 func findModuleById(ctx *TestContext, id string) (module TestingModule) {
|
| /build/soong/sysprop/ |
| D | sysprop_test.go | 173 func run(t *testing.T, ctx *android.TestContext, config android.Config) {
|
| /build/soong/java/ |
| D | java_test.go | 202 func run(t *testing.T, ctx *android.TestContext, config android.Config) { 904 func checkPatchModuleFlag(t *testing.T, ctx *android.TestContext, moduleName string, expected strin…
|
| /build/soong/python/ |
| D | python_test.go | 387 func expectModule(t *testing.T, ctx *android.TestContext, buildDir, name, variant, expectedSrcsZip …
|
| /build/soong/cc/ |
| D | cc_test.go | 258 func checkVndkModule(t *testing.T, ctx *android.TestContext, name, subDir string, 1595 func getOutputPaths(ctx *android.TestContext, variant string, moduleNames []string) (paths android.…
|