Home
last modified time | relevance | path

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

/build/soong/android/
Dtesting.go183 type TestContext struct { struct
184 *Context
185 preArch, preDeps, postDeps, finalDeps []RegisterMutatorFunc
186 bp2buildPreArch, bp2buildMutators []RegisterMutatorFunc
187 NameResolver *NameResolver
190 preSingletons, singletons sortableComponents
194 preSingletonOrder, mutatorOrder, singletonOrder []string
197 func (ctx *TestContext) PreArchMutators(f RegisterMutatorFunc) {
201 func (ctx *TestContext) HardCodedPreArchMutators(f RegisterMutatorFunc) {
206 func (ctx *TestContext) ModuleProvider(m blueprint.Module, p blueprint.ProviderKey) interface{} {
[all …]
Dfixture.go265 func FixtureModifyConfigAndContext(mutator func(config Config, ctx *TestContext)) FixturePreparer {
272 func FixtureModifyContext(mutator func(ctx *TestContext)) FixturePreparer {
689 *TestContext anonMember
/build/soong/cc/
Dtesting.go729 func checkSnapshotIncludeExclude(t *testing.T, ctx *android.TestContext, singleton android.TestingS…
758 func CheckSnapshot(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, modu…
763 func CheckSnapshotExclude(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleto…
768 func CheckSnapshotRule(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, …
773 func AssertExcludeFromVendorSnapshotIs(t *testing.T, ctx *android.TestContext, name string, expecte…
781 func GetOutputPaths(ctx *android.TestContext, variant string, moduleNames []string) (paths android.…
790 func AssertExcludeFromRecoverySnapshotIs(t *testing.T, ctx *android.TestContext, name string, expec…
798 func checkOverrides(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, jso…
Dcc_test.go219 func checkInstallPartition(t *testing.T, ctx *android.TestContext, name, variant, expected string) {
334 func checkVndkModule(t *testing.T, ctx *android.TestContext, name, subDir string,
379 func checkVndkOutput(t *testing.T, ctx *android.TestContext, output string, expected []string) {
385 func checkVndkLibrariesOutput(t *testing.T, ctx *android.TestContext, module string, expected []str…
/build/soong/rust/
Dimage_test.go137 func checkInstallPartition(t *testing.T, ctx *android.TestContext, name, variant, expected string) {
/build/soong/java/
Dtesting.go471 func CheckModuleDependencies(t *testing.T, ctx *android.TestContext, name, variant string, expected…
506 func ApexNamePairsFromModules(ctx *android.TestContext, modules []android.Module) []string {
514 func apexNamePairFromModule(ctx *android.TestContext, module android.Module) string {
Ddroidstubs_test.go267 func checkSystemModulesUseByDroidstubs(t *testing.T, ctx *android.TestContext, moduleName string, s…
Djava_test.go1125 func checkPatchModuleFlag(t *testing.T, ctx *android.TestContext, moduleName string, expected strin…
1262 func checkBootClasspathForSystemModule(t *testing.T, ctx *android.TestContext, moduleName string, e…
/build/soong/apex/
Dsystemserver_classpath_fragment_test.go446 func assertProfileGuided(t *testing.T, ctx *android.TestContext, moduleName string, variant string,…
Dplatform_bootclasspath_test.go563 func CheckModuleDependencies(t *testing.T, ctx *android.TestContext, name, variant string, expected…
Dapex_test.go3516 func getFiles(t *testing.T, ctx *android.TestContext, moduleName, variant string) []fileInApex {
3608 func ensureExactContents(t *testing.T, ctx *android.TestContext, moduleName, variant string, files …
3612 func ensureExactDeapexedContents(t *testing.T, ctx *android.TestContext, moduleName string, variant…
9854 func ensureContainsRequiredDeps(t *testing.T, ctx *android.TestContext, moduleName, variant string,…
9862 func ensureDoesNotContainRequiredDeps(t *testing.T, ctx *android.TestContext, moduleName, variant s…
/build/soong/python/
Dpython_test.go363 func expectModule(t *testing.T, ctx *android.TestContext, name, variant, expectedSrcsZip string, ex…
/build/soong/bp2build/
Dtesting.go548 func registerCustomModuleForBp2buildConversion(ctx *android.TestContext) {