Searched refs:AnnotatedOutput (Results 76 - 80 of 80) sorted by relevance

1234

/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDalvInsn.java22 import com.android.dx.util.AnnotatedOutput;
397 public abstract void writeTo(AnnotatedOutput out);
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DAnnotationsDirectoryItem.java23 import com.android.dx.util.AnnotatedOutput;
284 protected void writeTo0(DexFile file, AnnotatedOutput out) {
H A DClassDefItem.java31 import com.android.dx.util.AnnotatedOutput;
171 public void writeTo(DexFile file, AnnotatedOutput out) {
H A DDebugInfoEncoder.java30 import com.android.dx.util.AnnotatedOutput;
82 private AnnotatedOutput annotateTo;
171 * actual bits to the {@code AnnotatedOutput}.
182 AnnotatedOutput out, boolean consume) {
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DByteArrayAnnotatedOutput.java24 * Implementation of {@link AnnotatedOutput} which stores the written data
31 implements AnnotatedOutput, ByteOutput {

Completed in 140 milliseconds

1234