Home
last modified time | relevance | path

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

/build/soong/android/
Dtesting.go179 type TestContext struct { struct
180 *Context
181 preArch, preDeps, postDeps, finalDeps []RegisterMutatorFunc
182 bp2buildPreArch, bp2buildMutators []RegisterMutatorFunc
183 NameResolver *NameResolver
186 preSingletons, singletons sortableComponents
190 preSingletonOrder, mutatorOrder, singletonOrder []string
193 func (ctx *TestContext) PreArchMutators(f RegisterMutatorFunc) {
197 func (ctx *TestContext) HardCodedPreArchMutators(f RegisterMutatorFunc) {
202 func (ctx *TestContext) PreDepsMutators(f RegisterMutatorFunc) {
[all …]
Dnamespace_test.go670 func dependsOn(ctx *TestContext, module TestingModule, possibleDependency TestingModule) bool {
681 func numDeps(ctx *TestContext, module TestingModule) int {
690 func getModule(ctx *TestContext, moduleName string) TestingModule {
694 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/
Dtesting.go645 func checkSnapshotIncludeExclude(t *testing.T, ctx *android.TestContext, singleton android.TestingS…
674 func CheckSnapshot(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, modu…
679 func CheckSnapshotExclude(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleto…
684 func CheckSnapshotRule(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, …
689 func AssertExcludeFromVendorSnapshotIs(t *testing.T, ctx *android.TestContext, name string, expecte…
697 func GetOutputPaths(ctx *android.TestContext, variant string, moduleNames []string) (paths android.…
706 func AssertExcludeFromRecoverySnapshotIs(t *testing.T, ctx *android.TestContext, name string, expec…
Dcc_test.go182 func checkInstallPartition(t *testing.T, ctx *android.TestContext, name, variant, expected string) {
296 func checkVndkModule(t *testing.T, ctx *android.TestContext, name, subDir string,
341 func checkVndkOutput(t *testing.T, ctx *android.TestContext, output string, expected []string) {
347 func checkVndkLibrariesOutput(t *testing.T, ctx *android.TestContext, module string, expected []str…
/build/soong/java/
Dtesting.go406 func CheckModuleDependencies(t *testing.T, ctx *android.TestContext, name, variant string, expected…
441 func ApexNamePairsFromModules(ctx *android.TestContext, modules []android.Module) []string {
449 func apexNamePairFromModule(ctx *android.TestContext, module android.Module) string {
Ddroidstubs_test.go235 func checkSystemModulesUseByDroidstubs(t *testing.T, ctx *android.TestContext, moduleName string, s…
Djava_test.go1121 func checkPatchModuleFlag(t *testing.T, ctx *android.TestContext, moduleName string, expected strin…
1258 func checkBootClasspathForSystemModule(t *testing.T, ctx *android.TestContext, moduleName string, e…
/build/soong/apex/
Dplatform_bootclasspath_test.go553 func CheckModuleDependencies(t *testing.T, ctx *android.TestContext, name, variant string, expected…
Dapex_test.go3391 func getFiles(t *testing.T, ctx *android.TestContext, moduleName, variant string) []fileInApex {
3437 func ensureExactContents(t *testing.T, ctx *android.TestContext, moduleName, variant string, files …
9290 func ensureContainsRequiredDeps(t *testing.T, ctx *android.TestContext, moduleName, variant string,…
9298 func ensureDoesNotContainRequiredDeps(t *testing.T, ctx *android.TestContext, moduleName, variant s…
/build/soong/python/
Dpython_test.go358 func expectModule(t *testing.T, ctx *android.TestContext, name, variant, expectedSrcsZip string, ex…
/build/soong/bp2build/
Dtesting.go357 func registerCustomModuleForBp2buildConversion(ctx *android.TestContext) {