Home
last modified time | relevance | path

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

/external/jsoncpp/devtools/
Dlicenseupdater.py15 def update_license( path, dry_run, show_diff ): argument
38 if show_diff:
45 def update_license_in_source_directories( source_dirs, dry_run, show_diff ): argument
62 update_license( source, dry_run, show_diff )
85 update_license_in_source_directories( args, options.dry_run, options.show_diff )
/external/chromium-trace/trace-viewer/third_party/Paste/docs/modules/
Ddebug.fsdiff.txt14 .. autofunction:: show_diff
/external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
Dfsdiff.py398 def show_diff(actual_content, expected_content): function