HomeSort by relevance Sort by last modified time
    Searched refs:readUShort (Results 1 - 24 of 24) sorted by null

  /art/tools/dexfuzz/src/dexfuzz/rawdex/
TryItem.java 29 insnCount = file.readUShort();
30 handlerOff = file.readUShort();
FieldIdItem.java 29 classIdx = file.readUShort();
30 typeIdx = file.readUShort();
MethodIdItem.java 29 classIdx = file.readUShort();
30 protoIdx = file.readUShort();
TypeItem.java 26 typeIdx = file.readUShort();
MapItem.java 47 type = file.readUShort();
48 file.readUShort(); // Unused padding.
CodeItem.java 51 registersSize = file.readUShort();
52 insSize = file.readUShort();
53 outsSize = file.readUShort();
54 triesSize = file.readUShort();
61 file.readUShort();
DexRandomAccessFile.java 54 public short readUShort() throws IOException {
Instruction.java 169 short firstCodeWord = file.readUShort();
178 rawSize = (file.readUShort() * 2) + 4;
181 rawSize = (file.readUShort() * 4) + 2;
185 int elementWidth = file.readUShort();
  /libcore/ojluni/src/main/java/java/util/zip/
GZIPInputStream.java 165 if (readUShort(in) != GZIP_MAGIC) {
179 int m = readUShort(in);
198 if (readUShort(in) != v) {
251 long s = readUShort(in);
252 return ((long)readUShort(in) << 16) | s;
258 private int readUShort(InputStream in) throws IOException {
  /test/suite_harness/tools/dex-tools/src/dex/reader/
DexFileReader.java 214 item.class_idx = b.readUShort();
215 item.type_idx = b.readUShort();
236 item.class_idx = b.readUShort();
237 item.proto_idx = b.readUShort();
DexBuffer.java 159 public int readUShort() {
DexMethodImpl.java 114 paramTypeIdx[i] = buffer.readUShort();
DexClassImpl.java 317 interfaces.add(stringPool[typeIds[buffer.readUShort()]]);
  /external/fonttools/Lib/fontTools/ttLib/tables/
otConverters.py 135 return reader.readUShort()
158 value = reader.readUShort()
172 value = reader.readUShort()
222 return reader.readUShort()
291 format = reader.readUShort()
333 tmp, shift = reader.readUShort(), 16
otBase.py 138 def readUShort(self):
711 self.Format = reader.readUShort()
779 value = reader.readUShort()
  /prebuilts/devtools/tools/lib/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.1/
httpclient-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/
httpclient-4.2.6.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpclient/4.1.1/
httpclient-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.3.2/
httpclient-4.3.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.5.2/
httpclient-4.5.2.jar 

Completed in 291 milliseconds