Lines Matching refs:TEST_F

273 TEST_F(ClassLoaderContextTest, ParseValidEmptyContext) {  in TEST_F()  function
280 TEST_F(ClassLoaderContextTest, ParseValidSharedLibraryContext) { in TEST_F() function
286 TEST_F(ClassLoaderContextTest, ParseValidContextPCL) { in TEST_F() function
292 TEST_F(ClassLoaderContextTest, ParseValidContextDLC) { in TEST_F() function
298 TEST_F(ClassLoaderContextTest, ParseValidContextIMC) { in TEST_F() function
303 TEST_F(ClassLoaderContextTest, ParseInvalidContextIMCNoChecksum) { in TEST_F() function
310 TEST_F(ClassLoaderContextTest, ParseInvalidContextIMCWrongClasspathMagic) { in TEST_F() function
317 TEST_F(ClassLoaderContextTest, ParseValidContextChain) { in TEST_F() function
326 TEST_F(ClassLoaderContextTest, ParseSharedLibraries) { in TEST_F() function
336 TEST_F(ClassLoaderContextTest, ParseEnclosingSharedLibraries) { in TEST_F() function
343 TEST_F(ClassLoaderContextTest, ParseComplexSharedLibraries1) { in TEST_F() function
350 TEST_F(ClassLoaderContextTest, ParseComplexSharedLibraries2) { in TEST_F() function
362 TEST_F(ClassLoaderContextTest, ParseValidEmptyContextDLC) { in TEST_F() function
369 TEST_F(ClassLoaderContextTest, ParseValidEmptyContextSharedLibrary) { in TEST_F() function
376 TEST_F(ClassLoaderContextTest, ParseValidContextSpecialSymbol) { in TEST_F() function
382 TEST_F(ClassLoaderContextTest, ParseInvalidValidContexts) { in TEST_F() function
400 TEST_F(ClassLoaderContextTest, OpenInvalidDexFiles) { in TEST_F() function
407 TEST_F(ClassLoaderContextTest, OpenValidDexFiles) { in TEST_F() function
446 TEST_F(ClassLoaderContextTest, OpenValidDexFilesRelative) { in TEST_F() function
481 TEST_F(ClassLoaderContextTest, OpenValidDexFilesClasspathDir) { in TEST_F() function
516 TEST_F(ClassLoaderContextTest, OpenInvalidDexFilesMix) { in TEST_F() function
523 TEST_F(ClassLoaderContextTest, OpenDexFilesForIMCFails) { in TEST_F() function
532 TEST_F(ClassLoaderContextTest, CreateClassLoader) { in TEST_F() function
570 TEST_F(ClassLoaderContextTest, CreateClassLoaderWithEmptyContext) { in TEST_F() function
597 TEST_F(ClassLoaderContextTest, CreateClassLoaderWithSharedLibraryContext) { in TEST_F() function
625 TEST_F(ClassLoaderContextTest, CreateClassLoaderWithComplexChain) { in TEST_F() function
695 TEST_F(ClassLoaderContextTest, CreateClassLoaderWithSharedLibraries) { in TEST_F() function
782 TEST_F(ClassLoaderContextTest, CreateClassLoaderWithSharedLibrariesInParentToo) { in TEST_F() function
882 TEST_F(ClassLoaderContextTest, CreateClassLoaderWithSharedLibrariesDependencies) { in TEST_F() function
982 TEST_F(ClassLoaderContextTest, RemoveSourceLocations) { in TEST_F() function
998 TEST_F(ClassLoaderContextTest, CreateClassLoaderWithSameSharedLibraries) { in TEST_F() function
1083 TEST_F(ClassLoaderContextTest, EncodeInOatFile) { in TEST_F() function
1098 TEST_F(ClassLoaderContextTest, EncodeInOatFileIMC) { in TEST_F() function
1115 TEST_F(ClassLoaderContextTest, EncodeForDex2oat) { in TEST_F() function
1127 TEST_F(ClassLoaderContextTest, EncodeForDex2oatIMC) { in TEST_F() function
1139 TEST_F(ClassLoaderContextTest, EncodeContextsSinglePath) { in TEST_F() function
1149 TEST_F(ClassLoaderContextTest, EncodeContextsMultiDex) { in TEST_F() function
1159 TEST_F(ClassLoaderContextTest, EncodeContextsRepeatedMultiDex) { in TEST_F() function
1178 TEST_F(ClassLoaderContextTest, EncodeContextsSinglePathWithShared) { in TEST_F() function
1202 TEST_F(ClassLoaderContextTest, EncodeContextsMultiplePaths) { in TEST_F() function
1216 TEST_F(ClassLoaderContextTest, EncodeContextsMultiplePathsWithShared) { in TEST_F() function
1245 TEST_F(ClassLoaderContextTest, EncodeContextsIMC) { in TEST_F() function
1260 TEST_F(ClassLoaderContextTest, EncodeContextsForSingleDex) { in TEST_F() function
1279 TEST_F(ClassLoaderContextTest, EncodeContextsForUnsupportedBase) { in TEST_F() function
1285 TEST_F(ClassLoaderContextTest, EncodeContextsForUnsupportedChain) { in TEST_F() function
1295 TEST_F(ClassLoaderContextTest, EncodeContextsForUnsupportedChainMultiPath) { in TEST_F() function
1309 TEST_F(ClassLoaderContextTest, EncodeContextsForUnsupportedChainMultiDex) { in TEST_F() function
1319 TEST_F(ClassLoaderContextTest, IsValidEncoding) { in TEST_F() function
1334 TEST_F(ClassLoaderContextTest, CreateContextForClassLoader) { in TEST_F() function
1363 TEST_F(ClassLoaderContextTest, CreateContextForClassLoaderIMC) { in TEST_F() function
1392 TEST_F(ClassLoaderContextTest, VerifyClassLoaderContextFirstElement) { in TEST_F() function
1402 TEST_F(ClassLoaderContextTest, VerifyClassLoaderContextMatch) { in TEST_F() function
1445 TEST_F(ClassLoaderContextTest, VerifyClassLoaderContextWithIMCMatch) { in TEST_F() function
1461 TEST_F(ClassLoaderContextTest, VerifyClassLoaderContextMatchSpecial) { in TEST_F() function
1472 TEST_F(ClassLoaderContextTest, VerifyClassLoaderContextMatchWithSL) { in TEST_F() function
1528 TEST_F(ClassLoaderContextTest, VerifyClassLoaderContextMatchWithIMCSL) { in TEST_F() function
1548 TEST_F(ClassLoaderContextTest, VerifyClassLoaderContextMatchAfterEncoding) { in TEST_F() function
1571 TEST_F(ClassLoaderContextTest, VerifyClassLoaderContextMatchAfterEncodingIMC) { in TEST_F() function
1594 TEST_F(ClassLoaderContextTest, VerifyClassLoaderContextMatchAfterEncodingMultidex) { in TEST_F() function
1614 TEST_F(ClassLoaderContextTest, CreateContextForClassLoaderWithSharedLibraries) { in TEST_F() function
1640 TEST_F(ClassLoaderContextTest, CheckForDuplicateDexFilesNotFoundSingleCL) { in TEST_F() function
1655 TEST_F(ClassLoaderContextTest, CheckForDuplicateDexFilesFound) { in TEST_F() function
1668 TEST_F(ClassLoaderContextTest, CheckForDuplicateCrossCLNotFound) { in TEST_F() function