HomeSort by relevance Sort by last modified time
    Searched full:lifetime (Results 176 - 200 of 729) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium/net/base/
host_resolver.h 168 // must remain valid for the duration of this HostResolver's lifetime.
201 // |resolver| must remain valid for the lifetime of |this|.
  /external/ipsec-tools/
NEWS 10 o Handle RESPONDER-LIFETIME in quick mode
132 o Support for SA lifetime specified in bytes
  /external/ipsec-tools/src/racoon/
remoteconf.h 58 time_t lifetime; member in struct:isakmpsa
153 time_t lifetime; /* for isakmp/ipsec */ member in struct:remoteconf
cftoken.l 298 <S_SAINFS>lifetime { YYD; return(LIFETIME); }
355 <S_RMTS>lifetime { YYD; return(LIFETIME); }
376 <S_RMTP>lifetime { YYD; return(LIFETIME); }
racoon.conf.5 695 .It Ic lifetime time Ar number Ar timeunit ;
696 Define a lifetime of a certain time
754 Specifies the action of lifetime length, key length, and PFS of the phase 2
755 selection on the responder side, and the action of lifetime check in
766 If the responder's lifetime length is longer than the initiator's or
774 If the responder's lifetime length is longer than the initiator's or
777 If the responder's lifetime length is shorter than the initiator's,
778 the responder uses its own length AND sends a RESPONDER-LIFETIME notify
779 message to an initiator in the case of lifetime (phase 2 only).
783 If the initiator's lifetime or key length is not equal to the responder's
    [all...]
handler.c 1315 if (sainfo->lifetime < approval->lifetime) {
1317 "Reload: lifetime mismatch\n");
1340 if (sainfo->lifetime != approval->lifetime ||
1348 "Reload: lifetime | pfs mismatch\n");
remoteconf.c 547 new->lifetime = oakley_get_defaultlifetime();
1070 (long)prop->lifetime);
1238 proposal->lifetime > p->lifetime)
1247 proposal->lifetime != p->lifetime)
cfparse.h 186 LIFETIME = 402,
360 #define LIFETIME 402
  /external/tcpdump/
print-ip6opts.c 226 printf(", lifetime: %u", EXTRACT_32BITS(&bp[i + 6]));
248 printf(", lifetime: %u", EXTRACT_32BITS(&bp[i + 5]));
print-mobility.c 269 printf(" lifetime=%d", EXTRACT_16BITS(&bp[hlen]) << 2);
285 printf(" lifetime=%d", EXTRACT_16BITS(&bp[hlen]) << 2);
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8InjectedScriptManager.cpp 121 // an object whose lifetime consides with that of the inspected context.
136 // an object whose lifetime consides with that of the inspected context.
  /frameworks/base/docs/html/guide/topics/processes/
process-lifecycle.jd 10 lifetime is <em>not</em> directly controlled by the application itself.
18 and {@link android.content.BroadcastReceiver}) impact the 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;
  /external/clang/lib/CodeGen/
CGDecl.cpp 418 /// variable with lifetime.
421 Qualifiers::ObjCLifetime lifetime) {
422 switch (lifetime) {
490 Qualifiers::ObjCLifetime lifetime = lvalue.getObjCLifetime(); local
491 if (!lifetime) {
499 // If we're emitting a value with lifetime, we have to do the
510 if (lifetime != Qualifiers::OCL_ExplicitNone)
529 if (lifetime == Qualifiers::OCL_Weak)
540 switch (lifetime) {
578 if (accessedByInit && lifetime == Qualifiers::OCL_Strong)
590 Qualifiers::ObjCLifetime lifetime = lvalue.getObjCLifetime(); local
    [all...]
  /external/chromium/net/http/
http_auth_handler_negotiate_unittest.cc 105 23, // Lifetime
113 23, // Lifetime
154 0, // Lifetime
  /external/chromium/net/proxy/
proxy_service.h 44 // remain alive for the lifetime of this ProxyService.
164 // lifetime of the ProxyService.
198 // |net_log|'s lifetime must exceed ProxyService.
  /external/iproute2/doc/
api-ip6-flowlabels.tex 74 Flow labels have finite lifetime and source is not allowed to reuse
75 flow label for another flow within the maximal lifetime has expired,
78 Flow state, including lifetime, is propagated along datagram path
  /external/wpa_supplicant_6/wpa_supplicant/
config.h 210 * dot11RSNAConfigPMKLifetime - Maximum lifetime of a PMK
212 * dot11 MIB variable for the maximum lifetime of a PMK in the PMK
220 * dot11 MIB variable for the percentage of the PMK lifetime
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 229 * dot11RSNAConfigPMKLifetime - Maximum lifetime of a PMK
231 * dot11 MIB variable for the maximum lifetime of a PMK in the PMK
239 * dot11 MIB variable for the percentage of the PMK lifetime
  /external/chromium/chrome/browser/autofill/
personal_data_manager.h 132 // lifetime is until the web database is updated with new profile and credit
231 // references. Lifetime managed by |web_profiles_| and |auxiliary_profiles_|.
  /external/libnl-headers/
netlink-types.h 209 /* Preferred lifetime in seconds */
212 /* Valid lifetime in seconds */
  /external/llvm/test/Transforms/ScalarRepl/
memcpy-from-global.ll 96 declare void @llvm.lifetime.start(i64, i8*)
100 call void @llvm.lifetime.start(i64 -1, i8* %a)
  /external/webkit/Source/WebKit/chromium/src/
FrameLoaderClientImpl.h 69 // This context is not tied to the lifetime of its frame, and is destroyed
224 // The WebFrame that owns this object and manages its lifetime. Therefore,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeyCheckPage.java 171 sb.append("<p>Make sure the certificate is valid for the planned lifetime of the product.</p>");
252 sb.append("<p>Make sure the certificate is valid for the planned lifetime of the product.</p>");
  /external/chromium/base/
message_pump_libevent.h 101 // can later be used to manage the lifetime of this event.

Completed in 389 milliseconds

1 2 3 4 5 6 78 91011>>