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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/remoting/host/
desktop_session_agent.h 201 // The client end of the network-to-desktop pipe. It is kept alive until
220 // Keep reference to the last frame sent to make sure shared buffer is alive
  /external/chromium_org/remoting/host/win/
rdp_client_window.h 53 // |RdpClientWindow| object must keep it alive until OnDisconnected() is
58 // expects the window be alive until the currently handled window message is
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8AbstractEventListener.h 84 // Protect this event listener to keep it alive.
96 // value is a weak handle and so not guaranteed to stay alive.
V8StringResource.h 95 // A shallow copy of the string. Keeps the string buffer alive until the V8 engine garbage collects it.
100 // the original string alive because v8 may keep derived pointers
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerThread.cpp 188 // Event listeners would keep DOMWrapperWorld objects alive for too long. Also, they have references to JS objects,
209 // Ensure that tasks are being handled by thread event loop. If script execution weren't forbidden, a while(1) loop in JS could keep the thread alive forever.
  /external/chromium_org/third_party/WebKit/Source/web/
SharedWorkerRepositoryClientImpl.cpp 60 // Callback class that keeps the SharedWorker and WebSharedWorker objects alive while loads are potentially happening, and also translates load errors into error events on the worker.
110 // Keep the worker + JS wrapper alive until the resource load is complete in case we need to dispatch an error event.
  /external/chromium_org/ui/compositor/
layer_animation_sequence.cc 86 base::WeakPtr<LayerAnimationSequence> alive(weak_ptr_factory_.GetWeakPtr());
89 if (!alive)
  /external/chromium_org/webkit/child/
websocketstreamhandle_impl.cc 72 // |bridge_| is alive from Connect to DidClose, so Context must be alive
  /external/nist-sip/java/gov/nist/core/
ThreadAuditor.java 81 .append(", Alive: ").append(thread.isAlive());
117 /// Called by a monitored thread reporting that it's alive and well
  /libcore/luni/src/main/java/java/io/
PipedOutputStream.java 143 * longer alive. This case is currently not handled correctly.
168 * longer alive. This case is currently not handled correctly.
PipedWriter.java 148 * reader is no longer alive. This case is currently not handled
179 * reader is no longer alive. This case is currently not handled
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
LauncherIconVisibilityManager.java 67 // The process that hosts this broadcast receiver is invoked and remains alive even after
70 // There is no good reason to keep the process alive if this IME isn't a current IME.
  /packages/providers/CalendarProvider/
AndroidManifest.xml 52 <!-- This is used to keep the provider alive long enough to send update
55 <!-- This is used to keep the provider alive long enough to clean up scheduled
  /external/libppp/src/
radius.c     [all...]
  /external/chromium/net/http/
http_proxy_client_socket_pool_unittest.cc 241 "Proxy-Connection: keep-alive\r\n\r\n"),
302 "Proxy-Connection: keep-alive\r\n"
327 "Proxy-Connection: keep-alive\r\n"
439 "Proxy-Connection: keep-alive\r\n"
477 "Proxy-Connection: keep-alive\r\n"
  /external/chromium/net/socket/
tcp_client_socket_libevent.cc 62 // Set seconds until first TCP keep alive.
351 // Check if connection is alive.
368 // Check if connection is alive and we haven't received any data
532 // ANDROID: Disable TCP keep-alive for bug 5226268
533 // [Browser] http keep-alive packets are sent too frequently to network
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpbase_unittest.cc 36 "Connection: Keep-Alive\r\n"
47 "Connection: Keep-Alive\r\n"
54 "Connection: Keep-Alive\r\n"
167 EXPECT_EQ("Keep-Alive", header);
292 data.setHeader(HH_CONNECTION, "Keep-Alive");
  /external/clang/test/SemaObjC/
arc-repeated-weak.mm 22 use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times in this function but may be unpredictably set to nil; assign to a strong variable to keep the object alive}}
66 use(a.strongProp.weakProp); // expected-warning{{weak property 'weakProp' may be accessed multiple times in this function and may be unpredictably set to nil; assign to a strong variable to keep the object alive}}
298 use(self.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times in this method but may be unpredictably set to nil; assign to a strong variable to keep the object alive}}
303 use(weakIvar); // expected-warning{{weak instance variable 'weakIvar' is accessed multiple times in this method but may be unpredictably set to nil; assign to a strong variable to keep the object alive}}
362 use(a.weakProp); // expected-warning{{weak property 'weakProp' is accessed multiple times in this function but may be unpredictably set to nil; assign to a strong variable to keep the object alive}}
  /external/chromium_org/net/http/
http_proxy_client_socket_pool_unittest.cc 285 "Proxy-Connection: keep-alive\r\n\r\n"),
359 "Proxy-Connection: keep-alive\r\n"
384 "Proxy-Connection: keep-alive\r\n"
529 "Proxy-Connection: keep-alive\r\n"
579 "Proxy-Connection: keep-alive\r\n\r\n"),
604 "Proxy-Connection: keep-alive\r\n"
655 "Proxy-Connection: keep-alive\r\n"
  /frameworks/base/tests/CoreTests/android/core/
SSLSocketTest.java 74 * connection (using HTTP keep-alive).
108 (j == innerLoop - 1 ? "Close" : "Keep-Alive")
214 * kept alive in between.
222 // These two don't accept keep-alive
239 // These two don't accept keep-alive
246 * kept alive in between. Waits a longer time after each request.
261 // These two don't accept keep-alive
281 // These two don't accept keep-alive
301 // These two don't accept keep-alive
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_handshake_hybi08.py 183 request_def.headers['Connection'] = 'Upgrade, keep-alive, , '
303 'Keep-Alive': '300',
304 'Connection': 'keep-alive'}), None, True)]
  /external/chromium_org/chrome/browser/background/
background_mode_manager.h 234 // Enables keep alive and the status tray icon if and only if background mode
331 // Set to true when Chrome is running with the --keep-alive-for-test flag
339 // Set to true when background mode is keeping Chrome alive.
  /external/chromium_org/net/udp/
udp_socket_libevent.h 69 // alive by the caller until the callback is placed.
76 // and |address_length| alive until the callback is called.
90 // alive until the callback is called.
udp_socket_win.h 70 // alive by the caller until the callback is placed.
77 // and |address_length| alive until the callback is called.
91 // alive until the callback is called.
  /external/kernel-headers/original/linux/
tcp.h 259 __u8 keepalive_probes; /* num of allowed keep alive probes */
334 unsigned int keepalive_time; /* time before keep alive takes place */
335 unsigned int keepalive_intvl; /* time interval between keep alive probes */

Completed in 494 milliseconds

1 2 3 4 5 6 7 891011>>