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

  /art/tools/dexfuzz/src/dexfuzz/rawdex/
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 {
MapItem.java 47 type = file.readUShort();
48 file.readUShort(); // Unused padding.
  /test/suite_harness/tools/dex-tools/src/dex/reader/
DexBuffer.java 159 public int 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 {
  /external/fonttools/Lib/fontTools/ttLib/tables/
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/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 
  /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 

Completed in 450 milliseconds