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

  /frameworks/base/core/java/android/os/
RecoverySystem.java 170 int commentSize = (footer[4] & 0xff) | ((footer[5] & 0xff) << 8);
173 byte[] eocd = new byte[commentSize + 22];
174 raf.seek(fileLen - (commentSize + 22));
198 new ByteArrayInputStream(eocd, commentSize+22-signatureStart, signatureStart));
276 long toRead = fileLen - commentSize - 2;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d8types.h 479 #define D3DSHADER_COMMENT(commentSize) \
480 ((((commentSize) << D3DSI_COMMENTSIZE_SHIFT) & D3DSI_COMMENTSIZE_MASK) | D3DSIO_COMMENT)
    [all...]
d3d9types.h 628 #define D3DSHADER_COMMENT(commentSize) \
629 ((((commentSize) << D3DSI_COMMENTSIZE_SHIFT) & D3DSI_COMMENTSIZE_MASK) | D3DSIO_COMMENT)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 249 commentSize = endrec[_ECD_COMMENT_SIZE] #as claimed by the zip file
250 comment = data[start+sizeEndCentDir:start+sizeEndCentDir+commentSize]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 249 commentSize = endrec[_ECD_COMMENT_SIZE] #as claimed by the zip file
250 comment = data[start+sizeEndCentDir:start+sizeEndCentDir+commentSize]
    [all...]

Completed in 653 milliseconds