HomeSort by relevance Sort by last modified time
    Searched full:keep (Results 3101 - 3125 of 11137) sorted by null

<<121122123124125126127128129130>>

  /external/chromium_org/net/http/
http_network_transaction.cc 310 // Even if the server says the connection is keep-alive, we have to be
820 "keep-alive");
822 request_headers_.SetHeader(HttpRequestHeaders::kConnection, "keep-alive");
    [all...]
  /external/chromium_org/net/third_party/mozilla_security_manager/
nsNSSCertificateDB.cpp 109 // keep using X509Certificates, so that we can use them to build the
110 // |not_imported| result. So, we keep using our net::CertificateList and
  /external/chromium_org/net/udp/
udp_socket_libevent.h 75 // If ERR_IO_PENDING is returned, the caller must keep |buf|, |address|,
89 // If ERR_IO_PENDING is returned, the caller must keep |buf| and |address|
udp_socket_win.h 76 // If ERR_IO_PENDING is returned, the caller must keep |buf|, |address|,
90 // If ERR_IO_PENDING is returned, the caller must keep |buf| and |address|
  /external/chromium_org/ppapi/cpp/
file_io.h 115 /// destroyed when your class is. But keep in mind that copying a pp::FileIO
122 /// keep your FileIO resource and any output buffers tightly controlled in
  /external/chromium_org/remoting/host/
video_scheduler.cc 184 // This doesn't deleted already captured frames, so encoder can keep using the
283 // If there is nothing to encode then send an empty keep-alive packet.
  /external/chromium_org/sandbox/win/src/
interception.h 82 // interceptor, so the provided InterceptorId is used to keep a table of
214 // Keep track of patches added by name.
policy_opcodes_unittest.cc 74 // Keep developers from adding smarts to the opcodes which should
262 // We now keep on matching but now we skip 6 characters which means
  /external/chromium_org/sql/
statement.h 75 // You can keep calling Step() until it returns false to iterate through all
148 // Returns the original text of sql statement. Do not keep a pointer to it.
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIterator.h 211 // Used when m_stopsOnFormControls is set to determine if the iterator should keep advancing.
295 // Used when m_stopsOnFormControls is set to determine if the iterator should keep advancing.
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_platform.target.darwin-mips.mk 324 -Wl,--no-keep-memory \
341 -Wl,--no-keep-memory \
webcore_platform.target.linux-mips.mk 324 -Wl,--no-keep-memory \
341 -Wl,--no-keep-memory \
  /external/chromium_org/third_party/angle/src/
translator.target.darwin-mips.mk 267 -Wl,--no-keep-memory \
284 -Wl,--no-keep-memory \
translator.target.linux-mips.mk 267 -Wl,--no-keep-memory \
284 -Wl,--no-keep-memory \
  /external/chromium_org/third_party/harfbuzz-ng/
harfbuzz-ng.target.darwin-mips.mk 250 -Wl,--no-keep-memory \
267 -Wl,--no-keep-memory \
harfbuzz-ng.target.linux-mips.mk 250 -Wl,--no-keep-memory \
267 -Wl,--no-keep-memory \
  /external/chromium_org/third_party/icu/source/test/intltest/
aliastst.cpp 43 // keep the last index in sync with the condition in default:
46 if (index <= 5) { // keep this in sync with the last index!
  /external/chromium_org/third_party/leveldatabase/src/db/
db_impl.cc 235 bool keep = true; local
238 keep = ((number >= versions_->LogNumber()) ||
242 // Keep my manifest file, and any newer incarnations'
244 keep = (number >= versions_->ManifestFileNumber());
247 keep = (live.find(number) != live.end());
252 keep = (live.find(number) != live.end());
257 keep = true;
261 if (!keep) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
messagequeue.cc 289 // Keep thread safe
311 // Keep thread safe
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stunport.cc 75 // We will do a keep-alive regardless of whether this request suceeds.
284 // We will keep pinging the stun server to make sure our NAT pin-hole stays
  /external/chromium_org/third_party/libxml/
libxml.target.darwin-mips.mk 270 -Wl,--no-keep-memory \
287 -Wl,--no-keep-memory \
libxml.target.linux-mips.mk 270 -Wl,--no-keep-memory \
287 -Wl,--no-keep-memory \
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_info.c 42 * This is where we keep store the value of each channel of the IMM/TEMP/OUT
236 * Keep track of assignments and writes
  /external/chromium_org/third_party/mesa/src/src/glsl/
link_functions.cpp 265 * signature that we found isn't a built-in, keep looking. Also keep
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_context.h 83 /* Trying to keep these relatively short as the variables are becoming
85 * everything - I think we know which driver we're in by now, and keep the

Completed in 1376 milliseconds

<<121122123124125126127128129130>>