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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pickletools.py 654 def read_long4(f): function
657 >>> read_long4(StringIO.StringIO("\x02\x00\x00\x00\xff\x00"))
659 >>> read_long4(StringIO.StringIO("\x02\x00\x00\x00\xff\x7f"))
661 >>> read_long4(StringIO.StringIO("\x02\x00\x00\x00\x00\xff"))
663 >>> read_long4(StringIO.StringIO("\x02\x00\x00\x00\x00\x80"))
680 reader=read_long4,
    [all...]
  /external/python/cpython2/Lib/
pickletools.py 654 def read_long4(f): function
657 >>> read_long4(StringIO.StringIO("\x02\x00\x00\x00\xff\x00"))
659 >>> read_long4(StringIO.StringIO("\x02\x00\x00\x00\xff\x7f"))
661 >>> read_long4(StringIO.StringIO("\x02\x00\x00\x00\x00\xff"))
663 >>> read_long4(StringIO.StringIO("\x02\x00\x00\x00\x00\x80"))
680 reader=read_long4,
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pickletools.py 654 def read_long4(f): function
657 >>> read_long4(StringIO.StringIO("\x02\x00\x00\x00\xff\x00"))
659 >>> read_long4(StringIO.StringIO("\x02\x00\x00\x00\xff\x7f"))
661 >>> read_long4(StringIO.StringIO("\x02\x00\x00\x00\x00\xff"))
663 >>> read_long4(StringIO.StringIO("\x02\x00\x00\x00\x00\x80"))
680 reader=read_long4,
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pickletools.py 654 def read_long4(f): function
657 >>> read_long4(StringIO.StringIO("\x02\x00\x00\x00\xff\x00"))
659 >>> read_long4(StringIO.StringIO("\x02\x00\x00\x00\xff\x7f"))
661 >>> read_long4(StringIO.StringIO("\x02\x00\x00\x00\x00\xff"))
663 >>> read_long4(StringIO.StringIO("\x02\x00\x00\x00\x00\x80"))
680 reader=read_long4,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickletools.py 654 def read_long4(f): function
657 >>> read_long4(StringIO.StringIO("\x02\x00\x00\x00\xff\x00"))
659 >>> read_long4(StringIO.StringIO("\x02\x00\x00\x00\xff\x7f"))
661 >>> read_long4(StringIO.StringIO("\x02\x00\x00\x00\x00\xff"))
663 >>> read_long4(StringIO.StringIO("\x02\x00\x00\x00\x00\x80"))
680 reader=read_long4,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickletools.py 654 def read_long4(f): function
657 >>> read_long4(StringIO.StringIO("\x02\x00\x00\x00\xff\x00"))
659 >>> read_long4(StringIO.StringIO("\x02\x00\x00\x00\xff\x7f"))
661 >>> read_long4(StringIO.StringIO("\x02\x00\x00\x00\x00\xff"))
663 >>> read_long4(StringIO.StringIO("\x02\x00\x00\x00\x00\x80"))
680 reader=read_long4,
    [all...]

Completed in 52 milliseconds