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

  /external/libvncserver/webclients/novnc/include/
jsunzip.js 54 this.getDOSDate = function(dosdate, dostime) {
58 var second = (dostime & 0x1f) * 2;
59 var minute = (dostime >> 5) & 0x3f;
60 hour = (dostime >> 11) & 0x1f;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
zipfile.py 333 dostime = dt[3] << 11 | dt[4] << 5 | (dt[5] // 2)
363 self.compress_type, dostime, dosdate, CRC,
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
zipfile.py 333 dostime = dt[3] << 11 | dt[4] << 5 | (dt[5] // 2)
363 self.compress_type, dostime, dosdate, CRC,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 333 dostime = dt[3] << 11 | dt[4] << 5 | (dt[5] // 2)
363 self.compress_type, dostime, dosdate, CRC,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 333 dostime = dt[3] << 11 | dt[4] << 5 | (dt[5] // 2)
363 self.compress_type, dostime, dosdate, CRC,
    [all...]

Completed in 79 milliseconds