/external/avahi/avahi-core/ |
D | timeeventq.c | 36 struct timeval expiry; member 52 if ((ret = avahi_timeval_compare(&a->expiry, &b->expiry)) != 0) in compare() 71 q->poll_api->timeout_update(q->timeout, &e->expiry); in update_timeout() 86 if (avahi_timeval_compare(&now, &e->expiry) >= 0) { in expiration_event() 113 if (avahi_timeval_compare(&now, &e->expiry) > 0) in fix_expiry_time() 114 e->expiry = now; in fix_expiry_time() 183 e->expiry = *timeval; in avahi_time_event_new() 185 e->expiry.tv_sec = 0; in avahi_time_event_new() 186 e->expiry.tv_usec = 0; in avahi_time_event_new() 219 e->expiry = *timeval; in avahi_time_event_update()
|
D | cache.c | 231 avahi_time_event_update(e->time_event, &e->expiry); in update_time_event() 233 … e->time_event = avahi_time_event_new(c->server->time_event_queue, &e->expiry, elapse_func, e); in update_time_event() 258 e->expiry = e->timestamp; in next_expiry() 259 avahi_timeval_add(&e->expiry, usec); in next_expiry() 271 gettimeofday(&e->expiry, NULL); in expire_in_one_second() 272 avahi_timeval_add(&e->expiry, 1000000); /* 1s */ in expire_in_one_second()
|
D | wide-area.c | 52 struct timeval expiry; member 441 c->expiry = c->timestamp; in add_to_cache() 442 avahi_timeval_add(&c->expiry, r->ttl * 1000000); in add_to_cache() 445 avahi_time_event_update(c->time_event, &c->expiry); in add_to_cache() 447 … c->time_event = avahi_time_event_new(e->server->time_event_queue, &c->expiry, expiry_event, c); in add_to_cache()
|
D | cache.h | 50 struct timeval expiry; member
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/ |
D | deprecation.js | 22 var expiry = new Date(date); 23 expiry.setMonth(expiry.getMonth() + 3); // 3 months grace period 25 if (today < expiry) { 27 … ' + feature + ' ' + auxVerb + ' deprecated and will stop working on ' + expiry.toDateString() + '…
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/ |
D | oauth2_client.py | 581 self.refresh_token, access_token.expiry, self.token_uri, None) 679 def __init__(self, token, expiry, datetime_strategy=datetime.datetime): argument 681 self.expiry = expiry 693 expiry = None 697 expiry = datetime.datetime( 701 return AccessToken(GetValue(kv, 'token'), expiry) 708 if self.expiry: 709 t = self.expiry 725 if self.expiry is None: 728 + datetime.timedelta(seconds=time_delta) > self.expiry) [all …]
|
D | test_oauth2_client.py | 141 token_1.expiry) 166 token_3.expiry) 176 expiry = start + datetime.timedelta(minutes=60) 178 'foo', expiry, datetime_strategy=mock_datetime) 220 expiry = datetime.datetime(2011, 3, 1, 11, 25, 13, 300826) 221 token = oauth2_client.AccessToken('foo', expiry)
|
/external/avahi/avahi-common/ |
D | simple-watch.c | 55 struct timeval expiry; member 264 t->expiry = *tv; in timeout_new() 281 t->expiry = *tv; in timeout_update() 434 if (!n || avahi_timeval_compare(&t->expiry, &n->expiry) < 0) in find_next_timeout() 486 if (next_timeout->expiry.tv_sec == 0 && in avahi_simple_poll_prepare() 487 next_timeout->expiry.tv_usec == 0) { in avahi_simple_poll_prepare() 495 usec = avahi_timeval_diff(&next_timeout->expiry, &now); in avahi_simple_poll_prepare() 560 if (next_timeout->expiry.tv_sec == 0 && next_timeout->expiry.tv_usec == 0) { in avahi_simple_poll_dispatch() 567 if (avahi_age(&next_timeout->expiry) >= 0) { in avahi_simple_poll_dispatch()
|
/external/avahi/avahi-glib/ |
D | glib-watch.c | 48 struct timeval expiry; member 183 t->expiry = *tv; in timeout_new() 198 t->expiry = *tv; in timeout_update() 239 if (!n || avahi_timeval_compare(&t->expiry, &n->expiry) < 0) in find_next_timeout() 277 usec = avahi_timeval_diff(&next_timeout->expiry, &tvnow); in prepare_func() 305 if (avahi_timeval_compare(&next_timeout->expiry, &tvnow) <= 0) in check_func() 330 if (avahi_timeval_compare(&next_timeout->expiry, &tvnow) < 0) { in dispatch_func()
|
/external/curl/lib/ |
D | curl_sasl_sspi.c | 138 TimeStamp expiry; /* For Windows 9x compatibility of SSPI calls */ in Curl_sasl_create_digest_md5_message() local 208 &credentials, &expiry); in Curl_sasl_create_digest_md5_message() 239 &expiry); in Curl_sasl_create_digest_md5_message() 420 TimeStamp expiry; /* For Windows 9x compatibility of SSPI calls */ in Curl_sasl_create_digest_http_message() local 463 &credentials, &expiry); in Curl_sasl_create_digest_http_message() 497 &resp_desc, &attrs, &expiry); in Curl_sasl_create_digest_http_message() 589 TimeStamp expiry; /* For Windows 9x compatibility of SSPI calls */ in Curl_sasl_create_ntlm_type1_message() local 637 ntlm->credentials, &expiry); in Curl_sasl_create_ntlm_type1_message() 662 &attrs, &expiry); in Curl_sasl_create_ntlm_type1_message() 751 TimeStamp expiry; /* For Windows 9x compatibility of SSPI calls */ in Curl_sasl_create_ntlm_type3_message() local [all …]
|
D | http_negotiate_sspi.c | 54 TimeStamp expiry; /* For Windows 9x compatibility of SSPI calls */ in Curl_input_negotiate() local 160 neg_ctx->credentials, &expiry); in Curl_input_negotiate() 210 &expiry); in Curl_input_negotiate()
|
D | socks_sspi.c | 81 TimeStamp expiry; in Curl_SOCKS5_gssapi_negotiate() local 142 &expiry); in Curl_SOCKS5_gssapi_negotiate() 174 &expiry); in Curl_SOCKS5_gssapi_negotiate()
|
/external/libpcap/ |
D | pcap-dos.c | 223 struct timeval now, expiry = { 0,0 }; in pcap_read_one() local 230 expiry.tv_usec = now.tv_usec + 1000UL * p->opt.timeout; in pcap_read_one() 231 expiry.tv_sec = now.tv_sec; in pcap_read_one() 232 while (expiry.tv_usec >= 1000000L) in pcap_read_one() 234 expiry.tv_usec -= 1000000L; in pcap_read_one() 235 expiry.tv_sec++; in pcap_read_one() 307 if (timercmp(&now, &expiry, >)) in pcap_read_one()
|
/external/jetty/src/java/org/eclipse/jetty/util/thread/ |
D | Timeout.java | 123 final long expiry = _now-_duration; in tick() local 133 if (task==_head || task._timestamp>expiry) in tick()
|
/external/guice/extensions/servlet/src/com/google/inject/servlet/ |
D | ContinuingHttpServletRequest.java | 123 @Override public void setMaxAge(int expiry) { in setMaxAge() argument
|
/external/curl/tests/data/ |
D | test8 | 45 Set-Cookie: blexp=yesyes; domain=%HOSTIP; domain=%HOSTIP; expiry=totally bad;
|
D | test31 | 54 Set-Cookie: blexp=yesyes; domain=127.0.0.1; domain=127.0.0.1; expiry=totally bad; 75 # which causes the cookie expiry times to be different.
|
D | test1104 | 59 HTTP cookie expiry date at Jan 1 00:00:00 GMT 1970
|
D | test61 | 43 # which causes the cookie expiry times to be different.
|
D | test46 | 40 # which causes the cookie expiry times to be different from what we expect.
|
D | test506 | 61 # which causes the cookie expiry times to be different.
|
/external/guice/extensions/servlet/lib/build/ |
D | servlet-api-2.5.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/servlet/
javax/ ... |
/external/guice/extensions/struts2/lib/ |
D | servlet-api-2.5.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/servlet/
javax/ ... |
/external/guice/extensions/persist/lib/ |
D | servlet-api-2.5.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/servlet/
javax/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | javax.servlet_2.5.0.v200910301333.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |