/external/clang/tools/clang-format/ |
git-clang-format | 140 old_tree = create_tree_from_workdir(changed_lines) 145 print 'old tree:', old_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): 425 changed_files = run('git', 'diff-tree', '-r', '-z', '--name-only', old_tree, 442 with temporary_index_file(old_tree) [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
cgraph.h | 164 tree old_tree; variable 167 /* Parameter number to replace, when old_tree is NULL. */ 171 /* True when we replace a reference to old_tree. */ [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
cgraph.h | 164 tree old_tree; variable 167 /* Parameter number to replace, when old_tree is NULL. */ 171 /* True when we replace a reference to old_tree. */ [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
cgraph.h | 164 tree old_tree; variable 167 /* Parameter number to replace, when old_tree is NULL. */ 171 /* True when we replace a reference to old_tree. */ [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
cgraph.h | 164 tree old_tree; variable 167 /* Parameter number to replace, when old_tree is NULL. */ 171 /* True when we replace a reference to old_tree. */ [all...] |
/ndk/sources/host-tools/sed-4.2.1/lib/ |
regcomp.c | 2473 bin_tree_t *tree = NULL, *old_tree = NULL; local [all...] |