Home
last modified time | relevance | path

Searched refs:TestResult (Results 1 – 18 of 18) sorted by relevance

/build/soong/android/
Dfixture.go392 RunTest(t *testing.T) *TestResult
398 RunTestWithBp(t *testing.T, bp string) *TestResult
416 RunTestWithConfig(t *testing.T, config Config) *TestResult
515 CheckErrors(t *testing.T, result *TestResult) argument
519 function func(t *testing.T, result *TestResult)
522 func (h simpleErrorHandler) CheckErrors(t *testing.T, result *TestResult) {
534 func(t *testing.T, result *TestResult) {
544 var FixtureIgnoreErrors = FixtureCustomErrorHandler(func(t *testing.T, result *TestResult) {
561 return FixtureCustomErrorHandler(func(t *testing.T, result *TestResult) {
583 return FixtureCustomErrorHandler(func(t *testing.T, result *TestResult) {
[all …]
Dlicenses_test.go500 func checkEffectiveLicenses(t *testing.T, result *TestResult, effectiveLicenses map[string][]string… argument
535 func checkEffectiveInheritedLicenses(t *testing.T, result *TestResult, effectiveInheritedLicenses m… argument
600 func checkEffectivePackage(t *testing.T, result *TestResult, effectivePackage map[string]string) { argument
640 func checkEffectiveNotices(t *testing.T, result *TestResult, effectiveNotices map[string][]string) { argument
675 func checkEffectiveKinds(t *testing.T, result *TestResult, effectiveKinds map[string][]string) { argument
710 func checkEffectiveConditions(t *testing.T, result *TestResult, effectiveConditions map[string][]st… argument
Dvisibility_test.go1175 func checkEffectiveVisibility(t *testing.T, result *TestResult, effectiveVisibility map[qualifiedMo… argument
/build/soong/sdk/
Dcompat_config_sdk_test.go70 func(t *testing.T, result *android.TestResult) {
76 func(t *testing.T, result *android.TestResult) {
84 func(t *testing.T, result *android.TestResult) {
Dtesting.go96 func testSdkWithFs(t *testing.T, bp string, fs android.MockFS) *android.TestResult {
130 func getSdkSnapshotBuildInfo(t *testing.T, result *android.TestResult, sdk *sdk) *snapshotBuildInfo… argument
220 func CheckSnapshot(t *testing.T, result *android.TestResult, name string, dir string, checkers ...s… argument
378 type resultChecker func(t *testing.T, result *android.TestResult)
439 r *android.TestResult
Dbootclasspath_fragment_sdk_test.go198 snapshotTestChecker(checkSnapshotWithoutSource, func(t *testing.T, result *android.TestResult) {
213 func checkBootJarsPackageCheckRule(t *testing.T, result *android.TestResult, expectedModule string)… argument
514 snapshotTestChecker(checkSnapshotWithoutSource, func(t *testing.T, result *android.TestResult) {
Dsdk_test.go490 checkZipFile := func(t *testing.T, result *android.TestResult, expected string) {
Djava_sdk_test.go64 sdkChecker := func(t *testing.T, result *android.TestResult) {
1147 snapshotTestChecker(checkSnapshotWithoutSource, func(t *testing.T, result *android.TestResult) {
1256 …pshotTestChecker(checkSnapshotWithSourcePreferred, func(t *testing.T, result *android.TestResult) {
Dcc_sdk_test.go35 func testSdkWithCc(t *testing.T, bp string) *android.TestResult {
/build/soong/java/
Dtesting.go360 func CheckPlatformBootclasspathModules(t *testing.T, result *android.TestResult, name string, expec… argument
391 func CheckPlatformBootclasspathFragments(t *testing.T, result *android.TestResult, name string, exp… argument
416 func CheckMergedCompatConfigInputs(t *testing.T, result *android.TestResult, message string, expect… argument
Dsystem_modules_test.go23 func getModuleHeaderJarsAsRelativeToTopPaths(result *android.TestResult, moduleNames ...string) []s… argument
Dbootclasspath_fragment_test.go158 checkContents := func(t *testing.T, result *android.TestResult, expected ...string) {
Dsdk_test.go314 checkClasspath := func(t *testing.T, result *android.TestResult, isJava8 bool) {
Dapp_test.go979 func checkSdkVersion(t *testing.T, result *android.TestResult, expectedSdkVersion string) { argument
/build/soong/xml/
Dxml_test.go29 func testXml(t *testing.T, bp string) *android.TestResult {
/build/soong/cc/
Dsanitize_test.go103 check := func(t *testing.T, result *android.TestResult, variant string) {
/build/soong/sysprop/
Dsysprop_test.go33 func test(t *testing.T, bp string) *android.TestResult {
/build/soong/apex/
Dbootclasspath_fragment_test.go252 func checkBootclasspathFragment(t *testing.T, result *android.TestResult, moduleName, variantName s… argument
723 func getDexJarPath(result *android.TestResult, name string) string { argument