Searched refs:ots_sanitize (Results 1 – 5 of 5) sorted by relevance
/third_party/harfbuzz/test/subset/ |
D | run-repack-tests.py | 23 ots_sanitize = shutil.which ("ots-sanitize") variable 68 if not ots_sanitize: 74 ots_report, returncode = cmd ([ots_sanitize, path])
|
D | run-tests.py | 23 ots_sanitize = shutil.which ("ots-sanitize") variable 99 if not ots_sanitize: 105 ots_report, returncode = cmd ([ots_sanitize, path])
|
/third_party/skia/third_party/externals/harfbuzz/test/subset/ |
D | run-repack-tests.py | 23 ots_sanitize = shutil.which ("ots-sanitize") variable 74 if not ots_sanitize: 80 ots_report, returncode = cmd ([ots_sanitize, path])
|
D | run-tests.py | 23 ots_sanitize = shutil.which ("ots-sanitize") variable 110 if not ots_sanitize: 116 ots_report, returncode = cmd ([ots_sanitize, path])
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/subset/ |
D | run-tests.py | 36 ots_sanitize = which ("ots-sanitize") variable 114 if not ots_sanitize: 120 ots_report, returncode = cmd ([ots_sanitize, path])
|