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

1 2

  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
GenericMapMaker.java 70 * See {@link MapMaker#expiration}.
74 abstract GenericMapMaker<K0, V0> expiration(long duration, TimeUnit unit); method in class:GenericMapMaker
MapMaker.java 110 * expiration comes). We also want to avoid removing an entry prematurely if the entry was set
188 MapMaker expiration(long duration, TimeUnit unit) { method in class:MapMaker
196 "expiration time of " + expirationMillis + " ns was already set");
  /external/chromium/net/base/
host_cache.h 26 Entry(int error, const AddressList& addrlist, base::TimeTicks expiration);
33 base::TimeTicks expiration; member in struct:net::HostCache::Entry
  /external/wpa_supplicant_8/src/ap/
pmksa_cache_auth.h 22 os_time_t expiration; member in struct:rsn_pmksa_cache_entry
  /external/guava/guava/src/com/google/common/collect/
GenericMapMaker.java 121 * See {@link MapMaker#expiration}.
125 abstract GenericMapMaker<K0, V0> expiration(long duration, TimeUnit unit); method in class:GenericMapMaker
MapMaker.java 54 * <li>time-based expiration of entries, measured since last access or last write
428 * {@link MapMaker#expiration} is provided by
435 MapMaker expiration(long duration, TimeUnit unit) { method in class:MapMaker
716 * due to eviction resulting from timed expiration, exceeding a maximum size, or garbage
    [all...]
MapMakerInternalMap.java 182 * A listener that is invoked when an entry is removed due to expiration or garbage collection of
715 * Gets the entry expiration time in ns.
720 * Sets the entry expiration time in ns.
980 // null expiration
2321 long expiration = map.expiresAfterAccess() local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
pmksa_cache.h 26 os_time_t expiration; member in struct:rsn_pmksa_cache_entry
peerkey.h 33 os_time_t expiration; member in struct:wpa_peerkey
  /external/wpa_supplicant_8/src/rsn_supp/
pmksa_cache.h 20 os_time_t expiration; member in struct:rsn_pmksa_cache_entry
peerkey.h 27 os_time_t expiration; member in struct:wpa_peerkey
  /external/chromium/chrome/browser/extensions/
extensions_quota_service.h 100 // come in). So, a bucket has an expiration to denote it has becomes stale.
116 // The time at which the token count and next expiration should be reset,
118 const base::TimeTicks& expiration() { return expiration_; } function in class:QuotaLimitHeuristic::Bucket
  /cts/tests/tests/webkit/src/android/webkit/cts/
CookieManagerTest.java 166 long expiration = 3000; local
168 date.setTime(date.getTime() + expiration);
186 Thread.sleep(expiration + 1000); // wait for cookie to expire
  /external/qemu/
shaper.c 55 int64_t expiration; member in struct:QueuedPacketRec_
77 packet->expiration = 0;
99 QueuedPacket packets; /* list of queued packets, ordered by expiration date */
142 if (packet->expiration > now)
153 shaper->block_until = shaper->packets->expiration;
233 packet->expiration = shaper->block_until;
241 if (node == NULL || node->expiration > packet->expiration )
249 qemu_mod_timer( shaper->timer, packet->expiration );
290 int64_t expiration; member in struct:SessionRec_
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_registrar.c 37 struct os_time expiration; member in struct:wps_uuid_pin
445 os_get_time(&p->expiration);
446 p->expiration.sec += timeout;
478 os_time_before(&pin->expiration, &now)) {
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_registrar.c 85 struct os_time expiration; member in struct:wps_uuid_pin
734 os_get_time(&p->expiration);
735 p->expiration.sec += timeout;
786 os_time_before(&pin->expiration, &now)) {
    [all...]
  /frameworks/base/services/java/com/android/server/
DevicePolicyManagerService.java 149 Slog.v(TAG, "Sending password expiration notifications for action " + action
313 out.startTag(null, "password-expiration-timeout");
315 out.endTag(null, "password-expiration-timeout");
318 out.startTag(null, "password-expiration-date");
320 out.endTag(null, "password-expiration-date");
393 } else if ("password-expiration-timeout".equals(tag)) {
396 } else if ("password-expiration-date".equals(tag)) {
549 * Set an alarm for an upcoming event - expiration warning, expiration, or post-expiration
553 final long expiration = getPasswordExpirationLocked(null, policy.mUserHandle); local
1259 final long expiration = timeout > 0L ? (timeout + System.currentTimeMillis()) : 0L; local
1978 long expiration = timeout > 0L ? (timeout + System.currentTimeMillis()) : 0L; local
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java 206 * Default expiration duration for pre-authorized URIs. May be overridden from a secure
2040 long expiration = SystemClock.elapsedRealtime() + mPreAuthorizedUriDuration; local
    [all...]
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /tools/motodev/src/plugins/videos/libs/gdata/java/deps/
google-collect-1.0-rc1.jar 
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 1227 milliseconds

1 2