HomeSort by relevance Sort by last modified time
    Searched refs:keep_alive (Results 1 - 14 of 14) sorted by null

  /external/libkmsxx/py/pykms/
pykmsomap.cpp 31 py::keep_alive<1, 2>(), // Keep Card alive until this is destructed
34 py::keep_alive<1, 2>(), // Keep OmapCard alive until this is destructed
pykmsbase.cpp 128 py::keep_alive<1, 3>()) // Keep Card alive until this is destructed
156 py::keep_alive<1, 2>()) // Keep Card alive until this is destructed
158 py::keep_alive<1, 2>()) // Keep Card alive until this is destructed
168 py::keep_alive<1, 2>()) // Keep Card alive until this is destructed
235 py::keep_alive<1, 2>()) // Keep Card alive until this is destructed
  /art/compiler/optimizing/
ssa_phi_elimination.cc 53 bool keep_alive = (graph_->IsDebuggable() && phi->HasEnvironmentUses()); local
54 if (!keep_alive) {
57 keep_alive = true;
63 if (keep_alive) {
  /external/grpc-grpc/src/ruby/lib/grpc/generic/
rpc_server.rb 27 def initialize(size, keep_alive: DEFAULT_KEEP_ALIVE)
35 @keep_alive = keep_alive
95 @stop_mutex.synchronize do # wait @keep_alive seconds for workers to stop
102 @stop_cond.wait(@stop_mutex, @keep_alive) if @workers.size > 0
228 @pool = Pool.new(@pool_size, keep_alive: pool_keep_alive)
  /external/linux-kselftest/tools/testing/selftests/watchdog/
watchdog-test.c 41 static void keep_alive(void) function
197 keep_alive();
  /external/parameter-framework/asio-1.10.6/include/asio/
socket_base.hpp 148 * asio::socket_base::keep_alive option(true);
157 * asio::socket_base::keep_alive option;
166 ASIO_OS_DEF(SOL_SOCKET), ASIO_OS_DEF(SO_KEEPALIVE)> keep_alive; typedef in class:asio::socket_base
  /external/freetype/src/base/
ftdbgmem.c 131 FT_Bool keep_alive; member in struct:FT_MemTableRec_
644 if ( table->keep_alive )
727 if ( !table->keep_alive )
815 if ( !table->keep_alive )
871 FT_Long keep_alive = ft_strtol( p, NULL, 10 ); local
874 if ( keep_alive > 0 )
875 table->keep_alive = 1;
  /external/webrtc/webrtc/base/
httpserver.cc 154 bool keep_alive = HttpShouldKeepAlive(current_->request); local
156 keep_alive ? "Keep-Alive" : "Close",
  /external/libcups/cups/
http.c 998 return (http ? http->keep_alive : HTTP_KEEPALIVE_OFF);
    [all...]
http-private.h 287 http_keepalive_t keep_alive; /* Keep-alive supported? */ member in struct:_http_s
http.h 643 extern void httpSetKeepAlive(http_t *http, http_keepalive_t keep_alive) _CUPS_API_2_0;
  /external/libchrome/mojo/core/
channel_win.cc 177 scoped_refptr<ChannelWin> keep_alive(this);
  /external/v8/src/wasm/baseline/ia32/
liftoff-assembler-ia32.h 716 LiftoffRegList keep_alive = LiftoffRegList::ForRegs(lhs.high_gp(), rhs); local
717 Register dst_low = keep_alive.has(dst.low_gp())
718 ? assm->GetUnusedRegister(kGpReg, keep_alive).gp()
725 keep_alive = LiftoffRegList::ForRegs(dst_low, rhs.high_gp());
726 Register dst_high = keep_alive.has(dst.high_gp())
727 ? assm->GetUnusedRegister(kGpReg, keep_alive).gp()
    [all...]
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 

Completed in 1182 milliseconds