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

1 23 4 5 6 7 8 91011>>

  /external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
emplace.pass.cpp 109 assert(T::alive == 0);
113 assert(T::alive == 1);
123 assert(T::alive == 1);
133 assert(T::alive == 1);
143 assert(T::alive == 1);
153 assert(T::alive == 1);
163 assert(T::alive == 1);
173 assert(T::alive == 1);
optional_U.pass.cpp 96 assert(T::alive == 1);
106 assert(T::alive == 0);
112 assert(T::alive == 1);
122 assert(T::alive == 0);
128 assert(T::alive == 0);
135 assert(T::alive == 0);
141 assert(T::alive == 0);
148 assert(T::alive == 0);
assign_value.pass.cpp 92 assert(T::alive == 1);
104 assert(T::alive == 1);
116 assert(T::alive == 1);
129 assert(T::alive == 1);
142 assert(T::alive == 1);
156 assert(T::alive == 0);
  /external/apache-http/src/org/apache/http/impl/
DefaultConnectionReuseStrategy.java 57 * be reused. If there is no such token, a token "keep-alive" indicates
102 // be indicated by closing the connection, there is no keep-alive.
124 // documented in RFC 2068, section 19.7.1. A token "keep-alive" is
134 // but is commonly used to carry one token, "close" or "keep-alive".
142 // "close" and "keep-alive". As "close" is specified by RFC 2068,
144 // If there is no "close" but a "keep-alive", we take the hint.
161 // neither "close" nor "keep-alive", use default policy
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
httpproxy_test.py 109 # By default, BaseHTTPServer.py treats all HTTP 1.1 requests as keep-alive.
136 # Tests that keep-alive header works.
140 headers=[("Connection", "keep-alive")], response_data=["bat1"])
153 conn.request("GET", "/index.html", headers={"Connection": "keep-alive"})
160 conn.request("GET", "/index.html", headers={"Connection": "keep-alive"})
181 headers=[("Connection", "keep-alive")], response_data=["bat1"])
192 conn.request("GET", "/index.html", headers={"Connection": "keep-alive"})
  /external/curl/tests/
ftp.pm 51 # pidexists checks if a process with a given pid exists and is alive.
52 # This will return the positive pid if the process exists and is alive.
60 # verify if currently existing and alive
124 # pidfile exists and is alive. This will return 0 on any file related
127 # is currently alive this returns that positive pid. Otherwise, when
128 # the process is not alive, will return the negative value of the pid.
138 # verify if currently alive
180 # Send a SIGTERM to processes which are alive to gracefully stop them.
223 # Mercilessly SIGKILL processes still alive.
  /external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
copy.pass.cpp 48 static int alive; member in struct:MakeEmptyT
49 MakeEmptyT() { ++alive; }
51 ++alive;
58 ~MakeEmptyT() { --alive; }
61 int MakeEmptyT::alive = 0; member in class:MakeEmptyT
move.pass.cpp 50 static int alive; member in struct:MakeEmptyT
51 MakeEmptyT() { ++alive; }
53 ++alive;
60 ~MakeEmptyT() { --alive; }
63 int MakeEmptyT::alive = 0; member in class:MakeEmptyT
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_offload.cpp 86 ALOGE("Failed to create start keep alive request; result = %d", result);
136 ALOGE("Failed to create stop keep alive request; result = %d", result);
153 ALOGE("Unknown wifi keep alive command");
164 ALOGE("Failed to create keep alive request; result = %d", result);
170 ALOGE("Failed to register keep alive response; result = %d", result);
  /external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
U.pass.cpp 110 assert(T::alive == 0);
115 assert(T::alive == 1);
121 assert(T::alive == 0);
  /external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
ShutdownTest.java 78 // Keep-alive seems to be on by default, but just in case that changes.
79 connection.addRequestProperty("Connection", "keep-alive");
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
ConnectivityConstants.java 48 * Packet keep-alive event
53 * Packet keep-alive - sub-names
  /external/v8/src/ast/
prettyprinter.h 61 // The result string is alive as long as the AstPrinter is alive.
  /prebuilts/go/darwin-x86/test/
finprofiled.go 24 // As the result, all allocated memory must stay alive.
70 // Just to keep hold alive.
  /prebuilts/go/linux-x86/test/
finprofiled.go 24 // As the result, all allocated memory must stay alive.
70 // Just to keep hold alive.
  /cts/hostsidetests/jdwpsecurity/app/src/com/android/cts/jdwpsecurity/
JdwpTest.java 27 // Loop to keep alive so the host test has the time to check whether we have a JDWP
  /cts/tests/tests/jni/src/android/jni/cts/
ClassLoaderHelper.java 39 // Simple helpers to avoid keeping references alive because of dex registers.
  /external/autotest/client/site_tests/power_SuspendStress/
control.4hours 21 # connection alive a few times. Increase the time "awake" to 0 to 8 seconds,
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/
chrome_tracing_devtools_manager.py 7 # There is no guarantee that the devtools agent is still alive.
  /external/clang/lib/StaticAnalyzer/Core/
PrettyStackTraceLocationContext.h 18 /// While alive, includes the current analysis stack in a crash trace.
  /external/compiler-rt/test/lsan/TestCases/
guard-page.c 27 // Leave this context alive when the program exits.
  /external/curl/tests/data/
test1077 22 Proxy-Connection: Keep-Alive
  /external/libchrome/base/mac/
scoped_nsautorelease_pool.h 31 // alive for long periods of time (such as the entire length of the app).
  /external/llvm/include/llvm/Transforms/IPO/
DeadArgumentElimination.h 64 /// that things are either alive or maybe alive. We don't mark anything
65 /// explicitly dead (even if we know they are), since anything not alive
66 /// with no registered uses (in Uses) will never be marked alive and will
  /external/llvm/test/CodeGen/PowerPC/
2016-04-17-combine.ll 10 ; To make sure it works, check that and is still alive.

Completed in 663 milliseconds

1 23 4 5 6 7 8 91011>>