HomeSort by relevance Sort by last modified time
    Searched full:expiry (Results 76 - 100 of 368) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/sys/
mount.h 74 #define MNT_EXPIRE 4 /* Mark for expiry */
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/sys/
mount.h 74 #define MNT_EXPIRE 4 /* Mark for expiry */
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/sys/
mount.h 74 #define MNT_EXPIRE 4 /* Mark for expiry */
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/sys/
mount.h 74 #define MNT_EXPIRE 4 /* Mark for expiry */
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/sys/
mount.h 74 #define MNT_EXPIRE 4 /* Mark for expiry */
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/sys/
mount.h 74 #define MNT_EXPIRE 4 /* Mark for expiry */
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/sys/
mount.h 74 #define MNT_EXPIRE 4 /* Mark for expiry */
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/sys/
mount.h 74 #define MNT_EXPIRE 4 /* Mark for expiry */
  /cts/tests/tests/accounts/src/android/accounts/cts/
MockAccountAuthenticator.java 232 long expiry = System.currentTimeMillis() + mTokenDurationMillis; local
233 result.putLong(AbstractAccountAuthenticator.KEY_CUSTOM_TOKEN_EXPIRY, expiry);
  /external/curl/tests/data/
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.
  /external/iproute2/include/linux/
xfrm.h 261 XFRM_AE_ETHR=8, /* expiry timer threshold */
263 XFRM_AE_CE=32, /* Event cause is timer expiry */
  /external/kernel-headers/original/uapi/linux/
xfrm.h 261 XFRM_AE_ETHR=8, /* expiry timer threshold */
263 XFRM_AE_CE=32, /* Event cause is timer expiry */
  /frameworks/base/services/core/java/com/android/server/job/controllers/
TimeController.java 136 * if so, removing them from this list, and updating the alarm for the next expiry time.
159 } else { // Sorted by expiry time, so take the next one and stop.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
xfrm.h 257 XFRM_AE_ETHR=8, /* expiry timer threshold */
259 XFRM_AE_CE=32, /* Event cause is timer expiry */
  /external/libpcap/
pcap-dos.c 223 struct timeval now, expiry = { 0,0 }; local
230 expiry.tv_usec = now.tv_usec + 1000UL * p->opt.timeout;
231 expiry.tv_sec = now.tv_sec;
232 while (expiry.tv_usec >= 1000000L)
234 expiry.tv_usec -= 1000000L;
235 expiry.tv_sec++;
307 if (timercmp(&now, &expiry, >))
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduComposer.java 629 case PduHeaders.EXPIRY:
797 // Expiry
802 // Expiry
807 // Expiry
808 if (appendHeader(PduHeaders.EXPIRY) != PDU_COMPOSE_SUCCESS) {
885 // X-Mms-Expiry Optional
886 appendHeader(PduHeaders.EXPIRY);
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkAgentInfo.java 192 // All linger timers for this network, sorted by expiry time. A linger timer is added whenever
202 // Linger expiry timer. Armed whenever mLingerTimers is non-empty, regardless of whether the
203 // network is lingering or not. Always set to the expiry of the LingerTimer that expires last.
208 // Linger expiry. Holds the expiry time of the linger timer, or 0 if the timer is not armed.
  /frameworks/opt/net/voip/src/java/com/android/server/sip/
SipHelper.java 212 int expiry) throws SipException {
215 if (expiry == 0) {
222 request.addHeader(mHeaderFactory.createExpiresHeader(expiry));
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduComposer.java 621 case PduHeaders.EXPIRY:
622 long expiry = mPduHeader.getLongInteger(field); local
623 if (-1 == expiry) {
633 appendLongInteger(expiry);
822 // X-Mms-Expiry Optional
823 appendHeader(PduHeaders.EXPIRY);
    [all...]
  /bionic/libc/dns/resolv/
res_stats.c 145 // Note: It might be worth considering to expire old servers after their expiry
  /bionic/libc/include/
pwd.h 98 #define _PASSWORD_WARNDAYS 14 /* days to warn about expiry */
  /development/ndk/platforms/android-21/include/
pwd.h 98 #define _PASSWORD_WARNDAYS 14 /* days to warn about expiry */
  /development/ndk/platforms/android-3/include/
pwd.h 98 #define _PASSWORD_WARNDAYS 14 /* days to warn about expiry */
  /external/apache-http/src/org/apache/http/client/protocol/
ResponseProcessCookies.java 165 + ",expiry=" + cookie.getExpiryDate()
  /external/avahi/avahi-core/
querier.c 168 * later point. We are freed at our next expiry, in case

Completed in 2823 milliseconds

1 2 34 5 6 7 8 91011>>