Searched refs:_diff (Results 1 – 4 of 4) sorted by relevance
/external/pigweed/pw_presubmit/py/pw_presubmit/ |
D | format_code.py | 99 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/ |
D | README.md | 27 ### draw\_diff
|
/external/pytorch/torch/_numpy/testing/ |
D | utils.py | 1481 def _diff(rx, ry, vdt): function 1487 return _diff(rx, ry, t)
|
/external/pigweed/pw_bloat/ |
D | bloat.gni | 530 _diff_target_name = "${_prefix}_diff"
|