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

  /external/chromium/net/http/
http_response_headers.h 280 bool has_headers);
http_response_headers.cc 333 // has_headers = true, if there is any data following the status line.
335 bool has_headers = (line_end != raw_input.end() && local
338 ParseStatusLine(line_begin, line_end, has_headers);
585 bool has_headers) {
590 if (parsed_http_version_ == HttpVersion(0, 9) && !has_headers) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
install.py 690 def has_headers (self): member in class:install
691 return self.distribution.has_headers()
703 ('install_headers', has_headers),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
install.py 690 def has_headers (self): member in class:install
691 return self.distribution.has_headers()
703 ('install_headers', has_headers),
  /external/chromium_org/net/http/
http_response_headers.h 304 bool has_headers);
http_response_headers.cc 374 // has_headers = true, if there is any data following the status line.
376 bool has_headers = (line_end != raw_input.end() && local
379 ParseStatusLine(line_begin, line_end, has_headers);
641 bool has_headers) {
646 if (parsed_http_version_ == HttpVersion(0, 9) && !has_headers) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py 990 def has_headers(self): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py 990 def has_headers(self): function
    [all...]

Completed in 328 milliseconds