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

  /external/skia/src/core/
SkWriter32.cpp 61 const size_t lenBytes = 4; // we use 4 bytes to record the length
63 return SkAlign4(lenBytes + len + 1);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
BERApplicationSpecific.java 61 int lenBytes = getLengthOfHeader(data);
62 byte[] tmp = new byte[data.length - lenBytes];
63 System.arraycopy(data, lenBytes, tmp, 0, tmp.length);
DERApplicationSpecific.java 75 int lenBytes = getLengthOfHeader(data);
76 byte[] tmp = new byte[data.length - lenBytes];
77 System.arraycopy(data, lenBytes, tmp, 0, tmp.length);
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 47 milliseconds