Searched refs:print_diff (Results 1 – 3 of 3) sorted by relevance
/external/chromium-trace/catapult/third_party/Paste/tests/test_exceptions/ |
D | test_formatter.py | 110 def print_diff(s1, s2): function 136 print_diff(results[0], results[1])
|
/external/toybox/toys/pending/ |
D | diff.c | 416 static void print_diff(int a, int b, char c, int *off_set, FILE *fp) in print_diff() function 619 if (t== ptr1) print_diff(t->suff, t->a-1, ' ', TT.offset[0], file[0].fp); in do_diff() 620 print_diff(t->a, t->b, '-', TT.offset[0], file[0].fp); in do_diff() 621 print_diff(t->c, t->d, '+', TT.offset[1], file[1].fp); in do_diff() 623 print_diff(t->b+1, (t)->prev, ' ', TT.offset[0], file[0].fp); in do_diff() 624 else print_diff(t->b+1, (t+1)->a-1, ' ', TT.offset[0], file[0].fp); in do_diff()
|
/external/clang/tools/clang-format/ |
D | git-clang-format | 155 print_diff(old_tree, new_tree) 416 def print_diff(old_tree, new_tree): function
|