Home
last modified time | relevance | path

Searched defs:in (Results 1 – 14 of 14) sorted by relevance

/dalvik/dx/src/com/android/dx/io/instructions/
DInstructionCodec.java33 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 …]
DDecodedInstruction.java69 public static DecodedInstruction decode(CodeInput in) throws EOFException { in decode()
85 ShortArrayCodeInput in = new ShortArrayCodeInput(encodedInstructions); in decodeAll() local
/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java273 private int readIntoMap(Dex.Section in, TableOfContents.Section section, IndexMap indexMap, in readIntoMap()
325 Dex.Section in = source.open(section.off); in readUnsortedValues() local
335 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 …]
/dalvik/dx/tests/117-modified-utf8/com/android/dx/util/
DMutf8Test.java29 ByteInput in = new ByteArrayByteInput( in testDecode() local
/dalvik/dx/src/com/android/multidex/
DPath.java65 private static byte[] readStream(InputStream in, ByteArrayOutputStream baos, byte[] readBuffer) in readStream()
100 InputStream in = element.open(path); in getClass() local
/dalvik/dexgen/src/com/android/dexgen/util/
DFileUtils.java75 FileInputStream in = new FileInputStream(file); in readFile() local
DDexJarMaker.java84 BufferedInputStream in = new BufferedInputStream(new FileInputStream(source)); in add() local
/dalvik/dx/src/com/android/dx/io/
DDexIndexPrinter.java96 Dex.Section in = dex.open(tableOfContents.typeLists.off); in printTypeLists() local
/dalvik/tools/hprof-conv/
DHprofConv.c205 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
/dalvik/dx/tests/115-merge/com/android/dx/merge/
DDexMergeTest.java186 private void copy(InputStream in, OutputStream out) throws IOException { in copy()
/dalvik/dx/src/com/android/dx/cf/direct/
DClassPathOpener.java270 InputStream in = zip.getInputStream(one); in processArchive() local
DStdAttributeFactory.java565 ByteArray.MyDataInputStream in = bytes.makeDataInputStream(); in parseLocalVariables() local
/dalvik/dx/tests/098-dex-jsr-ret-throw/
DViewDebug$ViewServer.class ... [] params String command java.io.BufferedReader in java.io.IOException e java.io. ...
/dalvik/dx/src/com/android/dx/ssa/
DDominators.java115 private void compress(SsaBasicBlock in) { in compress()