HomeSort by relevance Sort by last modified time
    Searched full:lifetime (Results 426 - 450 of 1758) sorted by null

<<11121314151617181920>>

  /external/wpa_supplicant_8/src/radius/
radius_server.h 105 * pac_key_lifetime - EAP-FAST PAC-Key lifetime in seconds
117 * lifetime remains.
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasConnectionCache.java 116 final long lifetime = now - mConnectionCreationTimes.get(hostAuth.mId); local
117 if (lifetime > MAX_LIFETIME) {
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
condition_variable 225 // ownership of _M_mutex lock to an object with shorter lifetime.
247 // ownership of _M_mutex lock to an object with shorter lifetime.
  /external/chromium_org/chrome/common/extensions/api/
declarative_web_request.json 424 "description": "Inclusive upper bound on the cookie lifetime (specified in seconds after current time). Only cookies whose expiration date-time is in the interval [now, now + ageUpperBound] fulfill this criterion. Session cookies and cookies whose expiration date-time is in the past do not meet the criterion of this filter. The cookie lifetime is calculated from either 'max-age' or 'expires' cookie attributes. If both are specified, 'max-age' is used to calculate the cookie lifetime.",
430 "description": "Inclusive lower bound on the cookie lifetime (specified in seconds after current time). Only cookies whose expiration date-time is set to 'now + ageLowerBound' or later fulfill this criterion. Session cookies do not meet the criterion of this filter. The cookie lifetime is calculated from either 'max-age' or 'expires' cookie attributes. If both are specified, 'max-age' is used to calculate the cookie lifetime.",
436 "description": "Filters session cookies. Session cookies have no lifetime specified in any of 'max-age' or 'expires' attributes.",
  /external/valgrind/main/exp-dhat/docs/
dh-manual.xml 35 <listitem><para>average block lifetime (number of instructions
52 <listitem><para>potential process-lifetime leaks: blocks allocated
129 <sect3><title>Example of a potential process-lifetime leak</title></sect3>
132 shows a potential process lifetime leak. A process lifetime leak
155 process-lifetime leak. Firstly, the max-live and tot-alloc numbers
160 the total program lifetime (419 million insns), hence this is not a
  /external/chromium_org/third_party/WebKit/Source/platform/
TraceEvent.h 189 // - category and name strings must have application lifetime (statics or
202 // - category and name strings must have application lifetime (statics or
230 // - category and name strings must have application lifetime (statics or
257 // - category and name strings must have application lifetime (statics or
284 // - category and name strings must have application lifetime (statics or
298 // - category and name strings must have application lifetime (statics or
315 // - category and name strings must have application lifetime (statics or
333 // - category and name strings must have application lifetime (statics or
355 // - category and name strings must have application lifetime (statics or
    [all...]
  /external/chromium_org/third_party/angle/src/third_party/trace_event/
trace_event.h 157 // - category and name strings must have application lifetime (statics or
170 // - category and name strings must have application lifetime (statics or
198 // - category and name strings must have application lifetime (statics or
225 // - category and name strings must have application lifetime (statics or
252 // - category and name strings must have application lifetime (statics or
266 // - category and name strings must have application lifetime (statics or
283 // - category and name strings must have application lifetime (statics or
301 // - category and name strings must have application lifetime (statics or
323 // - category and name strings must have application lifetime (statics or
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
turnport.cc 551 bool TurnPort::ScheduleRefresh(int lifetime) {
552 // Lifetime is in seconds; we schedule a refresh for one minute less.
553 if (lifetime < 2 * 60) {
554 LOG_J(LS_WARNING, this) << "Received response with lifetime that was "
555 << "too short, lifetime=" << lifetime;
559 SendRequest(new TurnRefreshRequest(this), (lifetime - 60) * 1000);
782 // Schedule a refresh based on the returned lifetime value.
870 // threshold. The channel binding has a longer lifetime, but
    [all...]
  /external/openssh/
ssh-agent.c 137 /* Default lifetime (0 == forever) */
138 static int lifetime = 0; variable
636 if (lifetime && !death)
637 death = time(NULL) + lifetime;
726 if (lifetime && !death)
727 death = time(NULL) + lifetime;
1122 fprintf(stderr, " -t life Default identity lifetime (seconds).\n");
1187 if ((lifetime = convtime(optarg)) == -1) {
1188 fprintf(stderr, "Invalid lifetime\n");
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
event_pages.html 67 <h2 id="lifetime">Lifetime</h2>
97 You can observe the lifetime of your event page by
  /external/chromium_org/net/http/
http_stream_factory.h 112 // after the lifetime of this callback. The delegate may take a reference
113 // to |auth_controller| if it is needed beyond the lifetime of this
127 // lifetime of this callback.
  /external/chromium_org/third_party/skia/include/core/
SkPixelRef.h 115 contents of its pixels will not change for the lifetime of the pixelref.
120 pixels will not change for the lifetime of the pixelref. This state can
288 in the constructor, and cannot change during the lifetime of the object.
  /external/skia/include/core/
SkPixelRef.h 115 contents of its pixels will not change for the lifetime of the pixelref.
120 pixels will not change for the lifetime of the pixelref. This state can
288 in the constructor, and cannot change during the lifetime of the object.
  /bionic/libc/include/sys/
system_properties.h 60 ** the lifetime of the system.
  /development/ndk/platforms/android-3/include/sys/
system_properties.h 56 ** the lifetime of the system.
  /external/bison/lib/
fatal-signal.h 33 called and it stays so for the whole lifetime of the process. */
  /external/chromium/chrome/browser/accessibility/
accessibility_mac_uitest.mm 178 // Used to keep track of events received during the lifetime of the tests.
  /external/chromium/chrome/browser/diagnostics/
sqlite_diagnostics.cc 48 { // This block scopes the lifetime of the db objects.
  /external/chromium/chrome/browser/extensions/
extension_idle_api.cc 74 // Helper function for reporting the idle state. The lifetime of the object
image_loading_tracker.h 25 // alive while the request is in progress (manages its own lifetime) and keeps
  /external/chromium/chrome/browser/importer/
importer_list.h 89 // True if |observer_| is set during the lifetime of source profile detection.
  /external/chromium/chrome/browser/metrics/
metrics_service_uitest.cc 83 // Limit the lifetime of various automation proxies used here. We must
  /external/chromium/chrome/browser/printing/
print_job_unittest.cc 90 // known lifetime.
  /external/chromium/chrome/browser/safe_browsing/
malware_details_cache.h 46 // for the lifetime of this object.
  /external/chromium/chrome/browser/sync/util/
user_settings.h 74 // lifetime of the user settings database. You may use this ID if your

Completed in 798 milliseconds

<<11121314151617181920>>