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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pickletools.py 357 def read_string4(f): function
360 >>> read_string4(StringIO.StringIO("\x00\x00\x00\x00abc"))
362 >>> read_string4(StringIO.StringIO("\x03\x00\x00\x00abcdef"))
364 >>> read_string4(StringIO.StringIO("\x00\x00\x00\x03abcdef"))
382 reader=read_string4,
    [all...]
  /external/python/cpython2/Lib/
pickletools.py 357 def read_string4(f): function
360 >>> read_string4(StringIO.StringIO("\x00\x00\x00\x00abc"))
362 >>> read_string4(StringIO.StringIO("\x03\x00\x00\x00abcdef"))
364 >>> read_string4(StringIO.StringIO("\x00\x00\x00\x03abcdef"))
382 reader=read_string4,
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pickletools.py 357 def read_string4(f): function
360 >>> read_string4(StringIO.StringIO("\x00\x00\x00\x00abc"))
362 >>> read_string4(StringIO.StringIO("\x03\x00\x00\x00abcdef"))
364 >>> read_string4(StringIO.StringIO("\x00\x00\x00\x03abcdef"))
382 reader=read_string4,
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pickletools.py 357 def read_string4(f): function
360 >>> read_string4(StringIO.StringIO("\x00\x00\x00\x00abc"))
362 >>> read_string4(StringIO.StringIO("\x03\x00\x00\x00abcdef"))
364 >>> read_string4(StringIO.StringIO("\x00\x00\x00\x03abcdef"))
382 reader=read_string4,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickletools.py 357 def read_string4(f): function
360 >>> read_string4(StringIO.StringIO("\x00\x00\x00\x00abc"))
362 >>> read_string4(StringIO.StringIO("\x03\x00\x00\x00abcdef"))
364 >>> read_string4(StringIO.StringIO("\x00\x00\x00\x03abcdef"))
382 reader=read_string4,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickletools.py 357 def read_string4(f): function
360 >>> read_string4(StringIO.StringIO("\x00\x00\x00\x00abc"))
362 >>> read_string4(StringIO.StringIO("\x03\x00\x00\x00abcdef"))
364 >>> read_string4(StringIO.StringIO("\x00\x00\x00\x03abcdef"))
382 reader=read_string4,
    [all...]
  /external/python/cpython3/Lib/
pickletools.py 438 def read_string4(f): function
441 >>> read_string4(io.BytesIO(b"\x00\x00\x00\x00abc"))
443 >>> read_string4(io.BytesIO(b"\x03\x00\x00\x00abcdef"))
445 >>> read_string4(io.BytesIO(b"\x00\x00\x00\x03abcdef"))
463 reader=read_string4,
    [all...]

Completed in 143 milliseconds