Lines Matching refs:DexFile

144       std::vector<std::unique_ptr<const DexFile>>* all_dex_files,  in VerifyOpenDexFiles()
174 std::unique_ptr<const DexFile>& expected_dex_file = (*all_dex_files)[k]; in VerifyOpenDexFiles()
216 std::vector<const DexFile*>& expected_dex_files) in VerifyClassLoaderDexFiles()
220 std::vector<const DexFile*> class_loader_dex_files = GetDexFiles(soa, class_loader); in VerifyClassLoaderDexFiles()
256 std::vector<std::unique_ptr<const DexFile>> all_dex_files0 = OpenTestDexFiles("MultiDex"); in TestOpenDexFiles()
257 std::vector<std::unique_ptr<const DexFile>> myclass_dex_files = OpenTestDexFiles("MyClass"); in TestOpenDexFiles()
266 std::vector<std::unique_ptr<const DexFile>> all_dex_files1 = OpenTestDexFiles("Main"); in TestOpenDexFiles()
302 std::vector<std::unique_ptr<const DexFile>> all_dex_files0 = OpenTestDexFiles("MultiDex"); in TestOpenValidDexFilesRelative()
303 std::vector<std::unique_ptr<const DexFile>> myclass_dex_files = OpenTestDexFiles("MyClass"); in TestOpenValidDexFilesRelative()
313 std::vector<std::unique_ptr<const DexFile>> all_dex_files1 = OpenTestDexFiles("Main"); in TestOpenValidDexFilesRelative()
370 std::vector<std::unique_ptr<const DexFile>> dex_files = OpenTestDexFiles(test_name.c_str()); in VerifyClassLoaderFromTestDex()
579 std::vector<std::unique_ptr<const DexFile>> all_dex_files0 = OpenTestDexFiles("Main"); in TEST_F()
612 std::vector<std::unique_ptr<const DexFile>> classpath_dex = OpenTestDexFiles("Main"); in TEST_F()
613 std::vector<std::unique_ptr<const DexFile>> compilation_sources = OpenTestDexFiles("MultiDex"); in TEST_F()
615 std::vector<const DexFile*> compilation_sources_raw = in TEST_F()
633 std::vector<const DexFile*> expected_classpath = MakeNonOwningPointerVector(classpath_dex); in TEST_F()
649 std::vector<std::unique_ptr<const DexFile>> compilation_sources = OpenTestDexFiles("MultiDex"); in TEST_F()
651 std::vector<const DexFile*> compilation_sources_raw = in TEST_F()
673 std::vector<std::unique_ptr<const DexFile>> classpath_dex_a = OpenTestDexFiles("ForClassLoaderA"); in TEST_F()
674 std::vector<std::unique_ptr<const DexFile>> classpath_dex_b = OpenTestDexFiles("ForClassLoaderB"); in TEST_F()
675 std::vector<std::unique_ptr<const DexFile>> classpath_dex_c = OpenTestDexFiles("ForClassLoaderC"); in TEST_F()
676 std::vector<std::unique_ptr<const DexFile>> classpath_dex_d = OpenTestDexFiles("ForClassLoaderD"); in TEST_F()
687 std::vector<std::unique_ptr<const DexFile>> compilation_sources = OpenTestDexFiles("MultiDex"); in TEST_F()
688 std::vector<const DexFile*> compilation_sources_raw = in TEST_F()
706 std::vector<const DexFile*> class_loader_1_dex_files = in TEST_F()
721 std::vector<const DexFile*> class_loader_2_dex_files = in TEST_F()
730 std::vector<const DexFile*> class_loader_3_dex_files = in TEST_F()
743 std::vector<std::unique_ptr<const DexFile>> classpath_dex_a = OpenTestDexFiles("ForClassLoaderA"); in TEST_F()
744 std::vector<std::unique_ptr<const DexFile>> classpath_dex_b = OpenTestDexFiles("ForClassLoaderB"); in TEST_F()
745 std::vector<std::unique_ptr<const DexFile>> classpath_dex_c = OpenTestDexFiles("ForClassLoaderC"); in TEST_F()
746 std::vector<std::unique_ptr<const DexFile>> classpath_dex_d = OpenTestDexFiles("ForClassLoaderD"); in TEST_F()
757 std::vector<std::unique_ptr<const DexFile>> compilation_sources = OpenTestDexFiles("MultiDex"); in TEST_F()
758 std::vector<const DexFile*> compilation_sources_raw = in TEST_F()
774 std::vector<const DexFile*> class_loader_1_dex_files = in TEST_F()
799 std::vector<const DexFile*> class_loader_2_dex_files = in TEST_F()
810 std::vector<const DexFile*> class_loader_3_dex_files = in TEST_F()
830 std::vector<std::unique_ptr<const DexFile>> classpath_dex_a = OpenTestDexFiles("ForClassLoaderA"); in TEST_F()
831 std::vector<std::unique_ptr<const DexFile>> classpath_dex_b = OpenTestDexFiles("ForClassLoaderB"); in TEST_F()
832 std::vector<std::unique_ptr<const DexFile>> classpath_dex_c = OpenTestDexFiles("ForClassLoaderC"); in TEST_F()
833 std::vector<std::unique_ptr<const DexFile>> classpath_dex_d = OpenTestDexFiles("ForClassLoaderD"); in TEST_F()
845 std::vector<std::unique_ptr<const DexFile>> compilation_sources = OpenTestDexFiles("MultiDex"); in TEST_F()
846 std::vector<const DexFile*> compilation_sources_raw = in TEST_F()
862 std::vector<const DexFile*> class_loader_1_dex_files = in TEST_F()
883 std::vector<const DexFile*> class_loader_2_dex_files = in TEST_F()
894 std::vector<const DexFile*> class_loader_3_dex_files = in TEST_F()
910 std::vector<const DexFile*> class_loader_4_dex_files = in TEST_F()
930 std::vector<std::unique_ptr<const DexFile>> classpath_dex_a = OpenTestDexFiles("ForClassLoaderA"); in TEST_F()
931 std::vector<std::unique_ptr<const DexFile>> classpath_dex_b = OpenTestDexFiles("ForClassLoaderB"); in TEST_F()
932 std::vector<std::unique_ptr<const DexFile>> classpath_dex_c = OpenTestDexFiles("ForClassLoaderC"); in TEST_F()
933 std::vector<std::unique_ptr<const DexFile>> classpath_dex_d = OpenTestDexFiles("ForClassLoaderD"); in TEST_F()
945 std::vector<std::unique_ptr<const DexFile>> compilation_sources = OpenTestDexFiles("MultiDex"); in TEST_F()
946 std::vector<const DexFile*> compilation_sources_raw = in TEST_F()
962 std::vector<const DexFile*> class_loader_1_dex_files = in TEST_F()
983 std::vector<const DexFile*> class_loader_2_dex_files = in TEST_F()
999 std::vector<const DexFile*> class_loader_3_dex_files = in TEST_F()
1010 std::vector<const DexFile*> class_loader_4_dex_files = in TEST_F()
1046 std::vector<std::unique_ptr<const DexFile>> classpath_dex_a = OpenTestDexFiles("ForClassLoaderA"); in TEST_F()
1047 std::vector<std::unique_ptr<const DexFile>> classpath_dex_b = OpenTestDexFiles("ForClassLoaderB"); in TEST_F()
1048 std::vector<std::unique_ptr<const DexFile>> classpath_dex_c = OpenTestDexFiles("ForClassLoaderC"); in TEST_F()
1060 std::vector<std::unique_ptr<const DexFile>> compilation_sources = OpenTestDexFiles("MultiDex"); in TEST_F()
1061 std::vector<const DexFile*> compilation_sources_raw = in TEST_F()
1077 std::vector<const DexFile*> class_loader_1_dex_files = in TEST_F()
1098 std::vector<const DexFile*> class_loader_2_dex_files = in TEST_F()
1107 std::vector<const DexFile*> class_loader_3_dex_files = in TEST_F()
1136 std::vector<std::unique_ptr<const DexFile>> dex1 = OpenTestDexFiles("Main"); in TEST_F()
1137 std::vector<std::unique_ptr<const DexFile>> dex2 = OpenTestDexFiles("MyClass"); in TEST_F()
1151 std::vector<std::unique_ptr<const DexFile>> dex1 = OpenTestDexFiles("Main"); in TEST_F()
1152 std::vector<std::unique_ptr<const DexFile>> dex2 = OpenTestDexFiles("MyClass"); in TEST_F()
1656 std::vector<std::unique_ptr<const DexFile>> dex_files = OpenTestDexFiles("ForClassLoaderB"); in TEST_F()
1670 std::set<const DexFile*> result = context->CheckForDuplicateDexFiles( in TEST_F()
1671 std::vector<const DexFile*>()); in TEST_F()
1674 std::vector<std::unique_ptr<const DexFile>> dex1 = OpenTestDexFiles("ForClassLoaderA"); in TEST_F()
1675 std::vector<const DexFile*> dex1_raw = MakeNonOwningPointerVector(dex1); in TEST_F()
1685 std::vector<std::unique_ptr<const DexFile>> dex1 = OpenTestDexFiles("Main"); in TEST_F()
1686 std::vector<const DexFile*> dex1_raw = MakeNonOwningPointerVector(dex1); in TEST_F()
1687 std::set<const DexFile*> result = context->CheckForDuplicateDexFiles(dex1_raw); in TEST_F()
1699 std::vector<std::unique_ptr<const DexFile>> dex1 = OpenTestDexFiles("ForClassLoaderA"); in TEST_F()
1700 std::vector<const DexFile*> dex1_raw = MakeNonOwningPointerVector(dex1); in TEST_F()
1701 std::set<const DexFile*> result = context->CheckForDuplicateDexFiles(dex1_raw); in TEST_F()