/external/vogar/src/vogar/target/ |
D | ClassPathScanner.java | 19 import dalvik.system.DexFile; 52 private static Map<String, DexFile> createDexFiles(String[] classPath) { in createDexFiles() 53 Map<String, DexFile> result = new HashMap<String, DexFile>(); in createDexFiles() 61 result.put(classPathEntry.getName(), new DexFile(classPathEntry)); in createDexFiles() 231 private final Map<String, DexFile> dexFiles; 233 ApkClassFinder(Map<String, DexFile> dexFiles) { in ApkClassFinder() 243 DexFile dexFile = dexFiles.get(classPathEntry.getName()); in find()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/ |
D | DexRewriter.java | 106 public DexFile rewriteDexFile(@Nonnull DexFile dexFile) { in rewriteDexFile() 110 protected class RewrittenDexFile implements DexFile { 111 @Nonnull protected final DexFile dexFile; 113 public RewrittenDexFile(@Nonnull DexFile dexFile) { in RewrittenDexFile()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
D | DexClassProvider.java | 36 import org.jf.dexlib2.iface.DexFile; 42 private final DexFile dexFile; 45 public DexClassProvider(DexFile dexFile) { in DexClassProvider()
|
D | ClassPathResolver.java | 45 import org.jf.dexlib2.iface.DexFile; 83 @Nonnull List<String> extraClassPathEntries, @Nonnull DexFile dexFile) in ClassPathResolver() 103 @Nonnull DexFile dexFile) in ClassPathResolver() 109 … @Nonnull List<String> extraClassPathEntries, @Nonnull DexFile dexFile, boolean unused) in ClassPathResolver() 321 private static List<String> getDefaultBootClassPath(@Nonnull DexFile dexFile, int apiLevel) { in getDefaultBootClassPath()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/ |
D | ImmutableDexFile.java | 37 import org.jf.dexlib2.iface.DexFile; 44 public class ImmutableDexFile implements DexFile { 58 public static ImmutableDexFile of(DexFile dexFile) { in of()
|
/external/smali/baksmali/src/test/java/org/jf/baksmali/ |
D | FieldGapOrderTest.java | 38 import org.jf.dexlib2.iface.DexFile; 45 DexFile dexFile = getInputDexFile("FieldGapOrder", new BaksmaliOptions()); in testOldOrder() 59 DexFile dexFile = getInputDexFile("FieldGapOrder", new BaksmaliOptions()); in testNewOrder()
|
D | AnalysisTest.java | 43 import org.jf.dexlib2.iface.DexFile; 100 … DexFile dexFile = DexFileFactory.loadDexFile(findResource(dexFilePath), Opcodes.getDefault()); in runTest()
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/ |
D | MethodAnalyzerTest.java | 44 import org.jf.dexlib2.iface.DexFile; 82 … DexFile dexFile = new ImmutableDexFile(forArtVersion(56), Collections.singletonList(classDef)); in testInstanceOfNarrowingEqz_art() 113 … DexFile dexFile = new ImmutableDexFile(Opcodes.forApi(19), Collections.singletonList(classDef)); in testInstanceOfNarrowingEqz_dalvik() 145 … DexFile dexFile = new ImmutableDexFile(forArtVersion(56), Collections.singletonList(classDef)); in testInstanceOfNarrowingNez_art() 176 … DexFile dexFile = new ImmutableDexFile(Opcodes.getDefault(), Collections.singletonList(classDef)); in testInstanceOfNarrowingNez_dalvik() 209 … DexFile dexFile = new ImmutableDexFile(forArtVersion(56), Collections.singletonList(classDef)); in testInstanceOfNarrowingAfterMove_art() 244 … DexFile dexFile = new ImmutableDexFile(Opcodes.getDefault(), Collections.singletonList(classDef)); in testInstanceOfNarrowingAfterMove_dalvik()
|
D | CustomMethodInlineTableTest.java | 40 import org.jf.dexlib2.iface.DexFile; 71 DexFile dexFile = new ImmutableDexFile(Opcodes.getDefault(), ImmutableList.of(classDef)); in testCustomMethodInlineTable_Virtual() 100 DexFile dexFile = new ImmutableDexFile(Opcodes.getDefault(), ImmutableList.of(classDef)); in testCustomMethodInlineTable_Static() 129 DexFile dexFile = new ImmutableDexFile(Opcodes.getDefault(), ImmutableList.of(classDef)); in testCustomMethodInlineTable_Direct()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/ |
D | MultiDexContainer.java | 44 public interface MultiDexContainer<T extends DexFile> { 66 interface MultiDexFile extends DexFile {
|
D | DexFile.java | 42 public interface DexFile { interface
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/ |
D | AnalysisArguments.java | 40 import org.jf.dexlib2.iface.DexFile; 84 public ClassPath loadClassPathForDexFile(@Nonnull File dexFileDir, @Nonnull DexFile dexFile, in loadClassPathForDexFile() 90 public ClassPath loadClassPathForDexFile(@Nonnull File dexFileDir, @Nonnull DexFile dexFile, in loadClassPathForDexFile()
|
D | Baksmali.java | 35 import org.jf.dexlib2.iface.DexFile; 47 …public static boolean disassembleDexFile(DexFile dexFile, File outputDir, int jobs, final Baksmali… in disassembleDexFile() 51 …public static boolean disassembleDexFile(DexFile dexFile, File outputDir, int jobs, final Baksmali… in disassembleDexFile()
|
/external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
D | DexMaker.java | 25 import com.android.dx.dex.file.DexFile; 207 private DexFile outputDex; 330 outputDex = new DexFile(options); in generate() 541 DexFile getDexFile() { in getDexFile() 545 outputDex = new DexFile(options); in getDexFile()
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/ |
D | AccessorTest.java | 37 import org.jf.dexlib2.iface.DexFile; 82 DexFile f = DexFileFactory.loadDexFile(url.getFile(), Opcodes.getDefault()); in testAccessors()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/ |
D | DexPool.java | 73 …c static void writeTo(@Nonnull DexDataStore dataStore, @Nonnull org.jf.dexlib2.iface.DexFile input) in writeTo() 82 …public static void writeTo(@Nonnull String path, @Nonnull org.jf.dexlib2.iface.DexFile input) thro… in writeTo()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/ |
D | DexBackedDexFile.java | 43 import org.jf.dexlib2.iface.DexFile; 56 public class DexBackedDexFile extends BaseDexBuffer implements DexFile {
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
D | DexFileFactory.java | 48 import org.jf.dexlib2.iface.DexFile; 289 …public static void writeDexFile(@Nonnull String path, @Nonnull DexFile dexFile) throws IOException… in writeDexFile()
|
/external/dexmaker/dexmaker-mockito-inline-tests/src/main/jni/multiplejvmtiagentsinterferenceagent/ |
D | agent.cc | 65 std::shared_ptr<ir::DexFile> ir = reader.GetIr(); in Transform()
|
/external/dexmaker/dexmaker-mockito-inline-extended/src/main/jni/staticjvmtiagent/ |
D | agent.cc | 92 std::shared_ptr<ir::DexFile> ir = reader.GetIr(); in Transform() 281 std::shared_ptr<ir::DexFile> dex_ir = reader.GetIr(); in Java_com_android_dx_mockito_inline_StaticClassTransformer_nativeRedefine() 713 std::shared_ptr<ir::DexFile> class_ir = reader.GetIr(); in InspectClass()
|
/external/dexmaker/dexmaker-mockito-inline/src/main/jni/dexmakerjvmtiagent/ |
D | agent.cc | 92 std::shared_ptr<ir::DexFile> ir = reader.GetIr(); in Transform() 300 std::shared_ptr<ir::DexFile> dex_ir = reader.GetIr(); in Java_com_android_dx_mockito_inline_ClassTransformer_nativeRedefine()
|