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

<<11121314151617181920>>

  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
hostapd.py 154 should_be_up: If true then hostapd program is expected to be alive.
155 If it is found not alive while this is true an error
  /tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/
shell.py 68 """Checks to see if a program is alive.
70 Checks to see if a program is alive on the shells enviroment. This can
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
miniterm.py 199 self.alive = True
207 self.alive = False
244 while self.alive and self._reader_alive:
275 self.alive = False
289 while self.alive:
462 self.alive = False
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DeadArgumentElimination.cpp 82 /// that things are either alive or maybe alive. We don't mark anything
83 /// explicitly dead (even if we know they are), since anything not alive
84 /// with no registered uses (in Uses) will never be marked alive and will
369 /// and determines if it should be alive or not. Adds this use to MaybeLiveUses
461 // We consider arguments of non-internal functions to be intrinsically alive as
506 // If this use is anything other than a call site, the function is alive.
591 /// MarkLive - Mark the given Function as alive, meaning that it cannot be
728 // Remember which arguments are still alive.
799 // original function, and add those that are still alive
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
activaut.h 130 virtual HRESULT STDMETHODCALLTYPE Alive(
194 HRESULT (STDMETHODCALLTYPE *Alive)(
258 #define IScriptNode_Alive(This) (This)->lpVtbl->Alive(This)
281 return This->lpVtbl->Alive(This);
477 HRESULT (STDMETHODCALLTYPE *Alive)(
589 #define IScriptEntry_Alive(This) (This)->lpVtbl->Alive(This)
624 return This->lpVtbl->Alive(This);
836 HRESULT (STDMETHODCALLTYPE *Alive)(
973 #define IScriptScriptlet_Alive(This) (This)->lpVtbl->Alive(This)
    [all...]
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.cpp 141 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive");
288 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive");
331 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive");
391 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive");
483 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive");
577 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive");
629 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive");
664 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive");
707 return STATUS_ERROR(CameraService::ERROR_DISCONNECTED, "Camera device no longer alive");
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Tcp6.h 176 /// The maximum number of TCP keep-alive probes to send before
178 /// other end. Set to zero to disable keep-alive probe.
183 /// sends out periodical keep-alive probes. When set to zero, the
185 /// alive probe is disabled.
189 /// The number of seconds between TCP keep-alive probes after the
190 /// periodical keep-alive probe if no response. When set to zero, the
192 /// alive probe is disabled.
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 183 /// dead-symbol sweeping AND their associated regions are still alive.
395 /// alive as long as the key is live.
465 /// The dependent symbol should stay alive as long as the primary is alive.
527 /// this will keep the symbol alive as long as its associated region is also
  /prebuilts/go/darwin-x86/src/net/http/
transport.go 141 // MaxIdleConns controls the maximum number of idle (keep-alive)
146 // (keep-alive) connections to keep per-host. If zero,
151 // (keep-alive) connection will remain idle before closing
450 // read the response. Probably an unfortunately keep-alive
487 // a "keep-alive" state. It does not interrupt any connections currently
621 // Usually this is just due to the inherent keep-alive shut down race,
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mstats.go 530 // Current number of alive object in the heap and amount of alive heap memory
532 // Total number of mallocs is calculated as number of frees plus number of alive objects.
534 // plus amount of alive heap memory.
550 // Scan all spans and count number of alive objects.
  /prebuilts/go/linux-x86/src/net/http/
transport.go 141 // MaxIdleConns controls the maximum number of idle (keep-alive)
146 // (keep-alive) connections to keep per-host. If zero,
151 // (keep-alive) connection will remain idle before closing
450 // read the response. Probably an unfortunately keep-alive
487 // a "keep-alive" state. It does not interrupt any connections currently
621 // Usually this is just due to the inherent keep-alive shut down race,
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
mstats.go 530 // Current number of alive object in the heap and amount of alive heap memory
532 // Total number of mallocs is calculated as number of frees plus number of alive objects.
534 // plus amount of alive heap memory.
550 // Scan all spans and count number of alive objects.
  /cts/tests/tests/print/src/android/print/cts/
PrinterDiscoverySessionLifecycleTest.java 120 // While the printer discovery session is still alive store the
215 // While the printer discovery session is still alive store the
309 // While the printer discovery session is still alive store the
  /external/libcxx/test/support/
controlled_allocators.hpp 63 int alive = 0; member in struct:AllocController
100 ++alive;
110 --alive;
  /external/tcpdump/tests/
print-A.out 18 Connection: Keep-Alive
33 Keep-Alive: timeout=15, max=100
34 Connection: Keep-Alive
print-AA.out 18 Connection: Keep-Alive
33 Keep-Alive: timeout=15, max=100
34 Connection: Keep-Alive
  /frameworks/base/core/java/android/os/
IBinder.java 182 * Check to see if the process that the binder is in is still alive.
184 * @return false if the process is not alive. Note that if it returns
290 * the IBinder is still alive. Note that if the <var>recipient</var>
  /hardware/interfaces/wifi/1.0/
IWifiStaIface.hal 88 * Support for keep alive packet offload.
428 * Start sending the specified keep alive packets periodically.
451 * Stop sending the specified keep alive packets.
  /prebuilts/go/darwin-x86/src/net/http/httputil/
persist.go 63 // called before Read has signaled the end of the keep-alive logic. The user
206 // After signaling a keep-alive close, any pipelined unread
273 // called before the user or Read have signaled the end of the keep-alive
  /prebuilts/go/linux-x86/src/net/http/httputil/
persist.go 63 // called before Read has signaled the end of the keep-alive logic. The user
206 // After signaling a keep-alive close, any pipelined unread
273 // called before the user or Read have signaled the end of the keep-alive
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
test_memory_resource.hpp 58 int alive = 0; member in struct:AllocController
84 ++alive;
94 --alive;
  /external/google-breakpad/src/testing/gtest/test/
gtest_output_test_.cc 273 << "Expected failure #1 (in thread B, only trace B alive).";
278 << "Expected failure #3 (in thread B, trace A & B both alive).";
281 << "Expected failure #4 (in thread B, only trace A alive).";
297 << "Expected failure #2 (in thread A, trace A & B both alive).";
302 << "Expected failure #5 (in thread A, only trace A alive).";
305 << "Expected failure #6 (in thread A, no trace alive).";
gtest_output_test_golden_lin.txt 155 Expected failure #1 (in thread B, only trace B alive).
160 Expected failure #2 (in thread A, trace A & B both alive).
165 Expected failure #3 (in thread B, trace A & B both alive).
170 Expected failure #4 (in thread B, only trace A alive).
173 Expected failure #5 (in thread A, only trace A alive).
178 Expected failure #6 (in thread A, no trace alive).
  /external/googletest/googletest/test/
gtest_output_test_.cc 289 << "Expected failure #1 (in thread B, only trace B alive).";
294 << "Expected failure #3 (in thread B, trace A & B both alive).";
297 << "Expected failure #4 (in thread B, only trace A alive).";
313 << "Expected failure #2 (in thread A, trace A & B both alive).";
318 << "Expected failure #5 (in thread A, only trace A alive).";
321 << "Expected failure #6 (in thread A, no trace alive).";
    [all...]
gtest_output_test_golden_lin.txt 179 Expected failure #1 (in thread B, only trace B alive).
184 Expected failure #2 (in thread A, trace A & B both alive).
189 Expected failure #3 (in thread B, trace A & B both alive).
194 Expected failure #4 (in thread B, only trace A alive).
197 Expected failure #5 (in thread A, only trace A alive).
202 Expected failure #6 (in thread A, no trace alive).

Completed in 1494 milliseconds

<<11121314151617181920>>