HomeSort by relevance Sort by last modified time
    Searched full:alive (Results 51 - 75 of 665) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
watchdog.h 48 #define WDIOF_KEEPALIVEPING 0x8000 /* Keep alive ping reply */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
watchdog.h 48 #define WDIOF_KEEPALIVEPING 0x8000 /* Keep alive ping reply */
  /external/chromium/net/http/
http_network_transaction_unittest.cc 199 "Connection: keep-alive\r\n\r\n",
583 "Connection: keep-alive\r\n"
934 // Test that we correctly reuse a keep-alive connection after not explicitly
    [all...]
  /cts/tests/tests/mediastress/src/android/mediastress/cts/
NativeMediaActivity.java 104 * check if native media is alive. If it does not become alive
106 * @return the status of native media, true if it is alive, null if timed-out
NativeMediaTest.java 79 * @param expectAlive expected status, true if it should be alive.
  /external/chromium/net/udp/
udp_socket_libevent.h 66 // alive by the caller until the callback is placed.
73 // and |address_length| alive until the callback is called.
87 // alive until the callback is called.
udp_socket_win.h 68 // alive by the caller until the callback is placed.
75 // and |address_length| alive until the callback is called.
89 // alive until the callback is called.
  /external/libppp/src/
bundle.h 32 #define PHASE_NETWORK 3 /* We're alive ! */
128 struct filter alive; /* keep-alive packet filter */ member in struct:bundle::__anon10734
  /external/qemu/proxy/
proxy_http.c 123 /* keep-alive */
125 p += snprintf(p, end-p, "Connection: Keep-Alive\r\nProxy-Connection: Keep-Alive\r\n");
  /external/qemu/slirp/
tcp_timer.h 44 #define TCPT_KEEP 2 /* keep alive */
70 * The TCPT_KEEP timer is used to keep connections alive. If an
95 #define TCPTV_KEEP_INIT ( 75*PR_SLOWHZ) /* initial connect keep alive */
  /external/qemu/slirp-android/
tcp_timer.h 44 #define TCPT_KEEP 2 /* keep alive */
70 * The TCPT_KEEP timer is used to keep connections alive. If an
95 #define TCPTV_KEEP_INIT ( 75*PR_SLOWHZ) /* initial connect keep alive */
  /libcore/luni/src/test/java/libcore/java/net/
OldAndroidDatagramTest.java 42 boolean alive = true; field in class:OldAndroidDatagramTest.Reflector
54 while (alive) {
156 reflector.alive = false;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.cc 108 uptr *alive) {
112 if (alive) *alive = alive_threads_;
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_thread_registry_test.cc 35 uptr total, running, alive; local
36 registry->GetNumberOfThreads(&total, &running, &alive);
39 EXPECT_EQ(exp_alive, alive);
  /cts/libs/util/src/android/cts/util/
WatchDog.java 26 * class for checking if rendering function is alive or not.
  /dalvik/tests/067-preemptive-unpark/src/
Main.java 62 * pointer that would keep would-be garbage alive.
  /external/apache-xml/src/main/java/org/apache/xml/utils/
ThreadControllerWrapper.java 91 // This should wait until the transformThread is considered not alive.
  /external/chromium/base/
message_loop_proxy.h 27 // either post the Task to the MessageLoop (if it's still alive), or to
  /external/chromium/chrome/browser/policy/
file_based_policy_loader.h 58 // loader and keeps it alive.
  /external/chromium/chrome/browser/ssl/
ssl_add_cert_handler.cc 27 // Stay alive until the process completes and Finished() is called.
  /external/chromium/chrome/browser/sync/glue/
password_change_processor.h 69 // WebDataService which is kept alive by our data type controller
  /external/chromium/chrome/browser/ui/views/
content_setting_bubble_contents.h 48 // the bubble and must keep it alive.
  /external/chromium/googleurl/src/
url_canon_icu.h 47 // be managed by the creator such that it is alive as long as this is.
  /external/chromium/net/base/
capturing_net_log.h 94 // The returned BoundNetLog is only valid while |this| is alive.
  /external/chromium/net/ftp/
ftp_transaction.h 36 // request_info object alive until Destroy is called on the transaction.

Completed in 1139 milliseconds

1 23 4 5 6 7 8 91011>>