Searched defs:trees (Results 1 - 6 of 6) sorted by relevance

/external/srec/seti/sltsEngine/include/
H A Dlts_seq_internal.h96 /*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/
H A Dtext_format.cc103 // 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];
/external/srec/seti/sltsEngine/src/
H A Drun_seq_lts.c76 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, argument
628 if (trees) {
630 if (trees[
[all...]
/external/opencv/ml/include/
H A Dml.h185 #define CV_TYPE_NAME_ML_RTREES "opencv-ml-random-trees"
853 // special read & write methods for trees in the tree ensembles
1000 // array of the trees of the forest
1001 CvForestTree** trees; member in class:CvRTrees
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 206 milliseconds