HomeSort by relevance Sort by last modified time
    Searched refs:new_tree (Results 1 - 4 of 4) sorted by null

  /external/clang/tools/clang-format/
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):
420 subprocess.check_call(['git', 'diff', old_tree, new_tree, '--'])
423 def apply_changes(old_tree, new_tree, force=False, patch_mode=False):
424 """Apply the changes in `new_tree` to the working directory.
429 new_tree).rstrip('\0').split('\0'
    [all...]
  /external/selinux/libsepol/cil/test/unit/
CilTest.c 89 struct cil_tree *new_tree = malloc(sizeof(*new_tree)); local
92 cil_tree_init(&new_tree);
93 new_tree->root->flavor = CIL_ROOT;
94 current = new_tree->root;
129 *test_root = new_tree;
    [all...]
  /external/selinux/libsepol/cil/src/
cil_tree.c 64 struct cil_tree *new_tree = cil_malloc(sizeof(*new_tree)); local
66 cil_tree_node_init(&new_tree->root);
68 *tree = new_tree;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cgraph.h 184 tree new_tree; variable
    [all...]

Completed in 233 milliseconds