Searched defs:TestResult (Results 1 – 10 of 10) 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/etc/ |
D | prebuilt_etc_test.go | 366 func checkIfSnapshotTaken(t *testing.T, result *android.TestResult, image string, moduleName string… 370 func checkIfSnapshotNotTaken(t *testing.T, result *android.TestResult, image string, moduleName str… 374 func checkIfSnapshotExistAsExpected(t *testing.T, result *android.TestResult, image string, moduleN…
|
/build/soong/java/ |
D | testing.go | 422 func CheckPlatformBootclasspathModules(t *testing.T, result *android.TestResult, name string, expec… 429 func CheckClasspathFragmentProtoContentInfoProvider(t *testing.T, result *android.TestResult, gener… 464 func CheckPlatformBootclasspathFragments(t *testing.T, result *android.TestResult, name string, exp… 489 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 | 982 func checkSdkVersion(t *testing.T, result *android.TestResult, expectedSdkVersion string) {
|
/build/soong/apex/ |
D | bootclasspath_fragment_test.go | 259 func checkBootclasspathFragment(t *testing.T, result *android.TestResult, moduleName, variantName s… 897 func getDexJarPath(result *android.TestResult, name string) string {
|
/build/soong/sdk/ |
D | bootclasspath_fragment_sdk_test.go | 217 func checkBootJarsPackageCheckRule(t *testing.T, result *android.TestResult, expectedModule string)…
|
D | testing.go | 137 func getSdkSnapshotBuildInfo(t *testing.T, result *android.TestResult, sdk *sdk) *snapshotBuildInfo… 240 func CheckSnapshot(t *testing.T, result *android.TestResult, name string, dir string, checkers ...s…
|