/external/v8/src/ |
global-handles.h | 45 // the group is alive, all objects in the same group are considered alive. 79 // a list of children objects. If the parent is alive, all the children 80 // are alive too. 117 // Creates a new global handle that is alive until Destroy is called.
|
prettyprinter.h | 45 // The result string is alive as long as the PrettyPrinter is alive.
|
/external/chromium/net/http/ |
http_response_headers_unittest.cc | 303 "connection: keep-alive\n" 315 "CoNnection: keep-alive\n" 827 "connection: keep-alive\n" 838 "connection: keep-alive\n" 850 "connection: keep-alive\n" 861 "connection: keep-alive\n" [all...] |
/external/chromium_org/chrome/browser/extensions/ |
lazy_background_page_apitest.cc | 213 // Tests that a JavaScript alert keeps the lazy background page alive. 225 // With the dialog open the background page is still alive. 228 // Close the dialog. The keep alive count is decremented. 241 // Tests that the lazy background page stays alive until all visible views are 270 // Tests that the lazy background page stays alive until all network requests 302 // Tests that the lazy background page stays alive until all visible views are 412 // page, and keep it alive until all channels are closed. 441 // Tests that a KeepaliveImpulse increments the keep alive count, but eventually 461 // Add an impulse and the keep alive count increases.
|
extension_prefs_unittest.h | 35 // object is still alive, and once after recreation. Thus, it tests that
|
webstore_startup_installer.cc | 31 // Requestor is the command line, so it's always alive.
|
/external/apache-http/src/org/apache/http/ |
ConnectionReuseStrategy.java | 37 * Interface for deciding whether a connection should be kept alive. 57 * may be relevant for the keep-alive strategy: the actual HTTP
|
/external/apache-http/src/org/apache/http/conn/ |
ConnectionReleaseTrigger.java | 59 * Releases the connection with the option of keep-alive. This is a 74 * Releases the connection without the option of keep-alive.
|
/external/apache-http/src/org/apache/http/protocol/ |
RequestConnControl.java | 41 * A request interceptor that suggests connection keep-alive to the server. 61 // Default policy is to keep connection alive
|
/external/chromium/chrome/browser/safe_browsing/ |
malware_details_cache.h | 45 // |result|, and we call |callback|, so they must all remain alive 77 // Method we call when we are done. The caller must be alive for the
|
/external/chromium_org/chrome/browser/safe_browsing/ |
malware_details_cache.h | 43 // |result|, and we call |callback|, so they must all remain alive 74 // Method we call when we are done. The caller must be alive for the
|
/external/chromium_org/media/audio/ |
audio_output_dispatcher_impl.h | 60 // kept alive until |close_timer_| fires. 79 // Similar to CloseAllIdleStreams(), but keeps |keep_alive| streams alive.
|
/external/chromium_org/net/tools/quic/ |
quic_in_memory_cache_test.cc | 109 EXPECT_EQ("Keep-Alive", value); 123 EXPECT_EQ("Keep-Alive", value);
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
WorkerDebuggerAgent.cpp | 67 // because it is alive if RunWorkerLoop is not terminated, otherwise it will 68 // just be ignored. WorkerThread is certainly alive if this task is being executed.
|
/external/chromium_org/third_party/WebKit/Source/core/workers/ |
WorkerRunLoop.h | 63 // Returns true if the loop is still alive, false if it has been terminated. 69 // Returns true if the loop is still alive, false if it has been terminated.
|
/external/chromium_org/v8/src/ |
prettyprinter.h | 45 // The result string is alive as long as the PrettyPrinter is alive.
|
/external/iputils/ |
iputils.spec | 6 Summary: The ping program for checking to see if network hosts are alive. 21 specified network host and can tell you if that machine is alive and
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
app.h | 45 /* Value is non-zero when application is alive, and 0 when it is closing.
|
/external/chromium/chrome/browser/sync/glue/ |
typed_url_change_processor.h | 74 // WebDataService which is kept alive by our data type controller
|
/external/chromium_org/apps/ |
app_keep_alive_service.cc | 61 // the last keep alive in that case CHECKs.
|
/external/chromium_org/base/threading/ |
post_task_and_reply_impl.cc | 54 // accidentally depends on |task_| keeping one of its arguments alive while
|
/external/chromium_org/base/win/ |
iat_patch_function.h | 41 // |module|. It will LoadLibrary(module) to keep the DLL alive until a call
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
safe_itunes_pref_parser_win.h | 26 // kept alive after Start() is called until the ParserCallback is called.
|
/external/chromium_org/chrome/renderer/extensions/ |
v8_schema_registry.h | 46 // by the UnsafePersistent alive. It's not made weak or disposed, and nobody
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
tts_custom_bindings.js | 48 // Keep the page alive until the event finishes.
|