HomeSort by relevance Sort by last modified time
    Searched defs:expire (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/skqp/src/gpu/
GrResourceAllocator.cpp 184 void GrResourceAllocator::expire(unsigned int curIndex) { function in class:GrResourceAllocator
217 this->expire(cur->start());
272 // expire all the remaining intervals to drain the active interval list
273 this->expire(std::numeric_limits<unsigned int>::max());
  /external/llvm/bindings/python/llvm/
object.py 38 objects that "expire" but are still active from a dynamic language.
144 last.expire()
147 last.expire()
172 last.expire()
175 last.expire()
264 last.expire()
267 last.expire()
283 def expire(self): member in class:Section
284 """Expire the section.
333 The returned Section instance does not expire, unlike Sections that ar
350 def expire(self): member in class:Symbol
414 def expire(self): member in class:Relocation
    [all...]
  /external/skia/src/gpu/
GrResourceAllocator.cpp 189 void GrResourceAllocator::expire(unsigned int curIndex) { function in class:GrResourceAllocator
227 this->expire(cur->start());
282 // expire all the remaining intervals to drain the active interval list
283 this->expire(std::numeric_limits<unsigned int>::max());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_hashlimit.h 31 __u32 expire; /* when do entries expire? */ member in struct:hashlimit_cfg
55 __u32 expire; /* when do entries expire? */ member in struct:hashlimit_cfg1
  /system/netd/server/dns/
DnsTlsQueryMap.cpp 51 void DnsTlsQueryMap::expire(QueryPromise* p) { function in class:android::net::DnsTlsQueryMap
69 expire(&p);
120 expire(&q.second);
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_hashlimit.h 44 __u32 expire; member in struct:hashlimit_cfg
62 __u32 expire; member in struct:hashlimit_cfg1
72 __u32 expire; member in struct:hashlimit_cfg2
82 __u32 expire; member in struct:hashlimit_cfg3
  /external/ImageMagick/coders/
jnx.c 83 expire,
187 jnx_info.expire=ReadBlobLSBSignedLong(image);
80 expire, member in struct:_JNXInfo
  /external/dhcpcd-6.8.2/
auth.h 55 time_t expire; member in struct:token
ipv6nd.h 40 struct timespec expire; member in struct:ra_opt
79 /* On carrier up, expire known routers after RTR_CARRIER_EXPIRE seconds. */
  /external/iptables/include/linux/netfilter/
xt_hashlimit.h 37 __u32 expire; /* when do entries expire? */ member in struct:hashlimit_cfg
61 __u32 expire; /* when do entries expire? */ member in struct:hashlimit_cfg1
75 __u32 expire; /* when do entries expire? */ member in struct:hashlimit_cfg2
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_hashlimit.h 41 __u32 expire; /* when do entries expire? */ member in struct:hashlimit_cfg
65 __u32 expire; /* when do entries expire? */ member in struct:hashlimit_cfg1
79 __u32 expire; /* when do entries expire? */ member in struct:hashlimit_cfg2
93 __u32 expire; /* when do entries expire? */ member in struct:hashlimit_cfg3
  /bionic/libc/kernel/uapi/linux/
auto_fs4.h 55 struct autofs_packet_expire expire; member in union:autofs_packet_union
auto_dev-ioctl.h 84 struct args_expire expire; member in union:autofs_dev_ioctl::__anon468
  /external/kernel-headers/original/uapi/linux/
auto_fs4.h 28 /* Mask for expire behaviour */
96 /* Expire entry (umount request) */
101 /* Indirect mount missing and expire requests. */
105 /* Direct mount missing and expire requests */
109 /* v4 multi expire (via pipe) */
120 struct autofs_packet_expire expire; member in union:autofs_packet_union
auto_dev-ioctl.h 107 struct args_expire expire; member in union:autofs_dev_ioctl::__anon22674
136 /* Mount/expire status returns */
150 /* Check for eligible expire candidates */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
auto_fs4.h 29 /* Mask for expire behaviour */
101 /* Expire entry (umount request) */
106 /* Indirect mount missing and expire requests. */
110 /* Direct mount missing and expire requests */
114 /* v4 multi expire (via pipe) */
125 struct autofs_packet_expire expire; member in union:autofs_packet_union
  /external/mdnsresponder/mDNSShared/
dnsextd.h 66 long expire; // expiration time, in seconds since epoch member in struct:RRTableElem
101 mDNSs32 expire; // expiration, absolute, in seconds since epoch member in struct:LLQEntry
  /external/mesa3d/include/c11/
threads_win32.h 443 time_t expire, now; local
445 expire = time(NULL);
446 expire += xt->sec;
449 if (expire < now)
  /packages/apps/DeskClock/src/com/android/deskclock/data/
Timer.java 99 /** The time at which the timer is scheduled to expire; negative if it is already expired. */
157 * @return the elapsed realtime at which this timer will or did expire
168 * @return the wall clock time at which this timer will or did expire
220 Timer expire() { method in class:Timer
  /external/wpa_supplicant_8/src/ap/
dpp_hostapd.c 898 os_time_t expire; local
945 connector, connector_len, &expire) < 0) {
951 if (!expire || hapd->conf->dpp_netaccesskey_expiry < expire)
952 expire = hapd->conf->dpp_netaccesskey_expiry;
953 if (expire)
954 expiration = expire - now.sec;
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_upnp.c 697 time_t expire = now + UPNP_SUBSCRIBE_SEC; local
722 s->timeout_time = expire;
762 time_t expire = now + UPNP_SUBSCRIBE_SEC; local
768 s->timeout_time = expire;
    [all...]
  /hardware/google/av/codec2/vndk/bufferpool/
BufferPoolClient.cpp 187 bool expire() const { function in struct:android::hardware::media::bufferpool::V1_0::implementation::BufferPoolClient::Impl::ClientBuffer
532 if (!it->second->hasCache() && (it->second->expire() || clearCache)) {
  /hardware/qcom/gps/msm8909/utils/
LocTimer.cpp 69 each (those that expire the soonest) to kernel via services
127 void expire();
171 // and gets deleted when client calls LocTimer::stop() or when the it expire()'s.
190 void expire();
354 // Upon expire, we check and continuously pop the heap until
356 void LocTimerContainer::expire() { function in class:LocTimerContainer
367 // and then call expire() on that timer.
372 timer->expire();
463 container->expire();
489 // method returns. Nulling this handle so that expire()
517 void LocTimerDelegate::expire() { function in class:LocTimerDelegate
    [all...]
  /hardware/qcom/gps/msm8909w_3100/utils/
LocTimer.cpp 69 each (those that expire the soonest) to kernel via services
127 void expire();
171 // and gets deleted when client calls LocTimer::stop() or when the it expire()'s.
190 void expire();
354 // Upon expire, we check and continuously pop the heap until
356 void LocTimerContainer::expire() { function in class:LocTimerContainer
367 // and then call expire() on that timer.
372 timer->expire();
463 container->expire();
491 // method returns. Nulling this handle so that expire()
524 void LocTimerDelegate::expire() { function in class:LocTimerDelegate
    [all...]
  /hardware/qcom/gps/msm8996/utils/
LocTimer.cpp 70 each (those that expire the soonest) to kernel via services
128 void expire();
172 // and gets deleted when client calls LocTimer::stop() or when the it expire()'s.
191 void expire();
354 // Upon expire, we check and continuously pop the heap until
356 void LocTimerContainer::expire() { function in class:LocTimerContainer
367 // and then call expire() on that timer.
372 timer->expire();
462 container->expire();
488 // method returns. Nulling this handle so that expire()
516 void LocTimerDelegate::expire() { function in class:LocTimerDelegate
    [all...]

Completed in 859 milliseconds

1 2 3