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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
utils.py 13 'formatdate',
130 def formatdate(timeval=None, localtime=False, usegmt=False):
124 def formatdate(timeval=None, localtime=False, usegmt=False): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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/chromium_org/chrome/test/functional/
test_utils.py 159 msg['Date'] = email.Utils.formatdate(localtime=True)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
handlers.py 924 from email.utils import formatdate namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
handlers.py 924 from email.utils import formatdate namespace
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rfc822.py 952 def formatdate(timeval=None): function
    [all...]
urllib.py 479 modified = email.utils.formatdate(stats.st_mtime, usegmt=True)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rfc822.py 952 def formatdate(timeval=None): function
    [all...]
urllib.py 479 modified = email.utils.formatdate(stats.st_mtime, usegmt=True)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 702 modified = rfc822.formatdate(stats.st_mtime)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urllib2.py 702 modified = rfc822.formatdate(stats.st_mtime)
    [all...]

Completed in 383 milliseconds