/external/chromium_org/content/public/browser/ |
dom_storage_context.h | 63 // SessionStorageNamespace alive. Called when SessionStorageNamespaces have
|
/external/chromium_org/content/test/net/ |
url_request_prepackaged_interceptor.h | 22 // occurs while the URLRequestPrepackagedInterceptor is alive.
|
/external/chromium_org/extensions/browser/ |
process_manager.h | 85 // the count of how many outstanding "things" are keeping the page alive. 95 // Keeps a background page alive. Unlike IncrementLazyKeepaliveCount, these 96 // impulses will only keep the page alive for a limited amount of time unless 171 // Checks if keepalive impulses have occured, and adjusts keep alive count.
|
/external/chromium_org/mojo/system/ |
core_test_base.h | 34 // |info| must remain alive until the returned handle is closed.
|
/external/chromium_org/remoting/host/it2me/ |
it2me_native_messaging_host_main.cc | 49 // Run the loop until channel is alive.
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
RetainedDOMInfo.h | 54 // V8 guarantees to keep RetainedObjectInfos alive only during a GC or heap snapshotting round, when renderer
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
GCObservation.idl | 33 // object may have been kept alive through a weak handle. Having
|
/external/llvm/test/Transforms/SCCP/ |
2002-05-21-InvalidSimplify.ll | 2 ; this is in fact NOT the case, so the return should still be alive in the code
|
/external/valgrind/main/none/tests/amd64/ |
nibz_bennee_mmap.c | 59 printf("made it through alive!\n");
|
/frameworks/native/opengl/tests/angeles/ |
app.h | 45 /* Value is non-zero when application is alive, and 0 when it is closing.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
watchdog.h | 48 #define WDIOF_KEEPALIVEPING 0x8000 /* Keep alive ping reply */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
watchdog.h | 48 #define WDIOF_KEEPALIVEPING 0x8000 /* Keep alive ping reply */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
watchdog.h | 48 #define WDIOF_KEEPALIVEPING 0x8000 /* Keep alive ping reply */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_objects.py | 3 holds references to objects that must be kept alive as long as the
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_objects.py | 3 holds references to objects that must be kept alive as long as the
|
/external/chromium/net/http/ |
http_network_transaction_unittest.cc | 199 "Connection: keep-alive\r\n\r\n", 583 "Connection: keep-alive\r\n" 934 // Test that we correctly reuse a keep-alive connection after not explicitly [all...] |
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
NativeMediaActivity.java | 104 * check if native media is alive. If it does not become alive 106 * @return the status of native media, true if it is alive, null if timed-out
|
/external/chromium/net/udp/ |
udp_socket_libevent.h | 66 // alive by the caller until the callback is placed. 73 // and |address_length| alive until the callback is called. 87 // alive until the callback is called.
|
udp_socket_win.h | 68 // alive by the caller until the callback is placed. 75 // and |address_length| alive until the callback is called. 89 // alive until the callback is called.
|
/external/chromium-trace/trace-viewer/src/tracing/trace_model/ |
time_to_object_instance_map.js | 70 'At the provided timestamp, no instance was still alive'); 92 // alive. In that case, try to move an instance's creationTs to 108 'Cannot add snapshot. No instance was alive that was mutable.');
|
/external/chromium_org/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/libppp/src/ |
bundle.h | 32 #define PHASE_NETWORK 3 /* We're alive ! */ 128 struct filter alive; /* keep-alive packet filter */ member in struct:bundle::__anon21016
|
/external/qemu/proxy/ |
proxy_http.c | 123 /* keep-alive */ 125 p += snprintf(p, end-p, "Connection: Keep-Alive\r\nProxy-Connection: Keep-Alive\r\n");
|
/external/qemu/slirp/ |
tcp_timer.h | 44 #define TCPT_KEEP 2 /* keep alive */ 70 * The TCPT_KEEP timer is used to keep connections alive. If an 95 #define TCPTV_KEEP_INIT ( 75*PR_SLOWHZ) /* initial connect keep alive */
|
/external/qemu/slirp-android/ |
tcp_timer.h | 44 #define TCPT_KEEP 2 /* keep alive */ 70 * The TCPT_KEEP timer is used to keep connections alive. If an 95 #define TCPTV_KEEP_INIT ( 75*PR_SLOWHZ) /* initial connect keep alive */
|