Searched defs:new_tree (Results 1 – 5 of 5) 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/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
|