/build/soong/android/ |
D | fixture.go | 392 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 …]
|
D | licenses_test.go | 500 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
|
D | visibility_test.go | 1175 func checkEffectiveVisibility(t *testing.T, result *TestResult, effectiveVisibility map[qualifiedMo… argument
|
/build/soong/sdk/ |
D | compat_config_sdk_test.go | 70 func(t *testing.T, result *android.TestResult) { 76 func(t *testing.T, result *android.TestResult) { 84 func(t *testing.T, result *android.TestResult) {
|
D | testing.go | 96 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
|
D | bootclasspath_fragment_sdk_test.go | 198 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) {
|
D | sdk_test.go | 490 checkZipFile := func(t *testing.T, result *android.TestResult, expected string) {
|
D | java_sdk_test.go | 64 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) {
|
D | cc_sdk_test.go | 35 func testSdkWithCc(t *testing.T, bp string) *android.TestResult {
|
/build/soong/java/ |
D | testing.go | 360 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
|
D | system_modules_test.go | 23 func getModuleHeaderJarsAsRelativeToTopPaths(result *android.TestResult, moduleNames ...string) []s… argument
|
D | bootclasspath_fragment_test.go | 158 checkContents := func(t *testing.T, result *android.TestResult, expected ...string) {
|
D | sdk_test.go | 314 checkClasspath := func(t *testing.T, result *android.TestResult, isJava8 bool) {
|
D | app_test.go | 979 func checkSdkVersion(t *testing.T, result *android.TestResult, expectedSdkVersion string) { argument
|
/build/soong/xml/ |
D | xml_test.go | 29 func testXml(t *testing.T, bp string) *android.TestResult {
|
/build/soong/cc/ |
D | sanitize_test.go | 103 check := func(t *testing.T, result *android.TestResult, variant string) {
|
/build/soong/sysprop/ |
D | sysprop_test.go | 33 func test(t *testing.T, bp string) *android.TestResult {
|
/build/soong/apex/ |
D | bootclasspath_fragment_test.go | 252 func checkBootclasspathFragment(t *testing.T, result *android.TestResult, moduleName, variantName s… argument 723 func getDexJarPath(result *android.TestResult, name string) string { argument
|