Searched defs:in (Results 1 – 14 of 14) sorted by relevance
33 CodeInput in) throws EOFException { in FORMAT_00X()46 CodeInput in) throws EOFException { in FORMAT_10X()61 CodeInput in) throws EOFException { in FORMAT_12X()80 CodeInput in) throws EOFException { in FORMAT_11N()99 CodeInput in) throws EOFException { in FORMAT_11X()115 CodeInput in) throws EOFException { in FORMAT_10T()132 CodeInput in) throws EOFException { in FORMAT_20T()150 CodeInput in) throws EOFException { in FORMAT_20BC()169 CodeInput in) throws EOFException { in FORMAT_22X()188 CodeInput in) throws EOFException { in FORMAT_21T()[all …]
69 public static DecodedInstruction decode(CodeInput in) throws EOFException { in decode()85 ShortArrayCodeInput in = new ShortArrayCodeInput(encodedInstructions); in decodeAll() local
273 private int readIntoMap(Dex.Section in, TableOfContents.Section section, IndexMap indexMap, in readIntoMap()325 Dex.Section in = source.open(section.off); in readUnsortedValues() local335 abstract T read(Dex.Section in, IndexMap indexMap, int index); in read()377 @Override String read(Dex.Section in, IndexMap indexMap, int index) { in mergeStringIds()399 @Override Integer read(Dex.Section in, IndexMap indexMap, int index) { in mergeTypeIds()423 @Override TypeList read(Dex.Section in, IndexMap indexMap, int index) { in mergeTypeLists()443 @Override ProtoId read(Dex.Section in, IndexMap indexMap, int index) { in mergeProtoIds()466 @Override FieldId read(Dex.Section in, IndexMap indexMap, int index) { in mergeFieldIds()489 @Override MethodId read(Dex.Section in, IndexMap indexMap, int index) { in mergeMethodIds()513 @Override Annotation read(Dex.Section in, IndexMap indexMap, int index) { in mergeAnnotations()[all …]
29 ByteInput in = new ByteArrayByteInput( in testDecode() local
65 private static byte[] readStream(InputStream in, ByteArrayOutputStream baos, byte[] readBuffer) in readStream()100 InputStream in = element.open(path); in getClass() local
75 FileInputStream in = new FileInputStream(file); in readFile() local
84 BufferedInputStream in = new BufferedInputStream(new FileInputStream(source)); in add() local
96 Dex.Section in = dex.open(tableOfContents.typeLists.off); in printTypeLists() local
205 static int ebReadString(ExpandBuf* pBuf, FILE* in) in ebReadString()230 static int ebReadData(ExpandBuf* pBuf, FILE* in, size_t count, int eofExpected) in ebReadData()599 static int filterData(FILE* in, FILE* out, int flags) in filterData()706 FILE* in = NULL; in main() local
186 private void copy(InputStream in, OutputStream out) throws IOException { in copy()
270 InputStream in = zip.getInputStream(one); in processArchive() local
565 ByteArray.MyDataInputStream in = bytes.makeDataInputStream(); in parseLocalVariables() local
... [] params String command java.io.BufferedReader in java.io.IOException e java.io. ...
115 private void compress(SsaBasicBlock in) { in compress()