Searched refs:_FooterExists (Results 1 – 2 of 2) sorted by relevance
/external/skqp/ |
D | PRESUBMIT.py | 431 def _FooterExists(footers, key, value): function 479 if all_docs_changes and not _FooterExists(footers, 'No-Try', 'true'): 491 not _FooterExists(footers, 'Docs-Preview', docs_preview_link)): 503 if not _FooterExists(footers, 'No-Tree-Checks', 'true'): 510 if not _FooterExists(footers, 'No-Try', 'true'): 517 if not _FooterExists(footers, 'No-Presubmit', 'true'):
|
/external/skia/ |
D | PRESUBMIT.py | 431 def _FooterExists(footers, key, value): function 473 if all_docs_changes and not _FooterExists(footers, 'No-Try', 'true'): 485 not _FooterExists(footers, 'Docs-Preview', docs_preview_link)):
|