Home
last modified time | relevance | path

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

/build/soong/android/
Dlicenses_test.go500 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…
Dfixture.go515 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 …]
Dvisibility_test.go1175 func checkEffectiveVisibility(t *testing.T, result *TestResult, effectiveVisibility map[qualifiedMo…
/build/soong/java/
Dtesting.go360 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…
Dsystem_modules_test.go23 func getModuleHeaderJarsAsRelativeToTopPaths(result *android.TestResult, moduleNames ...string) []s…
Dapp_test.go979 func checkSdkVersion(t *testing.T, result *android.TestResult, expectedSdkVersion string) {
/build/soong/apex/
Dbootclasspath_fragment_test.go252 func checkBootclasspathFragment(t *testing.T, result *android.TestResult, moduleName, variantName s…
723 func getDexJarPath(result *android.TestResult, name string) string {
/build/soong/sdk/
Dbootclasspath_fragment_sdk_test.go213 func checkBootJarsPackageCheckRule(t *testing.T, result *android.TestResult, expectedModule string)…
Dtesting.go130 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…