HomeSort by relevance Sort by last modified time
    Searched defs:lifetime (Results 1 - 25 of 29) 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
ipsec_doi.c 366 plog(LLV_DEBUG, LOCATION, NULL, "(lifetime = %ld:%ld)\n",
367 (long)s->lifetime, (long)tsap->lifetime);
411 if ((tsap->lifetime > s->lifetime) ||
418 if (tsap->lifetime < s->lifetime)
419 s->lifetime = tsap->lifetime;
426 if ((tsap->lifetime != s->lifetime) |
2759 u_int32_t lifetime = htonl((u_int32_t)sa->lifetime); local
    [all...]
  /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/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/chromium_org/third_party/angle/samples/angle/particle_system/
ParticleSystem.cpp 99 mParticles[i].lifetime = RandomBetween(0.0f, 1.0f);
175 glVertexAttribPointer(mLifetimeLoc, 1, GL_FLOAT, GL_FALSE, sizeof(Particle), &mParticles[0].lifetime);
218 float lifetime; member in struct:ParticleSystemSample::Particle
  /external/chromium_org/net/url_request/
url_request_throttler_unittest.cc 268 TimeDelta lifetime = TimeDelta::FromMilliseconds( local
276 TimeAndBool(now_ - (lifetime - kFiveMs), false, __LINE__),
277 TimeAndBool(now_ - lifetime, true, __LINE__),
278 TimeAndBool(now_ - (lifetime + kFiveMs), true, __LINE__)};
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayserver.h 138 // Called when the timer for checking lifetime times out.
203 const std::string& password, uint32 lifetime);
207 uint32 lifetime() { return lifetime_; } function in class:cricket::RelayServerBinding
217 // used for longer than the lifetime, then we send a signal.
relayserver.cc 374 // Compute the appropriate lifetime for this binding.
375 uint32 lifetime = MAX_LIFETIME; local
379 lifetime = rtc::_min(lifetime, lifetime_attr->value() * 1000);
381 binding = new RelayServerBinding(this, username, "0", lifetime);
456 res_lifetime_attr->SetValue(int_conn->binding()->lifetime() / 1000);
672 const std::string& password, uint32 lifetime)
674 lifetime_(lifetime) {
749 // If the lifetime timeout has been exceeded, then send a signal.
turnserver.cc 74 // The object self-deletes and informs the server if its lifetime timer expires.
145 // allocation, and self-deletes when its lifetime timer expires.
165 // allocation, and self-deletes when its lifetime timer expires.
710 // Figure out the lifetime and start the allocation timer.
714 LOG_J(LS_INFO, this) << "Created allocation, lifetime=" << lifetime_secs;
735 // Figure out the new lifetime.
742 LOG_J(LS_INFO, this) << "Refreshed allocation, lifetime=" << lifetime_secs;
744 // Send a success response with a LIFETIME attribute.
892 // Return the smaller of our default lifetime and the requested lifetime
893 uint32 lifetime = kDefaultAllocationTimeout \/ 1000; \/\/ convert to seconds local
    [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",
  /external/chromium_org/remoting/host/it2me/
it2me_native_messaging_host_unittest.cc 105 base::TimeDelta lifetime = local
111 lifetime));
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
WrapperTypeInfo.h 81 enum Lifetime {
116 if (lifetime == Independent)
192 const Lifetime lifetime; member in struct:blink::WrapperTypeInfo
  /external/dhcpcd/
dhcpcd.h 98 uint32_t lifetime; member in struct:ra
ipv6rs.c 282 uint32_t lifetime; local
392 rap->lifetime = ntohs(nd_ra->nd_ra_router_lifetime);
398 lifetime = ~0U;
460 lifetime = ntohl(rdnss->nd_opt_rdnss_lifetime);
483 if (lifetime > 0)
492 lifetime = ntohl(dnssl->nd_opt_dnssl_lifetime);
518 if (lifetime == 0) {
538 if (lifetime == ~0U)
541 expire.tv_sec = lifetime;
699 lt.tv_sec = rap->lifetime;
    [all...]
  /external/chromium_org/third_party/webrtc/base/
httpclient.cc 130 // Compute lifetime of document
131 time_t lifetime; local
133 lifetime = atoi(s_temp.c_str());
136 lifetime = u_temp - date;
140 lifetime = static_cast<size_t>(now - u_temp) / 10;
145 return (lifetime > current_age) ? HCS_FRESH : HCS_STALE;
httpcommon.cc 897 ::TimeStamp lifetime; local
929 ret = InitializeSecurityContextA(&neg->cred, &neg->ctx, spn, flags, 0, SECURITY_NATIVE_DREP, &in_buf_desc, 0, &neg->ctx, &out_buf_desc, &ret_flags, &lifetime);
995 SECPKG_CRED_OUTBOUND, 0, pauth_id, 0, 0, &cred, &lifetime);
1006 ret = InitializeSecurityContextA(&cred, 0, spn, flags, 0, SECURITY_NATIVE_DREP, 0, 0, &ctx, &out_buf_desc, &ret_flags, &lifetime);
  /external/chromium_org/net/http/
http_response_headers.cc 962 TimeDelta lifetime = local
964 if (lifetime == TimeDelta())
967 return lifetime <= GetCurrentAge(request_time, response_time, current_time);
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 33 /// type, infer an expected lifetime. The type's ownership qualification
72 // Nothing to do if we don't have a lifetime.
78 // We have a lifetime qualifier but no dominating property
80 // setting the property attribute according to the lifetime
650 // The lifetime implied by the property's attributes.
717 /// property with no known lifetime of its own, using backing
994 Qualifiers::ObjCLifetime lifetime = local
    [all...]
SemaDeclAttr.cpp 3630 Qualifiers::ObjCLifetime lifetime = type.getObjCLifetime(); local
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx1y.cpp 245 namespace lifetime { namespace
248 constexpr int bad() { int &&n = dead(); n = 1; return n; } // expected-note {{assignment to temporary whose lifetime has ended}}
818 namespace Lifetime {
822 return r; // expected-note {{read of object outside its lifetime}}
833 *p = 123; // expected-note {{assignment to object outside its lifetime}}
850 *p[n] = 0; // expected-note 3{{assignment to object outside its lifetime}}
853 static_assert(h(0) == 0, ""); // ok, lifetime-extended
867 // its lifetime.
896 (void)+r; // expected-note {{outside its lifetime}}
  /external/clang/lib/CodeGen/
CGBlocks.cpp 188 Qualifiers::ObjCLifetime Lifetime;
193 Qualifiers::ObjCLifetime lifetime,
196 : Alignment(align), Size(size), Lifetime(lifetime),
216 if (left.Lifetime == Qualifiers::OCL_Strong &&
221 else if (left.Lifetime == Qualifiers::OCL_Weak &&
226 if (right.Lifetime == Qualifiers::OCL_Strong &&
231 else if (right.Lifetime == Qualifiers::OCL_Weak &&
278 // lifetime results in undefined behavior.
400 // If we have a lifetime qualifier, honor it for capture purposes
402 Qualifiers::ObjCLifetime lifetime = local
    [all...]
CGDecl.cpp 472 /// A cleanup to call @llvm.lifetime.end.
490 /// variable with lifetime.
493 Qualifiers::ObjCLifetime lifetime) {
494 switch (lifetime) {
569 Qualifiers::ObjCLifetime lifetime = lvalue.getObjCLifetime(); local
570 if (!lifetime) {
581 // If we're emitting a value with lifetime, we have to do the
594 if (lifetime != Qualifiers::OCL_ExplicitNone)
613 if (lifetime == Qualifiers::OCL_Weak)
624 switch (lifetime) {
674 Qualifiers::ObjCLifetime lifetime = lvalue.getObjCLifetime(); local
    [all...]
  /external/iputils/
rdisc.c 192 int lifetime; variable
297 lifetime = (3*max_adv_int);
345 lifetime = (3*max_adv_int);
509 advertise(&whereto, lifetime);
793 logtrace("ICMP %s from %s, lifetime %d\n",
899 advertise(&sin, lifetime);
    [all...]

Completed in 1384 milliseconds

1 2