Home
last modified time | relevance | path

Searched defs:TestResult (Results 1 – 10 of 10) 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/etc/
Dprebuilt_etc_test.go366 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/
Dtesting.go422 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…
Dsystem_modules_test.go23 func getModuleHeaderJarsAsRelativeToTopPaths(result *android.TestResult, moduleNames ...string) []s…
Dapp_test.go982 func checkSdkVersion(t *testing.T, result *android.TestResult, expectedSdkVersion string) {
/build/soong/apex/
Dbootclasspath_fragment_test.go259 func checkBootclasspathFragment(t *testing.T, result *android.TestResult, moduleName, variantName s…
897 func getDexJarPath(result *android.TestResult, name string) string {
/build/soong/sdk/
Dbootclasspath_fragment_sdk_test.go217 func checkBootJarsPackageCheckRule(t *testing.T, result *android.TestResult, expectedModule string)…
Dtesting.go137 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…