Searched defs:TestResult (Results 1 – 9 of 9) sorted by relevance
/build/soong/android/ |
D | licenses_test.go | 500 func checkEffectiveLicenses(t *testing.T, result *TestResult, effectiveLicenses map[string][]string… 535 func checkEffectiveInheritedLicenses(t *testing.T, result *TestResult, effectiveInheritedLicenses m… 600 func checkEffectivePackage(t *testing.T, result *TestResult, effectivePackage map[string]string) { 640 func checkEffectiveNotices(t *testing.T, result *TestResult, effectiveNotices map[string][]string) { 675 func checkEffectiveKinds(t *testing.T, result *TestResult, effectiveKinds map[string][]string) { 710 func checkEffectiveConditions(t *testing.T, result *TestResult, effectiveConditions map[string][]st…
|
D | fixture.go | 515 CheckErrors(t *testing.T, result *TestResult) 590 func FixtureCustomErrorHandler(function func(t *testing.T, result *TestResult)) FixtureErrorHandler… 617 type TestResult struct { struct 618 testContext 620 fixture *fixture 621 Config Config 624 Errs []error 628 NinjaDeps []string 834 func (r *TestResult) NormalizePathForTesting(path Path) string { 845 func (r *TestResult) NormalizePathsForTesting(paths Paths) []string { [all …]
|
D | visibility_test.go | 1175 func checkEffectiveVisibility(t *testing.T, result *TestResult, effectiveVisibility map[qualifiedMo…
|
/build/soong/java/ |
D | testing.go | 360 func CheckPlatformBootclasspathModules(t *testing.T, result *android.TestResult, name string, expec… 391 func CheckPlatformBootclasspathFragments(t *testing.T, result *android.TestResult, name string, exp… 416 func CheckMergedCompatConfigInputs(t *testing.T, result *android.TestResult, message string, expect…
|
D | system_modules_test.go | 23 func getModuleHeaderJarsAsRelativeToTopPaths(result *android.TestResult, moduleNames ...string) []s…
|
D | app_test.go | 979 func checkSdkVersion(t *testing.T, result *android.TestResult, expectedSdkVersion string) {
|
/build/soong/apex/ |
D | bootclasspath_fragment_test.go | 252 func checkBootclasspathFragment(t *testing.T, result *android.TestResult, moduleName, variantName s… 723 func getDexJarPath(result *android.TestResult, name string) string {
|
/build/soong/sdk/ |
D | bootclasspath_fragment_sdk_test.go | 213 func checkBootJarsPackageCheckRule(t *testing.T, result *android.TestResult, expectedModule string)…
|
D | testing.go | 130 func getSdkSnapshotBuildInfo(t *testing.T, result *android.TestResult, sdk *sdk) *snapshotBuildInfo… 220 func CheckSnapshot(t *testing.T, result *android.TestResult, name string, dir string, checkers ...s…
|