• Home
  • Raw
  • Download

Lines Matching defs:T

52 func testApexError(t *testing.T, pattern, bp string, preparers ...android.FixturePreparer) {
62 func testApex(t *testing.T, bp string, preparers ...android.FixturePreparer) *android.TestContext {
236 func ensureEquals(t *testing.T, result string, expected string) {
244 func ensureContains(t *testing.T, result string, expected string) {
252 func ensureContainsOnce(t *testing.T, result string, expected string) {
261 func ensureNotContains(t *testing.T, result string, notExpected string) {
268 func ensureMatches(t *testing.T, result string, expectedRex string) {
279 func ensureListContains(t *testing.T, result []string, expected string) {
286 func ensureListNotContains(t *testing.T, result []string, notExpected string) {
293 func ensureListEmpty(t *testing.T, result []string) {
300 func ensureListNotEmpty(t *testing.T, result []string) {
308 func TestBasicApex(t *testing.T) {
611 func TestDefaults(t *testing.T) {
693 func TestApexManifest(t *testing.T) {
715 func TestApexManifestMinSdkVersion(t *testing.T) {
788 func TestFileContexts(t *testing.T) {
825 func TestBasicZipApex(t *testing.T) {
876 func TestApexWithStubs(t *testing.T) {
1013 func TestApexCanUsePrivateApis(t *testing.T) {
1086 func TestApexWithStubsWithMinSdkVersion(t *testing.T) {
1185 func TestApex_PlatformUsesLatestStubFromApex(t *testing.T) {
1261 func TestApexWithExplicitStubsDependency(t *testing.T) {
1345 func TestApexWithRuntimeLibsDependency(t *testing.T) {
1435 func TestRuntimeApexShouldInstallHwasanIfLibcDependsOnIt(t *testing.T) {
1482 func TestRuntimeApexShouldInstallHwasanIfHwaddressSanitized(t *testing.T) {
1531 func TestApexDependsOnLLNDKTransitively(t *testing.T) {
1622 func TestApexWithSystemLibsStubs(t *testing.T) {
1714 func TestApexMinSdkVersion_NativeModulesShouldBeBuiltAgainstStubs(t *testing.T) {
1802 func TestApexMinSdkVersion_SupportsCodeNames(t *testing.T) {
1854 func TestApexMinSdkVersion_SupportsCodeNames_JavaLibs(t *testing.T) {
1884 func TestApexMinSdkVersion_DefaultsToLatest(t *testing.T) {
1931 func TestApexMinSdkVersion_InVendorApex(t *testing.T) {
1984 func TestPlatformUsesLatestStubsFromApexes(t *testing.T) {
2039 func TestQApexesUseLatestStubsInBundledBuildsAndHWASAN(t *testing.T) {
2078 func TestQTargetApexUsesStaticUnwinder(t *testing.T) {
2108 func TestApexMinSdkVersion_ErrorIfIncompatibleVersion(t *testing.T) {
2213 func TestApexMinSdkVersion_Okay(t *testing.T) {
2273 func TestApexMinSdkVersion_MinApiForArch(t *testing.T) {
2305 func TestJavaStableSdkVersion(t *testing.T) {
2461 func TestApexMinSdkVersion_ErrorIfDepIsNewer(t *testing.T) {
2502 func TestApexMinSdkVersion_ErrorIfDepIsNewer_Java(t *testing.T) {
2538 func TestApexMinSdkVersion_OkayEvenWhenDepIsNewer_IfItSatisfiesApexMinSdkVersion(t *testing.T) {
2591 func TestApexMinSdkVersion_WorksWithSdkCodename(t *testing.T) {
2623 func TestApexMinSdkVersion_WorksWithActiveCodenames(t *testing.T) {
2661 func TestFilesInSubDir(t *testing.T) {
2722 func TestFilesInSubDirWhenNativeBridgeEnabled(t *testing.T) {
2780 func TestVendorApex(t *testing.T) {
2830 func TestVendorApex_use_vndk_as_stable_TryingToIncludeVNDKLib(t *testing.T) {
2847 func TestVendorApex_use_vndk_as_stable(t *testing.T) {
2978 func TestProductVariant(t *testing.T) {
3013 func TestApex_withPrebuiltFirmware(t *testing.T) {
3050 func TestAndroidMk_VendorApexRequired(t *testing.T) {
3082 func TestAndroidMkWritesCommonProperties(t *testing.T) {
3112 func TestStaticLinking(t *testing.T) {
3157 func TestKeys(t *testing.T) {
3214 func TestCertificate(t *testing.T) {
3348 func TestMacro(t *testing.T) {
3441 func TestHeaderLibsDependency(t *testing.T) {
3516 func getFiles(t *testing.T, ctx *android.TestContext, moduleName, variant string) []fileInApex {
3567 func assertFileListEquals(t *testing.T, expectedFiles []string, actualFiles []fileInApex) {
3608 func ensureExactContents(t *testing.T, ctx *android.TestContext, moduleName, variant string, files …
3612 func ensureExactDeapexedContents(t *testing.T, ctx *android.TestContext, moduleName string, variant…
3634 func TestVndkApexCurrent(t *testing.T) {
3740 func TestVndkApexWithPrebuilt(t *testing.T) {
3824 func TestVndkApexVersion(t *testing.T) {
3893 func TestVndkApexNameRule(t *testing.T) {
3924 func TestVndkApexSkipsNativeBridgeSupportedModules(t *testing.T) {
3965 func TestVndkApexDoesntSupportNativeBridgeSupported(t *testing.T) {
3996 func TestVndkApexWithBinder32(t *testing.T) {
4065 func TestVndkApexShouldNotProvideNativeLibs(t *testing.T) {
4106 func TestVendorApexWithVndkPrebuilts(t *testing.T) {
4274 func TestDependenciesInApexManifest(t *testing.T) {
4382 func TestOverrideApexManifestDefaultVersion(t *testing.T) {
4416 func TestCompileMultilibProp(t *testing.T) {
4486 func TestNonTestApex(t *testing.T) {
4539 func TestTestApex(t *testing.T) {
4588 func TestApexWithTarget(t *testing.T) {
4679 func TestApexWithArch(t *testing.T) {
4754 func TestApexWithShBinary(t *testing.T) {
4783 func TestApexInVariousPartition(t *testing.T) {
4828 func TestFileContexts_FindInDefaultLocationIfNotSet(t *testing.T) {
4847 func TestFileContexts_ShouldBeUnderSystemSepolicyForSystemApexes(t *testing.T) {
4866 func TestFileContexts_ProductSpecificApexes(t *testing.T) {
4905 func TestFileContexts_SetViaFileGroup(t *testing.T) {
4933 func TestApexKeyFromOtherModule(t *testing.T) {
4966 func TestPrebuilt(t *testing.T) {
5000 func TestPrebuiltMissingSrc(t *testing.T) {
5008 func TestPrebuiltFilenameOverride(t *testing.T) {
5031 func TestApexSetFilenameOverride(t *testing.T) {
5060 func TestPrebuiltOverrides(t *testing.T) {
5086 func TestPrebuiltApexName(t *testing.T) {
5104 func TestPrebuiltApexNameWithPlatformBootclasspath(t *testing.T) {
5149 func TestPrebuiltExportDexImplementationJars(t *testing.T) {
5341 func TestBootDexJarsFromSourcesAndPrebuilts(t *testing.T) {
5861 func TestPrebuiltSkipsSymbols(t *testing.T) {
5922 func TestApexWithTests(t *testing.T) {
6034 func TestInstallExtraFlattenedApexes(t *testing.T) {
6060 func TestErrorsIfDepsAreNotEnabled(t *testing.T) {
6106 func TestApexWithJavaImport(t *testing.T) {
6135 func TestApexWithApps(t *testing.T) {
6214 func TestApexWithAppImportBuildId(t *testing.T) {
6244 func TestApexWithAppImports(t *testing.T) {
6293 func TestApexWithAppImportsPrefer(t *testing.T) {
6335 func TestApexWithTestHelperApp(t *testing.T) {
6367 func TestApexPropertiesShouldBeDefaultable(t *testing.T) {
6403 func TestApexAvailable_DirectDep(t *testing.T) {
6440 func TestApexAvailable_IndirectDep(t *testing.T) {
6485 func TestApexAvailable_InvalidApexName(t *testing.T) {
6546 func TestApexAvailable_CheckForPlatform(t *testing.T) {
6609 func TestApexAvailable_CreatedForApex(t *testing.T) {
6644 func TestOverrideApex(t *testing.T) {
6777 func TestMinSdkVersionOverride(t *testing.T) {
6836 func TestMinSdkVersionOverrideToLowerVersionNoOp(t *testing.T) {
6895 func TestLegacyAndroid10Support(t *testing.T) {
6955 func TestJavaSDKLibrary(t *testing.T) {
6993 func TestJavaSDKLibrary_WithinApex(t *testing.T) {
7046 func TestJavaSDKLibrary_CrossBoundary(t *testing.T) {
7097 func TestJavaSDKLibrary_ImportPreferred(t *testing.T) {
7187 func TestJavaSDKLibrary_ImportOnly(t *testing.T) {
7214 func TestCompatConfig(t *testing.T) {
7260 func TestNoDupeApexFiles(t *testing.T) {
7296 func TestRejectNonInstallableJavaLibrary(t *testing.T) {
7322 func TestCarryRequiredModuleNames(t *testing.T) {
7361 func TestSymlinksFromApexToSystem(t *testing.T) {
7515 func TestSymlinksFromApexToSystemRequiredModuleNames(t *testing.T) {
7567 func TestApexWithJniLibs(t *testing.T) {
7635 func TestApexMutatorsDontRunIfDisabled(t *testing.T) {
7659 func TestAppBundle(t *testing.T) {
7690 func TestAppSetBundle(t *testing.T) {
7729 func TestAppSetBundlePrebuilt(t *testing.T) {
7757 func TestApexSetApksModuleAssignment(t *testing.T) {
7779 func testNoUpdatableJarsInBootImage(t *testing.T, errmsg string, preparer android.FixturePreparer, …
7899 func testDexpreoptWithApexes(t *testing.T, bp, errmsg string, preparer android.FixturePreparer, fra…
7951 func TestDuplicateDeapexersFromPrebuiltApexes(t *testing.T) {
8020 func TestDuplicateButEquivalentDeapexersFromPrebuiltApexes(t *testing.T) {
8121 func TestUpdatable_should_set_min_sdk_version(t *testing.T) {
8137 func TestUpdatableDefault_should_set_min_sdk_version(t *testing.T) {
8152 func Test_use_vndk_as_stable_shouldnt_be_used_for_updatable_vendor_apexes(t *testing.T) {
8170 func Test_use_vndk_as_stable_shouldnt_be_used_with_min_sdk_version(t *testing.T) {
8189 func Test_use_vndk_as_stable_shouldnt_be_used_for_non_vendor_apexes(t *testing.T) {
8206 func TestUpdatable_should_not_set_generate_classpaths_proto(t *testing.T) {
8249 func TestNoUpdatableJarsInBootImage(t *testing.T) {
8369 func TestDexpreoptAccessDexFilesFromPrebuiltApex(t *testing.T) {
8415 func testBootJarPermittedPackagesRules(t *testing.T, errmsg, bp string, bootJars []string, rules []…
8452 func TestApexPermittedPackagesRules(t *testing.T) {
8578 func TestTestFor(t *testing.T) {
8655 func TestIndirectTestFor(t *testing.T) {
8715 func TestTestForForLibInOtherApex(t *testing.T) {
8770 func TestApexSet(t *testing.T) {
8814 func TestApexSet_NativeBridge(t *testing.T) {
8838 func TestNoStaticLinkingToStubsLib(t *testing.T) {
8875 func TestApexKeysTxt(t *testing.T) {
8896 func TestApexKeysTxtOverrides(t *testing.T) {
8938 func TestAllowedFiles(t *testing.T) {
8994 func TestNonPreferredPrebuiltDependency(t *testing.T) {
9030 func TestCompressedApex(t *testing.T) {
9067 func TestPreferredPrebuiltSharedLibDep(t *testing.T) {
9119 func TestExcludeDependency(t *testing.T) {
9169 func TestPrebuiltStubLibDep(t *testing.T) {
9330 func TestHostApexInHostOnlyBuild(t *testing.T) {
9352 func TestApexJavaCoverage(t *testing.T) {
9429 func TestProhibitStaticExecutable(t *testing.T) {
9480 func TestAndroidMk_DexpreoptBuiltInstalledForApex(t *testing.T) {
9513 func TestAndroidMk_DexpreoptBuiltInstalledForApex_Prebuilt(t *testing.T) {
9549 func TestAndroidMk_RequiredModules(t *testing.T) {
9589 func TestAndroidMk_RequiredDeps(t *testing.T) {
9621 func TestApexOutputFileProducer(t *testing.T) {
9669 func TestSdkLibraryCanHaveHigherMinSdkVersion(t *testing.T) {
9854 func ensureContainsRequiredDeps(t *testing.T, ctx *android.TestContext, moduleName, variant string,…
9862 func ensureDoesNotContainRequiredDeps(t *testing.T, ctx *android.TestContext, moduleName, variant s…
10053 func TestUpdatableApexEnforcesAppUpdatability(t *testing.T) {
10115 func TestApexBuildsAgainstApiSurfaceStubLibraries(t *testing.T) {
10243 func TestPlatformBinaryBuildsAgainstApiSurfaceStubLibraries(t *testing.T) {
10317 func TestTrimmedApex(t *testing.T) {
10384 func TestCannedFsConfig(t *testing.T) {
10404 func TestCannedFsConfig_HasCustomConfig(t *testing.T) {
10426 func TestFileSystemShouldSkipApexLibraries(t *testing.T) {