Lines Matching defs:T
66 func testJavaError(t *testing.T, pattern string, bp string) (*android.TestContext, android.Config) {
80 func testJavaWithFS(t *testing.T, bp string, fs android.MockFS) (*android.TestContext, android.Conf…
98 func testJava(t *testing.T, bp string) (*android.TestContext, android.Config) {
119 func TestPrepareForTestWithJavaDefaultModules(t *testing.T) {
126 func TestJavaLinkType(t *testing.T) {
214 func TestSimple(t *testing.T) {
380 func TestExportedPlugins(t *testing.T) {
486 func TestSdkVersionByPartition(t *testing.T) {
527 func TestArchSpecific(t *testing.T) {
546 func TestBinary(t *testing.T) {
588 func TestTest(t *testing.T) {
620 func TestHostBinaryNoJavaDebugInfoOverride(t *testing.T) {
667 func TestPrebuilts(t *testing.T) {
761 func assertDeepEquals(t *testing.T, message string, expected interface{}, actual interface{}) {
767 func TestPrebuiltStubsSources(t *testing.T) {
796 func TestDefaults(t *testing.T) {
871 func TestResources(t *testing.T) {
977 func TestIncludeSrcs(t *testing.T) {
1044 func TestGeneratedSources(t *testing.T) {
1080 func TestTurbine(t *testing.T) {
1121 func TestSharding(t *testing.T) {
1139 func TestExcludeFileGroupInSrcs(t *testing.T) {
1165 func TestJavaLibraryOutputFiles(t *testing.T) {
1182 func TestJavaImportOutputFiles(t *testing.T) {
1198 func TestJavaImport(t *testing.T) {
1325 func TestCompilerFlags(t *testing.T) {
1339 func checkPatchModuleFlag(t *testing.T, ctx *android.TestContext, moduleName string, expected strin…
1355 func TestPatchModule(t *testing.T) {
1428 func TestJavaLibraryWithSystemModules(t *testing.T) {
1476 func checkBootClasspathForLibWithSystemModule(t *testing.T, ctx *android.TestContext, moduleName st…
1484 func TestAidlExportIncludeDirsFromImports(t *testing.T) {
1508 func TestAidlFlagsArePassedToTheAidlCompiler(t *testing.T) {
1524 func TestAidlFlagsWithMinSdkVersion(t *testing.T) {
1554 func TestAidlFlagsMinSdkVersionDroidstubs(t *testing.T) {
1587 func TestAidlEnforcePermissions(t *testing.T) {
1603 func TestAidlEnforcePermissionsException(t *testing.T) {
1623 func TestDataNativeBinaries(t *testing.T) {
1648 func TestDefaultInstallable(t *testing.T) {
1661 func TestErrorproneEnabled(t *testing.T) {
1689 func TestErrorproneDisabled(t *testing.T) {
1723 func TestErrorproneEnabledOnlyByEnvironmentVariable(t *testing.T) {
1753 func TestDataDeviceBinsBuildsDeviceBinary(t *testing.T) {
1924 func TestDeviceBinaryWrapperGeneration(t *testing.T) {
1947 func TestJavaApiContributionEmptyApiFile(t *testing.T) {
1970 func TestJavaApiLibraryAndProviderLink(t *testing.T) {
2036 func TestJavaApiLibraryAndDefaultsLink(t *testing.T) {
2144 func TestJavaApiLibraryJarGeneration(t *testing.T) {
2210 func TestJavaApiLibraryLibsLink(t *testing.T) {
2298 func TestJavaApiLibraryStaticLibsLink(t *testing.T) {
2385 func TestTransitiveSrcFiles(t *testing.T) {
2408 func TestTradefedOptions(t *testing.T) {
2432 func TestTestRunnerOptions(t *testing.T) {
2456 func TestJavaLibraryWithResourcesStem(t *testing.T) {
2475 func TestHeadersOnly(t *testing.T) {
2493 func TestJavaApiContributionImport(t *testing.T) {
2521 func TestJavaApiLibraryApiFilesSorting(t *testing.T) {
2549 func TestSdkLibraryProvidesSystemModulesToApiLibrary(t *testing.T) {
2578 func TestApiLibraryDroidstubsDependency(t *testing.T) {
2624 func TestDisableFromTextStubForCoverageBuild(t *testing.T) {
2653 func TestMultiplePrebuilts(t *testing.T) {
2751 func TestMultiplePlatformCompatConfigPrebuilts(t *testing.T) {
2811 func TestApiLibraryAconfigDeclarations(t *testing.T) {
2863 func TestTestOnly(t *testing.T) {
2921 func TestInvalidTestOnlyTargets(t *testing.T) {
2956 func TestJavaLibHostWithStem(t *testing.T) {
2974 func TestJavaLibWithStem(t *testing.T) {
2991 func TestJavaLibraryOutputFilesRel(t *testing.T) {
3036 func TestCoverage(t *testing.T) {
3074 func assertTestOnlyAndTopLevel(t *testing.T, ctx *android.TestResult, expectedTestOnly []string, ex…
3106 func TestNativeRequiredDepOfJavaBinary(t *testing.T) {