Searched refs:decode (Results 1 - 7 of 7) sorted by relevance

/dalvik/dx/src/com/android/dx/io/instructions/
H A DInstructionCodec.java28 * Representation of an instruction format, which knows how to decode into
34 public DecodedInstruction decode(int opcodeUnit,
49 public DecodedInstruction decode(int opcodeUnit,
66 public DecodedInstruction decode(int opcodeUnit,
87 public DecodedInstruction decode(int opcodeUnit,
108 public DecodedInstruction decode(int opcodeUnit,
126 public DecodedInstruction decode(int opcodeUnit,
145 public DecodedInstruction decode(int opcodeUnit,
165 public DecodedInstruction decode(int opcodeUnit,
186 public DecodedInstruction decode(in
902 public abstract DecodedInstruction decode(int opcodeUnit, CodeInput in) method in class:InstructionCodec
[all...]
H A DDecodedInstruction.java69 public static DecodedInstruction decode(CodeInput in) throws EOFException { method in class:DecodedInstruction
74 return format.decode(opcodeUnit, in);
89 decoded[in.cursor()] = DecodedInstruction.decode(in);
/dalvik/dx/tests/117-modified-utf8/com/android/dx/util/
H A DMutf8Test.java32 assertEquals("BC\u0000", Mutf8.decode(in, new char[3]));
/dalvik/dx/src/com/android/dex/
H A DMutf8.java34 public static String decode(ByteInput in, char[] out) throws UTFDataFormatException { method in class:Mutf8
H A DDex.java408 String result = Mutf8.decode(this, new char[expectedLength]);
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DDebugInfoDecoder.java183 * Valid after calling {@code decode}.
193 * Valid after calling {@code decode}.
204 public void decode() { method in class:DebugInfoDecoder
452 decoder.decode();
/dalvik/dx/src/com/android/dx/dex/file/
H A DDebugInfoDecoder.java195 * Valid after calling {@code decode}.
205 * Valid after calling {@code decode}.
216 public void decode() { method in class:DebugInfoDecoder
457 decoder.decode();

Completed in 339 milliseconds