Home
last modified time | relevance | path

Searched defs:TestResult (Results 1 – 16 of 16) sorted by relevance

/build/soong/java/
Ddexpreopt_config_testing.go207 func CheckArtBootImageConfig(t *testing.T, result *android.TestResult) {
212 func getArtImageConfig(result *android.TestResult) *bootImageConfig {
222 func checkArtBootImageConfig(t *testing.T, result *android.TestResult, mutated bool, expectedLicens…
530 func getFrameworkImageConfig(result *android.TestResult) *bootImageConfig {
540 func CheckFrameworkBootImageConfig(t *testing.T, result *android.TestResult) {
548 func checkFrameworkBootImageConfig(t *testing.T, result *android.TestResult, mutated bool, expected…
911 func getMainlineImageConfig(result *android.TestResult) *bootImageConfig {
921 func CheckMainlineBootImageConfig(t *testing.T, result *android.TestResult) {
1214 func checkBootImageConfig(t *testing.T, result *android.TestResult, imageConfig *bootImageConfig, m…
1227 func nestedCheckBootImageConfig(t *testing.T, result *android.TestResult, imageConfig *bootImageCon…
[all …]
Djarjar_test.go24 func AssertJarJarRename(t *testing.T, result *android.TestResult, libName, original, expectedRename…
Dsystem_modules_test.go24 func getModuleHeaderJarsAsRelativeToTopPaths(result *android.TestResult, moduleNames ...string) []s…
Dtesting.go627 func CheckPlatformBootclasspathModules(t *testing.T, result *android.TestResult, name string, expec…
634 func CheckClasspathFragmentProtoContentInfoProvider(t *testing.T, result *android.TestResult, gener…
700 func CheckPlatformBootclasspathFragments(t *testing.T, result *android.TestResult, name string, exp…
725 func CheckMergedCompatConfigInputs(t *testing.T, result *android.TestResult, message string, expect…
Dapp_test.go1780 func checkSdkVersion(t *testing.T, result *android.TestResult, expectedSdkVersion string) {
Djava_test.go3138 func assertTestOnlyAndTopLevel(t *testing.T, ctx *android.TestResult, expectedTestOnly []string, ex…
/build/soong/android/
Dfixture.go230 FinalPreparer(result *TestResult) CustomTestResult
588 CheckErrors(t *testing.T, result *TestResult)
675 func FixtureCustomErrorHandler(function func(t *testing.T, result *TestResult)) FixtureErrorHandler…
702 type TestResult struct { struct
726 // *android.TestResult
750 *TestResult anonMember
1013 func (r *TestResult) NormalizePathForTesting(path Path) string {
1024 func (r *TestResult) NormalizePathsForTesting(paths Paths) []string {
1045 func (r *TestResult) Preparer() FixturePreparer {
1050 func (r *TestResult) Module(name string, variant string) Module {
[all …]
Dlicenses_test.go418 func checkEffectivePackage(t *testing.T, result *TestResult, effectivePackage map[string]string) {
458 func checkEffectiveNotices(t *testing.T, result *TestResult, effectiveNotices map[string][]string) {
493 func checkEffectiveKinds(t *testing.T, result *TestResult, effectiveKinds map[string][]string) {
528 func checkEffectiveConditions(t *testing.T, result *TestResult, effectiveConditions map[string][]st…
Dnamespace_test.go665 func dependsOn(result *TestResult, module TestingModule, possibleDependency TestingModule) bool {
676 func numDeps(result *TestResult, module TestingModule) int {
685 func getModule(result *TestResult, moduleName string) TestingModule {
689 func findModuleById(result *TestResult, id string) (module TestingModule) {
Dall_teams_test.go132 func getTeamProtoOutput(t *testing.T, ctx *TestResult) *team_proto.AllTeams {
Dvisibility_test.go2062 func checkEffectiveVisibility(t *testing.T, result *TestResult, effectiveVisibility map[qualifiedMo…
/build/soong/cc/
Dcc_test_only_property_test.go174 func getTeamProtoOutput(t *testing.T, ctx *android.TestResult) *team_proto.AllTeams {
Dlto_test.go30 func hasDep(result *android.TestResult, m android.Module, wantDep android.Module) bool {
/build/soong/apex/
Dbootclasspath_fragment_test.go737 func getDexJarPath(result *android.TestResult, name string) string {
/build/soong/sdk/
Dtesting.go129 func getSdkSnapshotBuildInfo(t *testing.T, result *android.TestResult, sdk *sdk) *snapshotBuildInfo…
229 func CheckSnapshot(t *testing.T, result *android.TestResult, name string, dir string, checkers ...s…
Dbootclasspath_fragment_sdk_test.go273 func checkBootJarsPackageCheckRule(t *testing.T, result *android.TestResult, expectedModules ...str…