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

  /external/chromium_org/tools/telemetry/telemetry/core/
memory_cache_http_server.py 64 self.date_time_string(resource['last-modified']))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SimpleHTTPServer.py 95 self.send_header("Last-Modified", self.date_time_string(fs.st_mtime))
BaseHTTPServer.py 396 self.send_header('Date', self.date_time_string())
464 def date_time_string(self, timestamp=None): member in class:BaseHTTPRequestHandler
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SimpleHTTPServer.py 95 self.send_header("Last-Modified", self.date_time_string(fs.st_mtime))
BaseHTTPServer.py 396 self.send_header('Date', self.date_time_string())
464 def date_time_string(self, timestamp=None): member in class:BaseHTTPRequestHandler
  /external/clang/tools/scan-view/
ScanView.py 725 self.send_header("Last-Modified", self.date_time_string(fs.st_mtime))
736 self.send_header("Last-Modified", self.date_time_string(mtime))
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
gml.php 139 'date_date_string','date_time_string','date_days_in_month','date_days_in_year','date_leap_year',
    [all...]
  /external/chromium_org/tools/telemetry/docs/
telemetry.core.memory_cache_http_server.html 245 <dl><dt><a name="MemoryCacheHTTPRequestHandler-date_time_string"><strong>date_time_string</strong></a>(self, timestamp<font color="#909090">=None</font>)</dt><dd><tt>Return&nbsp;the&nbsp;current&nbsp;date&nbsp;and&nbsp;time&nbsp;formatted&nbsp;for&nbsp;a&nbsp;message&nbsp;header.</tt></dd></dl>
    [all...]

Completed in 1559 milliseconds