Home
last modified time | relevance | path

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

/external/clang/tools/clang-format/
Dgit-clang-format155 old_tree = commits[1]
161 old_tree = create_tree_from_workdir(changed_lines)
166 print 'old tree:', old_tree
168 if old_tree == new_tree:
172 print_diff(old_tree, new_tree)
174 changed_files = apply_changes(old_tree, new_tree, force=opts.force,
458 def print_diff(old_tree, new_tree): argument
467 subprocess.check_call(['git', 'diff', '--diff-filter=M', old_tree, new_tree,
471 def apply_changes(old_tree, new_tree, force=False, patch_mode=False): argument
477 '--name-only', old_tree,
[all …]
/external/bcc/scripts/
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): argument
489 subprocess.check_call(['git', 'diff', '--diff-filter=M', old_tree, new_tree,
493 def apply_changes(old_tree, new_tree, force=False, patch_mode=False): argument
499 '--name-only', old_tree,
[all …]
/external/libchrome/libchrome_tools/uprev/
Ddirty_uprev.py54 old_tree = utils.git_mktree(old_files)
56 newroot = utils.git_commit(old_tree, [])
/external/rust/android-crates-io/crates/mls-rs/src/group/
Dmessage_processor.rs643 let old_tree = &self.group_state().public_tree; in make_state_update() localVariable
651 let node = old_tree.nodes.borrow_as_leaf(index)?; in make_state_update()
662 let prior = old_tree in make_state_update()
686 let prior = old_tree in make_state_update()
/external/rust/android-crates-io/crates/mls-rs/src/tree_kem/
Dmod.rs668 let old_tree = self.clone(); in remove_leaves() localVariable
705 let leaf = old_tree.get_leaf_node(index)?.clone(); in remove_leaves()