/aosp12/system/update_engine/update_manager/ |
H A D | evaluation_context.cc | 58 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 D | CacheManager.java | 64 long expires; field in CacheManager.CacheResult 132 return expires; in getExpires()
|
/aosp12/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
H A D | SipSessionGroup.java | 930 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 D | res_cache.cpp | 710 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 D | powermanager.proto | 59 // goToSleep(). When the user activity timeout expires, the device may
|
/aosp12/build/make/tools/droiddoc/templates-pdk/assets/ |
H A D | android-developer-docs.js | 570 …expires = 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 D | res_cache.c | 1059 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 D | pkt_cls.h | 130 __u64 expires; member
|
/aosp12/hardware/interfaces/wifi/supplicant/1.4/ |
H A D | ISupplicantStaIfaceCallback.hal | 76 * Retry Delay expires and the AP's measurement of the RSSI at which the
|
/aosp12/frameworks/native/services/inputflinger/docs/ |
H A D | anr.md | 59 …aitedFocusedApplication` are set. When the `mInputTargetWaitTimeoutTime` expires, an ANR will be r…
|
/aosp12/system/bt/doc/ |
H A D | power_management.md | 198 1. A timer expires, and calls `bta_dm_pm_timer_cback`.
|
/aosp12/hardware/interfaces/sensors/1.0/ |
H A D | types.hal | 95 * 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 D | types.hal | 267 * 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 D | types.hal | 461 * connections can still use this address until it expires, but new connections should use the
|
/aosp12/packages/services/Car/tests/BugReportApp/libs/ |
H A D | google-http-client-1.30.1.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | google-http-client-1.36.0.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
H A D | okhttp-3.12.1.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/proguard/
okhttp3/
... |
/aosp12/hardware/interfaces/automotive/vehicle/2.0/ |
H A D | types.hal | 3751 * message before the previous one expires.
|
/aosp12/packages/services/Telecomm/libs/ |
H A D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp12/packages/apps/TV/libs/m2/ |
H A D | guava-28.0-android.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
H A D | guava-28.0-jre.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/aosp12/art/build/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o-low-priority.txt | 653 Lcom/android/okhttp/internal/http/CacheStrategy$Factory;->expires:Ljava/util/Date;
|
/aosp12/packages/apps/Messaging/build/gcheckstyle/ |
H A D | google-style-checker_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |
/aosp12/packages/apps/TV/libs/ |
H A D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 55433 field public static final java.lang.String EXPIRES_ATTR = "expires";
|