/dalvik/dx/src/com/android/dx/io/instructions/ |
D | InstructionCodec.java | 35 CodeInput in) throws EOFException { in FORMAT_00X() 50 CodeInput in) throws EOFException { in FORMAT_10X() 67 CodeInput in) throws EOFException { in FORMAT_12X() 88 CodeInput in) throws EOFException { in FORMAT_11N() 109 CodeInput in) throws EOFException { in FORMAT_11X() 127 CodeInput in) throws EOFException { in FORMAT_10T() 146 CodeInput in) throws EOFException { in FORMAT_20T() 166 CodeInput in) throws EOFException { in FORMAT_20BC() 187 CodeInput in) throws EOFException { in FORMAT_22X() 208 CodeInput in) throws EOFException { in FORMAT_21T() [all …]
|
D | DecodedInstruction.java | 69 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/ |
D | DexMerger.java | 287 private int readIntoMap(Dex.Section in, TableOfContents.Section section, IndexMap indexMap, in readIntoMap() 344 Dex.Section in = source.open(section.off); in readUnsortedValues() local 354 abstract T read(Dex.Section in, IndexMap indexMap, int index); in read() 397 @Override String read(Dex.Section in, IndexMap indexMap, int index) { in mergeStringIds() 419 @Override Integer read(Dex.Section in, IndexMap indexMap, int index) { in mergeTypeIds() 443 @Override TypeList read(Dex.Section in, IndexMap indexMap, int index) { in mergeTypeLists() 463 @Override ProtoId read(Dex.Section in, IndexMap indexMap, int index) { in mergeProtoIds() 489 CallSiteId read(Dex.Section in, IndexMap indexMap, int index) { in mergeCallSiteIds() 513 MethodHandle read(Dex.Section in, IndexMap indexMap, int index) { in mergeMethodHandles() 535 @Override FieldId read(Dex.Section in, IndexMap indexMap, int index) { in mergeFieldIds() [all …]
|
/dalvik/dx/src/com/android/dex/ |
D | EncodedValueReader.java | 47 protected final ByteInput in; field in EncodedValueReader 52 public EncodedValueReader(ByteInput in) { in EncodedValueReader() 56 public EncodedValueReader(EncodedValue in) { in EncodedValueReader() 66 public EncodedValueReader(ByteInput in, int knownType) { in EncodedValueReader() 71 public EncodedValueReader(EncodedValue in, int knownType) { in EncodedValueReader()
|
D | EncodedValueCodec.java | 123 public static int readSignedInt(ByteInput in, int zwidth) { in readSignedInt() 138 public static int readUnsignedInt(ByteInput in, int zwidth, boolean fillOnRight) { in readUnsignedInt() 158 public static long readSignedLong(ByteInput in, int zwidth) { in readSignedLong() 173 public static long readUnsignedLong(ByteInput in, int zwidth, boolean fillOnRight) { in readUnsignedLong()
|
D | Leb128.java | 54 public static int readSignedLeb128(ByteInput in) { in readSignedLeb128() 82 public static int readUnsignedLeb128(ByteInput in) { in readUnsignedLeb128()
|
D | Dex.java | 95 public Dex(InputStream in) throws IOException { in Dex() 130 private void loadFrom(InputStream in) throws IOException { in loadFrom() 790 private final Dex.Section in = open(tableOfContents.classDefs.off); field in Dex.ClassDefIterator
|
D | Mutf8.java | 32 public static String decode(ByteInput in, char[] out) throws UTFDataFormatException { in decode()
|
D | TableOfContents.java | 123 private void readMap(Dex.Section in) throws IOException { in readMap()
|
/dalvik/tools/hprof-conv/ |
D | HprofConv.c | 210 static int ebReadString(ExpandBuf* pBuf, FILE* in) in ebReadString() 235 static int ebReadData(ExpandBuf* pBuf, FILE* in, size_t count, int eofExpected) in ebReadData() 604 static int filterData(FILE* in, FILE* out, int flags) in filterData() 711 FILE* in = NULL; in main() local
|
/dalvik/dx/src/com/android/multidex/ |
D | Path.java | 64 private static byte[] readStream(InputStream in, ByteArrayOutputStream baos, byte[] readBuffer) in readStream() 99 InputStream in = element.open(path); in getClass() local
|
/dalvik/dx/tests/117-modified-utf8/com/android/dx/util/ |
D | Mutf8Test.java | 29 ByteInput in = new ByteArrayByteInput( in testDecode() local
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
D | FileUtils.java | 76 FileInputStream in = new FileInputStream(file); in readFile() local
|
D | DexJarMaker.java | 84 BufferedInputStream in = new BufferedInputStream(new FileInputStream(source)); in add() local
|
/dalvik/dx/src/com/android/dex/util/ |
D | FileUtils.java | 71 FileInputStream in = new FileInputStream(file); in readFile() local
|
/dalvik/dx/junit-tests/com/android/dx/merge/ |
D | DexMergerTest.java | 67 try (InputStream in = getClass().getClassLoader().getResourceAsStream(path); in getDexForClass()
|
/dalvik/dx/src/com/android/dx/io/ |
D | DexIndexPrinter.java | 96 Dex.Section in = dex.open(tableOfContents.typeLists.off); in printTypeLists() local
|
/dalvik/dx/tests/115-merge/com/android/dx/merge/ |
D | DexMergeTest.java | 190 private void copy(InputStream in, OutputStream out) throws IOException { in copy()
|
/dalvik/dx/src/com/android/dx/cf/direct/ |
D | ClassPathOpener.java | 271 InputStream in = zip.getInputStream(one); in processArchive() local
|
D | StdAttributeFactory.java | 601 ByteArray.MyDataInputStream in = bytes.makeDataInputStream(); in parseLocalVariables() local
|
/dalvik/dx/tests/098-dex-jsr-ret-throw/ |
D | ViewDebug$ViewServer.class | ... [] params
String command
java.io.BufferedReader in
java.io.IOException e
java.io. ... |
/dalvik/dx/src/com/android/dx/ssa/ |
D | Dominators.java | 115 private void compress(SsaBasicBlock in) { in compress()
|