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

  /external/autotest/client/site_tests/graphics_Sanity/
graphics_Sanity.py 108 diff_cmd = 'perceptualdiff -verbose %s %s'
109 utils.system(diff_cmd % (screenshot1_reference, screenshot1_resized))
110 utils.system(diff_cmd % (screenshot2_reference, screenshot2_resized))
  /tools/repohooks/tools/
google-java-format.py 78 diff_cmd = ['git', 'diff', '-U0', '%s^!' % opts.commit]
79 diff = rh.utils.run_command(diff_cmd, capture_output=True).output
  /external/libvpx/libvpx/tools/
lint-hunks.py 24 DIFF_CMD = ["git", "diff"]
85 diff_cmd = DIFF_CMD + [args[0] + "^!"]
87 diff_cmd = DIFF_INDEX_CMD
96 p = Subprocess(diff_cmd, stdout=subprocess.PIPE)
  /external/autotest/client/tests/dma_memtest/
dma_memtest.py 125 diff_cmd = ['diff', '-U3', '-rN', 'linux.orig', tmp_dir]
127 p = subprocess.Popen(diff_cmd,

Completed in 2301 milliseconds