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

<<11121314151617181920>>

  /frameworks/base/core/java/android/database/
CursorToBulkCursorAdaptor.java 53 * for managing the lifetime of their window.
  /frameworks/base/core/jni/android/graphics/
GraphicsJNI.h 113 * reference to the bitmap longer than the lifetime of the Java Bitmap.
  /frameworks/base/libs/utils/
RefBase.cpp 415 // This is the regular lifetime case. The object is destroyed
428 // less common case: lifetime is OBJECT_LIFETIME_{WEAK|FOREVER}
458 // if the object does NOT have a longer lifetime (meaning the
465 // if the object DOES have a longer lifetime (so we can safely
  /frameworks/compile/slang/
slang_rs_object_ref_count.h 38 // called at proper points in the object's lifetime.
  /libcore/luni/src/main/native/
libcore_icu_NativeBreakIterator.cpp 29 * moves around the heap. This class pins the char[] for the lifetime of the
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fuse.h 189 be unique for the fs's lifetime */
xfrm.h 236 XFRM_AE_LVAL=4, /* lifetime value */
wireless.h 287 #define SIOCSIWRETRY 0x8B28 /* set retry limits and lifetime */
288 #define SIOCGIWRETRY 0x8B29 /* get retry limits and lifetime */
511 /* Retry limits and lifetime flags available */
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
mainloop.h 51 * lifetime:
  /external/kernel-headers/original/linux/
wireless.h 275 #define SIOCSIWRETRY 0x8B28 /* set retry limits and lifetime */
276 #define SIOCGIWRETRY 0x8B29 /* get retry limits and lifetime */
498 /* Retry limits and lifetime flags available */
    [all...]
  /external/wpa_supplicant/
wireless_copy.h 287 #define SIOCSIWRETRY 0x8B28 /* set retry limits and lifetime */
288 #define SIOCGIWRETRY 0x8B29 /* get retry limits and lifetime */
512 /* Retry limits and lifetime flags available */
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wireless_copy.h 287 #define SIOCSIWRETRY 0x8B28 /* set retry limits and lifetime */
288 #define SIOCGIWRETRY 0x8B29 /* get retry limits and lifetime */
512 /* Retry limits and lifetime flags available */
    [all...]
  /external/wpa_supplicant_8/src/drivers/
wireless_copy.h 310 #define SIOCSIWRETRY 0x8B28 /* set retry limits and lifetime */
311 #define SIOCGIWRETRY 0x8B29 /* get retry limits and lifetime */
537 /* Retry limits and lifetime flags available */
    [all...]
  /external/tcpdump/
print-isoclns.c 233 { 0xa, "Lifetime"},
266 { 0x0, "Lifetime expired while data unit in transit"},
267 { 0x1, "Lifetime expired during reassembly"},
696 u_int8_t lifetime; /* units of 500ms */ member in struct:clnp_header_t
768 printf("\n\t%s PDU, hlen: %u, v: %u, lifetime: %u.%us, Segment PDU length: %u, checksum: 0x%04x ",
772 clnp_header->lifetime/2,
773 (clnp_header->lifetime%2)*5,
    [all...]
  /external/iproute2/ip/
ipaddress.c 64 fprintf(stderr, "Usage: ip addr {add|change|replace} IFADDR dev STRING [ LIFETIME ]\n");
79 fprintf(stderr, "LIFETIME := [ valid_lft LFT ] [ preferred_lft LFT ]\n");
439 static int set_lifetime(unsigned int *lifetime, char *argv)
442 *lifetime = INFINITY_LIFE_TIME;
443 else if (get_u32(lifetime, argv, 0))
  /external/ipsec-tools/src/racoon/
isakmp_quick.c     [all...]
  /external/chromium/base/mac/
mac_util.mm 144 // Leaked. That's OK, it's scoped to the lifetime of the application.
152 // Leaked. That's OK, it's scoped to the lifetime of the application.
  /external/chromium/chrome/browser/
crash_handler_host_linux.cc 60 // destroyed at the end of the processes lifetime, which is greater in span than
61 // the lifetime of the IO message loop.
  /external/chromium/chrome/browser/net/
load_timing_observer.cc 301 // Manage record lifetime based on the SOCKET_POOL_CONNECT_JOB entry.
346 // Manage record lifetime based on the SOCKET_ALIVE entry.
  /external/chromium/chrome/browser/tab_contents/
tab_contents_view_mac.mm 283 // A RenderWidgetHostViewMac has lifetime scoped to the view. We'll retain it
299 // A RenderWidgetHostViewMac has lifetime scoped to the view. Now that it's
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.h 449 // Valid for the lifetime of a drag over us.
452 // The controller for a drag initiated from a Tab. Valid for the lifetime of
  /external/chromium/net/spdy/
spdy_session.h 53 // |spdy_session_pool| is the SpdySessionPool that owns us. Its lifetime must
356 // |spdy_session_pool_| owns us, therefore its lifetime must exceed ours. We
  /external/chromium/net/third_party/gssapi/
gssapi.h 268 * Expiration time of 2^32-1 seconds means infinite lifetime for a
652 OM_uint32 *, /* lifetime */
  /external/clang/docs/
BlockLanguageSpec.txt 84 The lifetime of variables declared in a Block is that of a function; each activation frame contains a new copy of variables declared within the local scope of the Block. Such variable declarations should be allowed anywhere [testme] rather than only when C99 parsing is requested, including for statements. [testme]
135 In the Objective-C and Objective-C++ languages, we allow the __weak specifier for __block variables of object type. If garbage collection is not enabled, this qualifier causes these variables to be kept without retain messages being sent. This knowingly leads to dangling pointers if the Block (or a copy) outlives the lifetime of this object.
  /external/clang/lib/CodeGen/
CGBlocks.cpp 226 // lifetime results in undefined behavior.
348 // If we have a lifetime qualifier, honor it for capture purposes.
350 if (Qualifiers::ObjCLifetime lifetime
352 switch (lifetime) {
    [all...]

Completed in 769 milliseconds

<<11121314151617181920>>