Searched defs:encode (Results 1 - 13 of 13) sorted by relevance

/dalvik/dx/src/com/android/dex/
H A DMutf8.java89 public static void encode(byte[] dst, int offset, String s) { method in class:Mutf8
109 public static byte[] encode(String s) throws UTFDataFormatException { method in class:Mutf8
112 encode(result, 0, s);
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DEncodedMember.java79 * {@code 0} if this is the first element to encode
84 public abstract int encode(DexFile file, AnnotatedOutput out, method in class:EncodedMember
H A DCatchStructs.java56 * {@link #encode}
68 * {@link #encode}
119 public void encode(DexFile file) { method in class:CatchStructs
H A DDebugInfoItem.java76 encoded = encode(addedTo.getFile(), null, null, null, false);
101 encode(file, prefix, null, out, false);
111 encode(null, prefix, out, null, false);
120 * but write the bits from the original encode
124 encode(file, null, null, out, true);
142 private byte[] encode(DexFile file, String prefix, PrintWriter debugPrint, method in class:DebugInfoItem
162 * Helper for {@link #encode} to do most of the work.
H A DEncodedField.java133 public int encode(DexFile file, AnnotatedOutput out, method in class:EncodedField
H A DEncodedMethod.java159 public int encode(DexFile file, AnnotatedOutput out, method in class:EncodedMethod
/dalvik/dx/src/com/android/dx/dex/file/
H A DEncodedMember.java78 * {@code 0} if this is the first element to encode
83 public abstract int encode(DexFile file, AnnotatedOutput out, method in class:EncodedMember
H A DCatchStructs.java53 * {@link #encode}
65 * {@link #encode}
116 public void encode(DexFile file) { method in class:CatchStructs
H A DDebugInfoItem.java73 encoded = encode(addedTo.getFile(), null, null, null, false);
98 encode(file, prefix, null, out, false);
108 encode(null, prefix, out, null, false);
117 * but write the bits from the original encode
121 encode(file, null, null, out, true);
139 private byte[] encode(DexFile file, String prefix, PrintWriter debugPrint, method in class:DebugInfoItem
159 * Helper for {@link #encode} to do most of the work.
H A DEncodedField.java132 public int encode(DexFile file, AnnotatedOutput out, method in class:EncodedField
H A DEncodedMethod.java158 public int encode(DexFile file, AnnotatedOutput out, method in class:EncodedMethod
/dalvik/dx/src/com/android/dx/io/instructions/
H A DDecodedInstruction.java469 public final void encode(CodeOutput out) { method in class:DecodedInstruction
470 format.encode(this, out);
H A DInstructionCodec.java32 * and encode from instances of {@link DecodedInstruction}.
43 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
58 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
75 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
94 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
112 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
128 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
146 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
164 @Override public void encode(DecodedInstruction insn, CodeOutput out) {
183 @Override public void encode(DecodedInstructio
839 public abstract void encode(DecodedInstruction insn, CodeOutput out); method in class:InstructionCodec
[all...]

Completed in 419 milliseconds