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

  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
ImageHeaderParser.java 217 int tagOffset, tagType, formatCode, componentCount;
219 tagOffset = calcTagOffset(firstIfdOffset, i);
221 tagType = segmentData.getInt16(tagOffset);
228 formatCode = segmentData.getInt16(tagOffset + 2);
238 componentCount = segmentData.getInt32(tagOffset + 4);
261 final int tagValueOffset = tagOffset + 8;
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
BerInputStream.java 67 protected int tagOffset;
148 * Initializes tag, length, tagOffset and contentOffset variables
154 tagOffset = offset;
167 throw new ASN1Exception("Too long encoding at [" + tagOffset + "]"); //FIXME message
178 throw new ASN1Exception("Too long encoding at [" + tagOffset + "]"); //FIXME message
215 throw new ASN1Exception("ASN.1 Bitstring: wrong length. Tag at [" + tagOffset + "]");
249 + tagOffset + "]");
278 throw new ASN1Exception("Wrong length for ASN.1 boolean at [" + tagOffset + "]");
368 throw new ASN1Exception("ASN.1 UTCTime: wrong length, identifier at " + tagOffset);
433 throw new ASN1Exception("Wrong length for ASN.1 integer at [" + tagOffset + "]")
    [all...]

Completed in 72 milliseconds