HomeSort by relevance Sort by last modified time
    Searched refs:prune (Results 51 - 75 of 145) sorted by null

1 23 4 5 6

  /external/llvm/lib/Support/
CachePruning.cpp 35 /// Prune the cache of files that haven't been accessed in a long time.
36 bool CachePruning::prune() { function in class:CachePruning
75 << "s old), do not prune.\n");
79 // Write a new timestamp file so that nobody else attempts to prune.
134 // Prune for size now if needed
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binomial_heap_base_/
erase_fn_imps.hpp 131 node_pointer p_out = base_type::prune(pred);
split_join_fn_imps.hpp 59 node_pointer p_out = base_type::prune(pred);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binomial_heap_base_/
erase_fn_imps.hpp 131 node_pointer p_out = base_type::prune(pred);
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/binomial_heap_base_/
erase_fn_imps.hpp 131 node_pointer p_out = base_type::prune(pred);
split_join_fn_imps.hpp 59 node_pointer p_out = base_type::prune(pred);
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binomial_heap_base_/
erase_fn_imps.hpp 131 node_pointer p_out = base_type::prune(pred);
split_join_fn_imps.hpp 59 node_pointer p_out = base_type::prune(pred);
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binomial_heap_base_/
erase_fn_imps.hpp 131 node_pointer p_out = base_type::prune(pred);
split_join_fn_imps.hpp 59 node_pointer p_out = base_type::prune(pred);
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binomial_heap_base_/
erase_fn_imps.hpp 131 node_pointer p_out = base_type::prune(pred);
split_join_fn_imps.hpp 59 node_pointer p_out = base_type::prune(pred);
  /external/ltp/tools/pounder21/
pounder 64 SUBTESTS_INC=`find $POUNDER_TESTS -name excluded -prune -o -type f -print -o -type l -print`
132 INCLUDED_TESTS=`find $POUNDER_HOME/tests -name excluded -prune -o -type f -print -o -type l -print`
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
PolicyNodeImpl.java 245 void prune(int depth) { method in class:PolicyNodeImpl
249 // if we have no children, we can't prune below us...
256 node.prune(depth);
257 // now that we've called prune on the child, see if we should
PolicyChecker.java 521 rootNode.prune(certIndex);
611 // so we need to prune the tree
612 rootNode.prune(certIndex);
    [all...]
  /external/javassist/src/main/javassist/bytecode/
FieldInfo.java 87 void prune(ConstPool cp) { method in class:FieldInfo
  /external/toolchain-utils/binary_search_tool/
common.py 175 # --prune (evals to True),
176 # --prune=False,
177 # --prune=True
180 '--prune',
181 dest='prune',
238 help='Number of prune iterations to try in the search.',
  /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_/
erase_fn_imps.hpp 217 node_pointer p_out = base_type::prune(pred);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/thin_heap_/
erase_fn_imps.hpp 217 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_/
erase_fn_imps.hpp 217 node_pointer p_out = base_type::prune(pred);
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/thin_heap_/
erase_fn_imps.hpp 217 node_pointer p_out = base_type::prune(pred);
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/thin_heap_/
erase_fn_imps.hpp 217 node_pointer p_out = base_type::prune(pred);
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/thin_heap_/
erase_fn_imps.hpp 217 node_pointer p_out = base_type::prune(pred);
  /system/core/logd/
LogBuffer.h 190 bool prune(log_id_t id, unsigned long pruneRows, uid_t uid = AID_ROOT);

Completed in 1337 milliseconds

1 23 4 5 6