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

1 2 3 4 5 6 7

  /external/chromium_org/third_party/WebKit/Source/web/
WebFontCache.cpp 59 void WebFontCache::prune() function in class:WebKit::WebFontCache
  /external/chromium_org/third_party/WebKit/public/web/
WebFontCache.h 51 WEBKIT_EXPORT static void prune();
  /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 = list(set(perform_find(mindepth, prune, dirlist, filename))
    [all...]
  /external/chromium_org/ui/base/models/
tree_node_iterator.h 25 // This contructor accepts an optional filter function |prune| which could be
26 // used to prune complete branches of the tree. The filter function will be
29 TreeNodeIterator(NodeType* node, bool (*prune)(NodeType*))
30 : prune_(prune) {
38 if (!prune || !prune(node->GetChild(index)))
78 positions_.top().index++; // Prune the branch.
  /external/javassist/src/main/javassist/scopedpool/
ScopedClassPoolRepository.java 42 * @return the prune.
47 * Sets the prune flag.
49 * @param prune a new value.
51 void setPrune(boolean prune);
ScopedClassPoolRepositoryImpl.java 38 /** Whether to prune */
39 private boolean prune = true; field in class:ScopedClassPoolRepositoryImpl
41 /** Whether to prune when added to the classpool's cache */
74 * Returns the value of the prune attribute.
76 * @return the prune.
79 return prune;
83 * Set the prune attribute.
85 * @param prune a new value.
87 public void setPrune(boolean prune) {
88 this.prune = prune
    [all...]
  /development/tools/idegen/
index-gen.sh 46 find $root_dir -name '*.mk' \( ! -path "$root_dir/build*" -prune \) \
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
do-file-rename 56 $File::Find::prune = 1;
61 $File::Find::prune = 1;
find-extra-includes 44 $File::Find::prune = 1;
  /external/llvm/utils/
llvmdo 179 \( $paths_to_ignore \) -prune \
  /build/
envsetup.sh 974 find -E . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.(c|h|cpp|S|java|xml|sh|mk)' -print0 | xargs -0 grep --color -n "$@"
981 find . -name .repo -prune -o -name .git -prune -o -type f -iregex '.*\.\(c\|h\|cpp\|S\|java\|xml\|sh\|mk\)' -print0 | xargs -0 grep --color -n "$@"
993 find . -name .repo -prune -o -name .git -prune -o -type f -name "*\.java" -print0 | xargs -0 grep --color -n "$@"
998 find . -name .repo -prune -o -name .git -prune -o -type f \( -name '*.c' -o -name '*.cc' -o -name '*.cpp' -o -name '*.h' \) -print0 | xargs -0 grep --color -n "$@"
1003 for dir in `find . -name .repo -prune -o -name .git -prune -o -name res -type d`; do find $dir -type f -name '*\.xml' -print0 | xargs -0 grep --color -n "$@" (…)
    [all...]
  /external/elfutils/libdw/
dwarf_getscopes.c 68 /* Preorder visitor: prune the traversal if this DIE does not contain PC. */
75 die->prune = true;
94 die->prune = true;
96 if (!die->prune
144 if (die->prune)
libdw_visit_scopes.c 120 child.prune = false;
129 if (!child.prune)
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
MemoryCacheTest.cpp 125 memoryCache()->prune();
182 // Should first prune the LowPriority item.
184 memoryCache()->prune();
188 // Should prune the HighPriority item.
190 memoryCache()->prune();
  /external/openfst/src/bin/
fstprune.cc 23 #include <fst/script/prune.h>
59 s::Prune(fst, opts);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 62 node_pointer p_out = base_type::prune(pred);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 62 node_pointer p_out = base_type::prune(pred);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 62 node_pointer p_out = base_type::prune(pred);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 62 node_pointer p_out = base_type::prune(pred);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 62 node_pointer p_out = base_type::prune(pred);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 62 node_pointer p_out = base_type::prune(pred);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 62 node_pointer p_out = base_type::prune(pred);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 62 node_pointer p_out = base_type::prune(pred);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 59 node_pointer p_out = base_type::prune(pred);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 62 node_pointer p_out = base_type::prune(pred);

Completed in 3433 milliseconds

1 2 3 4 5 6 7