Home
last modified time | relevance | path

Searched refs:this_tree (Results 1 – 25 of 43) sorted by relevance

12

/dports/devel/brz/breezy-3.2.0/breezy/tests/blackbox/
H A Dtest_conflicts.py27 this_tree = test.make_branch_and_tree(this_path)
33 this_tree.add(prefix + 'file')
34 this_tree.add(prefix + '_other_file')
35 this_tree.add(prefix + 'dir')
36 this_tree.commit(message="new")
37 other_tree = this_tree.controldir.sprout(other_path).open_workingtree()
48 this_tree.rename_one(prefix + 'dir', prefix + 'dir3')
49 this_tree.commit(message='change')
50 this_tree.merge_from_branch(other_tree.branch)
51 return this_tree, other_tree
H A Dtest_merge.py609 this_tree = self.make_branch_and_tree('this')
611 this_tree.add('file')
612 this_tree.commit('rev1')
613 other_tree = this_tree.controldir.sprout('other').open_workingtree()
649 this_tree = self.make_branch_and_tree('this')
650 this_tree.commit('rev1')
651 other_tree = this_tree.controldir.sprout('other').open_workingtree()
655 this_tree.commit('rev2b')
659 this_tree.lock_read()
660 self.addCleanup(this_tree.unlock)
[all …]
H A Dtest_commit.py286 this_tree = self.make_branch_and_tree('this')
299 this_tree.add([
310 this_tree.commit('create_files')
311 other_dir = this_tree.controldir.sprout('other')
328 this_tree.merge_from_branch(other_tree.branch)
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dper_merger.py55 this_tree.lock_write()
56 self.addCleanup(this_tree.unlock)
61 this_tree.add(['file1', 'file2'])
62 this_tree.commit('Added files')
73 this_tree.commit('modified both')
80 this_tree.lock_write()
81 self.addCleanup(this_tree.unlock)
85 this_tree.add('file1',)
86 this_tree.commit('Added file')
95 this_tree.commit('Swapped 2 & 3')
[all …]
H A Dtest_merge.py227 this_tree=tree_a)
368 this_tree.add('file')
369 this_tree.commit('rev1')
375 this_tree.lock_write()
377 return this_tree, other_tree
404 this_tree.add('file')
405 this_tree.commit('rev1')
411 this_tree.lock_write()
450 this_tree.lock_write()
473 this_tree.lock_write()
[all …]
H A Dtest_workingtree.py396 this_tree = self.make_branch_and_tree('this-tree')
399 this_tree.add(['foo', 'foo/bar'])
400 this_tree.commit('created foo/bar')
401 other_tree = this_tree.controldir.sprout(
406 this_tree.commit('changed qux')
407 this_tree.merge_from_branch(other_tree.branch)
408 self.assertEqual(1, len(this_tree.conflicts()))
409 this_tree.revert(['foo'])
410 self.assertEqual(0, len(this_tree.conflicts()))
H A Dtest_commit.py571 this_tree = self.make_branch_and_tree('this')
584 this_tree.add([
595 this_tree.commit('create_files')
596 other_dir = this_tree.controldir.sprout('other')
616 this_tree.merge_from_branch(other_tree.branch)
618 this_tree.commit('do the commit', reporter=reporter)
H A Dtest_revert.py37 target_tree.basis_tree(), this_tree=target_tree)
H A Dtest_merge_core.py111 this_tree = self.this.basis_tree()
113 this_tree = self.this
114 merger = merge_type(this_tree, self.this, self.base, other_basis,
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dmerge.py59 ignore_zero=True, this_tree=from_tree,
275 self.this_tree = this_tree
398 merger = Merger(tree_branch, this_tree=tree,
593 kwargs = {'working_tree': self.this_tree, 'this_tree': self.this_tree,
734 this_branch = this_tree.branch
737 self.this_tree = this_tree
1685 this_branch=this_tree.branch,
1686 this_tree=this_tree,
1822 this_tree=None, argument
1831 if this_tree is None:
[all …]
H A Dlog.py109 this_tree = repository.revision_tree(revision_id)
110 this_intertree = InterTree.get(this_tree, last_tree)
117 this_verifier = this_tree.get_file_verifier(this_path)
122 this_verifier = this_tree.get_file_verifier(this_path)
124 this_verifier = this_tree.get_file_verifier(this_path)
130 last_tree = this_tree
/dports/math/py-networkx/networkx-2.6.3/networkx/algorithms/flow/
H A Dboykovkolmogorov.py203 this_tree = source_tree
207 this_tree = target_tree
212 if v not in this_tree:
214 return (u, v) if this_tree is source_tree else (v, u)
215 this_tree[v] = u
219 elif v in this_tree and _is_closer(u, v):
220 this_tree[v] = u
/dports/math/scilab/scilab-6.1.1/scilab/modules/helptools/macros/
H A Dxmltoformat.sci289 this_tree = x2f_merge_trees(this_tree_dl,this_tree);
313 this_tree = x2f_merge_trees(this_tree_dl,this_tree);
317 contrib_tree(dirs_c(k)) = this_tree;
337 this_tree = x2f_merge_trees(this_tree_dl,this_tree);
341 contrib_tree(dirs(k)) = this_tree;
378 this_tree = contrib_tree(dirs_c(k));
383 contrib_tree(dirs_c(k)) = this_tree;
400 this_tree = contrib_tree(dirs(k));
402 if isfield(this_tree,"master.xml") & this_tree("master.xml") then
412 contrib_tree(dirs(k)) = this_tree;
[all …]
/dports/devel/brz/breezy-3.2.0/breezy/plugins/quilt/
H A D__init__.py55 not merger.this_tree.is_versioned(".pc") and
68 merger.this_tree, this_dir = tree_unapply_patches(
69 merger.this_tree, merger.this_branch, force=True)
/dports/devel/brz/breezy-3.2.0/breezy/plugins/po_merge/
H A Dpo_merge.py110 for path, file_class, kind, entry in self.merger.this_tree.list_files(
115 self.pot_file_abspath = self.merger.this_tree.abspath(relpath)
/dports/biology/iqtree/IQ-TREE-2.0.6/main/
H A Dphylotesting.cpp1995 PhyloTree *this_tree = in_tree->at(i); in testPartitionModel() local
1998 extractModelInfo(this_tree->aln->name, model_info, part_model_info); in testPartitionModel()
2002 part_model_name = this_tree->aln->model_name; in testPartitionModel()
2010 double score = best_model.computeICScore(this_tree->getAlnNSite()); in testPartitionModel()
2011 this_tree->aln->model_name = best_model.getName(); in testPartitionModel()
2029 cout << this_tree->aln->name; in testPartitionModel()
2311 PhyloTree *this_tree = in_tree->at(i); in testPartitionModel() local
2318 part_model_name = this_tree->aln->model_name; in testPartitionModel()
2322 this_tree->aln->name, part_model_name, false); in testPartitionModel()
2328 this_tree->aln->model_name = best_model.getName(); in testPartitionModel()
[all …]
/dports/biology/py-biopython/biopython-1.79/Bio/Phylo/
H A DNeXMLIO.py267 this_tree = ElementTree.SubElement(
272 tus.update(self._write_tree(first_clade, this_tree, rooted=tree.rooted))
/dports/devel/brz/breezy-3.2.0/breezy/bzr/bundle/
H A Dapply_bundle.py51 merger = Merger(tree.branch, this_tree=tree,
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-acn.c3364 proto_tree *this_tree; in acn_add_channel_owner_info_block() local
3376 offset = acn_add_address(tvb, pinfo, this_tree, offset, "Source Address:"); in acn_add_channel_owner_info_block()
3393 proto_tree *this_tree; in acn_add_channel_member_info_block() local
3402 proto_tree_add_item(this_tree, hf_acn_cid, tvb, offset, 16, ENC_BIG_ENDIAN); in acn_add_channel_member_info_block()
3407 offset = acn_add_address(tvb, pinfo, this_tree, offset, "Source Address:"); in acn_add_channel_member_info_block()
3524 proto_tree *this_tree; in acn_add_dmp_address_type() local
3536 proto_tree_add_uint(this_tree, hf_acn_dmp_adt_v, tvb, offset, 1, adt->flags); in acn_add_dmp_address_type()
3537 proto_tree_add_uint(this_tree, hf_acn_dmp_adt_r, tvb, offset, 1, adt->flags); in acn_add_dmp_address_type()
3538 proto_tree_add_uint(this_tree, hf_acn_dmp_adt_d, tvb, offset, 1, adt->flags); in acn_add_dmp_address_type()
3539 proto_tree_add_uint(this_tree, hf_acn_dmp_adt_x, tvb, offset, 1, adt->flags); in acn_add_dmp_address_type()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-acn.c3364 proto_tree *this_tree; in acn_add_channel_owner_info_block() local
3376 offset = acn_add_address(tvb, pinfo, this_tree, offset, "Source Address:"); in acn_add_channel_owner_info_block()
3393 proto_tree *this_tree; in acn_add_channel_member_info_block() local
3402 proto_tree_add_item(this_tree, hf_acn_cid, tvb, offset, 16, ENC_BIG_ENDIAN); in acn_add_channel_member_info_block()
3407 offset = acn_add_address(tvb, pinfo, this_tree, offset, "Source Address:"); in acn_add_channel_member_info_block()
3524 proto_tree *this_tree; in acn_add_dmp_address_type() local
3536 proto_tree_add_uint(this_tree, hf_acn_dmp_adt_v, tvb, offset, 1, adt->flags); in acn_add_dmp_address_type()
3537 proto_tree_add_uint(this_tree, hf_acn_dmp_adt_r, tvb, offset, 1, adt->flags); in acn_add_dmp_address_type()
3538 proto_tree_add_uint(this_tree, hf_acn_dmp_adt_d, tvb, offset, 1, adt->flags); in acn_add_dmp_address_type()
3539 proto_tree_add_uint(this_tree, hf_acn_dmp_adt_x, tvb, offset, 1, adt->flags); in acn_add_dmp_address_type()
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-acn.c3364 proto_tree *this_tree;
3376 offset = acn_add_address(tvb, pinfo, this_tree, offset, "Source Address:");
3393 proto_tree *this_tree;
3402 proto_tree_add_item(this_tree, hf_acn_cid, tvb, offset, 16, ENC_BIG_ENDIAN);
3407 offset = acn_add_address(tvb, pinfo, this_tree, offset, "Source Address:");
3524 proto_tree *this_tree;
3536 proto_tree_add_uint(this_tree, hf_acn_dmp_adt_v, tvb, offset, 1, adt->flags);
3537 proto_tree_add_uint(this_tree, hf_acn_dmp_adt_r, tvb, offset, 1, adt->flags);
3538 proto_tree_add_uint(this_tree, hf_acn_dmp_adt_d, tvb, offset, 1, adt->flags);
3539 proto_tree_add_uint(this_tree, hf_acn_dmp_adt_x, tvb, offset, 1, adt->flags);
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-acn.c3364 proto_tree *this_tree; in acn_add_channel_owner_info_block() local
3376 offset = acn_add_address(tvb, pinfo, this_tree, offset, "Source Address:"); in acn_add_channel_owner_info_block()
3393 proto_tree *this_tree; in acn_add_channel_member_info_block() local
3402 proto_tree_add_item(this_tree, hf_acn_cid, tvb, offset, 16, ENC_BIG_ENDIAN); in acn_add_channel_member_info_block()
3407 offset = acn_add_address(tvb, pinfo, this_tree, offset, "Source Address:"); in acn_add_channel_member_info_block()
3524 proto_tree *this_tree; in acn_add_dmp_address_type() local
3536 proto_tree_add_uint(this_tree, hf_acn_dmp_adt_v, tvb, offset, 1, adt->flags); in acn_add_dmp_address_type()
3537 proto_tree_add_uint(this_tree, hf_acn_dmp_adt_r, tvb, offset, 1, adt->flags); in acn_add_dmp_address_type()
3538 proto_tree_add_uint(this_tree, hf_acn_dmp_adt_d, tvb, offset, 1, adt->flags); in acn_add_dmp_address_type()
3539 proto_tree_add_uint(this_tree, hf_acn_dmp_adt_x, tvb, offset, 1, adt->flags); in acn_add_dmp_address_type()
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/
H A DAABB.cpp715 const auto this_tree = this_list[t]; in squared_distance_helper()
716 this_low_sqr_d(t) = max_squared_distance(this_tree,other_tree); in squared_distance_helper()
730 const auto this_tree = this_list[t]; in squared_distance_helper()
737 const Scalar min_this_other = min_squared_distance(this_tree,other_tree); in squared_distance_helper()
748 this_tree->squared_distance_helper( in squared_distance_helper()
/dports/graphics/wings/libigl-2.1.0/include/igl/
H A DAABB.cpp715 const auto this_tree = this_list[t]; in squared_distance_helper()
716 this_low_sqr_d(t) = max_squared_distance(this_tree,other_tree); in squared_distance_helper()
730 const auto this_tree = this_list[t]; in squared_distance_helper()
737 const Scalar min_this_other = min_squared_distance(this_tree,other_tree); in squared_distance_helper()
748 this_tree->squared_distance_helper( in squared_distance_helper()
/dports/biology/phyml/phyml-3.3.20200621/src/
H A Dxml.c560 t_tree *this_tree; in XML_Process_Base() local
565 this_tree = (t_tree *)Make_Tree_From_Scratch(io->cdata->n_otu,io->cdata); in XML_Process_Base()
572 tree->next = this_tree; in XML_Process_Base()
577 mixt_tree->next = this_tree; in XML_Process_Base()
581 tree = this_tree; in XML_Process_Base()

12