Searched defs:TestContext (Results 1 – 11 of 11) sorted by relevance
/build/soong/android/ |
D | testing.go | 52 type TestContext struct { struct 53 *Context 54 preArch, preDeps, postDeps, finalDeps []RegisterMutatorFunc 55 NameResolver *NameResolver 56 config Config 59 func (ctx *TestContext) PreArchMutators(f RegisterMutatorFunc) { 63 func (ctx *TestContext) HardCodedPreArchMutators(f RegisterMutatorFunc) { 68 func (ctx *TestContext) PreDepsMutators(f RegisterMutatorFunc) { 72 func (ctx *TestContext) PostDepsMutators(f RegisterMutatorFunc) { 76 func (ctx *TestContext) FinalDepsMutators(f RegisterMutatorFunc) { [all …]
|
D | namespace_test.go | 672 func dependsOn(ctx *TestContext, module TestingModule, possibleDependency TestingModule) bool { 683 func numDeps(ctx *TestContext, module TestingModule) int { 692 func getModule(ctx *TestContext, moduleName string) TestingModule { 696 func findModuleById(ctx *TestContext, id string) (module TestingModule) {
|
D | visibility_test.go | 1156 func checkEffectiveVisibility(t *testing.T, ctx *TestContext, effectiveVisibility map[qualifiedModu…
|
/build/soong/dexpreopt/ |
D | testing.go | 37 func RegisterToolModulesForTest(ctx *android.TestContext) {
|
/build/soong/java/ |
D | testing.go | 230 func CheckModuleDependencies(t *testing.T, ctx *android.TestContext, name, variant string, expected…
|
D | java_test.go | 109 func run(t *testing.T, ctx *android.TestContext, config android.Config) { 1221 func checkSystemModulesUseByDroidstubs(t *testing.T, ctx *android.TestContext, moduleName string, s… 1797 func checkPatchModuleFlag(t *testing.T, ctx *android.TestContext, moduleName string, expected strin… 1990 func checkBootClasspathForSystemModule(t *testing.T, ctx *android.TestContext, moduleName string, e…
|
/build/soong/sysprop/ |
D | sysprop_test.go | 84 func run(t *testing.T, ctx *android.TestContext, config android.Config) {
|
/build/soong/cc/ |
D | cc_test.go | 220 func checkVndkModule(t *testing.T, ctx *android.TestContext, name, subDir string, 261 func checkSnapshot(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, modu… 287 func checkVndkOutput(t *testing.T, ctx *android.TestContext, output string, expected []string) { 293 func checkVndkLibrariesOutput(t *testing.T, ctx *android.TestContext, module string, expected []str… 2483 func getOutputPaths(ctx *android.TestContext, variant string, moduleNames []string) (paths android.…
|
/build/soong/python/ |
D | python_test.go | 382 func expectModule(t *testing.T, ctx *android.TestContext, buildDir, name, variant, expectedSrcsZip …
|
/build/soong/sdk/ |
D | testing.go | 136 func runTests(t *testing.T, ctx *android.TestContext, config android.Config) *testSdkResult {
|
/build/soong/apex/ |
D | apex_test.go | 2732 func getFiles(t *testing.T, ctx *android.TestContext, moduleName, variant string) []fileInApex { 2778 func ensureExactContents(t *testing.T, ctx *android.TestContext, moduleName, variant string, files …
|