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

1 2 34

  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
left_child_next_sibling_heap_.hpp 272 prune(Pred pred);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pairing_heap_/
erase_fn_imps.hpp 213 node_pointer p_out = base_type::prune(pred);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
left_child_next_sibling_heap_.hpp 272 prune(Pred pred);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pairing_heap_/
erase_fn_imps.hpp 213 node_pointer p_out = base_type::prune(pred);
  /external/javassist/src/main/javassist/bytecode/
MethodInfo.java 136 void prune(ConstPool cp) { method in class:MethodInfo
ConstPool.java 152 void prune() { method in class:ConstPool
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGenerator.pm 171 &$beforeRecursion($parentInterface) eq 'prune' and next;
214 # Prune the recursion here.
215 return 'prune';
271 $File::Find::prune = 1 if /^\../;
  /external/webkit/Source/WebCore/editing/
CompositeEditCommand.cpp 221 prune(parent.release());
249 void CompositeEditCommand::prune(PassRefPtr<Node> node) function in class:WebCore::CompositeEditCommand
830 // Deleting a paragraph will leave a placeholder. Remove it (and prune
    [all...]
DeleteSelectionCommand.cpp 574 prune(m_startBlock);
582 // It shouldn't have been asked to both try and merge content into the start block and prune it.
    [all...]
  /external/chromium/build/
install-build-deps.sh 460 -prune -o -print | tac |
481 # Prune any empty directories
  /external/javassist/src/main/javassist/
CtClass.java 234 * @see CtClass#prune()
1246 public void prune() {} method in class:CtClass
    [all...]
CtClassType.java 1392 public void prune() { method in class:CtClassType
    [all...]
  /external/libvpx/build/make/
Makefile 49 $(md5sum) `find . -name md5sums.txt -prune -o -type f -print` \
  /build/core/
definitions.mk 145 $(shell build/tools/findleaves.py --prune=out --prune=.repo --prune=.git \
    [all...]
base_rules.mk 342 -type d -a -name ".svn" -prune -o \
main.mk 474 $(shell build/tools/findleaves.py --prune=out --prune=.repo --prune=.git $(subdirs) Android.mk)
  /external/openfst/src/include/fst/
rmepsilon.h 40 #include <fst/prune.h>
324 Prune(fst, opts.weight_threshold, opts.state_threshold);
determinize.h 39 #include <fst/prune.h>
874 Prune(dfst, ofst, popts);
877 Prune(ofst, opts.weight_threshold, opts.state_threshold);
  /external/webkit/Source/WebCore/loader/cache/
MemoryCache.cpp 51 static const float cTargetPrunePercentage = .95f; // Percentage of capacity toward which we prune, to avoid immediately pruning again.
175 if (!currentTime) // In case prune is called directly, outside of a Frame paint.
191 // Check to see if the remaining resources are too new to prune.
299 prune();
  /external/opencv/ml/src/
mlboost.cpp 806 void CvBoost::prune( CvSlice slice ) function in class:CvBoost
832 prune( CV_WHOLE_SEQ );
    [all...]
  /external/srec/srec/crec/
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /external/opencv/ml/include/
ml.h     [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 818 milliseconds

1 2 34