HomeSort by relevance Sort by last modified time
    Searched full:alive (Results 276 - 300 of 1211) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
confirmdiff.py 58 # file alive until the user has had a chance to confirm the diff.
  /external/chromium_org/third_party/pexpect/
fdpexpect.py 81 does not raise an exception then we assume it is alive. """
  /external/chromium_org/tools/android/forwarder2/
device_listener.cc 113 // server but the control connection is still alive (no errors). The device
self_deleter_helper.h 72 // // that the ObjectOwner instance is still alive when
  /external/chromium_org/url/
url_canon_stdstring.h 21 // the string itself, and the user must ensure that the string stays alive
  /external/chromium_org/v8/src/
hydrogen-environment-liveness.h 39 // Values in the environment are kept alive by every subsequent LInstruction
  /external/chromium_org/webkit/browser/fileapi/
task_runner_bound_observer_list.h 25 // Observer pointers (stored as ObserverStoreType) must be kept alive
  /external/chromium_org/webkit/common/
data_element.h 54 // should make sure the data is alive when this element is accessed.
  /external/e2fsprogs/lib/ext2fs/
ext3_extents.h 18 * - number of alive extents in the inode
  /external/ipsec-tools/src/racoon/samples/
racoon.conf.sample-natt 33 # "Keep-alive packet" every few seconds to every peer with
  /external/kernel-headers/original/asm-mips/
socket.h 23 #define SO_KEEPALIVE 0x0008 /* Keep connections alive and send
  /external/libppp/src/
filter.h 70 unsigned timeout; /* Keep alive value for passed packet */
radius.h 77 } alive; member in struct:radius
  /external/llvm/test/Transforms/JumpThreading/
indirectbr.ll 3 ; Keep block addresses alive.
  /external/openssh/
clientloop.h 68 #define SSHMUX_COMMAND_ALIVE_CHECK 2 /* Check master is alive */
  /external/qemu/distrib/sdl-1.2.15/
CREDITS 23 * Ryan Gordon for helping everybody out and keeping the dream alive. :)
  /frameworks/native/libs/gui/
IGraphicBufferAlloc.cpp 102 // buffer stays alive until the GraphicBuffer object on
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 85 /// that things are either alive or maybe alive. We don't mark anything
86 /// explicitly dead (even if we know they are), since anything not alive
87 /// with no registered uses (in Uses) will never be marked alive and will
425 /// and determines if it should be alive or not. Adds this use to MaybeLiveUses
517 // We consider arguments of non-internal functions to be intrinsically alive as
562 // If this use is anything other than a call site, the function is alive.
658 /// MarkLive - Mark the given Function as alive, meaning that it cannot be
726 // Remember which arguments are still alive.
    [all...]
  /cts/tests/tests/security/src/android/security/cts/
VoldExploitTest.java 75 // Check to see if vold is still alive.
114 // Check to see if all the processes are still alive. If
  /external/chromium/chrome/browser/
aeropeek_manager.h 163 // if it is alive.
168 // we need to check if the tab is still alive.
  /external/chromium/net/socket/
client_socket_handle.h 83 // the socket may be kept alive for use by a subsequent ClientSocketHandle.
85 // NOTE: To prevent the socket from being kept alive, be sure to call its
  /external/chromium_org/chrome/browser/extensions/
webstore_standalone_installer.cc 59 // Add a ref to keep this alive for WebstoreDataFetcher.
304 // Keep this alive as long as the install prompt lives.
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_output_protection_message_filter.cc 181 LOG(WARNING) << "RenderViewHost is not alive.";
222 LOG(WARNING) << "RenderViewHost is not alive.";
  /external/chromium_org/net/socket/
client_socket_handle.h 84 // the socket may be kept alive for use by a subsequent ClientSocketHandle.
86 // NOTE: To prevent the socket from being kept alive, be sure to call its
tcp_socket_win.cc 76 // Enable TCP Keep-Alive to prevent NAT routers from timing out TCP
81 enable ? 1 : 0, // TCP keep-alive on.
82 delay, // Delay seconds before sending first TCP keep-alive packet.
83 delay, // Delay seconds between sending TCP keep-alive packets.
89 DCHECK(!rv) << "Could not enable TCP Keep-Alive for socket: " << socket
92 // Disregard any failure in disabling nagle or enabling TCP Keep-Alive.
430 // Check if connection is alive.
450 // Check if connection is alive and we haven't received any data

Completed in 679 milliseconds

<<11121314151617181920>>