OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_tree
(Results
1 - 3
of
3
) sorted by null
/external/clang/tools/clang-format/
git-clang-format
143
old_tree
= create_tree_from_workdir(changed_lines)
148
print 'old tree:',
old_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):
428
changed_files = run('git', 'diff-tree', '-r', '-z', '--name-only',
old_tree
,
445
with temporary_index_file(
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
...]
/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 1504 milliseconds