HomeSort by relevance Sort by last modified time
    Searched defs:trees (Results 1 - 10 of 10) sorted by null

  /external/srec/seti/sltsEngine/include/
lts_seq_internal.h 96 /*RT tree is the compact representations of the trees
135 RT_LTREE **trees; member in struct:LTS
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.cc 103 // Remove any nested information trees, as they are owned by this tree.
119 vector<TextFormat::ParseInfoTree*>* trees = &nested_[field]; local
120 GOOGLE_CHECK(trees);
121 trees->push_back(instance);
156 const vector<TextFormat::ParseInfoTree*>* trees = FindOrNull(nested_, field); local
157 if (trees == NULL || index >= trees->size()) {
161 return (*trees)[index];
    [all...]
  /external/srec/seti/sltsEngine/src/
run_seq_lts.c 76 static SWIsltsResult free_trees(RT_LTREE **trees, int num_letters, LQUESTION **questions, int num_questions, LM *lm);
504 RT_LTREE ** trees = NULL; local
538 *ptrees = trees = (RT_LTREE**) lts_alloc(*num_letters, sizeof(RT_LTREE*));
539 if (trees == NULL) {
547 trees[let] = tree = (RT_LTREE*) lts_alloc(1, sizeof(RT_LTREE));
603 free_trees(trees, *num_letters, *pquestions, *num_questions, *plm);
613 /* deallocate trees */
614 static SWIsltsResult free_trees(RT_LTREE **trees, int num_letters,
628 if (trees) {
630 if (trees[i])
    [all...]
  /external/opencv/ml/include/
ml.h 185 #define CV_TYPE_NAME_ML_RTREES "opencv-ml-random-trees"
853 // special read & write methods for trees in the tree ensembles
905 * Random Trees Classifier *
1001 CvForestTree** trees; member in class:CvRTrees
    [all...]
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.1/
lombok-ast-0.2.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 1091 milliseconds