HomeSort by relevance Sort by last modified time
    Searched full:prune (Results 26 - 50 of 112) sorted by null

12 3 4 5

  /external/webkit/WebCore/platform/graphics/
GlyphPageTreeNode.cpp 96 // Enumerate all the roots and prune any tree that contains our custom font data.
333 // Prune any branch that contains this FontData.
357 // Prune any branch that contains this FontData.
  /development/pdk/docs/source/
git-repo.jd 88 To update your local working directory after changes are merged in Gerrit:<br>$repo sync <br><br>To safely remove stale topic branches:<br>$ repo prune <br><br><h3>
192 prune <br></h3>
193 repo prune [<i>project-list</i>
194 ]<br><br><div>Prunes (deletes) topics that are already merged.<br><br>You can specify project-list as a list of names or a list of paths to local source directories for the projects:<br>repo prune [<i>proj1</i>
  /external/dropbear/debian/
implicit 89 @cd debian/$* && find * -path 'DEBIAN' -prune -o \
  /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...]
  /external/webkit/WebCore/loader/
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();
CachedResource.cpp 214 cache()->prune();
297 cache()->prune();
  /external/webkit/WebCore/platform/chromium/
MIMETypeRegistryChromium.cpp 54 // Prune out any parameters in case they happen to have snuck in there...
  /external/tcpdump/
print-pim.c 49 { PIMV2_TYPE_JOIN_PRUNE, "Join / Prune" },
55 { PIMV2_TYPE_PRUNE_REFRESH, "Prune Refresh" },
71 { PIMV2_HELLO_OPTION_LANPRUNEDELAY, "LAN Prune Delay" },
101 * Hello, Register, Register-Stop, Join/Prune,
140 (void)printf("%s (%s/%d, %s", njoin ? "Join" : "Prune",
194 type = "Prune";
264 (void)printf(" Join/Prune");
print-igmp.c 44 /* (following from ipmulti/mrouted/prune.h) */
util.c 206 * Print a relative number of seconds (e.g. hold time, prune timer)
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2RTFDTM.java 45 * 2) A stack of these documents is maintained, allowing us to "tail-prune" the
130 // (If we did track them, we'd need to tail-prune these too.)
  /external/openssl/
import_openssl.sh 163 # Prune unnecessary sources
  /external/srec/srec/crec/
srec_initialize.c 83 PLogMessage("allocating recognition arrays2 prune %d max_hmm_tokens %d max_fsmnode_tokens %d max_word_tokens %d max_altword_tokens %d max_wordends_per_frame %d\n",
  /frameworks/base/services/java/com/android/server/status/
Ticker.java 166 // prune out any preexisting ones for this notification, but not the current one.
  /packages/inputmethods/LatinIME/native/src/
dictionary.cpp 207 // Optimization: Prune out words that are too long compared to how much was typed.
  /frameworks/base/services/java/com/android/server/
AppWidgetService.java 86 boolean zombie; // if we're in safe mode, don't prune this just because nobody references it
97 boolean zombie; // if we're in safe mode, don't prune this just because nobody references it
457 // It failed; remove the callback. No need to prune because
    [all...]
  /build/core/
main.mk 486 $(shell build/tools/findleaves.py --prune=out --prune=.repo --prune=.git $(subdirs) Android.mk)
  /external/webkit/WebKit/mac/WebView/
WebPreferences.h 412 will prune its caches to match cacheModel.
  /external/openssl/crypto/x509v3/
pcy_tree.c 262 * right and we can prune it later.
333 /* Prune the tree: delete any child mapped child data on the current level
  /external/webkit/WebCore/loader/icon/
IconDatabase.cpp     [all...]
  /external/srec/srec/include/
srec.h 209 is to allow us to efficently do things like prune, free state arrays, etc*/
  /external/webkit/WebCore/platform/graphics/skia/
ImageSkia.cpp 86 // Figure out if we should resample this image. We try to prune out some
  /external/webkit/WebKitTools/Scripts/
extract-localizable-strings 102 $quotedDirectoriesString .= ' -path "' . $dir . '" -prune';
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator.py 392 """ Prune tests where all runs pass or tests that no longer exist and

Completed in 444 milliseconds

12 3 4 5