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

  /external/webkit/LayoutTests/http/tests/cookies/resources/
clearCookies.cgi 10 if ($cookie =~ /Max-Age/i) {
11 $cookie =~ s/Max-Age *= *[0-9]+/Max-Age=0/i;
15 $cookie .= "Max-Age=0";
cookies-test-pre.js 219 // cookie must be exactly the same except for the "Max-Age"
  /external/icu4c/
runConfigureICU 32 AIX Use the IBM Visual Age xlc_r/xlC_r compilers on AIX
44 Linux/VA Use the IBM Visual Age compiler on Power PC Linux
221 THE_COMP="IBM Visual Age C++ Compiler"
  /external/v8/src/
compilation-cache.cc 89 void CompilationSubCache::Age() {
90 // Age the generations implicitly killing off the oldest.
492 subcaches_[i]->Age();
compilation-cache.h 64 // Age the sub-cache by evicting the oldest generation and creating a new
66 void Age();
  /libcore/luni/src/main/java/java/net/
HttpCookie.java 42 * Max-Age} attribute as an offset from {@link System#currentTimeMillis()
46 * with a {@code Max-Age} duration and adds {@code Comment} and {@code
73 RESERVED_NAMES.add("max-age"); // RFC 2109 RFC 2965
219 * Otherwise, if it has a max-age attribute, the version is 1.
334 } else if (name.equals("max-age") && cookie.maxAge == -1L) {
508 * Returns the {@code Max-Age} attribute, in delta-seconds.
561 * Returns true if this cookie's Max-Age is 0.
607 * Sets the {@code Max-Age} attribute of this cookie.

Completed in 315 milliseconds