Home
last modified time | relevance | path

Searched refs:preload (Results 1 – 19 of 19) sorted by relevance

/external/e2fsprogs/debian/
Dinitrd-tools.e2fsprogs26 if test -f /etc/ld.so.preload && grep -s ^$i\$ /etc/ld.so.preload; then
Dchangelog627 /etc/ld.so.preload. (Closes: #304003)
/external/webkit/WebCore/loader/
DDocLoader.cpp381 void DocLoader::preload(CachedResource::Type type, const String& url, const String& charset, bool r… in preload() function in WebCore::DocLoader
400 PendingPreload& preload = m_pendingPreloads[i]; in checkForPendingPreloads() local
402 if (!cachedResource(m_doc->completeURL(preload.m_url))) in checkForPendingPreloads()
403 requestPreload(preload.m_type, preload.m_url, preload.m_charset); in checkForPendingPreloads()
DDocLoader.h107 …void preload(CachedResource::Type, const String& url, const String& charset, bool referencedFromBo…
/external/ping/
Dping.c91 int preload; variable
218 preload = atoi(optarg); in common_options()
219 if (preload <= 0) { in common_options()
223 if (preload > mx_dup_ck) in common_options()
224 preload = mx_dup_ck; in common_options()
225 if (uid && preload > 3) { in common_options()
361 tokens = interval*(preload-1); in pinger()
372 if (ntokens < MININTERVAL && in_flight() >= preload) in pinger()
376 if (ntokens > interval*preload) in pinger()
377 ntokens = interval*preload; in pinger()
[all …]
Dping_common.h88 extern int preload;
/external/webkit/WebCore/html/
DPreloadScanner.cpp842 … m_document->docLoader()->preload(CachedResource::Script, m_urlToLoad, m_charset, scanningBody()); in emitTag()
844 …m_document->docLoader()->preload(CachedResource::ImageResource, m_urlToLoad, String(), scanningBod… in emitTag()
846 …m_document->docLoader()->preload(CachedResource::CSSStyleSheet, m_urlToLoad, m_charset, scanningBo… in emitTag()
860 … m_document->docLoader()->preload(CachedResource::CSSStyleSheet, url, String(), scanningBody()); in emitCSSRule()
/external/qemu/distrib/sdl-1.2.12/src/main/macos/
DSDL.r38 data 'MENU' (128, preload) {
/external/netcat/
DChangelog23 inbound options hexdump finally works [forgot to preload "size" int]
/external/clearsilver/mod_ecs/
DREADME56 This function can be used to preload any shared libraries that you might
/external/libpng/
Dltmain.sh3572 preload=no
3650 if test "$preload" = no; then
3654 preload=yes
6974 test "$preload" = yes \
7356 if test "$preload" = yes && test -f "$symfileobj"; then
/external/expat/conftools/
Dltmain.sh1123 preload=no
1189 if test "$preload" = no; then
4329 if test "$preload" = yes; then
/external/dbus/
Dltmain.sh1144 preload=no
1219 if test "$preload" = no; then
4360 if test "$preload" = yes; then
/external/libffi/
Dltmain.sh1153 preload=no
1228 if test "$preload" = no; then
4378 if test "$preload" = yes; then
/external/openssl/crypto/des/asm/
Ddes_enc.m41372 mov in2, in3 ! preload ks3
1414 add in1, 120, in4 ! preload ks1
/external/e2fsprogs/
DRELEASE-NOTES1211 /etc/ld.so.preload. (Addresses Debian Bug: #304003)
/external/webkit/WebCore/
DChangeLog-2008-08-107602 Test: fast/encoding/preload-encoding.html
21495 (WebCore::DocLoader::clearPreloads): Be sure to decrease the preload count for
21497 preload count can prevent the resource from being removed from the cache.
30521 Test: fast/encoding/script-preload-encoding.html
30529 (WebCore::DocLoader::preload):
38107 (WebCore::DocLoader::preload):
40481 which was broken by the preload patch.
40483 Don't print error message when preload fails local file security check.
40494 (WebCore::DocLoader::preload):
41115 …Spin up the preload scanner whenever a script load blocks the parser. One scanner tracks the end o…
DChangeLog-2009-06-168494 * manual-tests/preload-scanner-entities.html: Added.
8546 Test: fast/tokenizer/preload-scanner-entities.html
9126 to preload after loading for real - and if cache policy is CachePolicyReload, that actually
15357 (WebCore::DocumentLoader::subresource): Remove the preload referenced check.
34686 Test: http/tests/misc/slow-preload-cancel.html
66002 Test: http/tests/webarchive/test-preload-resources.html
95209 …This can be traced back to the preload scanner. With that change, CachedResources are created a l…
96135 (WebCore::DocLoader::preload):
DChangeLog-2006-05-10296 * loader/Cache.cpp: Removed unused preload functions.
13839 fail to preload child stylesheets, this patch causes us to