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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_LWPCookieJar.py 73 if not ignore_expires and cookie.is_expired(now):
161 if not ignore_expires and c.is_expired(now):
_MozillaCookieJar.py 102 if not ignore_expires and c.is_expired(now):
125 if not ignore_expires and cookie.is_expired(now):
cookielib.py 774 def is_expired(self, now=None): member in class:Cookie
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_LWPCookieJar.py 73 if not ignore_expires and cookie.is_expired(now):
161 if not ignore_expires and c.is_expired(now):
_MozillaCookieJar.py 102 if not ignore_expires and c.is_expired(now):
125 if not ignore_expires and cookie.is_expired(now):
cookielib.py 774 def is_expired(self, now=None): member in class:Cookie
    [all...]
  /external/dnsmasq/src/
cache.c 246 static int is_expired(time_t now, struct crec *crecp) function
277 if (is_expired(now, crecp) || is_outdated_cname_pointer(crecp))
311 if (is_expired(now, crecp))
512 if (!is_expired(now, crecp) && !is_outdated_cname_pointer(crecp))
604 if (!is_expired(now, crecp))
    [all...]

Completed in 519 milliseconds