Searched defs:TestResult (Results 1 – 16 of 16) sorted by relevance
| /build/soong/java/ |
| D | dexpreopt_config_testing.go | 207 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 …]
|
| D | jarjar_test.go | 24 func AssertJarJarRename(t *testing.T, result *android.TestResult, libName, original, expectedRename…
|
| D | system_modules_test.go | 24 func getModuleHeaderJarsAsRelativeToTopPaths(result *android.TestResult, moduleNames ...string) []s…
|
| D | testing.go | 627 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…
|
| D | app_test.go | 1780 func checkSdkVersion(t *testing.T, result *android.TestResult, expectedSdkVersion string) {
|
| D | java_test.go | 3138 func assertTestOnlyAndTopLevel(t *testing.T, ctx *android.TestResult, expectedTestOnly []string, ex…
|
| /build/soong/android/ |
| D | fixture.go | 230 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 …]
|
| D | licenses_test.go | 418 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…
|
| D | namespace_test.go | 665 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) {
|
| D | all_teams_test.go | 132 func getTeamProtoOutput(t *testing.T, ctx *TestResult) *team_proto.AllTeams {
|
| D | visibility_test.go | 2062 func checkEffectiveVisibility(t *testing.T, result *TestResult, effectiveVisibility map[qualifiedMo…
|
| /build/soong/cc/ |
| D | cc_test_only_property_test.go | 174 func getTeamProtoOutput(t *testing.T, ctx *android.TestResult) *team_proto.AllTeams {
|
| D | lto_test.go | 30 func hasDep(result *android.TestResult, m android.Module, wantDep android.Module) bool {
|
| /build/soong/apex/ |
| D | bootclasspath_fragment_test.go | 737 func getDexJarPath(result *android.TestResult, name string) string {
|
| /build/soong/sdk/ |
| D | testing.go | 129 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…
|
| D | bootclasspath_fragment_sdk_test.go | 273 func checkBootJarsPackageCheckRule(t *testing.T, result *android.TestResult, expectedModules ...str…
|