Home
last modified time | relevance | path

Searched refs:prune (Results 1 – 25 of 32) sorted by relevance

12

/external/webkit/WebCore/history/
DPageCache.cpp63 prune(); in setCapacity()
98 prune(); in add()
114 void PageCache::prune() in prune() function in WebCore::PageCache
189 cache()->prune(); in releaseAutoreleasedPagesNow()
DPageCache.h66 void prune();
/external/webkit/WebKitTools/Scripts/
Ddo-file-rename55 $File::Find::prune = 1;
60 $File::Find::prune = 1;
Ddo-webcore-rename56 $File::Find::prune = 1;
61 $File::Find::prune = 1;
Dfind-extra-includes44 $File::Find::prune = 1;
Dreport-include-statistics45 $File::Find::prune = 1;
/external/openssl/
Dimport_openssl.sh163 prune
187 prune
215 function prune() { function
/external/srec/srec/crec/
Dcomp_stats.c59 init_cs_clock(&c.prune); in init_comp_stats()
88 print_cs_clock(&cs->prune, cs->total_time, fp, " Prune", "HMM States"); in dump_comp_stats()
Dsrec.c2240 start_cs_clock(&comp_stats->prune); in srec_viterbi_part1()
2254 end_cs_clock(&comp_stats->prune, rec->num_new_states); in srec_viterbi_part1()
/external/webkit/WebCore/loader/
DCachedResource.cpp214 cache()->prune(); in removeClient()
297 cache()->prune(); in didAccessDecodedData()
DCache.h120 void prune() in prune() function
DCache.cpp398 prune(); in setCapacities()
/external/srec/srec/include/
Dcomp_stats.h85 CS_CLOCK prune; member
/external/webkit/WebCore/editing/
DCompositeEditCommand.h78 void prune(PassRefPtr<Node>);
DCompositeEditCommand.cpp216 prune(parent.release()); in removeNodeAndPruneAncestors()
244 void CompositeEditCommand::prune(PassRefPtr<Node> node) in prune() function in WebCore::CompositeEditCommand
1098 prune(beforeBR.node()); in breakOutOfEmptyMailBlockquotedParagraph()
1106 prune(parentNode); in breakOutOfEmptyMailBlockquotedParagraph()
DDeleteSelectionCommand.cpp541 prune(m_startBlock); in mergeParagraphs()
/external/webkit/WebCore/bindings/scripts/
DCodeGenerator.pm245 $File::Find::prune = 1 if /^\../;
/external/dropbear/debian/
Dimplicit89 @cd debian/$* && find * -path 'DEBIAN' -prune -o \
/external/libvpx/build/make/
DMakefile49 $(md5sum) `find . -name md5sums.txt -prune -o -type f -print` \
/external/webkit/SunSpider/tests/parse-only/
Djquery-1.3.2.js1436 var parts = [], m, set, checkSet, check, mode, extra, prune = true;
1476 prune = false;
1505 if ( !prune ) {
Dconcat-jquery-mootools-prototype.js1436 var parts = [], m, set, checkSet, check, mode, extra, prune = true;
1476 prune = false;
1505 if ( !prune ) {
/external/webkit/WebCore/
DChangeLog-2006-12-3121150 Correct typos from changing "flush" to "prune" using automated search/replace.
21153 aggressive prune. This ensures that small cache sizes are no worse in terms of performance
21159 (WebCore::Cache::prune):
21436 (3) The prune is much more aggressive now, since referenced objects are counted when
21437 pruning. The cache will therefore often prune out every unreferenced object if lots of
21484 (WebCore::Cache::prune):
21738 with no child nodes, not even a placeholder br), moveParagraph didn't prune
34608 … (WebCore::IconDatabase::pruneUnretainedIconsOnStartup): Check for the danglers and prune them out
36634 <rdar://problem/4690949> - Need to correctly prune unretained pageurls and icons on startup
37545 <rdar://4690949> - New IconDB: Need to prune unretained icons on startup
[all …]
DChangeLog-2007-10-148310 …e URLs from disk that haven't been retained by any client. Note that the prune can be delayed by …
8311 …(WebCore::IconDatabase::checkForDanglingPageURLs): Usually part of the prune procedure, prunes any…
10603 3. When pruning, prune to a small percentage below capacity, to avoid
10604 just having to prune again immediately.
11791 does not prune live resources.
13959 (WebCore::PageCache::prune):
46279 led to massive growth in calculated image size and eventually made cache prune constantly.
49346 (WebCore::Cache::prune):
50928 (WebCore::Cache::prune):
DChangeLog-2009-06-1612393 to prune() instead of passing m_upstreamStart.node(), because the latter
41766 over 13, we squish them down into weeks, and then prune the excess weeks.
66258 prune their tables before telling the CSSFontSelector to recalc style.
68249 prune the blockquote(s) that held that line break in case they have been emptied
70928 …try to merge after the deletion. Instead try and prune the start block or blocks if they've been …
70930 …(WebCore::DeleteSelectionCommand::mergeParagraphs): Try and prune the start block(s) if necessary.…
78626 unless we've been asked to prune any dangling pageURLs that we find.
82430 (WebCore::Cache::prune):
/external/webkit/WebKit/mac/
DChangeLog-2007-10-1415886 (code prune)
16021 … - Empty body just for now, as it still gets called - next patch will prune all the old impl out
16453 is a final prune of WebIconDatabase. WebFileDatabase and WebLRUFileList are gone
16562 Major prune of unnecessary WebFileDatabase code. In the end, what
22583 - prune WebView SPI of unused calls

12