Searched defs:new_tree (Results 1 – 7 of 7) sorted by relevance
/external/bcc/scripts/ |
D | git-clang-format | 416 def print_diff(old_tree, new_tree): argument 424 def apply_changes(old_tree, new_tree, force=False, patch_mode=False): argument
|
/external/clang/tools/clang-format/ |
D | git-clang-format | 458 def print_diff(old_tree, new_tree): argument 471 def apply_changes(old_tree, new_tree, force=False, patch_mode=False): argument
|
/external/llvm-project/clang/tools/clang-format/ |
D | git-clang-format | 486 def print_diff(old_tree, new_tree): argument 499 def apply_changes(old_tree, new_tree, force=False, patch_mode=False): argument
|
/external/libchrome/libchrome_tools/uprev/ |
D | generate_filtered_tree.py | 117 def verify_commit(original_commit, new_tree): argument
|
/external/selinux/libsepol/cil/test/unit/ |
D | CilTest.c | 89 struct cil_tree *new_tree = malloc(sizeof(*new_tree)); in gen_test_tree() local
|
/external/selinux/libsepol/cil/src/ |
D | cil_tree.c | 150 struct cil_tree *new_tree = cil_malloc(sizeof(*new_tree)); in cil_tree_init() local
|
/external/antlr/runtime/Ruby/lib/antlr3/ |
D | tree.rb | 372 def replace_children( start, stop, new_tree ) argument
|