Home
last modified time | relevance | path

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

/build/soong/android/
Dtesting.go167 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 …]
Dnamespace_test.go671 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) {
Dfixture.go224 func FixtureModifyConfigAndContext(mutator func(config Config, ctx *TestContext)) FixturePreparer {
231 func FixtureModifyContext(mutator func(ctx *TestContext)) FixturePreparer {
613 *TestContext anonMember
/build/soong/cc/
Dvendor_snapshot_test.go1009 func assertExcludeFromVendorSnapshotIs(t *testing.T, ctx *android.TestContext, name string, expecte…
1017 func assertExcludeFromRecoverySnapshotIs(t *testing.T, ctx *android.TestContext, name string, expec…
Dcc_test.go247 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/
Dtesting.go344 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 {
Ddroidstubs_test.go164 func checkSystemModulesUseByDroidstubs(t *testing.T, ctx *android.TestContext, moduleName string, s…
Djava_test.go1175 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/
Dplatform_bootclasspath_test.go474 func CheckModuleDependencies(t *testing.T, ctx *android.TestContext, name, variant string, expected…
Dapex_test.go3030 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/
Dpython_test.go358 func expectModule(t *testing.T, ctx *android.TestContext, name, variant, expectedSrcsZip string, ex…