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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py 152 EXT2 = '\x83' # ditto, but 2-byte index
762 write("%c%c%c" % (EXT2, code&0xff, code>>8))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py 152 EXT2 = '\x83' # ditto, but 2-byte index
762 write("%c%c%c" % (EXT2, code&0xff, code>>8))
    [all...]

Completed in 150 milliseconds