Home
last modified time | relevance | path

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

/build/soong/android/
Dtesting.go183 type TestContext struct { struct
184 *Context
185 preArch, preDeps, postDeps, finalDeps []RegisterMutatorFunc
186 NameResolver *NameResolver
189 singletons sortableComponents
193 mutatorOrder, singletonOrder []string
196 func (ctx *TestContext) PreArchMutators(f RegisterMutatorFunc) {
200 func (ctx *TestContext) HardCodedPreArchMutators(f RegisterMutatorFunc) {
205 func (ctx *TestContext) moduleProvider(m blueprint.Module, p blueprint.AnyProviderKey) (any, bool) {
209 func (ctx *TestContext) PreDepsMutators(f RegisterMutatorFunc) {
[all …]
Dfixture.go265 func FixtureModifyConfigAndContext(mutator func(config Config, ctx *TestContext)) FixturePreparer {
272 func FixtureModifyContext(mutator func(ctx *TestContext)) FixturePreparer {
280 func FixtureModifyContextWithMockFs(mutator func(ctx *TestContext)) FixturePreparer {
698 *TestContext anonMember
Draw_files.go222 func ContentFromFileRuleForTests(t *testing.T, ctx *TestContext, params TestingBuildParams) string {
Drule_builder.go1276 func RuleBuilderSboxProtoForTests(t *testing.T, ctx *TestContext, params TestingBuildParams) *sbox_…
/build/soong/cc/
Dtesting.go715 func checkSnapshotIncludeExclude(t *testing.T, ctx *android.TestContext, singleton android.TestingS…
744 func CheckSnapshot(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, modu…
749 func CheckSnapshotExclude(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleto…
754 func CheckSnapshotRule(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, …
759 func GetOutputPaths(ctx *android.TestContext, variant string, moduleNames []string) (paths android.…
Dcc_test.go162 func checkInstallPartition(t *testing.T, ctx *android.TestContext, name, variant, expected string) {
277 func checkWriteFileOutput(t *testing.T, ctx *android.TestContext, params android.TestingBuildParams…
/build/soong/apex/
Dsystemserver_classpath_fragment_test.go453 func assertProfileGuided(t *testing.T, ctx *android.TestContext, moduleName string, variant string,…
461 func assertProfileGuidedPrebuilt(t *testing.T, ctx *android.TestContext, apexName string, moduleNam…
Dplatform_bootclasspath_test.go579 func CheckModuleDependencies(t *testing.T, ctx *android.TestContext, name, variant string, expected…
Dapex_test.go3558 func getFiles(t *testing.T, ctx *android.TestContext, moduleName, variant string) []fileInApex {
3646 func ensureExactContents(t *testing.T, ctx *android.TestContext, moduleName, variant string, files …
3650 func ensureExactDeapexedContents(t *testing.T, ctx *android.TestContext, moduleName string, variant…
9794 func ensureContainsRequiredDeps(t *testing.T, ctx *android.TestContext, moduleName, variant string,…
9802 func ensureDoesNotContainRequiredDeps(t *testing.T, ctx *android.TestContext, moduleName, variant s…
/build/soong/java/
Dtesting.go591 func getModuleDependencies(t *testing.T, ctx *android.TestContext, name, variant string) []string {
605 func CheckModuleDependencies(t *testing.T, ctx *android.TestContext, name, variant string, expected…
614 func CheckModuleHasDependency(t *testing.T, ctx *android.TestContext, name, variant string, expecte…
644 func ApexNamePairsFromModules(ctx *android.TestContext, modules []android.Module) []string {
652 func apexNamePairFromModule(ctx *android.TestContext, module android.Module) string {
Ddroidstubs_test.go269 func checkSystemModulesUseByDroidstubs(t *testing.T, ctx *android.TestContext, moduleName string, s…
Djava_test.go1213 func checkPatchModuleFlag(t *testing.T, ctx *android.TestContext, moduleName string, expected strin…
1350 func checkBootClasspathForSystemModule(t *testing.T, ctx *android.TestContext, moduleName string, e…
/build/soong/rust/
Dimage_test.go156 func checkInstallPartition(t *testing.T, ctx *android.TestContext, name, variant, expected string) {
/build/soong/python/
Dpython_test.go436 func expectModule(t *testing.T, ctx *android.TestContext, name, variant, expectedSrcsZip string, ex…