Home
last modified time | relevance | path

Searched refs:expires (Results 1 – 25 of 28) sorted by relevance

12

/aosp12/system/update_engine/update_manager/
H A Devaluation_context.cc58 TimeDelta GetTimeout(Time curr, Time expires) { in GetTimeout() argument
59 if (expires.is_max()) in GetTimeout()
61 return expires - curr; in GetTimeout()
/aosp12/frameworks/base/core/java/android/webkit/
H A DCacheManager.java64 long expires; field in CacheManager.CacheResult
132 return expires; in getExpires()
/aosp12/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java930 ExpiresHeader expires = (ExpiresHeader) response.getHeader(ExpiresHeader.NAME); in getExpiryTime() local
931 if (expires != null && (time < 0 || time > expires.getExpires())) { in getExpiryTime()
932 time = expires.getExpires(); in getExpiryTime()
937 expires = (ExpiresHeader) response.getHeader(MinExpiresHeader.NAME); in getExpiryTime()
938 if (expires != null && time < expires.getExpires()) { in getExpiryTime()
939 time = expires.getExpires(); in getExpiryTime()
/aosp12/packages/modules/DnsResolver/
H A Dres_cache.cpp710 time_t expires; /* time_t when the entry isn't valid any more */ member
1209 if (now >= e->expires) { in _cache_remove_expired()
1300 if (now >= e->expires) { in resolv_cache_lookup()
1377 e->expires = ttl + _time_now(); in resolv_cache_add()
1905 if (_time_now() >= e->expires) { in resolv_cache_get_expiration()
1910 *expiration = e->expires; in resolv_cache_get_expiration()
/aosp12/frameworks/base/core/proto/android/os/
H A Dpowermanager.proto59 // goToSleep(). When the user activity timeout expires, the device may
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/
H A Dandroid-developer-docs.js570expires = date.toGMTString(date.setTime(date.getTime()+(10*365*24*60*60*1000))); // keep this for …
572 writeCookie("pref_lang", lang, null, expires);
/aosp12/bionic/libc/dns/resolv/
H A Dres_cache.c1059 time_t expires; /* time_t when the entry isn't valid any more */ member
1659 if (now >= e->expires) { in _cache_remove_expired()
1731 if (now >= e->expires) { in _resolv_cache_lookup()
1826 e->expires = ttl + _time_now(); in _resolv_cache_add()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dpkt_cls.h130 __u64 expires; member
/aosp12/hardware/interfaces/wifi/supplicant/1.4/
H A DISupplicantStaIfaceCallback.hal76 * Retry Delay expires and the AP's measurement of the RSSI at which the
/aosp12/frameworks/native/services/inputflinger/docs/
H A Danr.md59 …aitedFocusedApplication` are set. When the `mInputTargetWaitTimeoutTime` expires, an ANR will be r…
/aosp12/system/bt/doc/
H A Dpower_management.md198 1. A timer expires, and calls `bta_dm_pm_timer_cback`.
/aosp12/hardware/interfaces/sensors/1.0/
H A Dtypes.hal95 * their FIFOs are full or when the batch timeout expires. A separate FIFO has
99 * full or when the batch timeout expires without losing events.
/aosp12/hardware/interfaces/keymaster/4.0/
H A Dtypes.hal267 * Tag::ORIGINATION_EXPIRE_DATETIME specifies the date and time at which the key expires for
279 * Tag::USAGE_EXPIRE_DATETIME specifies the date and time at which the key expires for
/aosp12/hardware/interfaces/radio/1.5/
H A Dtypes.hal461 * connections can still use this address until it expires, but new connections should use the
/aosp12/packages/services/Car/tests/BugReportApp/libs/
H A Dgoogle-http-client-1.30.1.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dgoogle-http-client-1.36.0.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/ ...
H A Dokhttp-3.12.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/proguard/ okhttp3/ ...
/aosp12/hardware/interfaces/automotive/vehicle/2.0/
H A Dtypes.hal3751 * message before the previous one expires.
/aosp12/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/packages/apps/TV/libs/m2/
H A Dguava-28.0-android.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
H A Dguava-28.0-jre.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp12/art/build/boot/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt653 Lcom/android/okhttp/internal/http/CacheStrategy$Factory;->expires:Ljava/util/Date;
/aosp12/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/aosp12/packages/apps/TV/libs/
H A Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt55433 field public static final java.lang.String EXPIRES_ATTR = "expires";

12