Searched defs:expires (Results 1 - 25 of 33) sorted by relevance

12

/external/nist-sip/java/javax/sip/header/
H A DExpiresHeader.java9 void setExpires(int expires) throws InvalidArgumentException; argument
H A DContactHeader.java9 void setExpires(int expires) throws InvalidArgumentException; argument
H A DHeaderFactory.java73 ExpiresHeader createExpiresHeader(int expires) argument
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DExpires.java52 /** expires field
54 protected int expires; field in class:Expires
71 return buffer.append(expires);
75 * Gets the expires value of the ExpiresHeader. This expires value is
81 * @return the expires value of the ExpiresHeader.
86 return expires;
90 * Sets the relative expires value of the ExpiresHeader.
91 * The expires value MUST be greater than zero and MUST be
94 * @param expires
100 setExpires(int expires) argument
[all...]
H A DMinExpires.java52 /** expires field
54 protected int expires; field in class:MinExpires
67 return Integer.toString(expires);
71 * Gets the expires value of the ExpiresHeader. This expires value is
74 * @return the expires value of the ExpiresHeader.
78 return expires;
82 * Sets the relative expires value of the ExpiresHeader.
83 * The expires value MUST be greater than zero and MUST be
86 * @param expires
93 setExpires(int expires) argument
[all...]
H A DSubscriptionState.java52 protected int expires; field in class:SubscriptionState
60 expires = -1;
65 * Sets the relative expires value of the SubscriptionStateHeader. The
66 * expires value MUST be greater than zero and MUST be less than 2**31.
68 * @param expires - the new expires value of this SubscriptionStateHeader.
71 public void setExpires(int expires) throws InvalidArgumentException { argument
72 if (expires < 0)
75 + "Exception, SubscriptionState, setExpires(), the expires parameter is < 0");
76 this.expires
[all...]
H A DHeaderFactoryExt.java212 * Creates a new SessionExpiresHeader based on the newly supplied expires value.
214 * @param expires - the new integer value of the expires.
215 * @throws InvalidArgumentException if supplied expires is less
220 public SessionExpiresHeader createSessionExpiresHeader(int expires) throws InvalidArgumentException ; argument
H A DHeaderFactoryImpl.java458 * Creates a new ExpiresHeader based on the newly supplied expires value.
460 * @param expires - the new integer value of the expires.
461 * @throws InvalidArgumentException if supplied expires is less
465 public ExpiresHeader createExpiresHeader(int expires) argument
467 if (expires < 0)
468 throw new InvalidArgumentException("bad value " + expires);
470 e.setExpires(expires);
606 * Creates a new MinSEHeader based on the newly supplied expires value.
608 * @param expires
618 createMinSEHeader(int expires) argument
1641 createSessionExpiresHeader(int expires) argument
[all...]
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/
H A DMinSE.java36 /** expires field
38 public int expires; field in class:MinSE
51 String retval = Integer.toString(expires); // seems overkill - but Expires did this.
66 * Gets the expires value of the ExpiresHeader. This expires value is
72 * @return the expires value of the ExpiresHeader.
78 return expires;
82 * Sets the relative expires value of the ExpiresHeader.
83 * The expires value MUST be greater than zero and MUST be
86 * @param expires
93 setExpires(int expires) argument
[all...]
H A DSessionExpiresHeader.java19 public void setExpires(int expires) throws InvalidArgumentException; argument
H A DSessionExpires.java32 public int expires; field in class:SessionExpires
42 * Gets the expires value of the SessionExpiresHeader. This expires value is
47 * @return the expires value of the ExpiresHeader.
53 return expires;
57 * Sets the relative expires value of the SessionExpiresHeader.
58 * The expires value MUST be greater than zero and MUST be
61 * @param expires - the new expires value
68 public void setExpires(int expires) throw argument
[all...]
/external/chromium-trace/trace-viewer/perf_insights/third_party/cloudstorage/
H A Drest_api.py84 expires = ndb.FloatProperty() variable in class:_AE_TokenStorage_
125 (scopes, service_account_id) -> (token, expires).
209 if refresh or ts is None or ts.expires < (
214 ts = _AE_TokenStorage_(id=key, token=token, expires=expires_at)
/external/toybox/toys/pending/
H A Ddumpleases.c30 uint32_t expires; member in struct:lease
59 exp = ntohl(lease_struct.expires) + written_time;
66 unsigned expires = exp - current_time; local
67 dt = expires / (24*60*60); expires %= (24*60*60);
68 hr = expires / (60*60); expires %= (60*60);
69 m = expires / 60; expires %= 60;
71 xprintf("%02u:%02u:%02u\n", hr, m, (unsigned)expires);
[all...]
H A Ddhcpd.c117 uint32_t expires; member in struct:__anon14729
879 tmp_time = dls->expires;
880 dls->expires -= curr;
881 if ((int32_t) dls->expires < 0) goto skip;
882 dls->expires = htonl(dls->expires);
885 dls->expires = tmp_time;
933 if (((int32_t)(((dyn_lease*) listdls->arg)->expires) - time(NULL)) < 0)
957 if (update) *req_exp = get_lease(*req_exp + ((dyn_lease*) listdls->arg)->expires);
958 ((dyn_lease*) listdls->arg)->expires
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DCacheStrategy.java106 private Date expires; field in class:CacheStrategy.Factory
140 expires = HttpDate.parse(value);
250 } else if (expires != null) {
254 long delta = expires.getTime() - servedMillis;
293 return cacheResponse.cacheControl().maxAgeSeconds() == -1 && expires == null;
/external/jetty/src/java/org/eclipse/jetty/server/handler/
H A DMovedContextHandler.java138 * @return the expires header value or null if no expires header
147 * @param expires the expires header value or null if no expires header
149 public void setExpires(String expires) argument
151 _expires = expires;
/external/dnsmasq/src/
H A Dhelper.c44 time_t expires; member in struct:script_data
155 sprintf(daemon->dhcp_buff2, "%lu ", (unsigned long)data.expires);
366 buf->expires = lease->expires;
368 buf->remaining_time = (unsigned int)difftime(lease->expires, now);
/external/nist-sip/java/javax/sip/message/
H A DMessage.java54 void setExpires(ExpiresHeader expires); argument
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/
H A Dcookies.py251 expires = cookie_property(b'expires', serialize_cookie_date) variable in class:Morsel
273 expires = self[b'expires']
274 if expires:
275 add(b'expires=' + expires)
427 _c_keys.update([b'expires', b'secure', b'httponly'])
435 # We are deleting the cookie, override max_age and expires
443 expires
[all...]
H A Dresponse.py533 expires = date_header('Expires', '14.21') variable in class:Response
697 comment=None, expires=None, overwrite=False):
718 cookie. If ``expires`` is not passed and this value is not
722 (unless ``expires`` is set). If both ``max_age`` and ``expires`` are
754 ``expires``
762 If ``max_age`` is set, it will be used to generate the ``expires``
774 # If expires is set, but not max_age we set max_age to expires
775 if not max_age and isinstance(expires, timedelt
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java208 entryFactory = EntryFactory.getFactory(keyStrength, expires(), evictsBySize());
269 boolean expires() { method in class:MapMakerInternalMap
1904 if (expires() && isExpired(entry)) {
2109 expirationQueue = map.expires()
2283 if (map.expires()) {
2426 } else if (map.expires() && map.isExpired(e)) {
3036 if (map.expires() && map.isExpired(entry)) {
/external/nanohttpd/core/src/main/java/fi/iki/elonen/
H A DNanoHTTPD.java1334 public Cookie(String name, String value, String expires) { argument
1337 e = expires;
1351 String fmt = "%s=%s; expires=%s";
1407 * @param expires How many days until the cookie expires.
1409 public void set(String name, String value, int expires) { argument
1410 queue.add(new Cookie(name, value, Cookie.getHTTPTime(expires)));
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java323 boolean expires() { method in class:LocalCache
/external/iproute2/include/linux/
H A Dpkt_cls.h141 __u64 expires; member in struct:tcf_t
/external/kernel-headers/original/uapi/linux/
H A Dpkt_cls.h141 __u64 expires; member in struct:tcf_t

Completed in 603 milliseconds

12