Home
last modified time | relevance | path

Searched refs:new_tree (Results 76 – 100 of 1300) sorted by relevance

12345678910>>...52

/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-format144 new_tree = run_clang_format_and_save_to_tree(changed_lines,
149 print 'new tree:', new_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):
429 new_tree).rstrip('\0').split('\0')
446 subprocess.check_call(['git', 'checkout', '--patch', new_tree])
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/
H A Dgit-clang-format144 new_tree = run_clang_format_and_save_to_tree(changed_lines,
149 print 'new tree:', new_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):
429 new_tree).rstrip('\0').split('\0')
446 subprocess.check_call(['git', 'checkout', '--patch', new_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-format144 new_tree = run_clang_format_and_save_to_tree(changed_lines,
149 print 'new tree:', new_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):
429 new_tree).rstrip('\0').split('\0')
446 subprocess.check_call(['git', 'checkout', '--patch', new_tree])
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/
H A Dgit-clang-format144 new_tree = run_clang_format_and_save_to_tree(changed_lines,
149 print 'new tree:', new_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):
429 new_tree).rstrip('\0').split('\0')
446 subprocess.check_call(['git', 'checkout', '--patch', new_tree])
[all …]
/dports/biology/pbbam/pbbam-0.18.0/tools/
H A Dgit-clang-format145 new_tree = run_clang_format_and_save_to_tree(changed_lines,
150 print 'new tree:', new_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):
430 new_tree).rstrip('\0').split('\0')
447 subprocess.check_call(['git', 'checkout', '--patch', new_tree])
[all …]
/dports/lang/yap/yap-6.2.2/library/rltree/
H A Dyap_rl.c51 RL_Tree* new_tree; in p_rl_new() local
60 new_tree=new_rl(YAP_IntOfTerm(t1)); in p_rl_new()
61 if(new_tree==NULL) { in p_rl_new()
67 newid=YAP_MkIntTerm(PTR2ID(new_tree)); in p_rl_new()
82 RL_Tree* new_tree; in p_rl_copy() local
94 new_tree=copy_rl(tree); in p_rl_copy()
96 if(new_tree==NULL) { in p_rl_copy()
102 ADD_MEM_USAGE(new_tree); in p_rl_copy()
106 newid=YAP_MkIntTerm(PTR2ID(new_tree)); in p_rl_copy()
/dports/devel/py-libcst/libcst-0.3.23/libcst/_nodes/
H A Dbase.py381 new_tree = self.visit(_ChildReplacementTransformer(old_node, new_node))
382 if isinstance(new_tree, (FlattenSentinel, RemovalSentinel)):
385 return new_tree
395 new_tree = self.visit(
399 if isinstance(new_tree, FlattenSentinel):
403 return new_tree
420 new_tree = self.visit(_ChildWithChangesTransformer(old_node, changes))
421 if isinstance(new_tree, (FlattenSentinel, RemovalSentinel)):
424 return new_tree
/dports/games/freeciv/freeciv-2.6.6/client/
H A Dreqtree.c547 struct reqtree *new_tree; in add_dummy_nodes() local
565 new_tree = fc_malloc(sizeof(*new_tree)); in add_dummy_nodes()
566 new_tree->nodes = in add_dummy_nodes()
567 fc_malloc(sizeof(new_tree->nodes) * in add_dummy_nodes()
573 new_tree->nodes[i] = new_tree_node(); in add_dummy_nodes()
574 new_tree->nodes[i]->is_dummy = FALSE; in add_dummy_nodes()
598 add_requirement(new_tree->nodes[k], new_tree->nodes[i]); in add_dummy_nodes()
615 new_tree->nodes[i]); in add_dummy_nodes()
625 fc_assert(k <= new_tree->num_nodes); in add_dummy_nodes()
628 new_tree->layers = NULL; in add_dummy_nodes()
[all …]
/dports/games/freeciv-nox11/freeciv-2.6.6/client/
H A Dreqtree.c547 struct reqtree *new_tree; in add_dummy_nodes() local
565 new_tree = fc_malloc(sizeof(*new_tree)); in add_dummy_nodes()
566 new_tree->nodes = in add_dummy_nodes()
567 fc_malloc(sizeof(new_tree->nodes) * in add_dummy_nodes()
573 new_tree->nodes[i] = new_tree_node(); in add_dummy_nodes()
574 new_tree->nodes[i]->is_dummy = FALSE; in add_dummy_nodes()
598 add_requirement(new_tree->nodes[k], new_tree->nodes[i]); in add_dummy_nodes()
615 new_tree->nodes[i]); in add_dummy_nodes()
625 fc_assert(k <= new_tree->num_nodes); in add_dummy_nodes()
628 new_tree->layers = NULL; in add_dummy_nodes()
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/scripts/developer/git/
H A Dgit-clang-format159 new_tree = run_clang_format_and_save_to_tree(changed_lines,
165 new_tree = run_clang_format_and_save_to_tree(changed_lines,
170 print 'new tree:', new_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):
500 new_tree).rstrip('\0').split('\0')
517 subprocess.check_call(['git', 'checkout', '--patch', new_tree])
[all …]
/dports/devel/grex/grex-1.3.0/cargo-crates/proptest-1.0.0/src/strategy/
H A Dmap.rs52 fn new_tree(&self, runner: &mut TestRunner) -> NewTree<Self> { in new_tree() method
53 self.source.new_tree(runner).map(|v| Map { in new_tree()
126 fn new_tree(&self, runner: &mut TestRunner) -> NewTree<Self> { in new_tree() function
127 self.source.new_tree(runner).map(MapInto::new) in new_tree()
187 fn new_tree(&self, runner: &mut TestRunner) -> NewTree<Self> { in new_tree() method
190 self.source.new_tree(runner).map(|source| PerturbValueTree { in new_tree()
284 let value = input.new_tree(&mut runner).unwrap(); in perturb_uses_same_rng_every_time()
296 seen.insert(input.new_tree(&mut runner).unwrap().current()); in perturb_uses_varying_random_seeds()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/proptest/src/strategy/
H A Dmap.rs52 fn new_tree(&self, runner: &mut TestRunner) -> NewTree<Self> { in new_tree() method
53 self.source.new_tree(runner).map(|v| Map { in new_tree()
126 fn new_tree(&self, runner: &mut TestRunner) -> NewTree<Self> { in new_tree() function
127 self.source.new_tree(runner).map(MapInto::new) in new_tree()
187 fn new_tree(&self, runner: &mut TestRunner) -> NewTree<Self> { in new_tree() method
190 self.source.new_tree(runner).map(|source| PerturbValueTree { in new_tree()
284 let value = input.new_tree(&mut runner).unwrap(); in perturb_uses_same_rng_every_time()
296 seen.insert(input.new_tree(&mut runner).unwrap().current()); in perturb_uses_varying_random_seeds()
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/proptest-0.10.1/src/strategy/
H A Dmap.rs52 fn new_tree(&self, runner: &mut TestRunner) -> NewTree<Self> { in new_tree() method
53 self.source.new_tree(runner).map(|v| Map { in new_tree()
126 fn new_tree(&self, runner: &mut TestRunner) -> NewTree<Self> { in new_tree() function
127 self.source.new_tree(runner).map(MapInto::new) in new_tree()
187 fn new_tree(&self, runner: &mut TestRunner) -> NewTree<Self> { in new_tree() method
190 self.source.new_tree(runner).map(|source| PerturbValueTree { in new_tree()
284 let value = input.new_tree(&mut runner).unwrap(); in perturb_uses_same_rng_every_time()
296 seen.insert(input.new_tree(&mut runner).unwrap().current()); in perturb_uses_varying_random_seeds()
/dports/devel/grex/grex-1.3.0/cargo-crates/proptest-1.0.0/src/
H A Dsample.rs85 fn new_tree(&self, runner: &mut TestRunner) -> NewTree<Self> { in new_tree() method
88 inner: self.bit_strategy.new_tree(runner)?, in new_tree()
341 fn new_tree(&self, runner: &mut TestRunner) -> NewTree<Self> { in new_tree() method
428 let value = input.new_tree(&mut runner).unwrap().current(); in sample_slice()
475 let _ = input.new_tree(&mut runner).unwrap().current(); in sample_vec()
487 counts[input.new_tree(&mut runner).unwrap().current()] += 1; in test_select()
516 input.new_tree(&mut runner).unwrap().current() in subseq_empty_vec_works()
525 assert_eq!(v, input.new_tree(&mut runner).unwrap().current()); in subseq_full_vec_works()
536 let mut tree = input.new_tree(&mut runner).unwrap(); in index_works()
556 let mut tree = input.new_tree(&mut runner).unwrap(); in selector_works()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/proptest/src/
H A Dsample.rs85 fn new_tree(&self, runner: &mut TestRunner) -> NewTree<Self> { in new_tree() method
88 inner: self.bit_strategy.new_tree(runner)?, in new_tree()
341 fn new_tree(&self, runner: &mut TestRunner) -> NewTree<Self> { in new_tree() method
428 let value = input.new_tree(&mut runner).unwrap().current(); in sample_slice()
475 let _ = input.new_tree(&mut runner).unwrap().current(); in sample_vec()
487 counts[input.new_tree(&mut runner).unwrap().current()] += 1; in test_select()
516 input.new_tree(&mut runner).unwrap().current() in subseq_empty_vec_works()
525 assert_eq!(v, input.new_tree(&mut runner).unwrap().current()); in subseq_full_vec_works()
536 let mut tree = input.new_tree(&mut runner).unwrap(); in index_works()
556 let mut tree = input.new_tree(&mut runner).unwrap(); in selector_works()
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/proptest-0.10.1/src/
H A Dsample.rs85 fn new_tree(&self, runner: &mut TestRunner) -> NewTree<Self> { in new_tree() method
88 inner: self.bit_strategy.new_tree(runner)?, in new_tree()
341 fn new_tree(&self, runner: &mut TestRunner) -> NewTree<Self> { in new_tree() method
428 let value = input.new_tree(&mut runner).unwrap().current(); in sample_slice()
475 let _ = input.new_tree(&mut runner).unwrap().current(); in sample_vec()
487 counts[input.new_tree(&mut runner).unwrap().current()] += 1; in test_select()
516 input.new_tree(&mut runner).unwrap().current() in subseq_empty_vec_works()
525 assert_eq!(v, input.new_tree(&mut runner).unwrap().current()); in subseq_full_vec_works()
536 let mut tree = input.new_tree(&mut runner).unwrap(); in index_works()
556 let mut tree = input.new_tree(&mut runner).unwrap(); in selector_works()
/dports/devel/p5-Tree-Simple-VisitorFactory/Tree-Simple-VisitorFactory-0.16/lib/Tree/Simple/Visitor/
H A DVariableDepthClone.pm48 my $new_tree = $new_root;
56 $new_tree->addChild($cloned_trunk);
57 $new_tree = $cloned_trunk;
60 $self->_cloneTree($tree, $new_tree, $self->{clone_depth}, $filter);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/tools/clang-format/
H A Dgit-clang-format159 new_tree = run_clang_format_and_save_to_tree(changed_lines,
165 new_tree = run_clang_format_and_save_to_tree(changed_lines,
170 print('new tree: %s' % new_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):
506 new_tree).rstrip('\0').split('\0')
523 subprocess.check_call(['git', 'checkout', '--patch', new_tree])
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/tools/clang-format/
H A Dgit-clang-format158 new_tree = run_clang_format_and_save_to_tree(changed_lines,
164 new_tree = run_clang_format_and_save_to_tree(changed_lines,
169 print('new tree: %s' % new_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):
500 new_tree).rstrip('\0').split('\0')
517 subprocess.check_call(['git', 'checkout', '--patch', new_tree])
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/tools/clang-format/
H A Dgit-clang-format162 new_tree = run_clang_format_and_save_to_tree(changed_lines,
168 new_tree = run_clang_format_and_save_to_tree(changed_lines,
173 print('new tree: %s' % new_tree)
174 if old_tree == new_tree:
178 print_diff(old_tree, new_tree)
180 changed_files = apply_changes(old_tree, new_tree, force=opts.force,
496 def print_diff(old_tree, new_tree):
509 def apply_changes(old_tree, new_tree, force=False, patch_mode=False):
516 new_tree).rstrip('\0').split('\0')
533 subprocess.check_call(['git', 'checkout', '--patch', new_tree])
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/clang_format/script/
H A Dgit-clang-format158 new_tree = run_clang_format_and_save_to_tree(changed_lines,
164 new_tree = run_clang_format_and_save_to_tree(changed_lines,
169 print('new tree: %s' % new_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):
500 new_tree).rstrip('\0').split('\0')
517 subprocess.check_call(['git', 'checkout', '--patch', new_tree])
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/scripts/
H A Dgit-clang-format157 new_tree = run_clang_format_and_save_to_tree(changed_lines,
163 new_tree = run_clang_format_and_save_to_tree(changed_lines,
168 print('new tree: %s' % new_tree)
169 if old_tree == new_tree:
173 print_diff(old_tree, new_tree)
175 changed_files = apply_changes(old_tree, new_tree, force=opts.force,
479 def print_diff(old_tree, new_tree):
492 def apply_changes(old_tree, new_tree, force=False, patch_mode=False):
499 new_tree).rstrip('\0').split('\0')
516 subprocess.check_call(['git', 'checkout', '--patch', new_tree])
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/tools/clang-format/
H A Dgit-clang-format162 new_tree = run_clang_format_and_save_to_tree(changed_lines,
168 new_tree = run_clang_format_and_save_to_tree(changed_lines,
173 print('new tree: %s' % new_tree)
174 if old_tree == new_tree:
178 print_diff(old_tree, new_tree)
180 changed_files = apply_changes(old_tree, new_tree, force=opts.force,
496 def print_diff(old_tree, new_tree):
509 def apply_changes(old_tree, new_tree, force=False, patch_mode=False):
516 new_tree).rstrip('\0').split('\0')
533 subprocess.check_call(['git', 'checkout', '--patch', new_tree])
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/tools/clang-format/
H A Dgit-clang-format162 new_tree = run_clang_format_and_save_to_tree(changed_lines,
168 new_tree = run_clang_format_and_save_to_tree(changed_lines,
173 print('new tree: %s' % new_tree)
174 if old_tree == new_tree:
178 print_diff(old_tree, new_tree)
180 changed_files = apply_changes(old_tree, new_tree, force=opts.force,
496 def print_diff(old_tree, new_tree):
509 def apply_changes(old_tree, new_tree, force=False, patch_mode=False):
516 new_tree).rstrip('\0').split('\0')
533 subprocess.check_call(['git', 'checkout', '--patch', new_tree])
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/tools/clang-format/
H A Dgit-clang-format159 new_tree = run_clang_format_and_save_to_tree(changed_lines,
165 new_tree = run_clang_format_and_save_to_tree(changed_lines,
170 print('new tree: %s' % new_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):
506 new_tree).rstrip('\0').split('\0')
523 subprocess.check_call(['git', 'checkout', '--patch', new_tree])
[all …]

12345678910>>...52