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

  /external/python/cpython3/Lib/test/test_email/
test_utils.py 149 string = utils.formatdate(timeval, localtime=False, usegmt=False)
151 string = utils.formatdate(timeval, localtime=False, usegmt=True)
157 string = utils.formatdate(timeval, localtime=True)
161 string = utils.formatdate(timeval, localtime=True)
test_email.py     [all...]
  /external/python/httplib2/tests/
test_cache.py 421 s = email.utils.formatdate(now + offset, usegmt=True)
432 "date": email.utils.formatdate(usegmt=True),
444 "date": email.utils.formatdate(now, usegmt=True),
445 "expires": email.utils.formatdate(now + 2, usegmt=True),
__init__.py 395 headers.setdefault("date", email.utils.formatdate())
test_http.py 578 date = email.utils.formatdate()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
utils.py 13 'formatdate',
130 def formatdate(timeval=None, localtime=False, usegmt=False):
124 def formatdate(timeval=None, localtime=False, usegmt=False): function
  /external/python/cpython2/Lib/email/
utils.py 13 'formatdate',
130 def formatdate(timeval=None, localtime=False, usegmt=False):
124 def formatdate(timeval=None, localtime=False, usegmt=False): function
  /external/python/cpython3/Lib/email/
utils.py 13 'formatdate',
126 def formatdate(timeval=None, localtime=False, usegmt=False): function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
handlers.py     [all...]
  /external/python/cpython2/Lib/logging/
handlers.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
rfc822.py 952 def formatdate(timeval=None): function
    [all...]
urllib2.py     [all...]
urllib.py 477 modified = email.utils.formatdate(stats.st_mtime, usegmt=True)
    [all...]
  /external/python/cpython2/Lib/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]
  /external/python/cpython2/Lib/
rfc822.py 957 def formatdate(timeval=None): function
    [all...]
urllib.py 485 modified = email.utils.formatdate(stats.st_mtime, usegmt=True)
    [all...]
  /external/python/cpython3/Lib/http/
server.py 590 return email.utils.formatdate(timestamp, usegmt=True)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_urllib2.py 696 modified = rfc822.formatdate(stats.st_mtime)
    [all...]
  /external/python/cpython2/Lib/test/
test_urllib2.py 717 modified = rfc822.formatdate(stats.st_mtime)
    [all...]
  /external/python/cpython3/Lib/test/
test_httpservers.py 349 self.last_modif_header = email.utils.formatdate(
    [all...]
test_urllib2.py 802 modified = email.utils.formatdate(stats.st_mtime, usegmt=True)
    [all...]
  /external/python/cpython3/Lib/urllib/
request.py     [all...]

Completed in 692 milliseconds