Lines Matching refs:NativeLoaderTest_Create
398 class NativeLoaderTest_Create : public NativeLoaderTest { class
532 TEST_P(NativeLoaderTest_Create, DownloadedApp) { in TEST_P() argument
537 TEST_P(NativeLoaderTest_Create, BundledSystemApp) { in TEST_P() argument
547 TEST_P(NativeLoaderTest_Create, BundledVendorApp) { in TEST_P() argument
557 TEST_P(NativeLoaderTest_Create, UnbundledVendorApp) { in TEST_P() argument
573 TEST_P(NativeLoaderTest_Create, BundledProductApp) { in TEST_P() argument
583 TEST_P(NativeLoaderTest_Create, SystemServerWithApexJars) { in TEST_P() argument
594 TEST_P(NativeLoaderTest_Create, UnbundledProductApp) { in TEST_P() argument
615 TEST_P(NativeLoaderTest_Create, NamespaceForSharedLibIsNotUsedAsAnonymousNamespace) { in TEST_P() argument
631 TEST_P(NativeLoaderTest_Create, TwoApks) { in TEST_P() argument
687 INSTANTIATE_TEST_SUITE_P(NativeLoaderTests_Create, NativeLoaderTest_Create, testing::Bool());