HomeSort by relevance Sort by last modified time
    Searched full:expires (Results 276 - 300 of 463) sorted by null

<<111213141516171819

  /frameworks/base/core/java/android/net/http/
HttpsConnection.java 332 // expires (which should never happen unless you choose
  /frameworks/base/core/res/res/layout/
ssl_certificate.xml 221 <!-- Expires On: -->
  /frameworks/base/docs/html/tools/publishing/
app-signing.jd 66 application's signer certificate expires after the application is installed, the application
153 When your key's validity period expires, users will no longer be
241 <p>When the certificate expires, you will get a build error. On Ant builds, the error
297 application if it is signed with a key whose validity expires before that date.
  /frameworks/base/docs/html/tools/workflow/
app-signing.jd 66 application's signer certificate expires after the application is installed, the application
153 When your key's validity period expires, users will no longer be
241 <p>When the certificate expires, you will get a build error. On Ant builds, the error
297 application if it is signed with a key whose validity expires before that date.
  /frameworks/base/docs/html/tools/workflow/publishing/
app-signing.jd 66 application's signer certificate expires after the application is installed, the application
153 When your key's validity period expires, users will no longer be
241 <p>When the certificate expires, you will get a build error. On Ant builds, the error
297 application if it is signed with a key whose validity expires before that date.
  /sdk/layoutlib_api/src/com/android/ide/common/rendering/api/
RenderSession.java 115 * when attempting to acquire the lock. If the timeout expires, the method will return
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLConnectionTest.java 422 hf = uc.getHeaderField("Expires");
425 "Wrong value returned for header field 'Expires': " + hf,
  /external/chromium/net/http/
http_util.cc 332 // NOTE: "set-cookie2" headers do not support expires attributes, so we don't
336 "expires",
http_response_headers.h 93 // value of an "expires" attribute). So, use this function with caution. Do
  /external/libnfc-nxp/src/
phLlcNfc_Timer.c 648 each time this timer expires, the time out value is decremented
739 has expires previously, this is the first timer in the
    [all...]
  /libcore/luni/src/main/java/java/lang/
Object.java 370 * specified timeout expires. This method can only be invoked by a thread
407 * specified timeout expires. This method can only be invoked by a thread
  /libcore/support/src/test/java/tests/support/
Support_TestWebServer.java 801 psPrint(ps, "expires: "
823 psPrint(ps, "expires: "
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 758 + "; expires=" + expiration+"; path=/";
1017 expires = date.toGMTString(date.setTime(date.getTime()+(10*365*24*60*60*1000)));
1019 //alert("expires: " + expires)
1020 writeCookie("pref_lang", lang, null, expires);
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java 209 entryFactory = EntryFactory.getFactory(keyStrength, expires(), evictsBySize());
270 boolean expires() { method in class:MapMakerInternalMap
    [all...]
  /external/chromium/third_party/libevent/
event.h 397 The next event_loop() iteration after the given timer expires will
413 The next event_base_loop() iteration after the given timer expires will
497 * @param cb the callback to be invoked when the timeout expires
    [all...]
event.3 424 given timer expires will complete normally (handling all queued events) then
  /bionic/libc/kernel/common/linux/
pkt_cls.h 142 __u64 expires; member in struct:tcf_t
  /external/aac/libPCMutils/include/
pcmutils_lib.h 143 go by before the bitstream data expires. The value 0
  /external/apache-http/src/org/apache/http/impl/conn/
SingleClientConnManager.java 97 /** The time the last released connection expires and shouldn't be reused. */
  /external/chromium/base/
message_pump_glib.cc 81 // - Whenever we receive a wakeup event or the timer for delayed work expires,
  /external/chromium/net/base/
sdch_manager.h 365 // blacklisting expires.
  /external/dbus/dbus/
dbus-mainloop.c 457 _dbus_verbose (" timeout expires in %d milliseconds\n", *timeout);
  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java 101 assertFalse(map.expires());
485 if (map.expires()) {
511 if (map.expires()) {
    [all...]
  /external/icu4c/test/intltest/
tsdtfmsy.cpp 16 // Time bomb - allows temporary behavior that expires at a given
  /external/kernel-headers/original/linux/
rtnetlink.h 622 u32 id, u32 ts, u32 tsage, long expires,

Completed in 807 milliseconds

<<111213141516171819