Home
last modified time | relevance | path

Searched refs:_diff (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_presubmit/py/pw_presubmit/
Dformat_code.py99 def _diff(path, original: bytes, formatted: bytes) -> str: function
127 return None if formatted == original else _diff(path, original, formatted)
396 errors[path] = _diff(path, contents, corrected)
425 errors[path] = _diff(path, orig, formatted)
/external/brotli/research/
DREADME.md27 ### draw\_diff
/external/pytorch/torch/_numpy/testing/
Dutils.py1481 def _diff(rx, ry, vdt): function
1487 return _diff(rx, ry, t)
/external/pigweed/pw_bloat/
Dbloat.gni530 _diff_target_name = "${_prefix}_diff"