/external/opencv/ml/src/ |
D | mlrtrees.cpp | 189 trees = NULL; in CvRTrees() 202 delete trees[k]; in clear() 203 cvFree( &trees ); in clear() 322 trees = (CvForestTree**)cvAlloc( sizeof(trees[0])*max_ntrees ); in grow_forest() 323 memset( trees, 0, sizeof(trees[0])*max_ntrees ); in grow_forest() 372 trees[ntrees] = new CvForestTree(); in grow_forest() 373 tree = trees[ntrees]; in grow_forest() 525 result += trees[i]->predict( sample1, missing1 ) == in get_proximity() 526 trees[i]->predict( sample2, missing2 ) ? 1 : 0; in get_proximity() 551 CvDTreeNode* predicted_node = trees[k]->predict( sample, missing ); in predict() [all …]
|
/external/zlib/src/msdos/ |
D | Makefile.tc | 30 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj 32 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.o… 68 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
|
D | Makefile.bor | 45 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj 47 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.o… 83 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
|
D | Makefile.msc | 41 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj 77 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
|
/external/zlib/src/win32/ |
D | Makefile.bor | 28 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj 31 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.o… 71 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
|
D | Makefile.msc | 33 gzwrite.obj infback.obj inflate.obj inftrees.obj inffast.obj trees.obj uncompr.obj zutil.obj 114 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
|
D | Makefile.gcc | 71 gzwrite.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o 180 trees.o: deflate.h zutil.h zlib.h zconf.h trees.h
|
/external/zlib/src/contrib/pascal/ |
D | zlibd32.mak | 22 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj 24 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.o… 60 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
|
/external/zlib/src/contrib/delphi/ |
D | zlibd32.mak | 22 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj 24 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.o… 60 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
|
/external/zlib/src/watcom/ |
D | watcom_f.mak | 10 trees.c uncompr.c zutil.c 15 trees.obj uncompr.obj zutil.obj 32 wlib -b -c $(ZLIB_LIB) -+trees.obj -+uncompr.obj -+zutil.obj
|
D | watcom_l.mak | 10 trees.c uncompr.c zutil.c 15 trees.obj uncompr.obj zutil.obj 32 wlib -b -c $(ZLIB_LIB) -+trees.obj -+uncompr.obj -+zutil.obj
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
D | Tree.as | 3 * such as CommonTreeNodeStream that work on these kinds of trees. You 4 * don't have to make your trees implement this interface, but if you do, 7 * NOTE: When constructing trees, ANTLR can build any kind of tree; it can 8 * even use Token objects as trees if you add a child list to your tokens.
|
/external/valgrind/main/nightly/ |
D | README.txt | 10 When run, the system checks out two trees: the SVN trunk from 24 hours ago 15 If the two trees are different (i.e. there have been commits in the past 24 21 install" isn't totally broken. After checking both trees, it emails a 25 If the two trees are identical, the tests are not run and no results are 43 to; rather it checks out new trees (within $DIR) and tests them 139 process for each of the two trees. 142 for each of the two trees. The diff between these two files goes in 158 - $DIR/valgrind-old/ and $DIR/valgrind-new/ contain the tested trees (and 165 trees were identical. It will contain a short explanatory message. 177 or both trees. When this happens the email will be sent but it won't be
|
/external/zlib/src/amiga/ |
D | Makefile.sas | 17 uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o 66 trees.o: deflate.h zutil.h zlib.h zconf.h trees.h
|
D | Makefile.pup | 18 uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o 67 trees.o: deflate.h zutil.h zlib.h zconf.h trees.h
|
/external/openssl/crypto/x509v3/ |
D | v3_ncons.c | 71 STACK_OF(GENERAL_SUBTREE) *trees, 177 STACK_OF(GENERAL_SUBTREE) *trees, in do_i2r_name_constraints() 182 if (sk_GENERAL_SUBTREE_num(trees) > 0) in do_i2r_name_constraints() 184 for(i = 0; i < sk_GENERAL_SUBTREE_num(trees); i++) in do_i2r_name_constraints() 186 tree = sk_GENERAL_SUBTREE_value(trees, i); in do_i2r_name_constraints()
|
/external/srec/seti/sltsEngine/src/ |
D | run_seq_lts.c | 76 static SWIsltsResult free_trees(RT_LTREE **trees, int num_letters, LQUESTION **questions, int num_q… 504 RT_LTREE ** trees = NULL; in load_trees() local 538 *ptrees = trees = (RT_LTREE**) lts_alloc(*num_letters, sizeof(RT_LTREE*)); in load_trees() 539 if (trees == NULL) { in load_trees() 547 trees[let] = tree = (RT_LTREE*) lts_alloc(1, sizeof(RT_LTREE)); in load_trees() 603 free_trees(trees, *num_letters, *pquestions, *num_questions, *plm); in load_trees() 614 static SWIsltsResult free_trees(RT_LTREE **trees, int num_letters, in free_trees() argument 628 if (trees) { in free_trees() 630 if (trees[i]) { in free_trees() 631 tree = trees[i]; in free_trees() [all …]
|
/external/zlib/src/old/ |
D | Makefile.riscos | 19 @.o.infblock @.o.infcodes @.o.inffast @.o.inflate @.o.inftrees @.o.infutil @.o.trees \ 23 @.o.trees @.o.uncompr @.o.zutil
|
D | descrip.mms | 12 deflate.obj, trees.obj, zutil.obj, inflate.obj, infblock.obj,\ 46 trees.obj : deflate.h zutil.h zlib.h zconf.h
|
/external/zlib/src/ |
D | Makefile.in | 57 OBJZ = adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o 61 PIC_OBJZ = adler32.lo crc32.lo deflate.lo infback.lo inffast.lo inflate.lo inftrees.lo trees.lo zut… 278 trees.o: deflate.h zutil.h zlib.h zconf.h trees.h 288 trees.lo: deflate.h zutil.h zlib.h zconf.h trees.h
|
D | INDEX | 58 trees.c 59 trees.h
|
/external/zlib/src/old/os2/ |
D | Makefile.os2 | 45 OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o \ 134 trees.o: deflate.h zutil.h zlib.h zconf.h trees.h
|
/external/qemu/distrib/zlib-1.2.3/ |
D | sources.make | 2 …press.c crc32.c deflate.c gzio.c infback.c inffast.c inflate.c inftrees.c trees.c uncompr.c zutil.c
|
/external/zlib/src/as400/ |
D | readme.txt | 80 inftrees.c INFTREES C ZLIB - Generate Huffman trees for efficient decode 81 trees.c TREES C ZLIB - Output deflated data using Huffman coding 92 trees.h TREES C ZLIB - Created automatically with -DGEN_TREES_H
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | RuleReturnScope.as | 3 /** Rules can return start/stop info as well as possible trees and templates */
|