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

  /external/clang/tools/clang-format/
git-clang-format 156 new_tree = run_clang_format_and_save_to_tree(changed_lines,
162 new_tree = run_clang_format_and_save_to_tree(changed_lines,
167 print 'new tree:', new_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):
464 # We also only print modified files since `new_tree` only contains the files
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)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3859424/bin/
git-clang-format 156 new_tree = run_clang_format_and_save_to_tree(changed_lines,
162 new_tree = run_clang_format_and_save_to_tree(changed_lines,
167 print 'new tree:', new_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):
464 # We also only print modified files since `new_tree` only contains the files
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)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/bin/
git-clang-format 156 new_tree = run_clang_format_and_save_to_tree(changed_lines,
162 new_tree = run_clang_format_and_save_to_tree(changed_lines,
167 print 'new tree:', new_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,
467 def print_diff(old_tree, new_tree):
473 # We also only print modified files since `new_tree` only contains the files
476 subprocess.check_call(['git', 'diff', '--diff-filter=M', old_tree, new_tree,
480 def apply_changes(old_tree, new_tree, force=False, patch_mode=False)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/bin/
git-clang-format 156 new_tree = run_clang_format_and_save_to_tree(changed_lines,
162 new_tree = run_clang_format_and_save_to_tree(changed_lines,
167 print 'new tree:', new_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):
464 # We also only print modified files since `new_tree` only contains the files
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)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/bin/
git-clang-format 156 new_tree = run_clang_format_and_save_to_tree(changed_lines,
162 new_tree = run_clang_format_and_save_to_tree(changed_lines,
167 print 'new tree:', new_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,
467 def print_diff(old_tree, new_tree):
473 # We also only print modified files since `new_tree` only contains the files
476 subprocess.check_call(['git', 'diff', '--diff-filter=M', old_tree, new_tree,
480 def apply_changes(old_tree, new_tree, force=False, patch_mode=False)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/bin/
git-clang-format 157 new_tree = run_clang_format_and_save_to_tree(changed_lines,
163 new_tree = run_clang_format_and_save_to_tree(changed_lines,
168 print('new tree: %s' % new_tree)
169 if old_tree == new_tree:
173 print_diff(old_tree, new_tree)
175 changed_files = apply_changes(old_tree, new_tree, force=opts.force,
479 def print_diff(old_tree, new_tree):
485 # We also only print modified files since `new_tree` only contains the files
488 subprocess.check_call(['git', 'diff', '--diff-filter=M', old_tree, new_tree,
492 def apply_changes(old_tree, new_tree, force=False, patch_mode=False)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/bin/
git-clang-format 157 new_tree = run_clang_format_and_save_to_tree(changed_lines,
163 new_tree = run_clang_format_and_save_to_tree(changed_lines,
168 print('new tree: %s' % new_tree)
169 if old_tree == new_tree:
173 print_diff(old_tree, new_tree)
175 changed_files = apply_changes(old_tree, new_tree, force=opts.force,
479 def print_diff(old_tree, new_tree):
485 # We also only print modified files since `new_tree` only contains the files
488 subprocess.check_call(['git', 'diff', '--diff-filter=M', old_tree, new_tree,
492 def apply_changes(old_tree, new_tree, force=False, patch_mode=False)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/bin/
git-clang-format 157 new_tree = run_clang_format_and_save_to_tree(changed_lines,
163 new_tree = run_clang_format_and_save_to_tree(changed_lines,
168 print('new tree: %s' % new_tree)
169 if old_tree == new_tree:
173 print_diff(old_tree, new_tree)
175 changed_files = apply_changes(old_tree, new_tree, force=opts.force,
479 def print_diff(old_tree, new_tree):
485 # We also only print modified files since `new_tree` only contains the files
488 subprocess.check_call(['git', 'diff', '--diff-filter=M', old_tree, new_tree,
492 def apply_changes(old_tree, new_tree, force=False, patch_mode=False)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/bin/
git-clang-format 157 new_tree = run_clang_format_and_save_to_tree(changed_lines,
163 new_tree = run_clang_format_and_save_to_tree(changed_lines,
168 print('new tree: %s' % new_tree)
169 if old_tree == new_tree:
173 print_diff(old_tree, new_tree)
175 changed_files = apply_changes(old_tree, new_tree, force=opts.force,
479 def print_diff(old_tree, new_tree):
485 # We also only print modified files since `new_tree` only contains the files
488 subprocess.check_call(['git', 'diff', '--diff-filter=M', old_tree, new_tree,
492 def apply_changes(old_tree, new_tree, force=False, patch_mode=False)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/bin/
git-clang-format 157 new_tree = run_clang_format_and_save_to_tree(changed_lines,
163 new_tree = run_clang_format_and_save_to_tree(changed_lines,
168 print('new tree: %s' % new_tree)
169 if old_tree == new_tree:
173 print_diff(old_tree, new_tree)
175 changed_files = apply_changes(old_tree, new_tree, force=opts.force,
479 def print_diff(old_tree, new_tree):
485 # We also only print modified files since `new_tree` only contains the files
488 subprocess.check_call(['git', 'diff', '--diff-filter=M', old_tree, new_tree,
492 def apply_changes(old_tree, new_tree, force=False, patch_mode=False)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/bin/
git-clang-format 157 new_tree = run_clang_format_and_save_to_tree(changed_lines,
163 new_tree = run_clang_format_and_save_to_tree(changed_lines,
168 print('new tree: %s' % new_tree)
169 if old_tree == new_tree:
173 print_diff(old_tree, new_tree)
175 changed_files = apply_changes(old_tree, new_tree, force=opts.force,
479 def print_diff(old_tree, new_tree):
485 # We also only print modified files since `new_tree` only contains the files
488 subprocess.check_call(['git', 'diff', '--diff-filter=M', old_tree, new_tree,
492 def apply_changes(old_tree, new_tree, force=False, patch_mode=False)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-stable/bin/
git-clang-format 157 new_tree = run_clang_format_and_save_to_tree(changed_lines,
163 new_tree = run_clang_format_and_save_to_tree(changed_lines,
168 print('new tree: %s' % new_tree)
169 if old_tree == new_tree:
173 print_diff(old_tree, new_tree)
175 changed_files = apply_changes(old_tree, new_tree, force=opts.force,
479 def print_diff(old_tree, new_tree):
485 # We also only print modified files since `new_tree` only contains the files
488 subprocess.check_call(['git', 'diff', '--diff-filter=M', old_tree, new_tree,
492 def apply_changes(old_tree, new_tree, force=False, patch_mode=False)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/bin/
git-clang-format 157 new_tree = run_clang_format_and_save_to_tree(changed_lines,
163 new_tree = run_clang_format_and_save_to_tree(changed_lines,
168 print('new tree: %s' % new_tree)
169 if old_tree == new_tree:
173 print_diff(old_tree, new_tree)
175 changed_files = apply_changes(old_tree, new_tree, force=opts.force,
479 def print_diff(old_tree, new_tree):
485 # We also only print modified files since `new_tree` only contains the files
488 subprocess.check_call(['git', 'diff', '--diff-filter=M', old_tree, new_tree,
492 def apply_changes(old_tree, new_tree, force=False, patch_mode=False)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/bin/
git-clang-format 157 new_tree = run_clang_format_and_save_to_tree(changed_lines,
163 new_tree = run_clang_format_and_save_to_tree(changed_lines,
168 print('new tree: %s' % new_tree)
169 if old_tree == new_tree:
173 print_diff(old_tree, new_tree)
175 changed_files = apply_changes(old_tree, new_tree, force=opts.force,
479 def print_diff(old_tree, new_tree):
485 # We also only print modified files since `new_tree` only contains the files
488 subprocess.check_call(['git', 'diff', '--diff-filter=M', old_tree, new_tree,
492 def apply_changes(old_tree, new_tree, force=False, patch_mode=False)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/bin/
git-clang-format 157 new_tree = run_clang_format_and_save_to_tree(changed_lines,
163 new_tree = run_clang_format_and_save_to_tree(changed_lines,
168 print('new tree: %s' % new_tree)
169 if old_tree == new_tree:
173 print_diff(old_tree, new_tree)
175 changed_files = apply_changes(old_tree, new_tree, force=opts.force,
479 def print_diff(old_tree, new_tree):
485 # We also only print modified files since `new_tree` only contains the files
488 subprocess.check_call(['git', 'diff', '--diff-filter=M', old_tree, new_tree,
492 def apply_changes(old_tree, new_tree, force=False, patch_mode=False)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/bin/
git-clang-format 157 new_tree = run_clang_format_and_save_to_tree(changed_lines,
163 new_tree = run_clang_format_and_save_to_tree(changed_lines,
168 print('new tree: %s' % new_tree)
169 if old_tree == new_tree:
173 print_diff(old_tree, new_tree)
175 changed_files = apply_changes(old_tree, new_tree, force=opts.force,
479 def print_diff(old_tree, new_tree):
485 # We also only print modified files since `new_tree` only contains the files
488 subprocess.check_call(['git', 'diff', '--diff-filter=M', old_tree, new_tree,
492 def apply_changes(old_tree, new_tree, force=False, patch_mode=False)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/bin/
git-clang-format 157 new_tree = run_clang_format_and_save_to_tree(changed_lines,
163 new_tree = run_clang_format_and_save_to_tree(changed_lines,
168 print('new tree: %s' % new_tree)
169 if old_tree == new_tree:
173 print_diff(old_tree, new_tree)
175 changed_files = apply_changes(old_tree, new_tree, force=opts.force,
479 def print_diff(old_tree, new_tree):
485 # We also only print modified files since `new_tree` only contains the files
488 subprocess.check_call(['git', 'diff', '--diff-filter=M', old_tree, new_tree,
492 def apply_changes(old_tree, new_tree, force=False, patch_mode=False)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/bin/
git-clang-format 157 new_tree = run_clang_format_and_save_to_tree(changed_lines,
163 new_tree = run_clang_format_and_save_to_tree(changed_lines,
168 print('new tree: %s' % new_tree)
169 if old_tree == new_tree:
173 print_diff(old_tree, new_tree)
175 changed_files = apply_changes(old_tree, new_tree, force=opts.force,
479 def print_diff(old_tree, new_tree):
485 # We also only print modified files since `new_tree` only contains the files
488 subprocess.check_call(['git', 'diff', '--diff-filter=M', old_tree, new_tree,
492 def apply_changes(old_tree, new_tree, force=False, patch_mode=False)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-stable/bin/
git-clang-format 157 new_tree = run_clang_format_and_save_to_tree(changed_lines,
163 new_tree = run_clang_format_and_save_to_tree(changed_lines,
168 print('new tree: %s' % new_tree)
169 if old_tree == new_tree:
173 print_diff(old_tree, new_tree)
175 changed_files = apply_changes(old_tree, new_tree, force=opts.force,
479 def print_diff(old_tree, new_tree):
485 # We also only print modified files since `new_tree` only contains the files
488 subprocess.check_call(['git', 'diff', '--diff-filter=M', old_tree, new_tree,
492 def apply_changes(old_tree, new_tree, force=False, patch_mode=False)
    [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 150 struct cil_tree *new_tree = cil_malloc(sizeof(*new_tree)); local
152 cil_tree_node_init(&new_tree->root);
154 *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 859 milliseconds