Lines Matching refs:T
109 func run(t *testing.T, ctx *android.TestContext, config android.Config) { argument
122 func testJavaError(t *testing.T, pattern string, bp string) (*android.TestContext, android.Config) { argument
127 func testJavaErrorWithConfig(t *testing.T, pattern string, config android.Config) (*android.TestCon… argument
151 func testJavaWithFS(t *testing.T, bp string, fs map[string][]byte) (*android.TestContext, android.C… argument
156 func testJava(t *testing.T, bp string) (*android.TestContext, android.Config) { argument
161 func testJavaWithConfig(t *testing.T, config android.Config) (*android.TestContext, android.Config)… argument
180 func TestJavaLinkType(t *testing.T) { argument
268 func TestSimple(t *testing.T) { argument
312 func TestExportedPlugins(t *testing.T) { argument
377 t.Run(test.name, func(t *testing.T) {
395 func TestSdkVersionByPartition(t *testing.T) { argument
430 func TestArchSpecific(t *testing.T) { argument
449 func TestBinary(t *testing.T) { argument
477 func TestHostBinaryNoJavaDebugInfoOverride(t *testing.T) { argument
512 func TestPrebuilts(t *testing.T) { argument
586 func assertDeepEquals(t *testing.T, message string, expected interface{}, actual interface{}) { argument
592 func TestJavaSdkLibraryImport(t *testing.T) { argument
648 func TestJavaSdkLibraryImport_WithSource(t *testing.T) { argument
687 func TestJavaSdkLibraryImport_Preferred(t *testing.T) { argument
724 func TestDefaults(t *testing.T) { argument
799 func TestResources(t *testing.T) { argument
870 t.Run(test.name, func(t *testing.T) {
905 func TestIncludeSrcs(t *testing.T) { argument
972 func TestGeneratedSources(t *testing.T) { argument
1008 func TestTurbine(t *testing.T) { argument
1057 func TestSharding(t *testing.T) { argument
1075 func TestDroiddoc(t *testing.T) { argument
1137 func TestDroiddocArgsAndFlagsCausesError(t *testing.T) { argument
1173 func TestDroidstubsWithSystemModules(t *testing.T) { argument
1221 func checkSystemModulesUseByDroidstubs(t *testing.T, ctx *android.TestContext, moduleName string, s… argument
1232 func TestJarGenrules(t *testing.T) { argument
1286 func TestExcludeFileGroupInSrcs(t *testing.T) { argument
1312 func TestJavaLibrary(t *testing.T) { argument
1325 func TestJavaSdkLibrary(t *testing.T) { argument
1451 func TestJavaSdkLibrary_DoNotAccessImplWhenItIsNotBuilt(t *testing.T) { argument
1476 func TestJavaSdkLibrary_UseSourcesFromAnotherSdkLibrary(t *testing.T) { argument
1494 func TestJavaSdkLibrary_AccessOutputFiles_MissingScope(t *testing.T) { argument
1512 func TestJavaSdkLibrary_Deps(t *testing.T) { argument
1534 func TestJavaSdkLibraryImport_AccessOutputFiles(t *testing.T) { argument
1557 func TestJavaSdkLibraryImport_AccessOutputFiles_Invalid(t *testing.T) { argument
1567 t.Run("stubs.source", func(t *testing.T) {
1580 t.Run("api.txt", func(t *testing.T) {
1592 t.Run("removed-api.txt", func(t *testing.T) {
1605 func TestJavaSdkLibrary_InvalidScopes(t *testing.T) { argument
1623 func TestJavaSdkLibrary_SdkVersion_ForScope(t *testing.T) { argument
1637 func TestJavaSdkLibrary_ModuleLib(t *testing.T) { argument
1653 func TestJavaSdkLibrary_SystemServer(t *testing.T) { argument
1669 func TestJavaSdkLibrary_MissingScope(t *testing.T) { argument
1688 func TestJavaSdkLibrary_FallbackScope(t *testing.T) { argument
1708 func TestJavaSdkLibrary_DefaultToStubs(t *testing.T) { argument
1783 func TestCompilerFlags(t *testing.T) { argument
1797 func checkPatchModuleFlag(t *testing.T, ctx *android.TestContext, moduleName string, expected strin… argument
1813 func TestPatchModule(t *testing.T) { argument
1814 t.Run("Java language level 8", func(t *testing.T) {
1846 t.Run("Java language level 9", func(t *testing.T) {
1878 func TestJavaSystemModules(t *testing.T) { argument
1912 func TestJavaSystemModulesImport(t *testing.T) { argument
1942 func TestJavaLibraryWithSystemModules(t *testing.T) { argument
1990 func checkBootClasspathForSystemModule(t *testing.T, ctx *android.TestContext, moduleName string, e… argument
1998 func TestAidlExportIncludeDirsFromImports(t *testing.T) { argument
2022 func TestDataNativeBinaries(t *testing.T) { argument