Home
last modified time | relevance | path

Searched defs:PlatformAndroidTest (Results 1 – 1 of 1) sorted by relevance

/llvm-project/lldb/unittests/Platform/Android/
H A DPlatformAndroidTest.cpp45 class PlatformAndroidTest : public PlatformAndroid, public ::testing::Test { class
47 PlatformAndroidTest() : PlatformAndroid(false) { in PlatformAndroidTest() function in __anone576da6c0111::PlatformAndroidTest
57 TEST_F(PlatformAndroidTest, DownloadModuleSliceWithAdbClientError) { in TEST_F() argument
72 TEST_F(PlatformAndroidTest,DownloadModuleSliceWithNormalFile) TEST_F() argument
95 TEST_F(PlatformAndroidTest,DownloadModuleSliceWithZipFile) TEST_F() argument
116 TEST_F(PlatformAndroidTest,DownloadModuleSliceWithZipFileAndRunAs) TEST_F() argument
142 TEST_F(PlatformAndroidTest,GetFileWithNormalFile) TEST_F() argument
163 TEST_F(PlatformAndroidTest,GetFileWithCatFallback) TEST_F() argument
195 TEST_F(PlatformAndroidTest,GetFileWithCatFallbackAndRunAs) TEST_F() argument
[all...]