Home
last modified time | relevance | path

Searched defs:new_tree (Results 1 – 5 of 5) sorted by relevance

/external/bcc/scripts/
Dgit-clang-format416 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/
Dgit-clang-format458 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/
DCilTest.c89 struct cil_tree *new_tree = malloc(sizeof(*new_tree)); in gen_test_tree() local
/external/selinux/libsepol/cil/src/
Dcil_tree.c150 struct cil_tree *new_tree = cil_malloc(sizeof(*new_tree)); in cil_tree_init() local
/external/antlr/runtime/Ruby/lib/antlr3/
Dtree.rb372 def replace_children( start, stop, new_tree ) argument