/external/chromium_org/cc/animation/ |
animation_registrar.h | 40 // Registers the given controller as alive. 43 // Unregisters the given controller as alive.
|
/external/chromium_org/net/socket/ |
client_socket_pool.cc | 12 // alive. 17 // The maximum duration, in seconds, to keep used idle persistent sockets alive.
|
/external/chromium_org/net/ssl/ |
client_cert_store.h | 17 // The caller is expected to keep the ClientCertStore alive until the callback 26 // |selected_certs| object remains alive until the callback has been run.
|
/external/chromium/net/udp/ |
datagram_server_socket.h | 31 // alive by the caller until the callback is placed. 38 // and |address_length| alive until the callback is called. 52 // alive until the callback is called.
|
/external/llvm/test/Transforms/DeadArgElim/ |
returned.ll | 12 ; do not keep alive the return value of a function with a dead 'returned' argument 19 ; dummy to keep 'this' alive 30 ; keep alive return value of a function if the 'returned' argument is live
|
/external/chromium_org/media/cast/rtp_receiver/rtp_parser/include/mock/ |
mock_rtp_feedback.h | 27 void(const int32 id, const RTPAliveType alive));
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
UnsafePersistent.h | 45 // the UnsafePersistent is alive or 2) when there is a strong Persistent keeping 46 // the memory alive while the UnsafePersistent is alive. 84 // UnsafePersistent is alive and valid (see class level comment).
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
exceptions.py | 21 In this state, the tab is gone, but the underlying browser is still alive."""
|
/external/chromium_org/ui/views/widget/ |
widget_deletion_observer.h | 22 // Returns true if the widget passed in the constructor is still alive.
|
/external/chromium_org/url/ |
url_canon_icu.h | 24 // be managed by the creator such that it is alive as long as this is.
|
/external/chromium_org/webkit/common/gpu/ |
grcontext_for_webgraphicscontext3d.h | 20 // is alive.
|
/external/llvm/lib/Transforms/Scalar/ |
ADCE.cpp | 53 SmallPtrSet<Instruction*, 128> alive; local 62 alive.insert(I.getInstructionIterator()); 72 if (alive.insert(Inst)) 81 if (!alive.count(I.getInstructionIterator())) {
|
/external/chromium_org/webkit/browser/fileapi/quota/ |
quota_reservation_buffer.h | 29 // The instance keeps alive while any associated QuotaReservation or 30 // OpenFileHandle alive.
|
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/ |
bouncing_balls.js | 94 var alive = true; 101 if (!alive) { 110 alive = true; 139 var deltaY = alive ? velocityY*timeStep+gravity*timeStep*timeStep/2 : 0; 143 while ((y + deltaY) > (1 - borderY) && alive) { 159 alive = false;
|
/external/apache-http/src/org/apache/http/impl/ |
DefaultConnectionReuseStrategy.java | 57 * be reused. If there is no such token, a token "keep-alive" indicates 97 // be indicated by closing the connection, there is no keep-alive. 119 // documented in RFC 2068, section 19.7.1. A token "keep-alive" is 129 // but is commonly used to carry one token, "close" or "keep-alive". 137 // "close" and "keep-alive". As "close" is specified by RFC 2068, 139 // If there is no "close" but a "keep-alive", we take the hint. 156 // neither "close" nor "keep-alive", use default policy
|
/external/chromium_org/net/http/ |
http_response_headers_unittest.cc | 318 "connection: keep-alive\n" 330 "CoNnection: keep-alive\n" 884 "connection: keep-alive\n" 895 "connection: keep-alive\n" 907 "connection: keep-alive\n" 918 "connection: keep-alive\n" [all...] |
http_response_body_drainer.cc | 136 stream_->Close(true /* no keep-alive */); 139 stream_->Close(false /* keep-alive */);
|
proxy_client_socket.cc | 28 // HTTP/1.1 requests. Add "Proxy-Connection: keep-alive" for compat with 35 "keep-alive");
|
/external/chromium_org/chrome/browser/lifetime/ |
application_lifetime.h | 76 // browser windows keeping it alive or the application is quitting. 82 // Tells the BrowserList to keep the application alive after the last Browser 88 // Stops keeping the application alive after the last Browser is closed.
|
/external/chromium_org/chrome/browser/ui/app_list/ |
app_list_shower.cc | 85 // are no browsers around then deleting the keep alive will result in 88 // crash. By delaying deletion of the keep alive we ensure the Widget has 89 // correctly been destroyed before ending the keep alive so that
|
/external/chromium_org/ppapi/proxy/ |
plugin_var_tracker.h | 88 // receiving the call is still alive (see user_data_to_plugin_ below). 133 // been destroyed but the object is still alive. 137 // If the plugin does not have a ref to the object but it's still alive 138 // (the DOM could be holding a ref keeping it alive) this will be 0. 141 // renderer and releases all of its refs, the object will still be alive 178 // alive to various tracking info.
|
/external/webrtc/src/system_wrappers/source/ |
thread_posix.cc | 356 bool alive = true; local 363 alive = false; 368 alive = false; 372 if (!alive) { 375 alive = _alive; 378 while (alive);
|
/external/chromium/net/http/ |
http_response_body_drainer.cc | 117 stream_->Close(true /* no keep-alive */); 120 stream_->Close(false /* keep-alive */);
|
/external/chromium_org/cc/trees/ |
blocking_task_runner.cc | 38 // The SingleThreadTaskRunner is kept alive by its MessageLoop, and we 40 // SingleThreadTaskRunner has one ref, then it is being held alive only
|
/external/chromium_org/ppapi/host/ |
resource_host.h | 29 // that is kept alive as long as the resource in the plugin is alive. This is
|