/external/chromium_org/ppapi/shared_impl/ |
ppb_video_decoder_shared.h | 69 // for reference counting to keep it alive for the lifetime of |*this|. 73 // Graphics3D is guaranteed to be alive for the lifetime of this class.
|
/external/chromium_org/webkit/browser/fileapi/ |
async_file_util_adapter.h | 23 // This instance (as thus this->sync_file_util_) is guaranteed to be alive 24 // as far as FileSystemOperationContext given to each operation is kept alive.
|
/external/okhttp/src/main/java/com/squareup/okhttp/ |
TunnelRequest.java | 70 // Always set the Proxy-Connection to Keep-Alive for the benefit of 72 result.set("Proxy-Connection", "Keep-Alive");
|
/external/chromium/base/mac/ |
scoped_nsautorelease_pool.h | 40 // alive for long periods of time (such as the entire length of the app).
|
/external/chromium/net/base/ |
net_errors_posix.cc | 29 case ENETRESET: // Related to keep-alive
|
net_errors_win.cc | 27 case WSAENETRESET: // Related to keep-alive
|
/external/chromium_org/base/mac/ |
scoped_nsautorelease_pool.h | 31 // alive for long periods of time (such as the entire length of the app).
|
/external/chromium_org/chrome/browser/renderer_host/ |
safe_browsing_resource_throttle_factory.h | 28 // caller has to make sure the factory stays alive and properly destroyed.
|
/external/chromium_org/chrome/browser/ |
safe_json_parser.h | 25 // is ref-counted and kept alive after Start() is called until one of the two
|
/external/chromium_org/chrome/browser/ui/app_list/ |
app_list_shower.h | 58 // Used to keep the browser process alive while the app list is visible.
|
/external/chromium_org/media/filters/ |
ffmpeg_glue.cc | 183 // our AVFormatContext behind the scenes, but leave the buffer alive. It will 205 // 1. AVStream is alive. 206 // 2. AVCodecContext in AVStream is alive. 207 // 3. AVCodec in AVCodecContext is alive.
|
/external/chromium_org/net/http/ |
http_network_layer_unittest.cc | 148 "Proxy-Connection: keep-alive\r\n" 202 "Proxy-Connection: keep-alive\r\n\r\n"), 218 "Connection: keep-alive\r\n\r\n"), 250 "Proxy-Connection: keep-alive\r\n\r\n"), 315 "Connection: keep-alive\r\n" 511 "Proxy-Connection: keep-alive\r\n\r\n"), 528 "Proxy-Connection: keep-alive\r\n\r\n"), 583 "Connection: keep-alive\r\n\r\n"), 624 "Connection: keep-alive\r\n" 646 "Connection: keep-alive\r\n [all...] |
/external/chromium_org/net/url_request/ |
url_request_ftp_job_unittest.cc | 257 "Proxy-Connection: keep-alive\r\n\r\n"), 307 "Proxy-Connection: keep-alive\r\n\r\n"), 340 "Proxy-Connection: keep-alive\r\n\r\n"), 343 "Proxy-Connection: keep-alive\r\n" 384 "Proxy-Connection: keep-alive\r\n\r\n"), 417 "Proxy-Connection: keep-alive\r\n\r\n"), 420 "Proxy-Connection: keep-alive\r\n" 461 "Proxy-Connection: keep-alive\r\n\r\n"), 464 "Proxy-Connection: keep-alive\r\n" 469 "Proxy-Connection: keep-alive\r\n [all...] |
/external/chromium_org/webkit/browser/fileapi/quota/ |
open_file_handle.h | 20 // This should be alive while a consumer keeps a file opened and should be
|
open_file_handle_context.h | 24 // The instance keeps alive while at least one consumer keeps an open file
|
/external/clang/lib/StaticAnalyzer/Core/ |
PrettyStackTraceLocationContext.h | 18 /// While alive, includes the current analysis stack in a crash trace.
|
/external/iproute2/man/man8/ |
ip-netns.8 | 35 descriptor open keeps the network namespace alive. The file
|
/external/tcpdump/tests/ |
isakmp4.new | 18 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive 23 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive 28 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive 34 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive
|
isakmp4.out | 18 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive 23 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive 28 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive 34 IP 192.1.2.254.4500 > 192.1.2.23.4500: isakmp-nat-keep-alive
|
/frameworks/base/core/tests/coretests/src/android/view/ |
RunQueueTest.java | 57 assertFalse("The view tree observer is still alive", activity.viewTreeObserver.isAlive());
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
EmptyService.java | 24 * Background {@link Service} that is used to keep our process alive long enough
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/ |
Constants.java | 23 * Background {@link Service} that is used to keep our process alive long enough
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
EmptyService.java | 23 * Background {@link Service} that is used to keep our process alive long enough
|
/external/chromium/chrome/browser/ |
background_mode_manager.cc | 56 // Keep the browser alive until extensions are done loading - this is needed 57 // by the --no-startup-window flag. We want to stay alive until we load 65 // If the -keep-alive-for-test flag is passed, then always keep chrome running 72 // number of background apps and modify our keep-alive and launch-on-startup 109 // process alive any more when running in no-startup-window mode. 149 // Make sure we aren't still keeping the app alive (only happens if we 169 // keep-alive (which can shutdown Chrome) before the message loop has
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
PrerenderingTest.cpp | 326 explicit TestExtraData(bool* alive) : m_alive(alive) 328 *alive = true; 337 bool alive = false; local 339 prerendererClient()->setExtraDataForNextPrerender(new TestExtraData(&alive)); 341 EXPECT_TRUE(alive); 349 EXPECT_FALSE(alive);
|