Lines Matching defs:T

49 func testApexError(t *testing.T, pattern, bp string, handlers ...testCustomizer) {
66 func testApex(t *testing.T, bp string, handlers ...testCustomizer) (*android.TestContext, android.C…
126 func testApexContext(_ *testing.T, bp string, handlers ...testCustomizer) (*android.TestContext, an…
282 func ensureEquals(t *testing.T, result string, expected string) {
290 func ensureContains(t *testing.T, result string, expected string) {
298 func ensureContainsOnce(t *testing.T, result string, expected string) {
307 func ensureNotContains(t *testing.T, result string, notExpected string) {
314 func ensureMatches(t *testing.T, result string, expectedRex string) {
325 func ensureListContains(t *testing.T, result []string, expected string) {
332 func ensureListNotContains(t *testing.T, result []string, notExpected string) {
339 func ensureListEmpty(t *testing.T, result []string) {
347 func TestBasicApex(t *testing.T) {
592 func TestDefaults(t *testing.T) {
658 func TestApexManifest(t *testing.T) {
679 func TestBasicZipApex(t *testing.T) {
729 func TestApexWithStubs(t *testing.T) {
822 func TestApexWithExplicitStubsDependency(t *testing.T) {
909 func TestApexWithRuntimeLibsDependency(t *testing.T) {
978 func TestRuntimeApexShouldInstallHwasanIfLibcDependsOnIt(t *testing.T) {
1041 func TestRuntimeApexShouldInstallHwasanIfHwaddressSanitized(t *testing.T) {
1102 func TestApexDependsOnLLNDKTransitively(t *testing.T) {
1188 func TestApexWithSystemLibsStubs(t *testing.T) {
1278 func TestApexMinSdkVersion_NativeModulesShouldBeBuiltAgainstStubs(t *testing.T) {
1364 func TestApexMinSdkVersion_SupportsCodeNames(t *testing.T) {
1419 func TestApexMinSdkVersion_DefaultsToLatest(t *testing.T) {
1464 func TestPlatformUsesLatestStubsFromApexes(t *testing.T) {
1509 func TestQApexesUseLatestStubsInBundledBuildsAndHWASAN(t *testing.T) {
1548 func TestQTargetApexUsesStaticUnwinder(t *testing.T) {
1578 func TestApexMinSdkVersion_ErrorIfIncompatibleStubs(t *testing.T) {
1613 func TestApexMinSdkVersion_ErrorIfIncompatibleVersion(t *testing.T) {
1641 func TestApexMinSdkVersion_Okay(t *testing.T) {
1691 func TestJavaStableSdkVersion(t *testing.T) {
1808 func TestApexMinSdkVersion_ErrorIfDepIsNewer(t *testing.T) {
1849 func TestApexMinSdkVersion_ErrorIfDepIsNewer_Java(t *testing.T) {
1884 func TestApexMinSdkVersion_OkayEvenWhenDepIsNewer_IfItSatisfiesApexMinSdkVersion(t *testing.T) {
1937 func TestFilesInSubDir(t *testing.T) {
1999 func TestFilesInSubDirWhenNativeBridgeEnabled(t *testing.T) {
2057 func TestUseVendor(t *testing.T) {
2111 func TestUseVendorNotAllowedForSystemApexes(t *testing.T) {
2143 func TestUseVendorFailsIfNotVendorAvailable(t *testing.T) {
2167 func TestVendorApex(t *testing.T) {
2212 func TestVendorApex_use_vndk_as_stable(t *testing.T) {
2265 func TestAndroidMk_UseVendorRequired(t *testing.T) {
2299 func TestAndroidMk_VendorApexRequired(t *testing.T) {
2330 func TestAndroidMkWritesCommonProperties(t *testing.T) {
2359 func TestStaticLinking(t *testing.T) {
2403 func TestKeys(t *testing.T) {
2459 func TestCertificate(t *testing.T) {
2587 func TestMacro(t *testing.T) {
2676 func TestHeaderLibsDependency(t *testing.T) {
2732 func getFiles(t *testing.T, ctx *android.TestContext, moduleName, variant string) []fileInApex {
2778 func ensureExactContents(t *testing.T, ctx *android.TestContext, moduleName, variant string, files …
2819 func TestVndkApexCurrent(t *testing.T) {
2872 func TestVndkApexWithPrebuilt(t *testing.T) {
2954 func TestVndkApexVersion(t *testing.T) {
3020 func TestVndkApexErrorWithDuplicateVersion(t *testing.T) {
3066 func TestVndkApexNameRule(t *testing.T) {
3097 func TestVndkApexSkipsNativeBridgeSupportedModules(t *testing.T) {
3135 func TestVndkApexDoesntSupportNativeBridgeSupported(t *testing.T) {
3165 func TestVndkApexWithBinder32(t *testing.T) {
3231 func TestVndkApexShouldNotProvideNativeLibs(t *testing.T) {
3265 func TestDependenciesInApexManifest(t *testing.T) {
3369 func TestApexName(t *testing.T) {
3413 func TestNonTestApex(t *testing.T) {
3465 func TestTestApex(t *testing.T) {
3516 func TestApexWithTarget(t *testing.T) {
3606 func TestApexWithShBinary(t *testing.T) {
3634 func TestApexInVariousPartition(t *testing.T) {
3678 func TestFileContexts_FindInDefaultLocationIfNotSet(t *testing.T) {
3696 func TestFileContexts_ShouldBeUnderSystemSepolicyForSystemApexes(t *testing.T) {
3714 func TestFileContexts_ProductSpecificApexes(t *testing.T) {
3751 func TestFileContexts_SetViaFileGroup(t *testing.T) {
3778 func TestApexKeyFromOtherModule(t *testing.T) {
3811 func TestPrebuilt(t *testing.T) {
3834 func TestPrebuiltFilenameOverride(t *testing.T) {
3851 func TestPrebuiltOverrides(t *testing.T) {
3871 func TestApexWithTests(t *testing.T) {
3982 func TestInstallExtraFlattenedApexes(t *testing.T) {
4005 func TestApexUsesOtherApex(t *testing.T) {
4065 func TestApexUsesFailsIfNotProvided(t *testing.T) {
4105 func TestApexUsesFailsIfUseVenderMismatch(t *testing.T) {
4130 func TestErrorsIfDepsAreNotEnabled(t *testing.T) {
4176 func TestApexWithApps(t *testing.T) {
4254 func TestApexWithAppImports(t *testing.T) {
4302 func TestApexWithAppImportsPrefer(t *testing.T) {
4343 func TestApexWithTestHelperApp(t *testing.T) {
4374 func TestApexPropertiesShouldBeDefaultable(t *testing.T) {
4408 func TestApexAvailable_DirectDep(t *testing.T) {
4443 func TestApexAvailable_IndirectDep(t *testing.T) {
4487 func TestApexAvailable_InvalidApexName(t *testing.T) {
4546 func TestApexAvailable_CheckForPlatform(t *testing.T) {
4608 func TestApexAvailable_CreatedForApex(t *testing.T) {
4642 func TestOverrideApex(t *testing.T) {
4725 func TestLegacyAndroid10Support(t *testing.T) {
4780 func TestJavaSDKLibrary(t *testing.T) {
4812 func TestJavaSDKLibrary_WithinApex(t *testing.T) {
4859 func TestJavaSDKLibrary_CrossBoundary(t *testing.T) {
4904 func TestJavaSDKLibrary_ImportPreferred(t *testing.T) {
4989 func TestJavaSDKLibrary_ImportOnly(t *testing.T) {
5015 func TestCompatConfig(t *testing.T) {
5049 func TestRejectNonInstallableJavaLibrary(t *testing.T) {
5074 func TestCarryRequiredModuleNames(t *testing.T) {
5112 func TestSymlinksFromApexToSystem(t *testing.T) {
5241 func TestSymlinksFromApexToSystemRequiredModuleNames(t *testing.T) {
5292 func TestApexWithJniLibs(t *testing.T) {
5333 func TestApexMutatorsDontRunIfDisabled(t *testing.T) {
5354 func TestApexWithJniLibs_Errors(t *testing.T) {
5377 func TestAppBundle(t *testing.T) {
5407 func TestAppSetBundle(t *testing.T) {
5439 func testNoUpdatableJarsInBootImage(t *testing.T, errmsg string, transformDexpreoptConfig func(*dex…
5581 func TestUpdatable_should_set_min_sdk_version(t *testing.T) {
5597 func TestNoUpdatableJarsInBootImage(t *testing.T) {
5680 func TestTestFor(t *testing.T) {
5737 func TestApexSet(t *testing.T) {
5774 func TestNoStaticLinkingToStubsLib(t *testing.T) {
5810 func TestApexKeysTxt(t *testing.T) {
5850 func TestAllowedFiles(t *testing.T) {
5905 func TestNonPreferredPrebuiltDependency(t *testing.T) {