HomeSort by relevance Sort by last modified time
    Searched refs:prune (Results 1 - 24 of 24) sorted by null

  /build/tools/
findleaves.py 26 def perform_find(mindepth, prune, dirlist, filename):
28 pruneleaves = set(map(lambda x: os.path.split(x)[1], prune))
32 # prune
41 if dirs[i] in prune:
61 --prune=<dirname>
71 prune = []
80 elif arg.startswith("--prune="):
81 p = arg[len("--prune="):]
84 prune.append(p)
92 results = perform_find(mindepth, prune, dirlist, filename
    [all...]
  /external/webkit/WebKitTools/Scripts/
do-file-rename 55 $File::Find::prune = 1;
60 $File::Find::prune = 1;
do-webcore-rename 56 $File::Find::prune = 1;
61 $File::Find::prune = 1;
find-extra-includes 44 $File::Find::prune = 1;
report-include-statistics 45 $File::Find::prune = 1;
  /external/webkit/WebCore/history/
PageCache.cpp 63 prune();
98 prune();
114 void PageCache::prune() function in class:WebCore::PageCache
187 // Now do the prune.
189 cache()->prune();
PageCache.h 66 void prune();
  /external/srec/srec/crec/
comp_stats.c 59 init_cs_clock(&c.prune);
88 print_cs_clock(&cs->prune, cs->total_time, fp, " Prune", "HMM States");
srec.c 93 /* first prune the CDR of the list, ie everything but the head */
529 /*this seems like an unlikely case, but if we can't prune enough to make room, give up
533 PLogError ("reprune_new_states: can't seem to prune enough - best cost %d num_new_states %d\n",
536 print_fsmarc_token_list(rec, rec->active_fsmarc_tokens, "CANNOT PRUNE");
608 /*this seems like an unlikely case, but if we can't prune enough to make room, give up
612 PLogError ("reprune_fsmnode_tokens: can't seem to prune enough - best cost %d\n",
615 print_fsmnode_token_list(rec, rec->active_fsmnode_tokens, "CANNOT PRUNE: ");
    [all...]
  /external/srec/srec/include/
comp_stats.h 85 CS_CLOCK prune; member in struct:COMP_STATS_t
  /external/webkit/WebCore/loader/
Cache.h 120 void prune() function in class:WebCore::Cache
125 pruneDeadResources(); // Prune dead first, in case it was "borrowing" capacity from live.
CachedResource.cpp 214 cache()->prune();
297 cache()->prune();
Cache.cpp 48 static const float cTargetPrunePercentage = .95f; // Percentage of capacity toward which we prune, to avoid immediately pruning again.
276 if (!currentTime) // In case prune is called directly, outside of a Frame paint.
292 // Check to see if the remaining resources are too new to prune.
398 prune();
  /dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
PolicyNodeImpl.java 137 void prune(int i) { method in class:PolicyNodeImpl
146 policynodeimpl.prune(i);
  /external/webkit/WebCore/editing/
CompositeEditCommand.h 78 void prune(PassRefPtr<Node>);
CompositeEditCommand.cpp 216 prune(parent.release());
244 void CompositeEditCommand::prune(PassRefPtr<Node> node) function in class:WebCore::CompositeEditCommand
799 // Deleting a paragraph will leave a placeholder. Remove it (and prune
    [all...]
DeleteSelectionCommand.cpp 541 prune(m_startBlock);
549 // It shouldn't have been asked to both try and merge content into the start block and prune it.
    [all...]
  /external/webkit/WebCore/bindings/scripts/
CodeGenerator.pm 145 &$beforeRecursion($parentInterface) eq 'prune' and next;
188 # Prune the recursion here.
189 return 'prune';
245 $File::Find::prune = 1 if /^\../;
  /build/core/
cleanspec.mk 190 $(shell build/tools/findleaves.py --prune=out --prune=.repo --prune=.git . CleanSpec.mk)
base_rules.mk 264 -type d -a -name ".svn" -prune -o \
definitions.mk 138 $(shell build/tools/findleaves.py --prune=out --prune=.repo --prune=.git \
    [all...]
main.mk 486 $(shell build/tools/findleaves.py --prune=out --prune=.repo --prune=.git $(subdirs) Android.mk)
  /build/
envsetup.sh 1019 (cd $T; find . -wholename ./out -prune -o -wholename ./.repo -prune -o -type f > filelist)
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 306 milliseconds