Lines Matching defs:T

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