Home
last modified time | relevance | path

Searched refs:expire (Results 1 - 25 of 36) sorted by relevance

12

/third_party/libinput/src/
H A Dtimer.c73 if (timer->expire < earliest_expire) in libinput_timer_arm_timer_fd()
74 earliest_expire = timer->expire; in libinput_timer_arm_timer_fd()
91 uint64_t expire, in libinput_timer_set_flags()
98 if (expire < now) { in libinput_timer_set_flags()
100 now - expire > timer_warning_limit) in libinput_timer_set_flags()
105 us2ms(now - expire)); in libinput_timer_set_flags()
106 } else if ((expire - now) > ms2us(5000)) { in libinput_timer_set_flags()
108 "timer %s: offset more than 5s, now %d expire %d\n", in libinput_timer_set_flags()
110 us2ms(now), us2ms(expire)); in libinput_timer_set_flags()
114 assert(expire); in libinput_timer_set_flags()
90 libinput_timer_set_flags(struct libinput_timer *timer, uint64_t expire, uint32_t flags) libinput_timer_set_flags() argument
124 libinput_timer_set(struct libinput_timer *timer, uint64_t expire) libinput_timer_set() argument
[all...]
H A Dtimer.h37 uint64_t expire; /* in absolute us CLOCK_MONOTONIC */ member
51 /* Set timer expire time, in absolute us CLOCK_MONOTONIC */
53 libinput_timer_set(struct libinput_timer *timer, uint64_t expire);
62 uint64_t expire,
/third_party/curl/docs/examples/
H A Dhsts-preload.c53 const char *expire; in hstsread() local
57 expire = preload_hosts[s->index++].exp; in hstsread()
62 strcpy(e->expire, expire); in hstsread()
63 fprintf(stderr, "HSTS preload '%s' until '%s'\n", host, expire); in hstsread()
76 e->name, e->expire); in hstswrite()
/third_party/curl/tests/libtest/
H A Dlib1915.c58 const char *expire; in hstsread() local
62 expire = preload_hosts[s->index++].exp; in hstsread()
67 strcpy(e->expire, expire); in hstsread()
91 printf("[%zu/%zu] %s %s\n", i->index, i->total, e->name, e->expire); in hstswrite()
/third_party/node/deps/cares/src/lib/
H A Dares_qcache.c32 ares__slist_t *expire; member
139 while ((node = ares__slist_node_first(cache->expire)) != NULL) { in ares__qcache_expire()
164 ares__slist_destroy(cache->expire); in ares__qcache_destroy()
215 cache->expire = ares__slist_create(rand_state, ares__qcache_entry_sort_cb, in ares__qcache_create()
217 if (cache->expire == NULL) { in ares__qcache_create()
372 if (ares__slist_insert(qcache->expire, entry) == NULL) { in ares__qcache_insert()
H A Dares_parse_soa_reply.c84 soa->expire = ares_dns_rr_get_u32(rr, ARES_RR_SOA_EXPIRE); in ares_parse_soa_reply()
H A Dares_dns_private.h76 unsigned int expire; member
/third_party/curl/lib/
H A Dhsts.c320 msnprintf(e.expire, sizeof(e.expire), "%d%02d%02d %02d:%02d:%02d", in hsts_push()
325 strcpy(e.expire, UNLIMITED); in hsts_push()
448 /* the same host name, use the largest expire time */ in hsts_add()
475 e.expire[0] = 0; in hsts_pull()
485 if(e.expire[0]) in hsts_pull()
486 expires = Curl_getdate_capped(e.expire); in hsts_pull()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/include/
H A Dhi_hwtimer.h109 hi_u32 expire; member
122 hi_u32 expire; member
/third_party/mesa3d/src/c11/impl/
H A Dthreads_posix.c221 time_t expire = time(NULL); in mtx_timedlock()
222 expire += ts->tv_sec; in mtx_timedlock()
225 if (expire < now) in mtx_timedlock()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_hrtimer.h106 * @param expire [IN] type #hi_u32,Expiration time of the timer (unit: microsecond).When the clock is set to
123 hi_u32 hi_hrtimer_start(hi_u32 timer_handle, hi_u32 expire, hi_hrtimer_callback_f hrtimer_func, hi_u32 data);
H A Dhi_timer.h84 * @li If the timer does not expire, stop and restart the timer.
94 * @param expire [IN] type #hi_u32,timeout period of the timer (unit: ms). If this parameter is set to 0,
106 hi_u32 hi_timer_start(hi_u32 timer_handle, hi_timer_type type, hi_u32 expire,
137 * @li If the timer does not expire, stop the timer before deleting it.
/third_party/skia/src/gpu/
H A DGrResourceAllocator.cpp310 void GrResourceAllocator::expire(unsigned int curIndex) { in expire() function in GrResourceAllocator
340 this->expire(cur->start()); in planAssignment()
369 // expire all the remaining intervals to drain the active interval list in planAssignment()
370 this->expire(std::numeric_limits<unsigned int>::max()); in planAssignment()
H A DGrResourceAllocator.h130 void expire(unsigned int curIndex);
/third_party/node/test/parallel/
H A Dtest-dns-resolveany.js23 expire: 1800,
H A Dtest-dns.js376 expire: 1800,
398 expire: 1800,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_upnp.c697 time_t expire = now + UPNP_SUBSCRIBE_SEC; in subscription_start() local
722 s->timeout_time = expire; in subscription_start()
762 time_t expire = now + UPNP_SUBSCRIBE_SEC; in subscription_renew() local
768 s->timeout_time = expire; in subscription_renew()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_upnp.c719 time_t expire = now + UPNP_SUBSCRIBE_SEC; in subscription_start() local
744 s->timeout_time = expire; in subscription_start()
784 time_t expire = now + UPNP_SUBSCRIBE_SEC; in subscription_renew() local
790 s->timeout_time = expire; in subscription_renew()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Ddpp_hostapd.c1064 os_time_t expire; in hostapd_dpp_rx_peer_disc_req() local
1111 connector, connector_len, &expire); in hostapd_dpp_rx_peer_disc_req()
1127 if (!expire || (os_time_t) hapd->conf->dpp_netaccesskey_expiry < expire) in hostapd_dpp_rx_peer_disc_req()
1128 expire = hapd->conf->dpp_netaccesskey_expiry; in hostapd_dpp_rx_peer_disc_req()
1129 if (expire) in hostapd_dpp_rx_peer_disc_req()
1130 expiration = expire - now.sec; in hostapd_dpp_rx_peer_disc_req()
/third_party/node/test/common/
H A Ddns.js143 rr.expire = buffer.readUInt32BE(trailerOffset + 12);
269 rr.serial, rr.refresh, rr.retry, rr.expire, rr.minttl,
/third_party/node/test/internet/
H A Dtest-dns.js366 assert.strictEqual(typeof result.expire, 'number');
367 assert.ok((result.expire > 0) && (result.expire < 2147483647));
H A Dtest-dns-any.js71 assert.strictEqual(typeof r.expire, 'number');
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
H A Dieee802_1x_kay_i.h48 time_t expire; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Ddpp_hostapd.c1615 os_time_t expire; in hostapd_dpp_rx_peer_disc_req() local
1662 connector, connector_len, &expire); in hostapd_dpp_rx_peer_disc_req()
1700 if (!expire || (os_time_t) hapd->conf->dpp_netaccesskey_expiry < expire) in hostapd_dpp_rx_peer_disc_req()
1701 expire = hapd->conf->dpp_netaccesskey_expiry; in hostapd_dpp_rx_peer_disc_req()
1702 if (expire) in hostapd_dpp_rx_peer_disc_req()
1703 expiration = expire - now.sec; in hostapd_dpp_rx_peer_disc_req()
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c3603 struct timespec expire; in dri2_client_wait_sync() local
3609 /* calculating when to expire */ in dri2_client_wait_sync()
3610 expire.tv_nsec = timeout % 1000000000L; in dri2_client_wait_sync()
3611 expire.tv_sec = timeout / 1000000000L; in dri2_client_wait_sync()
3613 expire.tv_nsec += current.tv_nsec; in dri2_client_wait_sync()
3614 expire.tv_sec += current.tv_sec; in dri2_client_wait_sync()
3616 /* expire.nsec now is a number between 0 and 1999999998 */ in dri2_client_wait_sync()
3617 if (expire.tv_nsec > 999999999L) { in dri2_client_wait_sync()
3618 expire.tv_sec++; in dri2_client_wait_sync()
3619 expire in dri2_client_wait_sync()
[all...]

Completed in 23 milliseconds

12