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

1 2 3 4 5 6 7 8

  /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 28 // This contructor accepts an optional filter function |prune| which could be
29 // used to prune complete branches of the tree. The filter function will be
32 TreeNodeIterator(NodeType* node, const PruneCallback& prune)
33 : prune_(prune) {
41 if (prune.is_null() || !prune.Run(node->GetChild(index)))
81 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     [all...]
  /external/elfutils/0.153/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/platform/graphics/
ImageDecodingStore.cpp 96 // Prune old cache entries to give space for the new one.
97 prune();
152 prune();
166 prune();
187 void ImageDecodingStore::prune() function in class:blink::ImageDecodingStore
189 TRACE_EVENT0(TRACE_DISABLED_BY_DEFAULT("blink.image_decoding"), "ImageDecodingStore::prune");
  /external/openfst/src/bin/
fstprune.cc 23 #include <fst/script/prune.h>
59 s::Prune(fst, opts);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 59 node_pointer p_out = base_type::prune(pred);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 59 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);
  /prebuilts/ndk/9/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.8/include/ext/pb_ds/detail/thin_heap_/
split_join_fn_imps.hpp 59 node_pointer p_out = base_type::prune(pred);

Completed in 679 milliseconds

1 2 3 4 5 6 7 8