HomeSort by relevance Sort by last modified time
    Searched full:expired (Results 326 - 350 of 664) sorted by null

<<11121314151617181920>>

  /development/samples/ApiDemos/src/com/example/android/apis/app/
DeviceAdminSample.java     [all...]
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
ConnPoolByRoute.java 258 * if the timeout expired
441 log.debug("Closing expired free connection"
  /external/chromium/chrome/browser/history/
text_database_manager.cc 73 bool TextDatabaseManager::PageInfo::Expired(TimeTicks now) const {
549 while (i != recent_changes_.rend() && i->second.Expired(now)) {
  /external/chromium/chrome/browser/sync/protocol/
sync.proto 420 RETRY = 3; // Someone has a conflicting, non-expired session open
576 AUTH_EXPIRED = 4; // Auth token or cookie has expired.
  /external/chromium/chrome/browser/ui/webui/
app_launcher_handler.cc 275 // expired.
293 // If the default apps have just expired (user viewed them too many times with
  /external/chromium/net/base/
dnsrr_resolver.cc 742 // entry has expired.
810 // if we didn't clear out any expired entries, we just remove the first
  /external/iptables/extensions/
libxt_hashlimit.c 42 "[--hashlimit-htable-expire] after which time are idle entries expired?\n",
80 " --hashlimit-htable-expire after which time are idle entries expired?\n"
  /external/libpcap/
pcap.c 186 * the timeout expired", so we map it to -2 so you can
188 * "no packets arrived before the timeout expired, try
  /external/openssl/apps/
ca.c 188 " -updatedb - Updates db for expired certificates\n",
961 /* Update the db file for expired certificates */
977 "No entries found to mark expired\n");
986 "Done. %d entries marked as expired\n",i);
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
signals.c 70 {"SIGVTALRM", "Virtual timer expired"},
71 {"SIGPROF", "Profiling timer expired"},
  /frameworks/base/docs/html/guide/google/play/licensing/
licensing-reference.jd 348 as long as the license validity period has not expired, it is acceptable for the
363 until the validity period has expired.</li>
  /hardware/ti/wlan/wl1271/platforms/os/common/inc/
osApi.h 359 * This callback is passed by user to OS timer when created, and is called directly from OS timer context when expired.
374 * \note 1) The user's callback is called directly from OS timer context when expired.
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java 320 * Creates an expanding digest notification for expired events.
340 // expired events.
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogAdapter.java 102 * The content of the cache is expired (but not purged) whenever the application comes to
374 // even if it has not changed so that it is marked as not expired.
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
AdbHelper.java 622 * the socket closed or the timeout expired).
638 * timeout expired). After "timeout" milliseconds since the
IDevice.java 503 * battery level if 5 minutes have expired since the last successful query.
514 * battery level if <code>freshnessMs</code> ms have expired since the last successful query.
  /system/bluetooth/brcm_patchram_plus/
brcm_patchram_plus.c 608 expired(int sig) function
617 signal(SIGALRM, expired);
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_database_unittest.cc 928 base::Time expired = base::Time::Now() - base::TimeDelta::FromMinutes(60); local
    [all...]
safe_browsing_database.cc 123 // add them to |full_hits| if not expired. "Not expired" is when
125 // received recently enough. Expired items are not deleted because a
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp 149 CAMHAL_LOGEA("Timeout for enabling preview port expired!");
    [all...]
  /packages/apps/Email/res/values/
strings.xml     [all...]
  /external/chromium/net/socket/
ssl_client_socket_win.cc 234 // and expired certificate errors. There are only flags to ignore the
299 // to filtering by extended/enhanced key usage, we do not show expired
305 // http://blogs.msdn.com/b/askie/archive/2009/06/09/my-expired-client-certificates-no-longer-display-when-connecting-to-my-web-server-using-ie8.aspx
    [all...]
  /packages/apps/Email/res/values-en-rGB/
strings.xml     [all...]
  /external/apache-http/src/org/apache/http/impl/conn/
SingleClientConnManager.java 225 // Kill the connection if it expired.
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
X509CertificateObject.java 130 throw new CertificateExpiredException("certificate expired on " + c.getEndDate().getTime());

Completed in 610 milliseconds

<<11121314151617181920>>