Searched defs:writeUnsignedLeb128 (Results 1 - 5 of 5) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/util/
H A DLeb128Utils.java132 public static void writeUnsignedLeb128(ByteOutput out, int value) { method in class:Leb128Utils
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DLeb128Utils.java93 public static void writeUnsignedLeb128(int value, byte[] buffer, int bufferIndex) { method in class:Leb128Utils
H A DOutput.java90 public int writeUnsignedLeb128(int value); method in interface:Output
H A DByteArrayAnnotatedOutput.java238 public int writeUnsignedLeb128(int value) { method in class:ByteArrayAnnotatedOutput
H A DByteArrayOutput.java233 public int writeUnsignedLeb128(int value) { method in class:ByteArrayOutput

Completed in 413 milliseconds