HomeSort by relevance Sort by last modified time
    Searched full:expiration (Results 151 - 175 of 278) sorted by null

1 2 3 4 5 67 8 91011>>

  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 569 assertEquals("getExpiration returned wrong expiration", 0, uc
573 assertTrue("getExpiration returned wrong expiration: " + uc2
    [all...]
  /frameworks/base/core/java/android/app/admin/
DevicePolicyManager.java     [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 212 * A listener that is invoked when an entry is removed due to expiration or garbage collection of
    [all...]
  /packages/apps/Messaging/res/values-fr/
strings.xml 110 <string name="message_status_download_error" msgid="6957738686287397519">"Le message est arrivé à expiration ou n\'est plus disponible."</string>
111 <string name="mms_info" msgid="3402311750134118165">"taille : <xliff:g id="MESSAGESIZE">%1$s</xliff:g>, expiration : <xliff:g id="MESSAGEEXPIRE">%2$s</xliff:g>"</string>
115 <string name="service_message_not_found" msgid="8350935323904134751">"Le message est arrivé à expiration ou n\'est plus disponible."</string>
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ChangeLog 42 * fixed expiration of BSS entry with all-zeros BSSID
479 * improved PMKSA cache expiration to avoid unnecessary disconnections
    [all...]
README-WPS 134 expiration timeout for the PIN in seconds. For example:
  /cts/tests/tests/accounts/src/android/accounts/cts/
AccountManagerTest.java 177 * expiration time (and that expiration time hasn't been reached).
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMaker.java 632 * due to eviction resulting from timed expiration, exceeding a maximum size, or garbage
724 * The entry's expiration timestamp has passed. This can occur when using {@link
    [all...]
  /bionic/libc/include/arpa/
nameser.h 464 #define NS_SIG_EXPIR 8 /* Expiration time */
  /cts/tests/tests/media/src/android/media/cts/
MediaDrmMockTest.java 852 mMediaDrm.setPropertyString("mock-send-expiration-update", "123456789012345");
    [all...]
  /development/ndk/platforms/android-21/include/arpa/
nameser.h 464 #define NS_SIG_EXPIR 8 /* Expiration time */
  /development/samples/ApiDemos/res/values/
strings.xml     [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 331 assertEquals("getExpiration returned wrong expiration", 0, uc
  /external/chromium-trace/trace-viewer/third_party/webapp2/webapp2_extras/
sessions.py 30 #: Default session expiration time in seconds. Limits the duration of the
  /external/conscrypt/src/test/java/org/conscrypt/
TrustedCertificateStoreTest.java 553 Thread.sleep(1 * 1000); // wait to ensure CAs vary by expiration
  /external/dnsmasq/man/fr/
dnsmasq.8     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/about_files/
mpl-v11.txt 346 Sections 2.1 and/or 2.2 automatically terminate at the expiration of
  /external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
CacheBuilder.java 48 * <li>time-based expiration of entries, measured since last access or last write
LocalCache.java 537 * <p>Expiration is only checked on hasNext(), so as to ensure that a next() call never returns
  /external/guava/guava-tests/test/com/google/common/cache/
CacheBuilderTest.java 522 * (removed because of size limits or expiration) trigger appropriate removal notifications.
  /external/kernel-headers/original/uapi/linux/netfilter/
nf_tables.h 633 * @NFT_CT_EXPIRATION: relative conntrack expiration time in ms
  /external/libnfc-nci/halimpl/pn54x/tml/
phTmlNfc.c 259 ** Description This is the timer callback function after timer expiration.
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPDate.java 39 * Implements a parser class for tracking expiration time
  /external/openssh/openbsd-compat/
bsd-cray.c 190 time_t expiration_time; /* password expiration time */
  /external/wpa_supplicant_8/src/wps/
wps_registrar.c 87 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)) {
    [all...]

Completed in 503 milliseconds

1 2 3 4 5 67 8 91011>>