/external/llvm/bindings/python/llvm/ |
D | object.py | 144 last.expire() 147 last.expire() 172 last.expire() 175 last.expire() 264 last.expire() 267 last.expire() 283 def expire(self): member in Section 350 def expire(self): member in Symbol 414 def expire(self): member in Relocation
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/python/llvm/ |
D | object.py | 144 last.expire() 147 last.expire() 172 last.expire() 175 last.expire() 264 last.expire() 267 last.expire() 283 def expire(self): member in Section 350 def expire(self): member in Symbol 414 def expire(self): member in Relocation
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | xt_hashlimit.h | 41 __u32 expire; /* when do entries expire? */ member 65 __u32 expire; /* when do entries expire? */ member 79 __u32 expire; /* when do entries expire? */ member 93 __u32 expire; /* when do entries expire? */ member
|
/external/iptables/extensions/ |
D | libxt_hashlimit.c | 116 XTOPT_POINTER(s, cfg.expire)}, 147 XTOPT_POINTER(s, cfg.expire)}, 177 XTOPT_POINTER(s, cfg.expire)}, 197 to->expire = cfg->expire; in cfg_copy() 541 info->cfg.expire = udata->mult * 1000; /* from s to msec */ in hashlimit_check() 553 info->cfg.expire = udata->mult * 1000; /* from s to msec */ in hashlimit_mt_check_v1() 567 info->cfg.expire = XT_HASHLIMIT_BYTE_EXPIRE_BURST * 1000; in hashlimit_mt_check_v1() 583 info->cfg.expire = udata->mult * 1000; /* from s to msec */ in hashlimit_mt_check() 597 info->cfg.expire = XT_HASHLIMIT_BYTE_EXPIRE_BURST * 1000; in hashlimit_mt_check() 719 if (r->cfg.expire != quantum) in hashlimit_print() [all …]
|
D | libxt_hashlimit.t | 14 …hashlimit-upto 1/sec --hashlimit-burst 1 --hashlimit-name mini1 --hashlimit-htable-expire 2000;=;OK 15 …hashlimit-burst 1 --hashlimit-mode srcip --hashlimit-name mini1 --hashlimit-htable-expire 2000;=;OK 16 …hashlimit-burst 1 --hashlimit-mode dstip --hashlimit-name mini1 --hashlimit-htable-expire 2000;=;OK 17 …t-mode dstip --hashlimit-name mini1 --hashlimit-htable-max 2000 --hashlimit-htable-expire 2000;=;OK 18 …--hashlimit-htable-max 2000 --hashlimit-htable-gcinterval 60000 --hashlimit-htable-expire 2000;=;OK
|
D | libxt_hashlimit.man | 49 \fB\-\-hashlimit\-htable\-expire\fP \fImsec\fP 50 After how many milliseconds do hash entries expire.
|
/external/iptables/include/linux/netfilter/ |
D | xt_hashlimit.h | 37 __u32 expire; /* when do entries expire? */ member 61 __u32 expire; /* when do entries expire? */ member 75 __u32 expire; /* when do entries expire? */ member
|
/external/skia/src/gpu/ |
D | GrResourceAllocator.cpp | 289 void GrResourceAllocator::expire(unsigned int curIndex) { in expire() function in GrResourceAllocator 339 this->expire(cur->start()); in assign() 364 this->expire(tmp->start()); in assign() 366 this->expire(std::numeric_limits<unsigned int>::max()); in assign() 421 this->expire(tmp->start()); in assign() 423 this->expire(std::numeric_limits<unsigned int>::max()); in assign() 431 this->expire(std::numeric_limits<unsigned int>::max()); in assign()
|
/external/ltp/testcases/open_posix_testsuite/functional/timers/ |
D | plan.txt | 63 - Have a timer expire when setting the time. 79 - [Relative only] Set up multiple timers to expire after the same duration 80 and ensure they expire in the order set up. (May need to nanosleep 85 - Set two timers to expire at the same time, different events, in the 87 - Set up two timers to expire for the same time in two different processes. 88 - Set up one repeating timer to expire after X time and one non-repeating 89 to expire after 2*X time.
|
/external/skqp/src/gpu/ |
D | GrResourceAllocator.cpp | 289 void GrResourceAllocator::expire(unsigned int curIndex) { in expire() function in GrResourceAllocator 339 this->expire(cur->start()); in assign() 364 this->expire(tmp->start()); in assign() 366 this->expire(std::numeric_limits<unsigned int>::max()); in assign() 421 this->expire(tmp->start()); in assign() 423 this->expire(std::numeric_limits<unsigned int>::max()); in assign() 431 this->expire(std::numeric_limits<unsigned int>::max()); in assign()
|
/external/u-boot/disk/ |
D | part_iso.h | 56 unsigned char expire[17]; /* expiring date */ member 94 unsigned char expire[17]; /* expiring date */ member
|
/external/mdnsresponder/mDNSShared/ |
D | dnsextd.h | 66 long expire; // expiration time, in seconds since epoch member 101 mDNSs32 expire; // expiration, absolute, in seconds since epoch member
|
/external/virglrenderer/src/gallium/include/c11/ |
D | threads_posix.h | 223 time_t expire = time(NULL); in mtx_timedlock() 224 expire += xt->sec; in mtx_timedlock() 227 if (expire < now) in mtx_timedlock()
|
D | threads_win32.h | 443 time_t expire, now; in mtx_timedlock() local 445 expire = time(NULL); in mtx_timedlock() 446 expire += xt->sec; in mtx_timedlock() 449 if (expire < now) in mtx_timedlock()
|
/external/mesa3d/include/c11/ |
D | threads_posix.h | 247 time_t expire = time(NULL); in mtx_timedlock() 248 expire += ts->tv_sec; in mtx_timedlock() 251 if (expire < now) in mtx_timedlock()
|
D | threads_win32.h | 457 time_t expire, now; in mtx_timedlock() local 459 expire = time(NULL); in mtx_timedlock() 460 expire += ts->tv_sec; in mtx_timedlock() 463 if (expire < now) in mtx_timedlock()
|
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_server/ |
D | _handler.py | 190 def expire(self): member in _Handler 215 expiration_future = time.call_at(handler.expire, deadline)
|
/external/ImageMagick/coders/ |
D | jnx.c | 76 expire, member 179 jnx_info.expire=ReadBlobLSBSignedLong(image); in ReadJNXImage()
|
/external/desugar/test/java/com/google/devtools/build/android/desugar/scan/testdata/ |
D | CollectionReferences.java | 57 public void expire(long before) { in expire() method in CollectionReferences
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_upnp.c | 697 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()
|
/external/u-boot/drivers/net/ |
D | pic32_eth.c | 169 u64 expire; in pic32_mac_init() local 199 expire = get_ticks() + get_tbclk() * 2; in pic32_mac_init() 200 for (; get_ticks() < expire;) { in pic32_mac_init()
|
/external/wpa_supplicant_8/src/ap/ |
D | dpp_hostapd.c | 1055 os_time_t expire; in hostapd_dpp_rx_peer_disc_req() local 1102 connector, connector_len, &expire); in hostapd_dpp_rx_peer_disc_req() 1118 if (!expire || (os_time_t) hapd->conf->dpp_netaccesskey_expiry < expire) in hostapd_dpp_rx_peer_disc_req() 1119 expire = hapd->conf->dpp_netaccesskey_expiry; in hostapd_dpp_rx_peer_disc_req() 1120 if (expire) in hostapd_dpp_rx_peer_disc_req() 1121 expiration = expire - now.sec; in hostapd_dpp_rx_peer_disc_req()
|
/external/adeb/utils/ |
D | support | 120 --expire-time=1500 \
|
/external/curl/tests/data/ |
D | test356 | 60 # strip out the (dynamic) expire date from the file so that the rest
|
/external/kernel-headers/original/uapi/linux/ |
D | auto_fs.h | 186 struct autofs_packet_expire expire; member
|