HomeSort by relevance Sort by last modified time
    Searched full:dexlib2 (Results 1 - 25 of 559) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/smali/
settings.gradle 1 include 'util', 'dexlib2', 'baksmali', 'smali', 'dexlib2:accessorTestGenerator
.gitignore 4 /dexlib2/build
5 /dexlib2/accessorTestGenerator/build
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
DeferredOutputStreamFactory.java 1 package org.jf.dexlib2.writer.io;
DeferredOutputStream.java 1 package org.jf.dexlib2.writer.io;
DexDataStore.java 1 package org.jf.dexlib2.writer.io;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
BuilderSwitchElement.java 1 package org.jf.dexlib2.builder.instruction;
3 import org.jf.dexlib2.builder.BuilderSwitchPayload;
4 import org.jf.dexlib2.builder.Label;
5 import org.jf.dexlib2.iface.instruction.SwitchElement;
BuilderInstruction10t.java 32 package org.jf.dexlib2.builder.instruction;
34 import org.jf.dexlib2.Format;
35 import org.jf.dexlib2.Opcode;
36 import org.jf.dexlib2.builder.BuilderOffsetInstruction;
37 import org.jf.dexlib2.builder.Label;
38 import org.jf.dexlib2.iface.instruction.formats.Instruction10t;
BuilderInstruction20t.java 32 package org.jf.dexlib2.builder.instruction;
34 import org.jf.dexlib2.Format;
35 import org.jf.dexlib2.Opcode;
36 import org.jf.dexlib2.builder.BuilderOffsetInstruction;
37 import org.jf.dexlib2.builder.Label;
38 import org.jf.dexlib2.iface.instruction.formats.Instruction20t;
BuilderInstruction30t.java 32 package org.jf.dexlib2.builder.instruction;
34 import org.jf.dexlib2.Format;
35 import org.jf.dexlib2.Opcode;
36 import org.jf.dexlib2.builder.BuilderOffsetInstruction;
37 import org.jf.dexlib2.builder.Label;
38 import org.jf.dexlib2.iface.instruction.formats.Instruction30t;
BuilderInstruction20bc.java 32 package org.jf.dexlib2.builder.instruction;
34 import org.jf.dexlib2.Format;
35 import org.jf.dexlib2.Opcode;
36 import org.jf.dexlib2.ReferenceType;
37 import org.jf.dexlib2.builder.BuilderInstruction;
38 import org.jf.dexlib2.iface.instruction.formats.Instruction20bc;
39 import org.jf.dexlib2.iface.reference.Reference;
40 import org.jf.dexlib2.util.Preconditions;
BuilderInstruction21c.java 32 package org.jf.dexlib2.builder.instruction;
34 import org.jf.dexlib2.Format;
35 import org.jf.dexlib2.Opcode;
36 import org.jf.dexlib2.builder.BuilderInstruction;
37 import org.jf.dexlib2.iface.instruction.formats.Instruction21c;
38 import org.jf.dexlib2.iface.reference.Reference;
39 import org.jf.dexlib2.util.Preconditions;
BuilderInstruction21t.java 32 package org.jf.dexlib2.builder.instruction;
34 import org.jf.dexlib2.Format;
35 import org.jf.dexlib2.Opcode;
36 import org.jf.dexlib2.builder.BuilderOffsetInstruction;
37 import org.jf.dexlib2.builder.Label;
38 import org.jf.dexlib2.iface.instruction.formats.Instruction21t;
39 import org.jf.dexlib2.util.Preconditions;
BuilderInstruction22c.java 32 package org.jf.dexlib2.builder.instruction;
34 import org.jf.dexlib2.Format;
35 import org.jf.dexlib2.Opcode;
36 import org.jf.dexlib2.builder.BuilderInstruction;
37 import org.jf.dexlib2.iface.instruction.formats.Instruction22c;
38 import org.jf.dexlib2.iface.reference.Reference;
39 import org.jf.dexlib2.util.Preconditions;
BuilderInstruction22t.java 32 package org.jf.dexlib2.builder.instruction;
34 import org.jf.dexlib2.Format;
35 import org.jf.dexlib2.Opcode;
36 import org.jf.dexlib2.builder.BuilderOffsetInstruction;
37 import org.jf.dexlib2.builder.Label;
38 import org.jf.dexlib2.iface.instruction.formats.Instruction22t;
39 import org.jf.dexlib2.util.Preconditions;
BuilderInstruction31c.java 32 package org.jf.dexlib2.builder.instruction;
34 import org.jf.dexlib2.Format;
35 import org.jf.dexlib2.Opcode;
36 import org.jf.dexlib2.builder.BuilderInstruction;
37 import org.jf.dexlib2.iface.instruction.formats.Instruction31c;
38 import org.jf.dexlib2.iface.reference.Reference;
39 import org.jf.dexlib2.util.Preconditions;
BuilderInstruction31t.java 32 package org.jf.dexlib2.builder.instruction;
34 import org.jf.dexlib2.Format;
35 import org.jf.dexlib2.Opcode;
36 import org.jf.dexlib2.builder.BuilderOffsetInstruction;
37 import org.jf.dexlib2.builder.Label;
38 import org.jf.dexlib2.iface.instruction.formats.Instruction31t;
39 import org.jf.dexlib2.util.Preconditions;
BuilderInstruction3rc.java 32 package org.jf.dexlib2.builder.instruction;
34 import org.jf.dexlib2.Format;
35 import org.jf.dexlib2.Opcode;
36 import org.jf.dexlib2.builder.BuilderInstruction;
37 import org.jf.dexlib2.iface.instruction.formats.Instruction3rc;
38 import org.jf.dexlib2.iface.reference.Reference;
39 import org.jf.dexlib2.util.Preconditions;
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
DexWriterTest.java 32 package org.jf.dexlib2.writer;
38 import org.jf.dexlib2.AnnotationVisibility;
39 import org.jf.dexlib2.Opcodes;
40 import org.jf.dexlib2.dexbacked.DexBackedDexFile;
41 import org.jf.dexlib2.iface.Annotation;
42 import org.jf.dexlib2.iface.AnnotationElement;
43 import org.jf.dexlib2.iface.ClassDef;
44 import org.jf.dexlib2.immutable.ImmutableAnnotation;
45 import org.jf.dexlib2.immutable.ImmutableAnnotationElement;
46 import org.jf.dexlib2.immutable.ImmutableClassDef
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/
BaseMethodParameter.java 32 package org.jf.dexlib2.base;
34 import org.jf.dexlib2.ValueType;
35 import org.jf.dexlib2.base.reference.BaseTypeReference;
36 import org.jf.dexlib2.iface.Annotation;
37 import org.jf.dexlib2.iface.AnnotationElement;
38 import org.jf.dexlib2.iface.MethodParameter;
39 import org.jf.dexlib2.iface.value.ArrayEncodedValue;
40 import org.jf.dexlib2.iface.value.EncodedValue;
41 import org.jf.dexlib2.iface.value.StringEncodedValue;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction20bc.java 32 package org.jf.dexlib2.immutable.instruction;
34 import org.jf.dexlib2.Format;
35 import org.jf.dexlib2.Opcode;
36 import org.jf.dexlib2.ReferenceType;
37 import org.jf.dexlib2.iface.instruction.formats.Instruction20bc;
38 import org.jf.dexlib2.iface.reference.Reference;
39 import org.jf.dexlib2.immutable.reference.ImmutableReference;
40 import org.jf.dexlib2.immutable.reference.ImmutableReferenceFactory;
41 import org.jf.dexlib2.util.Preconditions;
ImmutableInstruction21c.java 32 package org.jf.dexlib2.immutable.instruction;
34 import org.jf.dexlib2.Format;
35 import org.jf.dexlib2.Opcode;
36 import org.jf.dexlib2.iface.instruction.formats.Instruction21c;
37 import org.jf.dexlib2.iface.reference.Reference;
38 import org.jf.dexlib2.immutable.reference.ImmutableReference;
39 import org.jf.dexlib2.immutable.reference.ImmutableReferenceFactory;
40 import org.jf.dexlib2.util.Preconditions;
ImmutableInstruction31c.java 32 package org.jf.dexlib2.immutable.instruction;
34 import org.jf.dexlib2.Format;
35 import org.jf.dexlib2.Opcode;
36 import org.jf.dexlib2.iface.instruction.formats.Instruction31c;
37 import org.jf.dexlib2.iface.reference.Reference;
38 import org.jf.dexlib2.immutable.reference.ImmutableReference;
39 import org.jf.dexlib2.immutable.reference.ImmutableReferenceFactory;
40 import org.jf.dexlib2.util.Preconditions;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DexBackedInstruction20bc.java 32 package org.jf.dexlib2.dexbacked.instruction;
34 import org.jf.dexlib2.Opcode;
35 import org.jf.dexlib2.ReferenceType;
36 import org.jf.dexlib2.dexbacked.DexBackedDexFile;
37 import org.jf.dexlib2.dexbacked.reference.DexBackedReference;
38 import org.jf.dexlib2.iface.instruction.formats.Instruction20bc;
39 import org.jf.dexlib2.iface.reference.Reference;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/value/
DexBackedArrayEncodedValue.java 32 package org.jf.dexlib2.dexbacked.value;
34 import org.jf.dexlib2.base.value.BaseArrayEncodedValue;
35 import org.jf.dexlib2.dexbacked.DexBackedDexFile;
36 import org.jf.dexlib2.dexbacked.DexReader;
37 import org.jf.dexlib2.dexbacked.util.VariableSizeList;
38 import org.jf.dexlib2.iface.value.ArrayEncodedValue;
39 import org.jf.dexlib2.iface.value.EncodedValue;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/
Rewriters.java 32 package org.jf.dexlib2.rewriter;
34 import org.jf.dexlib2.iface.*;
35 import org.jf.dexlib2.iface.debug.DebugItem;
36 import org.jf.dexlib2.iface.instruction.Instruction;
37 import org.jf.dexlib2.iface.reference.FieldReference;
38 import org.jf.dexlib2.iface.reference.MethodReference;
39 import org.jf.dexlib2.iface.value.EncodedValue;

Completed in 159 milliseconds

1 2 3 4 5 6 7 8 91011>>