• Home
  • Raw
  • Download

Lines Matching defs:T

54 func testApexError(t *testing.T, pattern, bp string, preparers ...android.FixturePreparer) {
64 func testApex(t *testing.T, bp string, preparers ...android.FixturePreparer) *android.TestContext {
213 func ensureEquals(t *testing.T, result string, expected string) {
221 func ensureContains(t *testing.T, result string, expected string) {
229 func ensureContainsOnce(t *testing.T, result string, expected string) {
238 func ensureNotContains(t *testing.T, result string, notExpected string) {
245 func ensureMatches(t *testing.T, result string, expectedRex string) {
257 func ensureListContainsMatch(t *testing.T, result []string, expectedRex string) {
265 func ensureListContains(t *testing.T, result []string, expected string) {
272 func ensureListNotContains(t *testing.T, result []string, notExpected string) {
279 func ensureListEmpty(t *testing.T, result []string) {
286 func ensureListNotEmpty(t *testing.T, result []string) {
294 func TestBasicApex(t *testing.T) {
602 func TestDefaults(t *testing.T) {
686 func TestApexManifest(t *testing.T) {
709 func TestApexManifestMinSdkVersion(t *testing.T) {
783 func TestApexWithDessertSha(t *testing.T) {
857 func TestFileContexts(t *testing.T) {
892 func TestApexWithStubs(t *testing.T) {
1131 func TestApexShouldNotEmbedStubVariant(t *testing.T) {
1158 func TestApexCanUsePrivateApis(t *testing.T) {
1262 func TestApexWithStubsWithMinSdkVersion(t *testing.T) {
1416 func TestApex_PlatformUsesLatestStubFromApex(t *testing.T) {
1518 func TestApexWithExplicitStubsDependency(t *testing.T) {
1631 func TestApexWithRuntimeLibsDependency(t *testing.T) {
1775 func TestRuntimeApexShouldInstallHwasanIfLibcDependsOnIt(t *testing.T) {
1829 func TestRuntimeApexShouldInstallHwasanIfHwaddressSanitized(t *testing.T) {
1885 func TestApexDependsOnLLNDKTransitively(t *testing.T) {
1978 func TestApexWithSystemLibsStubs(t *testing.T) {
2128 func TestApexMinSdkVersion_NativeModulesShouldBeBuiltAgainstStubs(t *testing.T) {
2235 func TestApexMinSdkVersion_SupportsCodeNames(t *testing.T) {
2288 func TestApexMinSdkVersion_SupportsCodeNames_JavaLibs(t *testing.T) {
2320 func TestApexMinSdkVersion_DefaultsToLatest(t *testing.T) {
2368 func TestApexMinSdkVersion_InVendorApex(t *testing.T) {
2422 func TestTrackAllowedDepsForAndroidApex(t *testing.T) {
2502 func TestNotTrackAllowedDepsForNonAndroidApex(t *testing.T) {
2560 func TestTrackAllowedDeps_SkipWithoutAllowedDepsTxt(t *testing.T) {
2585 func TestPlatformUsesLatestStubsFromApexes(t *testing.T) {
2653 func TestQApexesUseLatestStubsInBundledBuildsAndHWASAN(t *testing.T) {
2701 func TestQTargetApexUsesStaticUnwinder(t *testing.T) {
2732 func TestApexMinSdkVersion_ErrorIfIncompatibleVersion(t *testing.T) {
2840 func TestApexMinSdkVersion_Okay(t *testing.T) {
2902 func TestApexMinSdkVersion_MinApiForArch(t *testing.T) {
2935 func TestJavaStableSdkVersion(t *testing.T) {
3098 func TestApexMinSdkVersion_ErrorIfDepIsNewer(t *testing.T) {
3139 func TestApexMinSdkVersion_ErrorIfDepIsNewer_Java(t *testing.T) {
3176 func TestApexMinSdkVersion_OkayEvenWhenDepIsNewer_IfItSatisfiesApexMinSdkVersion(t *testing.T) {
3229 func TestApexMinSdkVersion_WorksWithSdkCodename(t *testing.T) {
3262 func TestApexMinSdkVersion_WorksWithActiveCodenames(t *testing.T) {
3301 func TestFilesInSubDir(t *testing.T) {
3371 func TestFilesInSubDirWhenNativeBridgeEnabled(t *testing.T) {
3430 func TestVendorApex(t *testing.T) {
3481 func TestProductVariant(t *testing.T) {
3514 func TestApex_withPrebuiltFirmware(t *testing.T) {
3553 func TestAndroidMk_VendorApexRequired(t *testing.T) {
3586 func TestAndroidMkWritesCommonProperties(t *testing.T) {
3616 func TestStaticLinking(t *testing.T) {
3670 func TestKeys(t *testing.T) {
3728 func TestCertificate(t *testing.T) {
3873 func TestMacro(t *testing.T) {
3967 func TestHeaderLibsDependency(t *testing.T) {
4043 func getFiles(t *testing.T, ctx *android.TestContext, moduleName, variant string) []fileInApex {
4090 func assertFileListEquals(t *testing.T, expectedFiles []string, actualFiles []fileInApex) {
4131 func ensureExactContents(t *testing.T, ctx *android.TestContext, moduleName, variant string, files …
4135 func ensureExactDeapexedContents(t *testing.T, ctx *android.TestContext, moduleName string, variant…
4171 func TestVndkApexVersion(t *testing.T) {
4241 func TestVndkApexNameRule(t *testing.T) {
4274 func TestVndkApexDoesntSupportNativeBridgeSupported(t *testing.T) {
4305 func TestVndkApexWithBinder32(t *testing.T) {
4384 func TestDependenciesInApexManifest(t *testing.T) {
4518 func TestOverrideApexManifestDefaultVersion(t *testing.T) {
4553 func TestCompileMultilibProp(t *testing.T) {
4624 func TestNonTestApex(t *testing.T) {
4678 func TestTestApex(t *testing.T) {
4728 func TestLibzVendorIsntStable(t *testing.T) {
4795 func TestApexWithTarget(t *testing.T) {
4887 func TestApexWithArch(t *testing.T) {
4963 func TestApexWithShBinary(t *testing.T) {
4994 func TestApexInVariousPartition(t *testing.T) {
5034 func TestFileContexts_FindInDefaultLocationIfNotSet(t *testing.T) {
5054 func TestFileContexts_ShouldBeUnderSystemSepolicyForSystemApexes(t *testing.T) {
5074 func TestFileContexts_ProductSpecificApexes(t *testing.T) {
5114 func TestFileContexts_SetViaFileGroup(t *testing.T) {
5143 func TestApexKeyFromOtherModule(t *testing.T) {
5177 func TestPrebuilt(t *testing.T) {
5212 func TestPrebuiltMissingSrc(t *testing.T) {
5221 func TestPrebuiltFilenameOverride(t *testing.T) {
5245 func TestApexSetFilenameOverride(t *testing.T) {
5275 func TestPrebuiltOverrides(t *testing.T) {
5302 func TestPrebuiltApexName(t *testing.T) {
5321 func TestPrebuiltApexNameWithPlatformBootclasspath(t *testing.T) {
5378 func TestBootDexJarsFromSourcesAndPrebuilts(t *testing.T) {
6046 func TestApexWithTests(t *testing.T) {
6121 func TestErrorsIfDepsAreNotEnabled(t *testing.T) {
6169 func TestApexWithJavaImport(t *testing.T) {
6198 func TestApexWithApps(t *testing.T) {
6293 func TestApexWithAppImportBuildId(t *testing.T) {
6324 func TestApexWithAppImports(t *testing.T) {
6374 func TestApexWithAppImportsPrefer(t *testing.T) {
6417 func TestApexWithTestHelperApp(t *testing.T) {
6451 func TestApexPropertiesShouldBeDefaultable(t *testing.T) {
6488 func TestApexAvailable_DirectDep(t *testing.T) {
6607 func TestApexAvailable_IndirectDep(t *testing.T) {
6738 func TestApexAvailable_IndirectStaticDep(t *testing.T) {
6805 func TestApexAvailable_InvalidApexName(t *testing.T) {
6867 func TestApexAvailable_ApexAvailableNameWithVersionCodeError(t *testing.T) {
6906 func TestApexAvailable_ApexAvailableNameWithVersionCode(t *testing.T) {
6964 func TestApexAvailable_ApexAvailableName(t *testing.T) {
7088 func TestApexAvailable_ApexAvailableNameWithOverrides(t *testing.T) {
7146 func TestApexAvailable_CheckForPlatform(t *testing.T) {
7210 func TestApexAvailable_CreatedForApex(t *testing.T) {
7246 func TestApexAvailable_PrefixMatch(t *testing.T) {
7341 func TestApexValidation_UsesProperPartitionTag(t *testing.T) {
7369 func TestApexValidation_TestApexCanSkipInitRcCheck(t *testing.T) {
7393 func TestApexValidation_TestApexCheckInitRc(t *testing.T) {
7414 func TestOverrideApex(t *testing.T) {
7565 func TestMinSdkVersionOverride(t *testing.T) {
7625 func TestMinSdkVersionOverrideToLowerVersionNoOp(t *testing.T) {
7685 func TestLegacyAndroid10Support(t *testing.T) {
7745 func TestJavaSDKLibrary(t *testing.T) {
7785 func TestJavaSDKLibraryOverrideApexes(t *testing.T) {
7826 func TestJavaSDKLibrary_WithinApex(t *testing.T) {
7882 func TestJavaSDKLibrary_CrossBoundary(t *testing.T) {
7934 func TestJavaSDKLibrary_ImportPreferred(t *testing.T) {
8028 func TestJavaSDKLibrary_ImportOnly(t *testing.T) {
8056 func TestCompatConfig(t *testing.T) {
8104 func TestNoDupeApexFiles(t *testing.T) {
8141 func TestApexUnwantedTransitiveDeps(t *testing.T) {
8178 func TestRejectNonInstallableJavaLibrary(t *testing.T) {
8205 func TestSymlinksFromApexToSystem(t *testing.T) {
8361 func TestSymlinksFromApexToSystemRequiredModuleNames(t *testing.T) {
8414 func TestApexWithJniLibs(t *testing.T) {
8502 func TestAppBundle(t *testing.T) {
8534 func TestAppSetBundle(t *testing.T) {
8574 func TestAppSetBundlePrebuilt(t *testing.T) {
8602 func TestApexSetApksModuleAssignment(t *testing.T) {
8625 func testDexpreoptWithApexes(t *testing.T, bp, errmsg string, preparer android.FixturePreparer, fra…
8681 func TestUpdatable_should_set_min_sdk_version(t *testing.T) {
8698 func TestUpdatableDefault_should_set_min_sdk_version(t *testing.T) {
8714 func TestUpdatable_should_not_set_generate_classpaths_proto(t *testing.T) {
8759 func TestDexpreoptAccessDexFilesFromPrebuiltApex(t *testing.T) {
8811 func testBootJarPermittedPackagesRules(t *testing.T, errmsg, bp string, bootJars []string, rules []…
8848 func TestApexPermittedPackagesRules(t *testing.T) {
8987 func TestApexSet(t *testing.T) {
9032 func TestApexSet_NativeBridge(t *testing.T) {
9057 func TestNoStaticLinkingToStubsLib(t *testing.T) {
9095 func TestApexKeysTxt(t *testing.T) {
9117 func TestApexKeysTxtOverrides(t *testing.T) {
9162 func TestAllowedFiles(t *testing.T) {
9219 func TestNonPreferredPrebuiltDependency(t *testing.T) {
9256 func TestCompressedApex(t *testing.T) {
9294 func TestCompressedApexIsDisabledWhenUsingErofs(t *testing.T) {
9321 func TestApexSet_ShouldRespectCompressedApexFlag(t *testing.T) {
9347 func TestPreferredPrebuiltSharedLibDep(t *testing.T) {
9400 func TestExcludeDependency(t *testing.T) {
9451 func TestPrebuiltStubLibDep(t *testing.T) {
9618 func TestApexJavaCoverage(t *testing.T) {
9697 func TestProhibitStaticExecutable(t *testing.T) {
9749 func TestAndroidMk_DexpreoptBuiltInstalledForApex(t *testing.T) {
9792 func TestAndroidMk_RequiredModules(t *testing.T) {
9832 func TestAndroidMk_RequiredDeps(t *testing.T) {
9857 func TestApexOutputFileProducer(t *testing.T) {
9907 func TestSdkLibraryCanHaveHigherMinSdkVersion(t *testing.T) {
10102 func ensureContainsRequiredDeps(t *testing.T, ctx *android.TestContext, moduleName, variant string,…
10110 func ensureDoesNotContainRequiredDeps(t *testing.T, ctx *android.TestContext, moduleName, variant s…
10117 func TestApexStrictUpdtabilityLint(t *testing.T) {
10231 func TestApexStrictUpdtabilityLintBcpFragmentDeps(t *testing.T) {
10277 func TestApexLintBcpFragmentSdkLibDeps(t *testing.T) {
10329 func TestUpdatableApexEnforcesAppUpdatability(t *testing.T) {
10359 func TestCannedFsConfig(t *testing.T) {
10380 func TestCannedFsConfig_HasCustomConfig(t *testing.T) {
10403 func TestStubLibrariesMultipleApexViolation(t *testing.T) {
10481 func TestFileSystemShouldSkipApexLibraries(t *testing.T) {
10554 func TestAconfigFilesJavaDeps(t *testing.T) {
10648 func TestAconfigFilesJavaAndCcDeps(t *testing.T) {
10788 func TestAconfigFilesRustDeps(t *testing.T) {
10951 func VerifyAconfigRule(t *testing.T, mod *android.TestingModule, desc string, inputs []string, outp…
10971 func TestAconfigFilesOnlyMatchCurrentApex(t *testing.T) {
11058 func TestAconfigFilesRemoveDuplicates(t *testing.T) {
11140 func TestBootDexJarsMultipleApexPrebuilts(t *testing.T) {
11329 func TestInstallationRulesForMultipleApexPrebuilts(t *testing.T) {
11485 func TestInstallationRulesForMultipleApexPrebuiltsWithoutSource(t *testing.T) {
11593 func TestAconfifDeclarationsValidation(t *testing.T) {
11710 func TestMultiplePrebuiltsWithSameBase(t *testing.T) {
11750 func TestApexMinSdkVersionOverride(t *testing.T) {
11828 func TestOverrideApexWithPrebuiltApexPreferred(t *testing.T) {
11864 func TestUpdatableApexMinSdkVersionCurrent(t *testing.T) {
11882 func TestPrebuiltStubNoinstall(t *testing.T) {
12003 func TestSdkLibraryTransitiveClassLoaderContext(t *testing.T) {
12114 func TestApexSSCPJarMustBeInSamePartitionAsApex(t *testing.T) {
12160 func TestFilesystemWithApexDeps(t *testing.T) {
12198 func TestVintfFragmentInApex(t *testing.T) {
12230 func TestNoVintfFragmentInUpdatableApex(t *testing.T) {