HomeSort by relevance Sort by last modified time
    Searched defs:lifetime (Results 1 - 25 of 49) sorted by null

1 2

  /external/ipsec-tools/src/racoon/
sainfo.h 53 time_t lifetime; member in struct:sainfo
proposal.h 60 time_t lifetime; member in struct:saprop
63 int claim; /* flag to send RESPONDER-LIFETIME. */
153 * Lifetime length selection refered to the section 4.5.4 of RFC2407. It does
169 * AND send RESPONDER-LIFETIME notify message to a initiator in the
170 * case of lifetime.
remoteconf.h 139 time_t lifetime; member in struct:isakmpsa
  /external/chromium/chrome/browser/net/
referrer.cc 82 // and least is lifetime (age).
90 int64 lifetime = (kNow - it->second.birth_time()).InMilliseconds(); local
95 if (lifetime <= least_useful_lifetime)
100 least_useful_lifetime = lifetime;
  /external/chromium_org/chrome/browser/net/
referrer.cc 82 // and least is lifetime (age).
90 int64 lifetime = (kNow - it->second.birth_time()).InMilliseconds(); local
95 if (lifetime <= least_useful_lifetime)
100 least_useful_lifetime = lifetime;
  /external/wpa_supplicant_8/src/ap/
peerkey_auth.c 153 u32 lifetime; local
158 * Lifetime KDE)
164 2 + RSN_SELECTOR_LEN + sizeof(lifetime);
181 /* Lifetime */
182 lifetime = htonl(43200); /* dot11RSNAConfigSMKLifetime */
184 (u8 *) &lifetime, sizeof(lifetime), NULL, 0);
206 u32 lifetime; local
211 * Lifetime KDE))
218 2 + RSN_SELECTOR_LEN + sizeof(lifetime);
    [all...]
wpa_auth_ie.h 27 const u8 *lifetime; member in struct:wpa_eapol_ie_parse
  /external/chromium_org/remoting/host/
register_support_host_request.cc 34 const char kSupportIdLifetimeTag[] = "support-id-lifetime";
109 base::TimeDelta* lifetime) {
161 *lifetime = base::TimeDelta::FromSeconds(lifetime_int);
168 base::TimeDelta lifetime; local
169 bool success = ParseResponse(response, &support_id, &lifetime);
170 CallCallback(success, support_id, lifetime);
174 bool success, const std::string& support_id, base::TimeDelta lifetime) {
183 callback.Run(success, support_id, lifetime);
  /external/wpa_supplicant_8/src/rsn_supp/
peerkey.h 26 u32 lifetime; member in struct:wpa_peerkey
wpa_ie.h 29 const u8 *lifetime; member in struct:wpa_eapol_ie_parse
peerkey.c 387 be32 lifetime; local
390 2 + RSN_SELECTOR_LEN + sizeof(lifetime);
421 lifetime = host_to_be32(peerkey->lifetime);
423 (u8 *) &lifetime, sizeof(lifetime));
518 u32 lifetime; local
536 kde.lifetime == NULL || kde.lifetime_len < 4) {
538 "Lifetime KDE in SMK M4/M5");
568 lifetime = WPA_GET_BE32(kde.lifetime)
666 be32 lifetime; local
738 u32 lifetime; local
    [all...]
  /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) {
  /external/chromium/net/url_request/
url_request_throttler_unittest.cc 290 TimeDelta lifetime = TimeDelta::FromMilliseconds( local
298 TimeAndBool(now_ - (lifetime - kFiveMs), false, __LINE__),
299 TimeAndBool(now_ - lifetime, true, __LINE__),
300 TimeAndBool(now_ - (lifetime + kFiveMs), true, __LINE__)};
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
relayserver.h 135 // Called when the timer for checking lifetime times out.
200 const std::string& password, uint32 lifetime);
204 uint32 lifetime() { return lifetime_; } function in class:cricket::RelayServerBinding
214 // used for longer than the lifetime, then we send a signal.
relayserver.cc 375 // Compute the appropriate lifetime for this binding.
376 uint32 lifetime = MAX_LIFETIME; local
380 lifetime = talk_base::_min(lifetime, lifetime_attr->value() * 1000);
382 binding = new RelayServerBinding(this, username, "0", lifetime);
460 res_lifetime_attr->SetValue(int_conn->binding()->lifetime() / 1000);
678 const std::string& password, uint32 lifetime)
680 lifetime_(lifetime) {
755 // If the lifetime timeout has been exceeded, then send a signal.
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
WrapperTypeInfo.h 180 enum Lifetime {
187 if (lifetime == Independent)
192 const Lifetime lifetime; member in struct:WebCore::WrapperConfiguration
195 inline WrapperConfiguration buildWrapperConfiguration(void*, WrapperConfiguration::Lifetime lifetime)
197 WrapperConfiguration configuration = {v8DOMObjectClassId, lifetime};
201 inline WrapperConfiguration buildWrapperConfiguration(Node*, WrapperConfiguration::Lifetime lifetime)
203 WrapperConfiguration configuration = {v8DOMNodeClassId, lifetime};
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayserver.h 136 // Called when the timer for checking lifetime times out.
201 const std::string& password, uint32 lifetime);
205 uint32 lifetime() { return lifetime_; } function in class:cricket::RelayServerBinding
215 // used for longer than the lifetime, then we send a signal.
relayserver.cc 373 // Compute the appropriate lifetime for this binding.
374 uint32 lifetime = MAX_LIFETIME; local
378 lifetime = talk_base::_min(lifetime, lifetime_attr->value() * 1000);
380 binding = new RelayServerBinding(this, username, "0", lifetime);
455 res_lifetime_attr->SetValue(int_conn->binding()->lifetime() / 1000);
668 const std::string& password, uint32 lifetime)
670 lifetime_(lifetime) {
746 // If the lifetime timeout has been exceeded, then send a signal.
  /external/openssh/
ssh-add.c 80 /* Default lifetime (0 == forever) */
81 static int lifetime = 0; variable
208 if (ssh_add_identity_constrained(ac, private, comment, lifetime,
212 if (lifetime != 0)
214 "Lifetime set to %d seconds\n", lifetime);
245 lifetime, confirm)) {
251 if (lifetime != 0)
252 fprintf(stderr, "Lifetime set to %d seconds\n", lifetime);
    [all...]
  /external/oprofile/opjitconv/
jitsymbol.c 211 unsigned long long lifetime = 0; local
218 if (candidate == -1 || x > lifetime) {
220 lifetime = x;
311 * with the one indexed by keep_idx. Returns the total lifetime of the symbols
367 * symbol with the maximal lifetime and split/truncate all symbols that overlap
385 "life_end=%lli, lifetime=%lli\n",
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/
mcSo.h 77 /** Secure object lifetime.
78 * A lifetime defines how long a secure object is valid.
174 /** Secure object lifetime. */
175 mcSoLifeTime_t lifetime; member in struct:__anon34402
  /external/chromium_org/net/url_request/
url_request_throttler_unittest.cc 305 TimeDelta lifetime = TimeDelta::FromMilliseconds( local
313 TimeAndBool(now_ - (lifetime - kFiveMs), false, __LINE__),
314 TimeAndBool(now_ - lifetime, true, __LINE__),
315 TimeAndBool(now_ - (lifetime + kFiveMs), true, __LINE__)};
  /external/dhcpcd/
dhcpcd.h 98 uint32_t lifetime; member in struct:ra
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/particles/
ParticlesHelper.java 162 //reading lifetime
164 float lifetime = ((Number)particleSettings.getFieldValue("lifetime")).floatValue() / fps; local
166 result.setLowLife(lifetime * (1.0f - randlife));
167 result.setHighLife(lifetime);
  /external/chromium/third_party/libjingle/source/talk/base/
httpclient.cc 144 // Compute lifetime of document
145 unsigned long lifetime; local
147 lifetime = atoi(s_temp.c_str());
150 lifetime = i_temp - date;
154 lifetime = (now - i_temp) / 10;
159 return (lifetime > current_age) ? HCS_FRESH : HCS_STALE;

Completed in 472 milliseconds

1 2