Home
last modified time | relevance | path

Searched refs:old_tree (Results 1 – 25 of 683) sorted by relevance

12345678910>>...28

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/cpp/algo/
H A Dbstm_merge_tt_function.cxx183 if (old_tree.is_leaf(merged_tree_leave) ) { //if they both exist in move_data()
184 int oldDataPtr = old_tree.get_data_index(merged_tree_leave); in move_data()
193 …if(old_tree.is_leaf(old_tree.child_index(merged_tree_leave) )==0 || old_tree.is_leaf(old_tree.chil… in move_data()
196 …ut << "Valid cells " << old_tree.valid_cell(old_tree.child_index(merged_tree_leave) ) << " and " <… in move_data()
197 …cout << "Valid leaves " << old_tree.is_leaf(old_tree.child_index(merged_tree_leave) ) << " and " <… in move_data()
202 … int oldDataPtr_left_child = old_tree.get_data_index( old_tree.child_index(merged_tree_leave) ); in move_data()
203 …int oldDataPtr_right_child = old_tree.get_data_index( old_tree.child_index(merged_tree_leave ) + 1… in move_data()
253 std::vector<int> old_leaves = old_tree.max_depth_leaves(); in merge_tt()
255 bstm_time_tree merged_tree(old_tree.get_bits(), max_level_t_); in merge_tt()
259 parents.insert(old_tree.parent_index(old_leave)); in merge_tt()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/cpp/algo/tests/
H A Dtest_time_tree_ingestion.cxx19 bstm_time_tree old_tree(tree); in ingest() local
63 int pj = old_tree.parent_index(j); //Bit_index of parent bit in ingest()
64 bool validCellOld = (j==0) || old_tree.bit_at(pj); in ingest()
79 … while ( valid_parent_bit !=0 && !old_tree.bit_at( old_tree.parent_index(valid_parent_bit) ) ) in ingest()
80 valid_parent_bit = old_tree.parent_index(valid_parent_bit); in ingest()
82 new_data[newDataPtr] = tree_data[ old_tree.get_relative_index(valid_parent_bit) ]; in ingest()
/dports/devel/brz/breezy-3.2.0/breezy/
H A Ddiff.py477 return (old_tree, new_tree, old_branch, new_branch,
520 exit_stack.enter_context(old_tree.lock_read())
568 self.old_tree = old_tree
578 return klass(diff_tree.old_tree, diff_tree.new_tree,
723 old_date = _patch_header_date(self.old_tree, old_path)
757 from_text = _get_text(self.old_tree, from_path)
897 old_path, self.old_tree, 'old', force_temp)
967 self.old_tree = old_tree
978 def from_trees_options(klass, old_tree, new_tree, to_file, argument
1030 iterator = self.new_tree.iter_changes(self.old_tree,
[all …]
/dports/devel/ncnf/ncnf-3.0.1/src/
H A Dncnf_diff.c72 _ncnf_diff(struct ncnf_obj_s *old_tree, struct ncnf_obj_s *new_tree) { in _ncnf_diff() argument
75 if(old_tree->obj_class != NOBJ_ROOT in _ncnf_diff()
82 if(old_tree->obj_class == NOBJ_ROOT) { in _ncnf_diff()
83 _ncnf_walk_tree(old_tree, in _ncnf_diff()
89 ret = _ncnf_diff_level(old_tree, new_tree); in _ncnf_diff()
96 ret = _ncnf_cr_resolve_references(old_tree, in _ncnf_diff()
101 _ncnf_walk_tree(old_tree, in _ncnf_diff()
105 _ncnf_walk_tree(old_tree, in _ncnf_diff()
109 _ncnf_walk_tree(old_tree, in _ncnf_diff()
113 _ncnf_walk_tree(old_tree, in _ncnf_diff()
[all …]
/dports/multimedia/totem-pl-parser/totem-pl-parser-3.26.5/.ci/
H A Dcheck-abi78 def compare(old_tree, new_tree):
81 old_headers = os.path.join(old_tree, 'usr', 'include')
82 old_lib = os.path.join(old_tree, 'usr', 'lib', 'libtotem-plparser.so')
91 old_lib = os.path.join(old_tree, 'usr', 'lib', 'libtotem-plparser-mini.so')
111 old_tree = build_install(args.old)
115 compare(old_tree, new_tree)
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_diff.py709 self.old_tree.lock_write()
719 self.old_tree.add('olddir')
780 self.old_tree.add('olddir')
796 self.old_tree.add('olddir')
822 self.old_tree.add('olddir')
862 self.old_tree.add('b-file')
967 old_tree = tree.basis_tree()
968 old_tree.lock_read()
969 self.addCleanup(old_tree.unlock)
1041 (old_tree, new_tree,
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/cl/bit/
H A Dmerge_bit_scene.cl100 __local uchar16 * old_tree,
127 if (tree_bit_at(old_tree, currBitIndex)==1)
194 __local uchar16* old_tree = &all_old_tree[llid];
208 (*old_tree) = currTree;
210 int currTreeSize = num_cells(old_tree);
214 old_tree,
266 (*old_tree) = currTree;
267 int currTreeSize = num_cells(old_tree);
285 …//int old_data_ptr = as_int((uchar4) ((*old_tree).sa,(*old_tree).sb,(*old_tree).sc, (*old_tree).sd…
286 int old_data_ptr = data_index_root(old_tree);
[all …]
/dports/net/geocode-glib/geocode-glib-3.26.2/.ci/
H A Dcheck-abi78 def compare(old_tree, new_tree):
81 old_headers = os.path.join(old_tree, 'usr', 'include')
82 old_lib = os.path.join(old_tree, 'usr', 'lib', 'libgeocode-glib.so.0')
104 old_tree = build_install(args.old)
108 compare(old_tree, new_tree)
/dports/deskutils/gnome-todo/gnome-todo-41.0/subprojects/libadwaita/.gitlab-ci/
H A Dcheck-abi78 def compare(old_tree, new_tree):
81 old_headers = os.path.join(old_tree, 'usr', 'include')
82 old_lib = os.path.join(old_tree, 'usr', 'lib', 'libadwaita-1.so')
103 old_tree = build_install(args.old)
107 compare(old_tree, new_tree)
/dports/net/libgweather/libgweather-40.0/.ci/
H A Dcheck-abi78 def compare(old_tree, new_tree):
81 old_headers = os.path.join(old_tree, 'usr', 'include')
82 old_lib = os.path.join(old_tree, 'usr', 'lib', 'libgweather-3.so')
104 old_tree = build_install(args.old)
108 compare(old_tree, new_tree)
/dports/x11/gnome-desktop/gnome-desktop-41.2/.ci/
H A Dcheck-abi78 def compare(old_tree, new_tree):
81 old_headers = os.path.join(old_tree, 'usr', 'include')
82 old_lib = os.path.join(old_tree, 'usr', 'lib', 'libgnome-desktop-3.so')
104 old_tree = build_install(args.old)
108 compare(old_tree, new_tree)
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/.gitlab-ci/
H A Dcheck-abi78 def compare(old_tree, new_tree):
81 old_headers = os.path.join(old_tree, 'usr', 'include')
82 old_lib = os.path.join(old_tree, 'usr', 'lib', 'libhandy-1.so')
103 old_tree = build_install(args.old)
107 compare(old_tree, new_tree)
/dports/x11-toolkits/libhandy/libhandy-1.4.0/.gitlab-ci/
H A Dcheck-abi78 def compare(old_tree, new_tree):
81 old_headers = os.path.join(old_tree, 'usr', 'include')
82 old_lib = os.path.join(old_tree, 'usr', 'lib', 'libhandy-1.so')
103 old_tree = build_install(args.old)
107 compare(old_tree, new_tree)
/dports/x11-toolkits/libadwaita/libadwaita-8442d6097b36c17e87582525ceab3ce3d5bccd48/.gitlab-ci/
H A Dcheck-abi78 def compare(old_tree, new_tree):
81 old_headers = os.path.join(old_tree, 'usr', 'include')
82 old_lib = os.path.join(old_tree, 'usr', 'lib', 'libadwaita-1.so')
103 old_tree = build_install(args.old)
107 compare(old_tree, new_tree)
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/
H A Dgit-clang-format143 old_tree = create_tree_from_workdir(changed_lines)
148 print 'old tree:', old_tree
150 if old_tree == new_tree:
154 print_diff(old_tree, new_tree)
156 changed_files = apply_changes(old_tree, new_tree, force=opts.force,
415 def print_diff(old_tree, new_tree):
420 subprocess.check_call(['git', 'diff', old_tree, new_tree, '--'])
423 def apply_changes(old_tree, new_tree, force=False, patch_mode=False):
428 changed_files = run('git', 'diff-tree', '-r', '-z', '--name-only', old_tree,
445 with temporary_index_file(old_tree):
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/
H A Dgit-clang-format143 old_tree = create_tree_from_workdir(changed_lines)
148 print 'old tree:', old_tree
150 if old_tree == new_tree:
154 print_diff(old_tree, new_tree)
156 changed_files = apply_changes(old_tree, new_tree, force=opts.force,
415 def print_diff(old_tree, new_tree):
420 subprocess.check_call(['git', 'diff', old_tree, new_tree, '--'])
423 def apply_changes(old_tree, new_tree, force=False, patch_mode=False):
428 changed_files = run('git', 'diff-tree', '-r', '-z', '--name-only', old_tree,
445 with temporary_index_file(old_tree):
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/
H A Dgit-clang-format143 old_tree = create_tree_from_workdir(changed_lines)
148 print 'old tree:', old_tree
150 if old_tree == new_tree:
154 print_diff(old_tree, new_tree)
156 changed_files = apply_changes(old_tree, new_tree, force=opts.force,
415 def print_diff(old_tree, new_tree):
420 subprocess.check_call(['git', 'diff', old_tree, new_tree, '--'])
423 def apply_changes(old_tree, new_tree, force=False, patch_mode=False):
428 changed_files = run('git', 'diff-tree', '-r', '-z', '--name-only', old_tree,
445 with temporary_index_file(old_tree):
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/
H A Dgit-clang-format143 old_tree = create_tree_from_workdir(changed_lines)
148 print 'old tree:', old_tree
150 if old_tree == new_tree:
154 print_diff(old_tree, new_tree)
156 changed_files = apply_changes(old_tree, new_tree, force=opts.force,
415 def print_diff(old_tree, new_tree):
420 subprocess.check_call(['git', 'diff', old_tree, new_tree, '--'])
423 def apply_changes(old_tree, new_tree, force=False, patch_mode=False):
428 changed_files = run('git', 'diff-tree', '-r', '-z', '--name-only', old_tree,
445 with temporary_index_file(old_tree):
[all …]
/dports/biology/pbbam/pbbam-0.18.0/tools/
H A Dgit-clang-format144 old_tree = create_tree_from_workdir(changed_lines)
149 print 'old tree:', old_tree
151 if old_tree == new_tree:
155 print_diff(old_tree, new_tree)
157 changed_files = apply_changes(old_tree, new_tree, force=opts.force,
416 def print_diff(old_tree, new_tree):
421 subprocess.check_call(['git', 'diff', old_tree, new_tree, '--'])
424 def apply_changes(old_tree, new_tree, force=False, patch_mode=False):
429 changed_files = run('git', 'diff-tree', '-r', '-z', '--name-only', old_tree,
446 with temporary_index_file(old_tree):
[all …]
/dports/editors/helix/helix-0.5.0/cargo-crates/tree-sitter-0.20.0/src/
H A Dget_changed_ranges.c293 Subtree old_tree = NULL_SUBTREE; in iterator_compare() local
302 if (!old_tree.ptr && !new_tree.ptr) return IteratorMatches; in iterator_compare()
303 if (!old_tree.ptr || !new_tree.ptr) return IteratorDiffers; in iterator_compare()
307 ts_subtree_symbol(old_tree) == ts_subtree_symbol(new_tree) in iterator_compare()
310 !ts_subtree_has_changes(old_tree) && in iterator_compare()
311 ts_subtree_symbol(old_tree) != ts_builtin_sym_error && in iterator_compare()
312 ts_subtree_size(old_tree).bytes == ts_subtree_size(new_tree).bytes && in iterator_compare()
313 ts_subtree_parse_state(old_tree) != TS_TREE_STATE_NONE && in iterator_compare()
315 (ts_subtree_parse_state(old_tree) == ERROR_STATE) == in iterator_compare()
349 Iterator old_iter = iterator_new(cursor1, old_tree, language); in ts_subtree_get_changed_ranges()
[all …]
/dports/devel/tree-sitter/tree-sitter-0.20.1/lib/src/
H A Dget_changed_ranges.c293 Subtree old_tree = NULL_SUBTREE; in iterator_compare() local
302 if (!old_tree.ptr && !new_tree.ptr) return IteratorMatches; in iterator_compare()
303 if (!old_tree.ptr || !new_tree.ptr) return IteratorDiffers; in iterator_compare()
307 ts_subtree_symbol(old_tree) == ts_subtree_symbol(new_tree) in iterator_compare()
310 !ts_subtree_has_changes(old_tree) && in iterator_compare()
311 ts_subtree_symbol(old_tree) != ts_builtin_sym_error && in iterator_compare()
312 ts_subtree_size(old_tree).bytes == ts_subtree_size(new_tree).bytes && in iterator_compare()
313 ts_subtree_parse_state(old_tree) != TS_TREE_STATE_NONE && in iterator_compare()
315 (ts_subtree_parse_state(old_tree) == ERROR_STATE) == in iterator_compare()
349 Iterator old_iter = iterator_new(cursor1, old_tree, language); in ts_subtree_get_changed_ranges()
[all …]
/dports/devel/radare2/radare2-5.1.1/shlr/tree-sitter/lib/src/
H A Dget_changed_ranges.c293 Subtree old_tree = NULL_SUBTREE; in iterator_compare() local
302 if (!old_tree.ptr && !new_tree.ptr) return IteratorMatches; in iterator_compare()
303 if (!old_tree.ptr || !new_tree.ptr) return IteratorDiffers; in iterator_compare()
307 ts_subtree_symbol(old_tree) == ts_subtree_symbol(new_tree) in iterator_compare()
310 !ts_subtree_has_changes(old_tree) && in iterator_compare()
311 ts_subtree_symbol(old_tree) != ts_builtin_sym_error && in iterator_compare()
312 ts_subtree_size(old_tree).bytes == ts_subtree_size(new_tree).bytes && in iterator_compare()
313 ts_subtree_parse_state(old_tree) != TS_TREE_STATE_NONE && in iterator_compare()
315 (ts_subtree_parse_state(old_tree) == ERROR_STATE) == in iterator_compare()
349 Iterator old_iter = iterator_new(cursor1, old_tree, language); in ts_subtree_get_changed_ranges()
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/scripts/developer/git/
H A Dgit-clang-format158 old_tree = commits[1]
164 old_tree = create_tree_from_workdir(changed_lines)
169 print 'old tree:', old_tree
171 if old_tree == new_tree:
175 print_diff(old_tree, new_tree)
177 changed_files = apply_changes(old_tree, new_tree, force=opts.force,
480 def print_diff(old_tree, new_tree):
493 def apply_changes(old_tree, new_tree, force=False, patch_mode=False):
499 '--name-only', old_tree,
516 with temporary_index_file(old_tree):
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/tools/clang-format/
H A Dgit-clang-format158 old_tree = commits[1]
164 old_tree = create_tree_from_workdir(changed_lines)
169 print('old tree: %s' % old_tree)
171 if old_tree == new_tree:
175 print_diff(old_tree, new_tree)
177 changed_files = apply_changes(old_tree, new_tree, force=opts.force,
486 def print_diff(old_tree, new_tree):
499 def apply_changes(old_tree, new_tree, force=False, patch_mode=False):
505 '--name-only', old_tree,
522 with temporary_index_file(old_tree):
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/tools/clang-format/
H A Dgit-clang-format157 old_tree = commits[1]
163 old_tree = create_tree_from_workdir(changed_lines)
168 print('old tree: %s' % old_tree)
170 if old_tree == new_tree:
174 print_diff(old_tree, new_tree)
176 changed_files = apply_changes(old_tree, new_tree, force=opts.force,
480 def print_diff(old_tree, new_tree):
493 def apply_changes(old_tree, new_tree, force=False, patch_mode=False):
499 '--name-only', old_tree,
516 with temporary_index_file(old_tree):
[all …]

12345678910>>...28