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

  /external/clang/tools/clang-format/
git-clang-format 141 new_tree = run_clang_format_and_save_to_tree(changed_lines,
146 print 'new tree:', new_tree
147 if old_tree == new_tree:
151 print_diff(old_tree, new_tree)
153 changed_files = apply_changes(old_tree, new_tree, force=opts.force,
412 def print_diff(old_tree, new_tree):
417 subprocess.check_call(['git', 'diff', old_tree, new_tree, '--'])
420 def apply_changes(old_tree, new_tree, force=False, patch_mode=False):
421 """Apply the changes in `new_tree` to the working directory.
426 new_tree).rstrip('\0').split('\0'
    [all...]
  /external/chromium_org/cc/trees/
tree_synchronizer.cc 53 scoped_ptr<LayerImpl> new_tree = SynchronizeTreesRecursive( local
58 return new_tree.Pass();
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cgraph.h 166 tree new_tree; variable
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cgraph.h 166 tree new_tree; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
cgraph.h 166 tree new_tree; variable
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
cgraph.h 166 tree new_tree; variable
    [all...]

Completed in 685 milliseconds