Lines Matching defs:T
51 func testApexError(t *testing.T, pattern, bp string, preparers ...android.FixturePreparer) {
61 func testApex(t *testing.T, bp string, preparers ...android.FixturePreparer) *android.TestContext {
228 func ensureEquals(t *testing.T, result string, expected string) {
236 func ensureContains(t *testing.T, result string, expected string) {
244 func ensureContainsOnce(t *testing.T, result string, expected string) {
253 func ensureNotContains(t *testing.T, result string, notExpected string) {
260 func ensureMatches(t *testing.T, result string, expectedRex string) {
271 func ensureListContains(t *testing.T, result []string, expected string) {
278 func ensureListNotContains(t *testing.T, result []string, notExpected string) {
285 func ensureListEmpty(t *testing.T, result []string) {
292 func ensureListNotEmpty(t *testing.T, result []string) {
300 func TestBasicApex(t *testing.T) {
615 func TestDefaults(t *testing.T) {
690 func TestApexManifest(t *testing.T) {
712 func TestBasicZipApex(t *testing.T) {
763 func TestApexWithStubs(t *testing.T) {
857 func TestApexWithStubsWithMinSdkVersion(t *testing.T) {
956 func TestApex_PlatformUsesLatestStubFromApex(t *testing.T) {
1032 func TestApexWithExplicitStubsDependency(t *testing.T) {
1116 func TestApexWithRuntimeLibsDependency(t *testing.T) {
1206 func TestRuntimeApexShouldInstallHwasanIfLibcDependsOnIt(t *testing.T) {
1252 func TestRuntimeApexShouldInstallHwasanIfHwaddressSanitized(t *testing.T) {
1300 func TestApexDependsOnLLNDKTransitively(t *testing.T) {
1391 func TestApexWithSystemLibsStubs(t *testing.T) {
1483 func TestApexMinSdkVersion_NativeModulesShouldBeBuiltAgainstStubs(t *testing.T) {
1571 func TestApexMinSdkVersion_SupportsCodeNames(t *testing.T) {
1623 func TestApexMinSdkVersion_DefaultsToLatest(t *testing.T) {
1670 func TestPlatformUsesLatestStubsFromApexes(t *testing.T) {
1725 func TestQApexesUseLatestStubsInBundledBuildsAndHWASAN(t *testing.T) {
1764 func TestQTargetApexUsesStaticUnwinder(t *testing.T) {
1794 func TestApexMinSdkVersion_ErrorIfIncompatibleVersion(t *testing.T) {
1871 func TestApexMinSdkVersion_Okay(t *testing.T) {
1931 func TestJavaStableSdkVersion(t *testing.T) {
2052 func TestApexMinSdkVersion_ErrorIfDepIsNewer(t *testing.T) {
2093 func TestApexMinSdkVersion_ErrorIfDepIsNewer_Java(t *testing.T) {
2128 func TestApexMinSdkVersion_OkayEvenWhenDepIsNewer_IfItSatisfiesApexMinSdkVersion(t *testing.T) {
2181 func TestApexMinSdkVersion_WorksWithSdkCodename(t *testing.T) {
2213 func TestApexMinSdkVersion_WorksWithActiveCodenames(t *testing.T) {
2251 func TestFilesInSubDir(t *testing.T) {
2314 func TestFilesInSubDirWhenNativeBridgeEnabled(t *testing.T) {
2373 func TestVendorApex(t *testing.T) {
2420 func TestVendorApex_use_vndk_as_stable(t *testing.T) {
2475 func TestProductVariant(t *testing.T) {
2510 func TestApex_withPrebuiltFirmware(t *testing.T) {
2547 func TestAndroidMk_VendorApexRequired(t *testing.T) {
2579 func TestAndroidMkWritesCommonProperties(t *testing.T) {
2609 func TestStaticLinking(t *testing.T) {
2654 func TestKeys(t *testing.T) {
2711 func TestCertificate(t *testing.T) {
2845 func TestMacro(t *testing.T) {
2973 func TestHeaderLibsDependency(t *testing.T) {
3030 func getFiles(t *testing.T, ctx *android.TestContext, moduleName, variant string) []fileInApex {
3076 func ensureExactContents(t *testing.T, ctx *android.TestContext, moduleName, variant string, files …
3117 func TestVndkApexCurrent(t *testing.T) {
3174 func TestVndkApexWithPrebuilt(t *testing.T) {
3258 func TestVndkApexVersion(t *testing.T) {
3327 func TestVndkApexNameRule(t *testing.T) {
3360 func TestVndkApexSkipsNativeBridgeSupportedModules(t *testing.T) {
3401 func TestVndkApexDoesntSupportNativeBridgeSupported(t *testing.T) {
3432 func TestVndkApexWithBinder32(t *testing.T) {
3501 func TestVndkApexShouldNotProvideNativeLibs(t *testing.T) {
3537 func TestDependenciesInApexManifest(t *testing.T) {
3645 func TestApexName(t *testing.T) {
3690 func TestNonTestApex(t *testing.T) {
3743 func TestTestApex(t *testing.T) {
3792 func TestApexWithTarget(t *testing.T) {
3883 func TestApexWithArch(t *testing.T) {
3942 func TestApexWithShBinary(t *testing.T) {
3971 func TestApexInVariousPartition(t *testing.T) {
4016 func TestFileContexts_FindInDefaultLocationIfNotSet(t *testing.T) {
4035 func TestFileContexts_ShouldBeUnderSystemSepolicyForSystemApexes(t *testing.T) {
4054 func TestFileContexts_ProductSpecificApexes(t *testing.T) {
4093 func TestFileContexts_SetViaFileGroup(t *testing.T) {
4121 func TestApexKeyFromOtherModule(t *testing.T) {
4154 func TestPrebuilt(t *testing.T) {
4177 func TestPrebuiltMissingSrc(t *testing.T) {
4185 func TestPrebuiltFilenameOverride(t *testing.T) {
4202 func TestPrebuiltOverrides(t *testing.T) {
4222 func TestPrebuiltApexName(t *testing.T) {
4240 func TestPrebuiltApexNameWithPlatformBootclasspath(t *testing.T) {
4277 func TestPrebuiltExportDexImplementationJars(t *testing.T) {
4447 func TestBootDexJarsFromSourcesAndPrebuilts(t *testing.T) {
4847 func TestApexWithTests(t *testing.T) {
4959 func TestInstallExtraFlattenedApexes(t *testing.T) {
4985 func TestErrorsIfDepsAreNotEnabled(t *testing.T) {
5031 func TestApexWithJavaImport(t *testing.T) {
5060 func TestApexWithApps(t *testing.T) {
5139 func TestApexWithAppImports(t *testing.T) {
5188 func TestApexWithAppImportsPrefer(t *testing.T) {
5230 func TestApexWithTestHelperApp(t *testing.T) {
5262 func TestApexPropertiesShouldBeDefaultable(t *testing.T) {
5298 func TestApexAvailable_DirectDep(t *testing.T) {
5335 func TestApexAvailable_IndirectDep(t *testing.T) {
5380 func TestApexAvailable_InvalidApexName(t *testing.T) {
5441 func TestApexAvailable_CheckForPlatform(t *testing.T) {
5504 func TestApexAvailable_CreatedForApex(t *testing.T) {
5539 func TestOverrideApex(t *testing.T) {
5640 func TestLegacyAndroid10Support(t *testing.T) {
5700 func TestJavaSDKLibrary(t *testing.T) {
5738 func TestJavaSDKLibrary_WithinApex(t *testing.T) {
5791 func TestJavaSDKLibrary_CrossBoundary(t *testing.T) {
5842 func TestJavaSDKLibrary_ImportPreferred(t *testing.T) {
5932 func TestJavaSDKLibrary_ImportOnly(t *testing.T) {
5959 func TestCompatConfig(t *testing.T) {
6005 func TestRejectNonInstallableJavaLibrary(t *testing.T) {
6031 func TestCarryRequiredModuleNames(t *testing.T) {
6070 func TestSymlinksFromApexToSystem(t *testing.T) {
6200 func TestSymlinksFromApexToSystemRequiredModuleNames(t *testing.T) {
6252 func TestApexWithJniLibs(t *testing.T) {
6294 func TestApexMutatorsDontRunIfDisabled(t *testing.T) {
6318 func TestAppBundle(t *testing.T) {
6349 func TestAppSetBundle(t *testing.T) {
6382 func TestAppSetBundlePrebuilt(t *testing.T) {
6410 func testNoUpdatableJarsInBootImage(t *testing.T, errmsg string, preparer android.FixturePreparer, …
6520 func testDexpreoptWithApexes(t *testing.T, bp, errmsg string, preparer android.FixturePreparer, fra…
6571 func TestDuplicateDeapexeresFromPrebuiltApexes(t *testing.T) {
6638 func TestUpdatable_should_set_min_sdk_version(t *testing.T) {
6654 func TestUpdatableDefault_should_set_min_sdk_version(t *testing.T) {
6669 func TestNoUpdatableJarsInBootImage(t *testing.T) {
6765 func TestDexpreoptAccessDexFilesFromPrebuiltApex(t *testing.T) {
6802 func testApexPermittedPackagesRules(t *testing.T, errmsg, bp string, apexBootJars []string, rules […
6839 func TestApexPermittedPackagesRules(t *testing.T) {
6924 func TestTestFor(t *testing.T) {
7001 func TestIndirectTestFor(t *testing.T) {
7061 func TestTestForForLibInOtherApex(t *testing.T) {
7116 func TestApexSet(t *testing.T) {
7160 func TestNoStaticLinkingToStubsLib(t *testing.T) {
7197 func TestApexKeysTxt(t *testing.T) {
7238 func TestAllowedFiles(t *testing.T) {
7294 func TestNonPreferredPrebuiltDependency(t *testing.T) {
7330 func TestCompressedApex(t *testing.T) {
7367 func TestPreferredPrebuiltSharedLibDep(t *testing.T) {
7419 func TestExcludeDependency(t *testing.T) {
7469 func TestPrebuiltStubLibDep(t *testing.T) {
7630 func TestApexJavaCoverage(t *testing.T) {