Home
last modified time | relevance | path

Searched refs:NativeLoaderTest (Results 1 – 1 of 1) sorted by relevance

/art/libnativeloader/
Dnative_loader_test.cpp272 class NativeLoaderTest : public ::testing::TestWithParam<bool> { class
307 TEST_P(NativeLoaderTest, InitializeLoadsDefaultPublicLibraries) { in TEST_P() argument
312 TEST_P(NativeLoaderTest, OpenNativeLibraryWithoutClassloaderInApex) { in TEST_P() argument
336 TEST_P(NativeLoaderTest, OpenNativeLibraryWithoutClassloaderInFramework) { in TEST_P() argument
359 TEST_P(NativeLoaderTest, OpenNativeLibraryWithoutClassloaderAndCallerLocation) { in TEST_P() argument
382 INSTANTIATE_TEST_SUITE_P(NativeLoaderTests, NativeLoaderTest, testing::Bool());
398 class NativeLoaderTest_Create : public NativeLoaderTest {
438 NativeLoaderTest::SetExpectations(); in SetExpectations()
503 NativeLoaderTest::RunTest(); in RunTest()
529 JNIEnv* env() { return NativeLoaderTest::env.get(); } in env()