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

  /external/wpa_supplicant/
pmksa_cache.h 26 os_time_t expiration; member in struct:rsn_pmksa_cache_entry
wpa_i.h 62 os_time_t expiration; member in struct:wpa_peerkey
  /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
  /cts/tests/tests/webkit/src/android/webkit/cts/
CookieManagerTest.java 233 long expiration = 3000; local
235 date.setTime(date.getTime() + expiration);
252 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/guava/src/com/google/common/collect/
MapMaker.java 44 * weak} keys, soft or weak values, timed expiration, and on-demand
51 * .expiration(30, TimeUnit.MINUTES)
108 * including strong keys, strong values, and no automatic expiration.
263 * @throws IllegalStateException if the expiration time was already set
265 public MapMaker expiration(long duration, TimeUnit unit) { method in class:MapMaker
267 throw new IllegalStateException("expiration time of "
502 * itself depending upon when the next expiration comes). We
    [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/bluetooth/glib/glib/
gmain.c 182 GTimeVal expiration; member in struct:_GTimeoutSource
    [all...]
  /frameworks/base/services/java/com/android/server/
LocationManagerService.java 1138 long expiration = alert.getExpiration(); local
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 1705 milliseconds