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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_httplib.py 228 chunked_start = (
236 sock = FakeSocket(chunked_start + '0\r\n')
243 sock = FakeSocket(chunked_start + x)
258 chunked_start = (
266 sock = FakeSocket(chunked_start + '0\r\n')
  /external/python/cpython3/Lib/test/
test_httplib.py 24 chunked_start = ( variable
806 sock = FakeSocket(chunked_start + last_chunk + chunked_end)
814 sock = FakeSocket(chunked_start + last_chunk + chunked_end)
821 sock = FakeSocket(chunked_start + x)
842 sock = FakeSocket(chunked_start + last_chunk + chunked_end)
852 sock = FakeSocket(chunked_start + last_chunk + chunked_end)
    [all...]
test_urllib2_localnet.py 515 chunked_start = (
522 response = [(200, [("Transfer-Encoding", "chunked")], chunked_start)]
  /external/python/cpython2/Lib/test/
test_httplib.py 549 chunked_start = (
557 sock = FakeSocket(chunked_start + '0\r\n')
564 sock = FakeSocket(chunked_start + x)
579 chunked_start = (
587 sock = FakeSocket(chunked_start + '0\r\n')
    [all...]

Completed in 264 milliseconds