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

<<11121314151617181920>>

  /external/sfntly/cpp/src/sfntly/data/
memory_byte_array.h 37 // ownership of b. Caller is responsible for handling the lifetime
  /frameworks/av/include/common_time/
cc_helper.h 27 // Common Clock service and implementing lifetime managment, as well as to
  /frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
BrightnessDialog.java 64 * entire lifetime of the dialog.
  /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:__anon32593
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmmpc.h 94 #define MPC_C2 60 /* Initial Keep-Alive Lifetime */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmmpc.h 94 #define MPC_C2 60 /* Initial Keep-Alive Lifetime */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmmpc.h 94 #define MPC_C2 60 /* Initial Keep-Alive Lifetime */
  /external/ipsec-tools/src/racoon/
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...]
racoon.conf.5 636 .It Ic lifetime time Ar number Ar timeunit ;
637 Define a lifetime of a certain time
695 Specifies the action of lifetime length, key length and PFS of the phase 2
696 selection on the responder side, and the action of lifetime check in
707 If the responder's lifetime length is longer than the initiator's or
715 If the responder's lifetime length is longer than the initiator's or
718 If the responder's lifetime length is shorter than the initiator's,
719 the responder uses its own length AND sends a RESPONDER-LIFETIME notify
720 message to an initiator in the case of lifetime (phase 2 only).
724 If the initiator's lifetime or key length is not equal to the responder's
    [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 466 /// A cleanup to call @llvm.lifetime.end.
484 /// variable with lifetime.
487 Qualifiers::ObjCLifetime lifetime) {
488 switch (lifetime) {
564 Qualifiers::ObjCLifetime lifetime = lvalue.getObjCLifetime(); local
565 if (!lifetime) {
573 // If we're emitting a value with lifetime, we have to do the
586 if (lifetime != Qualifiers::OCL_ExplicitNone)
605 if (lifetime == Qualifiers::OCL_Weak)
616 switch (lifetime) {
666 Qualifiers::ObjCLifetime lifetime = lvalue.getObjCLifetime(); local
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
package-info.java 32 * <h3>Classes related to conversion and lifetime</h3>
70 * <h2>SSA Lifetime</h2>
  /external/chromium/base/threading/
thread_unittest.cc 78 // lifetime of this thread.
104 // |event_list| must remain valid throughout the observer's lifetime.
  /external/chromium/chrome/browser/extensions/
extension_disabled_infobar_delegate.cc 147 // This object manages its own lifetime.
191 // This object manages its own lifetime.
extension_override_apitest.cc 120 // Simulate several LoadExtension() calls happening over the lifetime of
133 // Simulate several LoadExtension() calls happening over the lifetime of
pending_extension_manager.h 24 // its lifetime. This class should only be used from the UI thread.
35 // The service remains valid over the entire lifetime of this class.
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_flow.h 56 // the HTML dialog. |container| is kept up-to-date with the lifetime of the
120 // (us) and controls our lifetime.
  /external/chromium/chrome/browser/printing/
print_dialog_cloud_internal.h 54 // lifetime of the helper.
61 // that the WebUI pointer lifetime will outlast us, so we should be
  /external/chromium/chrome/browser/sync/sessions/
sync_session_context.h 10 // environment are either valid or not valid for the entire context lifetime,
143 // Installs a ConflictResolver to a given session context for the lifetime of
  /external/chromium/net/base/
backoff_entry_unittest.cc 61 // Because lifetime is non-zero, we shouldn't be able to discard yet.
76 // Test the final case (no errors, dependent only on specified lifetime).
  /external/chromium/net/http/
http_auth_handler_factory.h 115 // non-NULL. |resolver| must remain valid for the lifetime of the
141 // The |*factory| object is assumed to be new-allocated, and its lifetime
  /external/chromium/net/url_request/
url_request_throttler_entry.h 70 // The manager object's lifetime must enclose the lifetime of this object.
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.h 138 // Note: The lifetime of TunnelSession is complicated. It needs to survive
147 // Note: Because TunnelStream provides a stream interface, its lifetime is
  /external/chromium-trace/trace-viewer/src/tracing/trace_model/
object_instance.js 103 throw new Error('ts must be within lifetime of this instance');
107 throw new Error('ts must be within lifetime of this instance');
  /external/chromium_org/base/android/
scoped_java_ref.h 73 // to the lifetime of this object.
152 // to the lifetime of this object. This class does not hold onto any JNIEnv*
  /external/chromium_org/base/threading/
thread_unittest.cc 67 // lifetime of this thread.
94 // |event_list| must remain valid throughout the observer's lifetime.

Completed in 386 milliseconds

<<11121314151617181920>>