HomeSort by relevance Sort by last modified time
    Searched refs:show_diff (Results 1 - 2 of 2) sorted by null

  /external/jsoncpp/devtools/
licenseupdater.py 15 def update_license( path, dry_run, show_diff ):
21 show_diff: if True, print the path of the file that would be modified,
38 if show_diff:
45 def update_license_in_source_directories( source_dirs, dry_run, show_diff ):
52 show_diff: if True, print the path of the file that would be modified,
62 update_license( source, dry_run, show_diff )
81 parser.add_option('--diff', dest="show_diff", action='store_true', default=False,
85 update_license_in_source_directories( args, options.dry_run, options.show_diff )
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
fsdiff.py 26 'show_diff']
398 def show_diff(actual_content, expected_content): function

Completed in 2706 milliseconds