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

  /external/python/cpython3/Lib/http/
client.py 109 # maximal amount of data to read at one time in _safe_read
462 s = self._safe_read(self.length)
490 # we do not use _safe_read() here because this may be a .will_close
544 self._safe_read(2) # toss the CRLF at the end of the chunk
566 value.append(self._safe_read(chunk_left))
596 def _safe_read(self, amt): member in class:HTTPResponse
620 """Same as _safe_read, but for reading into a buffer."""
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
httplib.py 212 # maximal amount of data to read at one time in _safe_read
548 s = self._safe_read(self.length)
558 # we do not use _safe_read() here because this may be a .will_close
590 value.append(self._safe_read(chunk_left))
592 value.append(self._safe_read(amt))
596 value.append(self._safe_read(amt))
597 self._safe_read(2) # toss the CRLF at the end of the chunk
601 value.append(self._safe_read(chunk_left))
605 self._safe_read(2) # toss the CRLF at the end of the chunk
626 def _safe_read(self, amt): member in class:HTTPResponse
    [all...]
  /external/python/cpython2/Lib/
httplib.py 213 # maximal amount of data to read at one time in _safe_read
581 s = self._safe_read(self.length)
594 # we do not use _safe_read() here because this may be a .will_close
631 value.append(self._safe_read(chunk_left))
633 value.append(self._safe_read(amt))
637 value.append(self._safe_read(amt))
638 self._safe_read(2) # toss the CRLF at the end of the chunk
642 value.append(self._safe_read(chunk_left))
646 self._safe_read(2) # toss the CRLF at the end of the chunk
667 def _safe_read(self, amt) member in class:HTTPResponse
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
httplib.py 212 # maximal amount of data to read at one time in _safe_read
551 s = self._safe_read(self.length)
564 # we do not use _safe_read() here because this may be a .will_close
601 value.append(self._safe_read(chunk_left))
603 value.append(self._safe_read(amt))
607 value.append(self._safe_read(amt))
608 self._safe_read(2) # toss the CRLF at the end of the chunk
612 value.append(self._safe_read(chunk_left))
616 self._safe_read(2) # toss the CRLF at the end of the chunk
637 def _safe_read(self, amt) member in class:HTTPResponse
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
httplib.py 212 # maximal amount of data to read at one time in _safe_read
551 s = self._safe_read(self.length)
564 # we do not use _safe_read() here because this may be a .will_close
601 value.append(self._safe_read(chunk_left))
603 value.append(self._safe_read(amt))
607 value.append(self._safe_read(amt))
608 self._safe_read(2) # toss the CRLF at the end of the chunk
612 value.append(self._safe_read(chunk_left))
616 self._safe_read(2) # toss the CRLF at the end of the chunk
637 def _safe_read(self, amt) member in class:HTTPResponse
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py 212 # maximal amount of data to read at one time in _safe_read
551 s = self._safe_read(self.length)
564 # we do not use _safe_read() here because this may be a .will_close
601 value.append(self._safe_read(chunk_left))
603 value.append(self._safe_read(amt))
607 value.append(self._safe_read(amt))
608 self._safe_read(2) # toss the CRLF at the end of the chunk
612 value.append(self._safe_read(chunk_left))
616 self._safe_read(2) # toss the CRLF at the end of the chunk
637 def _safe_read(self, amt) member in class:HTTPResponse
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py 212 # maximal amount of data to read at one time in _safe_read
551 s = self._safe_read(self.length)
564 # we do not use _safe_read() here because this may be a .will_close
601 value.append(self._safe_read(chunk_left))
603 value.append(self._safe_read(amt))
607 value.append(self._safe_read(amt))
608 self._safe_read(2) # toss the CRLF at the end of the chunk
612 value.append(self._safe_read(chunk_left))
616 self._safe_read(2) # toss the CRLF at the end of the chunk
637 def _safe_read(self, amt) member in class:HTTPResponse
    [all...]

Completed in 224 milliseconds