Home
last modified time | relevance | path

Searched defs:TestContext (Results 1 – 6 of 6) sorted by relevance

/build/soong/android/
Dtesting.go51 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 …]
Dnamespace_test.go657 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/
Dsysprop_test.go173 func run(t *testing.T, ctx *android.TestContext, config android.Config) {
/build/soong/java/
Djava_test.go202 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/
Dpython_test.go387 func expectModule(t *testing.T, ctx *android.TestContext, buildDir, name, variant, expectedSrcsZip …
/build/soong/cc/
Dcc_test.go258 func checkVndkModule(t *testing.T, ctx *android.TestContext, name, subDir string,
1595 func getOutputPaths(ctx *android.TestContext, variant string, moduleNames []string) (paths android.…