Home
last modified time | relevance | path

Searched refs:show_diff (Results 1 – 3 of 3) sorted by relevance

/external/jsoncpp/devtools/
Dlicenseupdater.py16 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/ltp/android/tools/
Dcompare_ltp_projects.py127 def show_diff(ltp_tests_1, ltp_tests_2): function
198 show_diff(ltp_tests1, ltp_tests2)
/external/u-boot/tools/
Dmoveconfig.py461 def show_diff(a, b, file_path, color_enabled): function
599 show_diff(lines, tolines, header_path, options.color)
672 show_diff(lines, tolines, defconfig_path, options.color)