Searched refs:show_diff (Results 1 – 3 of 3) sorted by relevance
/external/jsoncpp/devtools/ |
D | licenseupdater.py | 16 def update_license(path, dry_run, show_diff): argument 39 if show_diff: 46 def update_license_in_source_directories(source_dirs, dry_run, show_diff): argument 63 update_license(source, dry_run, show_diff) 86 update_license_in_source_directories(args, options.dry_run, options.show_diff)
|
/external/flac/src/utils/flacdiff/ |
D | main.cpp | 109 static bool show_diff(AutoFILE &f1, AutoFILE &f2, FLAC__off_t off) in show_diff() function 206 return show_diff(f1, f2, off); in run()
|
/external/ltp/android/tools/ |
D | compare_ltp_projects.py | 130 def show_diff(ltp_tests_1, ltp_tests_2): function 237 show_diff(ltp_tests1, ltp_tests2)
|