OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_tree
(Results
1 - 2
of
2
) sorted by null
/external/clang/tools/clang-format/
git-clang-format
144
old_tree
= create_tree_from_workdir(changed_lines)
149
print 'old tree:',
old_tree
151
if
old_tree
== new_tree:
155
print_diff(
old_tree
, new_tree)
157
changed_files = apply_changes(
old_tree
, new_tree, force=opts.force,
416
def print_diff(
old_tree
, new_tree):
421
subprocess.check_call(['git', 'diff',
old_tree
, new_tree, '--'])
424
def apply_changes(
old_tree
, new_tree, force=False, patch_mode=False):
429
changed_files = run('git', 'diff-tree', '-r', '-z', '--name-only',
old_tree
,
446
with temporary_index_file(
old_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
182
tree
old_tree
;
variable
185
/* Parameter number to replace, when
old_tree
is NULL. */
189
/* True when we replace a reference to
old_tree
. */
[
all
...]
Completed in 3185 milliseconds