Home
last modified time | relevance | path

Searched refs:first_tree (Results 1 – 25 of 37) sorted by relevance

12

/dports/textproc/p5-AI-Categorizer/AI-Categorizer-0.09/lib/AI/Categorizer/Learner/
H A DDecisionTree.pm12 $self->{model}{first_tree}->do_purge;
13 delete $self->{model}{first_tree};
29 if ($self->{model}{first_tree}) {
30 $t->copy_instances(from => $self->{model}{first_tree});
43 $self->{model}{first_tree} = $t;
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/cameratopam/
H A Ddecode.c106 static const unsigned char first_tree[3][29] = { in crw_init_tables() local
168 make_decoder ( first_tree[clippedTableNum], 0); in crw_init_tables()
/dports/biology/py-biopython/biopython-1.79/Bio/Phylo/
H A DConsensus.py231 first_tree = next(trees_iter)
233 terms = first_tree.get_terminals()
234 bitstr_counts, tree_count = _count_clades(itertools.chain([first_tree], trees_iter))
290 first_tree = next(tree_iter)
292 terms = first_tree.get_terminals()
293 bitstr_counts, tree_count = _count_clades(itertools.chain([first_tree], tree_iter))
/dports/devel/dulwich/dulwich-0.19.16/dulwich/tests/compat/
H A Dtest_patch.py81 first_tree = self.repo[first_commit].tree
85 porcelain.diff_tree(self.repo.path, first_tree, second_tree,
/dports/devel/libgit2/libgit2-1.3.0/tests/object/tree/
H A Dwrite.c6 static const char *first_tree = "181037049a54a1eb5fab404658a3a250b44335d7"; variable
32 git_oid_fromstr(&id, first_tree); in test_object_tree_write__from_memory()
74 git_oid_fromstr(&id, first_tree); in test_object_tree_write__subtree()
139 cl_git_pass(git_oid_fromstr(&tid, first_tree)); in test_object_tree_write__sorted_subtrees()
466 cl_git_pass(git_oid_fromstr(&valid_tree_id, first_tree)); in test_invalid_objects()
/dports/devel/brz/breezy-3.2.0/breezy/bzr/tests/per_repository_vf/
H A Dtest_reconcile.py353 self.first_tree = self.make_branch_and_tree('wrong-first-parent')
356 for t in [self.first_tree, self.second_tree]:
368 repo = self.first_tree.branch.repository
412 repo = self.first_tree.branch.repository
/dports/graphics/libopenraw/libopenraw-0.3.0/lib/
H A Dcrwdecompressor.cpp139 static const uint8_t first_tree[3][29] = { in init_tables() local
204 make_decoder(m_first_decode, first_tree[table_idx], 0); in init_tables()
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_multiwalker.py230 first_tree = tree.branch.repository.revision_tree(b'first-rev-id')
233 tree, [basis_tree, first_tree, second_tree])
264 first_tree = tree.branch.repository.revision_tree(b'first-rev-id')
265 walker = multiwalker.MultiWalker(tree, [basis_tree, first_tree])
/dports/www/squid/squid-4.15/lib/smblib/
H A Dsmblib-util.c630 if (Con_Handle -> first_tree == NULL) { in SMB_TreeConnect()
632 Con_Handle -> first_tree = tree; in SMB_TreeConnect()
737 Tree_Handle -> con -> first_tree = Tree_Handle -> prev; in SMB_TreeDisconnect()
H A Dsmblib-common.h231 SMB_Tree_Handle first_tree, last_tree; /* List of trees on this server */ member
H A Dsmblib.c136 con -> first_tree = con -> last_tree = NULL; in SMB_Connect_Server()
236 con -> first_tree = con -> last_tree = NULL; in SMB_Connect()
/dports/devel/tree-sitter/tree-sitter-0.20.1/cli/src/tests/
H A Dparser_test.rs1034 let mut first_tree = parser.parse(&source_code, None).unwrap(); in test_parsing_with_a_newly_excluded_range() localVariable
1038 first_tree.edit(&InputEdit { in test_parsing_with_a_newly_excluded_range()
1069 let tree = parser.parse(&source_code, Some(&first_tree)).unwrap(); in test_parsing_with_a_newly_excluded_range()
1082 tree.changed_ranges(&first_tree).collect::<Vec<_>>(), in test_parsing_with_a_newly_excluded_range()
/dports/audio/festival/festival/src/modules/UniSyn_phonology/
H A DUniSyn_phonology.cc247 EST_String first_tree = get_c_string(car(cdr(largs))); in FT_extend_tree() local
253 for (m = u->relation(first_tree)->head(); m; m = m->next()) in FT_extend_tree()
/dports/multimedia/kdenlive/kdenlive-21.12.3/tests/
H A Dgroupstest.cpp101 std::set<int> first_tree = {0, 1, 2, 3, 4, 6, 7, 9}; variable
102 for (int n : first_tree) {
143 std::set<int> first_tree = {0, 1, 2}; variable
144 for (int n : first_tree) {
221 std::set<int> first_tree = {0, 1, 2, 5}; variable
222 for (int n : first_tree) {
/dports/biology/py-scikit-bio/scikit-bio-0.5.6/skbio/tree/tests/
H A Dtest_tree.py200 first_tree = TreeNode.read(io.StringIO("(x1,y1)z1;"))
204 first_tree.extend(fourth_tree.children)
206 self.assertEqual(first_tree.children[0].name, 'x1')
207 self.assertEqual(first_tree.children[1].name, 'y1')
208 self.assertEqual(first_tree.children[2].name, 'x2')
209 self.assertEqual(first_tree.children[3].name, 'y2')
/dports/graphics/crw/crw-1.03/
H A Dcrw.c379 static const u_int8_t first_tree[3][29] = { in init_tables() local
443 make_decoder( first_decode, first_tree[table], 0); in init_tables()
/dports/graphics/darktable38/darktable-3.8.0/src/external/LibRaw/src/decoders/
H A Ddecoders_dcraw.cpp117 static const uchar first_tree[3][29] = { in crw_init_tables() local
176 huff[0] = make_decoder(first_tree[table]); in crw_init_tables()
/dports/graphics/digikam/digikam-7.4.0/core/libs/rawengine/libraw/src/decoders/
H A Ddecoders_dcraw.cpp117 static const uchar first_tree[3][29] = { in crw_init_tables() local
176 huff[0] = make_decoder(first_tree[table]); in crw_init_tables()
/dports/graphics/libraw/LibRaw-0.20.2/src/decoders/
H A Ddecoders_dcraw.cpp117 static const uchar first_tree[3][29] = { in crw_init_tables() local
176 huff[0] = make_decoder(first_tree[table]); in crw_init_tables()
/dports/shells/zsh/zsh-5.8.1/Completion/Unix/Command/
H A D_git1040 integer first_tree last_tree start end i
1048 if (( first_tree == 0 )); then
1049 (( first_tree = last_tree = i ))
1057 if (( first_tree == 0 )); then
1064 "files::__git_tree_files ${PREFIX:-.} $line[first_tree,last_tree]" && ret=0
1067 if (( first_tree == 0 )); then
1070 __git_tree_files ${PREFIX:-.} $line[first_tree,last_tree] && ret=0
/dports/graphics/art/ART-1.9.3/rtengine/
H A Ddcraw.cc702 static const uchar first_tree[3][29] = { in crw_init_tables() local
758 huff[0] = make_decoder ( first_tree[table]); in crw_init_tables()
/dports/graphics/photivo/photivo/ReferenceMaterial/dcraw/
H A Ddcraw-1440.c618 static const uchar first_tree[3][29] = { in crw_init_tables() local
674 huff[0] = make_decoder ( first_tree[table]); in crw_init_tables()
H A Ddcraw-1445.c627 static const uchar first_tree[3][29] = { in crw_init_tables() local
683 huff[0] = make_decoder ( first_tree[table]); in crw_init_tables()
/dports/graphics/rawstudio/rawstudio-2.0/plugins/load-dcraw/
H A Ddcraw.cc708 static const uchar first_tree[3][29] = { in crw_init_tables() local
764 huff[0] = make_decoder ( first_tree[table]); in crw_init_tables()
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Ddcraw.cc696 static const uchar first_tree[3][29] = { in crw_init_tables() local
752 huff[0] = make_decoder ( first_tree[table]); in crw_init_tables()

12