Searched refs:expiration (Results 1 - 25 of 25) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/Paste/paste/
H A Dsession.py101 self.expiration = session_expiration
170 gmt_expiration_time = time.gmtime(time.time() + (self.expiration * 60))
189 expiration=2880, # in minutes: 48 hours
204 self.expiration = expiration
238 exp_time = datetime.timedelta(seconds=self.expiration*60)
297 expiration=NoDefault,
311 the cookie expiration. Default 12 hours.
313 expiration:
334 if expiration i
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dpmksa_cache_auth.c100 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) {
119 sec = pmksa->pmksa->expiration - now.sec;
202 /* Add the new entry; order by expiration time */
206 if (pos->expiration > entry->expiration)
280 entry->expiration = now.sec;
282 entry->expiration += session_timeout;
284 entry->expiration += dot11RSNAConfigPMKLifetime;
322 entry->expiration = old_entry->expiration;
[all...]
H A Dpmksa_cache_auth.h22 os_time_t expiration; member in struct:rsn_pmksa_cache_entry
/external/wpa_supplicant_8/src/ap/
H A Dpmksa_cache_auth.c100 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) {
119 sec = pmksa->pmksa->expiration - now.sec;
202 /* Add the new entry; order by expiration time */
206 if (pos->expiration > entry->expiration)
280 entry->expiration = now.sec;
282 entry->expiration += session_timeout;
284 entry->expiration += dot11RSNAConfigPMKLifetime;
322 entry->expiration = old_entry->expiration;
[all...]
H A Dpmksa_cache_auth.h22 os_time_t expiration; member in struct:rsn_pmksa_cache_entry
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dpmksa_cache_auth.c100 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) {
119 sec = pmksa->pmksa->expiration - now.sec;
202 /* Add the new entry; order by expiration time */
206 if (pos->expiration > entry->expiration)
280 entry->expiration = now.sec;
282 entry->expiration += session_timeout;
284 entry->expiration += dot11RSNAConfigPMKLifetime;
322 entry->expiration = old_entry->expiration;
[all...]
H A Dpmksa_cache_auth.h22 os_time_t expiration; member in struct:rsn_pmksa_cache_entry
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpmksa_cache.c59 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) {
90 sec = pmksa->pmksa->expiration - now.sec;
152 entry->expiration = now.sec + pmksa->sm->dot11RSNAConfigPMKLifetime;
225 /* Add the new entry; order by expiration time */
229 if (pos->expiration > entry->expiration)
353 /* TODO: reorder entries based on expiration time? */
354 new_entry->expiration = old_entry->expiration;
485 "Index / AA / PMKID / expiration (i
[all...]
H A Dpmksa_cache.h20 os_time_t expiration; member in struct:rsn_pmksa_cache_entry
/external/wpa_supplicant_8/src/rsn_supp/
H A Dpmksa_cache.c59 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) {
90 sec = pmksa->pmksa->expiration - now.sec;
152 entry->expiration = now.sec + pmksa->sm->dot11RSNAConfigPMKLifetime;
225 /* Add the new entry; order by expiration time */
229 if (pos->expiration > entry->expiration)
353 /* TODO: reorder entries based on expiration time? */
354 new_entry->expiration = old_entry->expiration;
485 "Index / AA / PMKID / expiration (i
[all...]
H A Dpmksa_cache.h20 os_time_t expiration; member in struct:rsn_pmksa_cache_entry
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dpmksa_cache.c59 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) {
90 sec = pmksa->pmksa->expiration - now.sec;
152 entry->expiration = now.sec + pmksa->sm->dot11RSNAConfigPMKLifetime;
225 /* Add the new entry; order by expiration time */
229 if (pos->expiration > entry->expiration)
353 /* TODO: reorder entries based on expiration time? */
354 new_entry->expiration = old_entry->expiration;
485 "Index / AA / PMKID / expiration (i
[all...]
H A Dpmksa_cache.h20 os_time_t expiration; member in struct:rsn_pmksa_cache_entry
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-reference.js14 var expiration = date.toGMTString();
18 writeCookie(API_LEVEL_ENABLED_COOKIE, 1, null, expiration);
22 writeCookie(API_LEVEL_ENABLED_COOKIE, 0, null, expiration);
66 var expiration = date.toGMTString();
67 writeCookie(API_LEVEL_COOKIE, selectedLevel, null, expiration);
H A Ddoclava-developer-docs.js120 function writeCookie(cookie, val, section, expiration) {
123 if (expiration == null) {
125 date.setTime(date.getTime()+(10*365*24*60*60*1000)); // default expiration is one week
126 expiration = date.toGMTString();
128 document.cookie = cookie_namespace + section + cookie + "=" + val + "; expires=" + expiration+"; path=/";
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex249 labels until their expiration and malicious user may fastly eat all the
399 \item \verb|Expires| is time until expiration of the label in seconds. It may
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_registrar.c87 struct os_reltime expiration; member in struct:wps_uuid_pin
761 os_get_reltime(&p->expiration);
762 p->expiration.sec += timeout;
816 os_reltime_before(&pin->expiration, &now)) {
/external/wpa_supplicant_8/src/wps/
H A Dwps_registrar.c87 struct os_reltime expiration; member in struct:wps_uuid_pin
761 os_get_reltime(&p->expiration);
762 p->expiration.sec += timeout;
816 os_reltime_before(&pin->expiration, &now)) {
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_registrar.c87 struct os_reltime expiration; member in struct:wps_uuid_pin
761 os_get_reltime(&p->expiration);
762 p->expiration.sec += timeout;
816 os_reltime_before(&pin->expiration, &now)) {
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java181 * A listener that is invoked when an entry is removed due to expiration or garbage collection of
663 * Gets the entry expiration time in ns.
668 * Sets the entry expiration time in ns.
928 // null expiration
1183 // null expiration
1440 // null expiration
1910 // expiration
1923 // if the expiration time had overflowed, this "undoes" the overflow
1943 * Notifies listeners that an entry has been automatically removed due to expiration, eviction,
2084 * A queue of elements currently in the map, ordered by expiration tim
[all...]
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 507 milliseconds