Searched refs:read_long4 (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dpickletools.py654 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,
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dpickletools.py654 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,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dpickletools.py654 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,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dpickletools.py654 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,

Completed in 45 milliseconds