Searched refs:new_tree (Results 1 – 4 of 4) sorted by relevance
/external/clang/tools/clang-format/ |
D | git-clang-format | 144 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): argument 420 subprocess.check_call(['git', 'diff', old_tree, new_tree, '--']) 423 def apply_changes(old_tree, new_tree, force=False, patch_mode=False): argument 429 new_tree).rstrip('\0').split('\0') 446 subprocess.check_call(['git', 'checkout', '--patch', new_tree]) [all …]
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | tree.rb | 372 def replace_children( start, stop, new_tree ) argument 380 new_children = new_tree.flat_list? ? new_tree : [ new_tree ] 712 new_tree = copy_node( tree ) 713 set_child_index( new_tree, child_index( tree ) ) 714 set_parent( new_tree, parent ) 716 new_sub_tree = copy_tree( child, new_tree ) 717 add_child( new_tree, new_sub_tree ) 719 return new_tree
|
/external/chromium_org/ui/accessibility/ |
D | ax_tree_serializer.h | 79 void ChangeTreeSourceForTesting(AXTreeSource<AXSourceNode>* new_tree); 186 AXTreeSource<AXSourceNode>* new_tree) { in ChangeTreeSourceForTesting() argument 187 tree_ = new_tree; in ChangeTreeSourceForTesting()
|
/external/chromium_org/cc/trees/ |
D | tree_synchronizer.cc | 63 scoped_ptr<LayerImpl> new_tree = SynchronizeTreesRecursive( in SynchronizeTreesInternal() local 68 return new_tree.Pass(); in SynchronizeTreesInternal()
|