HomeSort by relevance Sort by last modified time
    Searched full:dexfile (Results 151 - 175 of 452) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
UniformItemSection.java 39 public UniformItemSection(String name, DexFile file, int alignment) {
71 DexFile file = getFile();
83 DexFile file = getFile();
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
Instruction10t.java 34 import org.jf.dexlib.DexFile;
88 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
Instruction11n.java 35 import org.jf.dexlib.DexFile;
85 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
Instruction20t.java 34 import org.jf.dexlib.DexFile;
90 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
Instruction21h.java 35 import org.jf.dexlib.DexFile;
90 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
Instruction21s.java 35 import org.jf.dexlib.DexFile;
81 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
Instruction21t.java 35 import org.jf.dexlib.DexFile;
99 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
Instruction22b.java 35 import org.jf.dexlib.DexFile;
89 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
Instruction22cs.java 35 import org.jf.dexlib.DexFile;
93 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
Instruction22s.java 35 import org.jf.dexlib.DexFile;
89 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
Instruction22t.java 35 import org.jf.dexlib.DexFile;
108 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
Instruction22x.java 34 import org.jf.dexlib.DexFile;
84 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
Instruction23x.java 34 import org.jf.dexlib.DexFile;
89 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
Instruction31i.java 35 import org.jf.dexlib.DexFile;
81 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
Instruction31t.java 35 import org.jf.dexlib.DexFile;
86 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
Instruction32x.java 34 import org.jf.dexlib.DexFile;
82 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
Instruction35mi.java 35 import org.jf.dexlib.DexFile;
131 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
Instruction35ms.java 35 import org.jf.dexlib.DexFile;
131 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
Instruction3rmi.java 35 import org.jf.dexlib.DexFile;
103 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
Instruction3rms.java 35 import org.jf.dexlib.DexFile;
103 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
Instruction51l.java 35 import org.jf.dexlib.DexFile;
81 public Instruction makeInstruction(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
  /art/compiler/dex/
frontend.cc 111 const DexFile::CodeItem* code_item,
114 jobject class_loader, const DexFile& dex_file
273 const DexFile::CodeItem* code_item,
279 const DexFile& dex_file,
293 const art::DexFile::CodeItem* code_item,
296 const art::DexFile& dex_file) {
dex_to_dex_compiler.cc 50 const DexFile& GetDexFile() const {
54 // TODO: since the whole compilation pipeline uses a "const DexFile", we need
55 // to "unconst" here. The DEX-to-DEX compiler should work on a non-const DexFile.
56 DexFile& GetModifiableDexFile() {
57 return *const_cast<DexFile*>(unit_.GetDexFile());
100 const DexFile::CodeItem* code_item = unit_.GetCodeItem();
278 extern "C" void ArtCompileDEX(art::CompilerDriver& compiler, const art::DexFile::CodeItem* code_item,
281 const art::DexFile& dex_file,
frontend.h 117 const art::DexFile::CodeItem* code_item,
123 const art::DexFile& dex_file);
  /frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
RunTestCommand.java 25 import dalvik.system.DexFile;
200 DexFile dexFile = new DexFile(fileName);
201 for(Enumeration<String> e = dexFile.entries(); e.hasMoreElements();) {
207 dexFile.close();

Completed in 182 milliseconds

1 2 3 4 5 67 8 91011>>