Home
last modified time | relevance | path

Searched refs:ByteArrayAnnotatedOutput (Results 1 – 7 of 7) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/file/
DEncodedArrayItem.java26 import com.android.dx.util.ByteArrayAnnotatedOutput;
104 ByteArrayAnnotatedOutput out = new ByteArrayAnnotatedOutput(); in place0()
DDexFile.java27 import com.android.dx.util.ByteArrayAnnotatedOutput;
174 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose); in writeTo()
196 ByteArrayAnnotatedOutput result = toDex0(annotate, verbose); in toDex()
476 private ByteArrayAnnotatedOutput toDex0(boolean annotate, in toDex0()
539 ByteArrayAnnotatedOutput out = new ByteArrayAnnotatedOutput(barr); in toDex0()
DAnnotationItem.java26 import com.android.dx.util.ByteArrayAnnotatedOutput;
155 ByteArrayAnnotatedOutput out = new ByteArrayAnnotatedOutput(); in place0()
DCatchStructs.java25 import com.android.dx.util.ByteArrayAnnotatedOutput;
140 ByteArrayAnnotatedOutput out = new ByteArrayAnnotatedOutput(); in encode()
DClassDataItem.java24 import com.android.dx.util.ByteArrayAnnotatedOutput;
330 ByteArrayAnnotatedOutput out = new ByteArrayAnnotatedOutput(); in place0()
DDebugInfoEncoder.java29 import com.android.dx.util.ByteArrayAnnotatedOutput;
64 private final ByteArrayAnnotatedOutput output;
114 output = new ByteArrayAnnotatedOutput(); in DebugInfoEncoder()
/dalvik/dx/src/com/android/dx/util/
DByteArrayAnnotatedOutput.java30 public final class ByteArrayAnnotatedOutput class
74 public ByteArrayAnnotatedOutput(byte[] data) { in ByteArrayAnnotatedOutput() method in ByteArrayAnnotatedOutput
83 public ByteArrayAnnotatedOutput() { in ByteArrayAnnotatedOutput() method in ByteArrayAnnotatedOutput
93 private ByteArrayAnnotatedOutput(byte[] data, boolean stretchy) { in ByteArrayAnnotatedOutput() method in ByteArrayAnnotatedOutput